Edit File: package.json
{ "_args": [ [ "duplexify@4.1.2", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "duplexify@4.1.2", "_id": "duplexify@4.1.2", "_inBundle": false, "_integrity": "sha512-fz3OjcNCHmRP12MJoZMPglx8m4rrFP8rovnk4vT8Fs+aonZoCwGg10dSsQsfP/E62eZcPTMSMP6686fu9Qlqtw==", "_location": "/duplexify", "_optional": true, "_phantomChildren": { "inherits": "2.0.3", "string_decoder": "1.1.1", "util-deprecate": "1.0.2" }, "_requested": { "type": "version", "registry": true, "raw": "duplexify@4.1.2", "name": "duplexify", "escapedName": "duplexify", "rawSpec": "4.1.2", "saveSpec": null, "fetchSpec": "4.1.2" }, "_requiredBy": [ "/@google-cloud/common", "/@google-cloud/storage", "/google-gax", "/pumpify" ], "_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz", "_spec": "4.1.2", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Mathias Buus" }, "bugs": { "url": "https://github.com/mafintosh/duplexify/issues" }, "dependencies": { "end-of-stream": "^1.4.1", "inherits": "^2.0.3", "readable-stream": "^3.1.1", "stream-shift": "^1.0.0" }, "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input", "devDependencies": { "concat-stream": "^1.5.2", "tape": "^4.0.0", "through2": "^2.0.0" }, "homepage": "https://github.com/mafintosh/duplexify", "keywords": [ "duplex", "streams2", "streams", "stream", "writable", "readable", "async" ], "license": "MIT", "main": "index.js", "name": "duplexify", "repository": { "type": "git", "url": "git://github.com/mafintosh/duplexify.git" }, "scripts": { "test": "tape test.js" }, "version": "4.1.2" }
Back to File Manager