Edit File: package.json
{ "_args": [ [ "pumpify@2.0.1", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "pumpify@2.0.1", "_id": "pumpify@2.0.1", "_inBundle": false, "_integrity": "sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==", "_location": "/pumpify", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pumpify@2.0.1", "name": "pumpify", "escapedName": "pumpify", "rawSpec": "2.0.1", "saveSpec": null, "fetchSpec": "2.0.1" }, "_requiredBy": [ "/@google-cloud/storage", "/gcs-resumable-upload" ], "_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-2.0.1.tgz", "_spec": "2.0.1", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Mathias Buus" }, "bugs": { "url": "https://github.com/mafintosh/pumpify/issues" }, "dependencies": { "duplexify": "^4.1.1", "inherits": "^2.0.3", "pump": "^3.0.0" }, "description": "Combine an array of streams into a single duplex stream using pump and duplexify", "devDependencies": { "tape": "^4.10.2", "through2": "^3.0.1" }, "homepage": "https://github.com/mafintosh/pumpify", "keywords": [ "pump", "duplexify", "duplex", "streams", "stream", "pipeline", "combine" ], "license": "MIT", "main": "index.js", "name": "pumpify", "repository": { "type": "git", "url": "git://github.com/mafintosh/pumpify.git" }, "scripts": { "test": "tape test.js" }, "version": "2.0.1" }
Back to File Manager