• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "end-of-stream@^1.1.0",
3  "_id": "end-of-stream@1.4.1",
4  "_inBundle": false,
5  "_integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==",
6  "_location": "/end-of-stream",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "end-of-stream@^1.1.0",
12    "name": "end-of-stream",
13    "escapedName": "end-of-stream",
14    "rawSpec": "^1.1.0",
15    "saveSpec": null,
16    "fetchSpec": "^1.1.0"
17  },
18  "_requiredBy": [
19    "/duplexify",
20    "/mississippi",
21    "/npm-profile/cacache/mississippi",
22    "/npm-profile/mississippi",
23    "/npm-profile/mississippi/pump",
24    "/npm-profile/pump",
25    "/npm-registry-fetch/cacache/mississippi",
26    "/npm-registry-fetch/pump",
27    "/pump",
28    "/pumpify/pump",
29    "/stream-each"
30  ],
31  "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
32  "_shasum": "ed29634d19baba463b6ce6b80a37213eab71ec43",
33  "_spec": "end-of-stream@^1.1.0",
34  "_where": "/Users/rebecca/code/npm/node_modules/mississippi",
35  "author": {
36    "name": "Mathias Buus",
37    "email": "mathiasbuus@gmail.com"
38  },
39  "bugs": {
40    "url": "https://github.com/mafintosh/end-of-stream/issues"
41  },
42  "bundleDependencies": false,
43  "dependencies": {
44    "once": "^1.4.0"
45  },
46  "deprecated": false,
47  "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
48  "files": [
49    "index.js"
50  ],
51  "homepage": "https://github.com/mafintosh/end-of-stream",
52  "keywords": [
53    "stream",
54    "streams",
55    "callback",
56    "finish",
57    "close",
58    "end",
59    "wait"
60  ],
61  "license": "MIT",
62  "main": "index.js",
63  "name": "end-of-stream",
64  "repository": {
65    "type": "git",
66    "url": "git://github.com/mafintosh/end-of-stream.git"
67  },
68  "scripts": {
69    "test": "node test.js"
70  },
71  "version": "1.4.1"
72}
73