package.json (1663B)
1 { 2 "_from": "combined-stream@~1.0.6", 3 "_id": "combined-stream@1.0.8", 4 "_inBundle": false, 5 "_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", 6 "_location": "/combined-stream", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "combined-stream@~1.0.6", 12 "name": "combined-stream", 13 "escapedName": "combined-stream", 14 "rawSpec": "~1.0.6", 15 "saveSpec": null, 16 "fetchSpec": "~1.0.6" 17 }, 18 "_requiredBy": [ 19 "/form-data", 20 "/request" 21 ], 22 "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", 23 "_shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f", 24 "_spec": "combined-stream@~1.0.6", 25 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/request", 26 "author": { 27 "name": "Felix Geisendörfer", 28 "email": "felix@debuggable.com", 29 "url": "http://debuggable.com/" 30 }, 31 "bugs": { 32 "url": "https://github.com/felixge/node-combined-stream/issues" 33 }, 34 "bundleDependencies": false, 35 "dependencies": { 36 "delayed-stream": "~1.0.0" 37 }, 38 "deprecated": false, 39 "description": "A stream that emits multiple other streams one after another.", 40 "devDependencies": { 41 "far": "~0.0.7" 42 }, 43 "engines": { 44 "node": ">= 0.8" 45 }, 46 "homepage": "https://github.com/felixge/node-combined-stream", 47 "license": "MIT", 48 "main": "./lib/combined_stream", 49 "name": "combined-stream", 50 "repository": { 51 "type": "git", 52 "url": "git://github.com/felixge/node-combined-stream.git" 53 }, 54 "scripts": { 55 "test": "node test/run.js" 56 }, 57 "version": "1.0.8" 58 }