| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "pumpify@^1.3.5", |
| 3 | "_id": "pumpify@1.5.1", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", |
| 6 | "_location": "/pumpify", |
| 7 | "_phantomChildren": { |
| 8 | "end-of-stream": "1.4.4", |
| 9 | "once": "1.4.0" |
| 10 | }, |
| 11 | "_requested": { |
| 12 | "type": "range", |
| 13 | "registry": true, |
| 14 | "raw": "pumpify@^1.3.5", |
| 15 | "name": "pumpify", |
| 16 | "escapedName": "pumpify", |
| 17 | "rawSpec": "^1.3.5", |
| 18 | "saveSpec": null, |
| 19 | "fetchSpec": "^1.3.5" |
| 20 | }, |
| 21 | "_requiredBy": [ |
| 22 | "/glob-stream", |
| 23 | "/vinyl-fs" |
| 24 | ], |
| 25 | "_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", |
| 26 | "_shasum": "36513be246ab27570b1a374a5ce278bfd74370ce", |
| 27 | "_spec": "pumpify@^1.3.5", |
| 28 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl-fs", |
| 29 | "author": { |
| 30 | "name": "Mathias Buus" |
| 31 | }, |
| 32 | "bugs": { |
| 33 | "url": "https://github.com/mafintosh/pumpify/issues" |
| 34 | }, |
| 35 | "bundleDependencies": false, |
| 36 | "dependencies": { |
| 37 | "duplexify": "^3.6.0", |
| 38 | "inherits": "^2.0.3", |
| 39 | "pump": "^2.0.0" |
| 40 | }, |
| 41 | "deprecated": false, |
| 42 | "description": "Combine an array of streams into a single duplex stream using pump and duplexify", |
| 43 | "devDependencies": { |
| 44 | "tape": "^4.8.0", |
| 45 | "through2": "^2.0.3" |
| 46 | }, |
| 47 | "homepage": "https://github.com/mafintosh/pumpify", |
| 48 | "keywords": [ |
| 49 | "pump", |
| 50 | "duplexify", |
| 51 | "duplex", |
| 52 | "streams", |
| 53 | "stream", |
| 54 | "pipeline", |
| 55 | "combine" |
| 56 | ], |
| 57 | "license": "MIT", |
| 58 | "main": "index.js", |
| 59 | "name": "pumpify", |
| 60 | "repository": { |
| 61 | "type": "git", |
| 62 | "url": "git://github.com/mafintosh/pumpify.git" |
| 63 | }, |
| 64 | "scripts": { |
| 65 | "test": "tape test.js" |
| 66 | }, |
| 67 | "version": "1.5.1" |
| 68 | } |