1{ 2 "_from": "duplexify@^3.4.2", 3 "_id": "duplexify@3.6.0", 4 "_inBundle": false, 5 "_integrity": "sha512-fO3Di4tBKJpYTFHAxTU00BcfWMY9w24r/x21a6rZRbsD/ToUgGxsMbiGRmB7uVAXeGKXD9MwiLZa5E97EVgIRQ==", 6 "_location": "/duplexify", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "duplexify@^3.4.2", 12 "name": "duplexify", 13 "escapedName": "duplexify", 14 "rawSpec": "^3.4.2", 15 "saveSpec": null, 16 "fetchSpec": "^3.4.2" 17 }, 18 "_requiredBy": [ 19 "/mississippi", 20 "/npm-profile/cacache/mississippi", 21 "/npm-profile/mississippi", 22 "/npm-registry-fetch/cacache/mississippi", 23 "/pumpify" 24 ], 25 "_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.6.0.tgz", 26 "_shasum": "592903f5d80b38d037220541264d69a198fb3410", 27 "_spec": "duplexify@^3.4.2", 28 "_where": "/Users/rebecca/code/npm/node_modules/mississippi", 29 "author": { 30 "name": "Mathias Buus" 31 }, 32 "bugs": { 33 "url": "https://github.com/mafintosh/duplexify/issues" 34 }, 35 "bundleDependencies": false, 36 "dependencies": { 37 "end-of-stream": "^1.0.0", 38 "inherits": "^2.0.1", 39 "readable-stream": "^2.0.0", 40 "stream-shift": "^1.0.0" 41 }, 42 "deprecated": false, 43 "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input", 44 "devDependencies": { 45 "concat-stream": "^1.5.2", 46 "tape": "^4.0.0", 47 "through2": "^2.0.0" 48 }, 49 "homepage": "https://github.com/mafintosh/duplexify", 50 "keywords": [ 51 "duplex", 52 "streams2", 53 "streams", 54 "stream", 55 "writable", 56 "readable", 57 "async" 58 ], 59 "license": "MIT", 60 "main": "index.js", 61 "name": "duplexify", 62 "repository": { 63 "type": "git", 64 "url": "git://github.com/mafintosh/duplexify.git" 65 }, 66 "scripts": { 67 "test": "tape test.js" 68 }, 69 "version": "3.6.0" 70} 71