14574145ff38b6ab4e5fb16f2b00026a88fe7dd8
[aai/esr-gui.git] /
1 {
2   "name": "destroy",
3   "description": "destroy a stream if possible",
4   "version": "1.0.4",
5   "author": {
6     "name": "Jonathan Ong",
7     "email": "me@jongleberry.com",
8     "url": "http://jongleberry.com"
9   },
10   "contributors": [
11     {
12       "name": "Douglas Christopher Wilson",
13       "email": "doug@somethingdoug.com"
14     }
15   ],
16   "license": "MIT",
17   "repository": {
18     "type": "git",
19     "url": "https://github.com/stream-utils/destroy"
20   },
21   "devDependencies": {
22     "istanbul": "0.4.2",
23     "mocha": "2.3.4"
24   },
25   "scripts": {
26     "test": "mocha --reporter spec",
27     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
28     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
29   },
30   "files": [
31     "index.js",
32     "LICENSE"
33   ],
34   "keywords": [
35     "stream",
36     "streams",
37     "destroy",
38     "cleanup",
39     "leak",
40     "fd"
41   ],
42   "gitHead": "86edea01456f5fa1027f6a47250c34c713cbcc3b",
43   "bugs": {
44     "url": "https://github.com/stream-utils/destroy/issues"
45   },
46   "homepage": "https://github.com/stream-utils/destroy",
47   "_id": "destroy@1.0.4",
48   "_shasum": "978857442c44749e4206613e37946205826abd80",
49   "_from": "destroy@>=1.0.4 <1.1.0",
50   "_npmVersion": "1.4.28",
51   "_npmUser": {
52     "name": "dougwilson",
53     "email": "doug@somethingdoug.com"
54   },
55   "maintainers": [
56     {
57       "name": "jongleberry",
58       "email": "jonathanrichardong@gmail.com"
59     },
60     {
61       "name": "dougwilson",
62       "email": "doug@somethingdoug.com"
63     }
64   ],
65   "dist": {
66     "shasum": "978857442c44749e4206613e37946205826abd80",
67     "tarball": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz"
68   },
69   "directories": {},
70   "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz"
71 }