You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
1.8 KiB
83 lines
1.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"get-stream@4.1.0",
|
|
"/Users/linhuakun/Downloads/nodejs/codewhy"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "get-stream@4.1.0",
|
|
"_id": "get-stream@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-wbJVV189wh1Zv8ec09K0axw6VLU=",
|
|
"_location": "/get-stream",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "get-stream@4.1.0",
|
|
"name": "get-stream",
|
|
"escapedName": "get-stream",
|
|
"rawSpec": "4.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/execa"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/get-stream/download/get-stream-4.1.0.tgz?cache=0&sync_timestamp=1597056474057&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fget-stream%2Fdownload%2Fget-stream-4.1.0.tgz",
|
|
"_spec": "4.1.0",
|
|
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/get-stream/issues"
|
|
},
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"description": "Get a stream as a string, buffer, or array",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"into-stream": "^3.0.0",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"buffer-stream.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/get-stream#readme",
|
|
"keywords": [
|
|
"get",
|
|
"stream",
|
|
"promise",
|
|
"concat",
|
|
"string",
|
|
"text",
|
|
"buffer",
|
|
"read",
|
|
"data",
|
|
"consume",
|
|
"readable",
|
|
"readablestream",
|
|
"array",
|
|
"object"
|
|
],
|
|
"license": "MIT",
|
|
"name": "get-stream",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/get-stream.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "4.1.0"
|
|
}
|