Install yarn
This commit is contained in:
parent
0453e84836
commit
1fde8a81be
1927 changed files with 82144 additions and 83317 deletions
57
node_modules/stream-exhaust/package.json
generated
vendored
57
node_modules/stream-exhaust/package.json
generated
vendored
|
@ -1,55 +1,24 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"stream-exhaust@1.0.2",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "stream-exhaust@1.0.2",
|
||||
"_id": "stream-exhaust@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==",
|
||||
"_location": "/stream-exhaust",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "stream-exhaust@1.0.2",
|
||||
"name": "stream-exhaust",
|
||||
"escapedName": "stream-exhaust",
|
||||
"rawSpec": "1.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.2"
|
||||
"name": "stream-exhaust",
|
||||
"version": "1.0.2",
|
||||
"description": "Ensure that a stream is flowing data without mutating it",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/async-done"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz",
|
||||
"_spec": "1.0.2",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Chris Dickinson",
|
||||
"email": "chris@neversaw.us"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/chrisdickinson/stream-exhaust.git"
|
||||
},
|
||||
"author": "Chris Dickinson <chris@neversaw.us>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/chrisdickinson/stream-exhaust.git"
|
||||
},
|
||||
"description": "Ensure that a stream is flowing data without mutating it",
|
||||
"homepage": "https://github.com/chrisdickinson/stream-exhaust.git",
|
||||
"devDependencies": {
|
||||
"readable-stream": "^1.0.31",
|
||||
"tape": "^2.14.0",
|
||||
"through2": "^0.5.1"
|
||||
},
|
||||
"homepage": "https://github.com/chrisdickinson/stream-exhaust.git",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "stream-exhaust",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chrisdickinson/stream-exhaust.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue