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