Install yarn
This commit is contained in:
parent
0453e84836
commit
1fde8a81be
1927 changed files with 82144 additions and 83317 deletions
61
node_modules/pumpify/package.json
generated
vendored
61
node_modules/pumpify/package.json
generated
vendored
|
@ -1,50 +1,24 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"pumpify@1.5.1",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "pumpify@1.5.1",
|
||||
"_id": "pumpify@1.5.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==",
|
||||
"_location": "/pumpify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "pumpify@1.5.1",
|
||||
"name": "pumpify",
|
||||
"escapedName": "pumpify",
|
||||
"rawSpec": "1.5.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.5.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/glob-stream",
|
||||
"/vinyl-fs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
|
||||
"_spec": "1.5.1",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Mathias Buus"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mafintosh/pumpify/issues"
|
||||
},
|
||||
"name": "pumpify",
|
||||
"version": "1.5.1",
|
||||
"description": "Combine an array of streams into a single duplex stream using pump and duplexify",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"duplexify": "^3.6.0",
|
||||
"inherits": "^2.0.3",
|
||||
"pump": "^2.0.0"
|
||||
},
|
||||
"description": "Combine an array of streams into a single duplex stream using pump and duplexify",
|
||||
"devDependencies": {
|
||||
"tape": "^4.8.0",
|
||||
"through2": "^2.0.3"
|
||||
},
|
||||
"homepage": "https://github.com/mafintosh/pumpify",
|
||||
"scripts": {
|
||||
"test": "tape test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mafintosh/pumpify"
|
||||
},
|
||||
"keywords": [
|
||||
"pump",
|
||||
"duplexify",
|
||||
|
@ -54,15 +28,10 @@
|
|||
"pipeline",
|
||||
"combine"
|
||||
],
|
||||
"author": "Mathias Buus",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "pumpify",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mafintosh/pumpify.git"
|
||||
"bugs": {
|
||||
"url": "https://github.com/mafintosh/pumpify/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test.js"
|
||||
},
|
||||
"version": "1.5.1"
|
||||
"homepage": "https://github.com/mafintosh/pumpify"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue