Files
2019-01-25 17:01:52 +08:00

52 lines
1.4 KiB
JSON

{
"_from": "gather-stream@^1.0.0",
"_id": "gather-stream@1.0.0",
"_inBundle": false,
"_integrity": "sha1-szmUr0V6gRVwDUEPMXczy+egkEs=",
"_location": "/gather-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gather-stream@^1.0.0",
"name": "gather-stream",
"escapedName": "gather-stream",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/read-file-stdin"
],
"_resolved": "https://registry.npmjs.org/gather-stream/-/gather-stream-1.0.0.tgz",
"_shasum": "b33994af457a8115700d410f317733cbe7a0904b",
"_spec": "gather-stream@^1.0.0",
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/read-file-stdin",
"author": {
"name": "Nathan Vander Wilt"
},
"bugs": {
"url": "https://github.com/natevw/gather-stream/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Gather a stream, callback with buffer (or error) when done",
"homepage": "https://github.com/natevw/gather-stream",
"keywords": [
"stream",
"buffer",
"pipe"
],
"license": "ISC",
"main": "index.js",
"name": "gather-stream",
"repository": {
"type": "git",
"url": "git://github.com/natevw/gather-stream.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}