| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 | {  "_args": [    [      "combined-stream@1.0.8",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "combined-stream@1.0.8",  "_id": "combined-stream@1.0.8",  "_inBundle": false,  "_integrity": "sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=",  "_location": "/combined-stream",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "combined-stream@1.0.8",    "name": "combined-stream",    "escapedName": "combined-stream",    "rawSpec": "1.0.8",    "saveSpec": null,    "fetchSpec": "1.0.8"  },  "_requiredBy": [    "/form-data",    "/request"  ],  "_resolved": "https://registry.npm.taobao.org/combined-stream/download/combined-stream-1.0.8.tgz",  "_spec": "1.0.8",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Felix Geisendörfer",    "email": "felix@debuggable.com",    "url": "http://debuggable.com/"  },  "bugs": {    "url": "https://github.com/felixge/node-combined-stream/issues"  },  "dependencies": {    "delayed-stream": "~1.0.0"  },  "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",  "repository": {    "type": "git",    "url": "git://github.com/felixge/node-combined-stream.git"  },  "scripts": {    "test": "node test/run.js"  },  "version": "1.0.8"}
 |