Initial commit
[yaffs-website] / node_modules / end-of-stream / package.json
1 {
2   "_args": [
3     [
4       "end-of-stream@~0.1.5",
5       "/var/www/yaffs/node_modules/orchestrator"
6     ]
7   ],
8   "_from": "end-of-stream@>=0.1.5 <0.2.0",
9   "_id": "end-of-stream@0.1.5",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/end-of-stream",
13   "_npmUser": {
14     "email": "mathiasbuus@gmail.com",
15     "name": "mafintosh"
16   },
17   "_npmVersion": "1.4.9",
18   "_phantomChildren": {
19     "wrappy": "1.0.2"
20   },
21   "_requested": {
22     "name": "end-of-stream",
23     "raw": "end-of-stream@~0.1.5",
24     "rawSpec": "~0.1.5",
25     "scope": null,
26     "spec": ">=0.1.5 <0.2.0",
27     "type": "range"
28   },
29   "_requiredBy": [
30     "/orchestrator"
31   ],
32   "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
33   "_shasum": "8e177206c3c80837d85632e8b9359dfe8b2f6eaf",
34   "_shrinkwrap": null,
35   "_spec": "end-of-stream@~0.1.5",
36   "_where": "/var/www/yaffs/node_modules/orchestrator",
37   "author": {
38     "email": "mathiasbuus@gmail.com",
39     "name": "Mathias Buus"
40   },
41   "bugs": {
42     "url": "https://github.com/mafintosh/end-of-stream/issues"
43   },
44   "dependencies": {
45     "once": "~1.3.0"
46   },
47   "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
48   "devDependencies": {},
49   "directories": {},
50   "dist": {
51     "shasum": "8e177206c3c80837d85632e8b9359dfe8b2f6eaf",
52     "tarball": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz"
53   },
54   "homepage": "https://github.com/mafintosh/end-of-stream",
55   "keywords": [
56     "callback",
57     "close",
58     "end",
59     "finish",
60     "stream",
61     "streams",
62     "wait"
63   ],
64   "license": "MIT",
65   "main": "index.js",
66   "maintainers": [
67     {
68       "name": "mafintosh",
69       "email": "mathiasbuus@gmail.com"
70     }
71   ],
72   "name": "end-of-stream",
73   "optionalDependencies": {},
74   "readme": "ERROR: No README data found!",
75   "repository": {
76     "type": "git",
77     "url": "git://github.com/mafintosh/end-of-stream.git"
78   },
79   "scripts": {
80     "test": "node test.js"
81   },
82   "version": "0.1.5"
83 }