Update dependencies
This commit is contained in:
parent
7f0fac984e
commit
e7d5360304
866 changed files with 44718 additions and 26682 deletions
79
node_modules/cloneable-readable/package.json
generated
vendored
79
node_modules/cloneable-readable/package.json
generated
vendored
|
@ -1,27 +1,45 @@
|
|||
{
|
||||
"name": "cloneable-readable",
|
||||
"version": "1.1.3",
|
||||
"description": "Clone a Readable stream, safely",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "standard && tape test.js | tap-spec"
|
||||
},
|
||||
"precommit": "test",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mcollina/cloneable-readable.git"
|
||||
},
|
||||
"keywords": [
|
||||
"readable",
|
||||
"stream",
|
||||
"clone"
|
||||
"_args": [
|
||||
[
|
||||
"cloneable-readable@1.1.3",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"author": "Matteo Collina <hello@matteocollina.com>",
|
||||
"license": "MIT",
|
||||
"_from": "cloneable-readable@1.1.3",
|
||||
"_id": "cloneable-readable@1.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==",
|
||||
"_location": "/cloneable-readable",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cloneable-readable@1.1.3",
|
||||
"name": "cloneable-readable",
|
||||
"escapedName": "cloneable-readable",
|
||||
"rawSpec": "1.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/vinyl"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz",
|
||||
"_spec": "1.1.3",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Matteo Collina",
|
||||
"email": "hello@matteocollina.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mcollina/cloneable-readable/issues"
|
||||
},
|
||||
"homepage": "https://github.com/mcollina/cloneable-readable#readme",
|
||||
"dependencies": {
|
||||
"inherits": "^2.0.1",
|
||||
"process-nextick-args": "^2.0.0",
|
||||
"readable-stream": "^2.3.5"
|
||||
},
|
||||
"description": "Clone a Readable stream, safely",
|
||||
"devDependencies": {
|
||||
"flush-write-stream": "^1.0.0",
|
||||
"from2": "^2.1.1",
|
||||
|
@ -31,9 +49,22 @@
|
|||
"tap-spec": "^4.1.1",
|
||||
"tape": "^4.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"inherits": "^2.0.1",
|
||||
"process-nextick-args": "^2.0.0",
|
||||
"readable-stream": "^2.3.5"
|
||||
}
|
||||
"homepage": "https://github.com/mcollina/cloneable-readable#readme",
|
||||
"keywords": [
|
||||
"readable",
|
||||
"stream",
|
||||
"clone"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "cloneable-readable",
|
||||
"precommit": "test",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mcollina/cloneable-readable.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && tape test.js | tap-spec"
|
||||
},
|
||||
"version": "1.1.3"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue