mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-13 02:20:18 +00:00
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"pumpify@2.0.1",
|
|
"C:\\Users\\matia\\Musix"
|
|
]
|
|
],
|
|
"_from": "pumpify@2.0.1",
|
|
"_id": "pumpify@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==",
|
|
"_location": "/pumpify",
|
|
"_optional": true,
|
|
"_phantomChildren": {
|
|
"end-of-stream": "1.4.4",
|
|
"inherits": "2.0.4",
|
|
"stream-shift": "1.0.0",
|
|
"util-deprecate": "1.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "pumpify@2.0.1",
|
|
"name": "pumpify",
|
|
"escapedName": "pumpify",
|
|
"rawSpec": "2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@google-cloud/storage",
|
|
"/gcs-resumable-upload"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-2.0.1.tgz",
|
|
"_spec": "2.0.1",
|
|
"_where": "C:\\Users\\matia\\Musix",
|
|
"author": {
|
|
"name": "Mathias Buus"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/pumpify/issues"
|
|
},
|
|
"dependencies": {
|
|
"duplexify": "^4.1.1",
|
|
"inherits": "^2.0.3",
|
|
"pump": "^3.0.0"
|
|
},
|
|
"description": "Combine an array of streams into a single duplex stream using pump and duplexify",
|
|
"devDependencies": {
|
|
"tape": "^4.10.2",
|
|
"through2": "^3.0.1"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/pumpify",
|
|
"keywords": [
|
|
"pump",
|
|
"duplexify",
|
|
"duplex",
|
|
"streams",
|
|
"stream",
|
|
"pipeline",
|
|
"combine"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "pumpify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mafintosh/pumpify.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test.js"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|