pnpm
Version:
A fast implementation of npm install
103 lines (102 loc) • 2.61 kB
JSON
{
"_args": [
[
{
"raw": "duplexify@^3.0.1",
"scope": null,
"escapedName": "duplexify",
"name": "duplexify",
"rawSpec": "^3.0.1",
"spec": ">=3.0.1 <4.0.0",
"type": "range"
},
"/home/zkochan/src/pnpm/node_modules/peek-stream"
]
],
"_from": "duplexify@>=3.0.1 <4.0.0",
"_id": "duplexify@3.4.6",
"_inCache": true,
"_location": "/duplexify",
"_nodeVersion": "4.2.6",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/duplexify-3.4.6.tgz_1476804899240_0.6424867499154061"
},
"_npmUser": {
"name": "mafintosh",
"email": "mathiasbuus@gmail.com"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"raw": "duplexify@^3.0.1",
"scope": null,
"escapedName": "duplexify",
"name": "duplexify",
"rawSpec": "^3.0.1",
"spec": ">=3.0.1 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/peek-stream",
"/pumpify"
],
"_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.4.6.tgz",
"_shasum": "1e586a13028caf31d5144a059813f9b071fec557",
"_shrinkwrap": null,
"_spec": "duplexify@^3.0.1",
"_where": "/home/zkochan/src/pnpm/node_modules/peek-stream",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/duplexify/issues"
},
"dependencies": {
"end-of-stream": "1.0.0",
"inherits": "^2.0.1",
"readable-stream": "^2.0.0",
"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.4.6",
"tape": "^2.13.3",
"through2": "^0.5.1"
},
"directories": {},
"dist": {
"shasum": "1e586a13028caf31d5144a059813f9b071fec557",
"tarball": "https://registry.npmjs.org/duplexify/-/duplexify-3.4.6.tgz"
},
"gitHead": "bf26523a410ce6215e5a5e29092b35cebe514859",
"homepage": "https://github.com/mafintosh/duplexify",
"keywords": [
"duplex",
"streams2",
"streams",
"stream",
"writable",
"readable",
"async"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "mafintosh",
"email": "mathiasbuus@gmail.com"
}
],
"name": "duplexify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/duplexify.git"
},
"scripts": {
"test": "tape test.js"
},
"version": "3.4.6"
}