관리-도구
편집 파일: package.json
{ "_from": "combined-stream@~1.0.5", "_id": "combined-stream@1.0.5", "_integrity": "sha1-k4NwpXtKUd6ix3wV1cX9+JUWQAk=", "_location": "/request/combined-stream", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "combined-stream@~1.0.5", "name": "combined-stream", "escapedName": "combined-stream", "rawSpec": "~1.0.5", "saveSpec": null, "fetchSpec": "~1.0.5" }, "_requiredBy": [ "/request", "/request/form-data" ], "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz", "_shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009", "_shrinkwrap": null, "_spec": "combined-stream@~1.0.5", "_where": "/Users/zkat/Documents/code/npm/node_modules/request", "author": { "name": "Felix Geisendörfer", "email": "felix@debuggable.com", "url": "http://debuggable.com/" }, "bin": null, "bugs": { "url": "https://github.com/felixge/node-combined-stream/issues" }, "bundleDependencies": false, "dependencies": { "delayed-stream": "~1.0.0" }, "deprecated": false, "description": "A stream that emits multiple other streams one after another.", "devDependencies": { "far": "~0.0.7" }, "engines": { "node": ">= 0.8" }, "homepage": "https://github.com/felixge/node-combined-stream", "license": "MIT", "main": "./lib/combined_stream", "name": "combined-stream", "optionalDependencies": {}, "peerDependencies": {}, "repository": { "type": "git", "url": "git://github.com/felixge/node-combined-stream.git" }, "scripts": { "test": "node test/run.js" }, "version": "1.0.5" }