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
|
"twitter": "https://twitter.com/jongleberry"
|
10
|
},
|
11
|
"contributors": [
|
12
|
"Douglas Christopher Wilson <doug@somethingdoug.com>"
|
13
|
],
|
14
|
"license": "MIT",
|
15
|
"repository": "stream-utils/destroy",
|
16
|
"devDependencies": {
|
17
|
"istanbul": "0.4.2",
|
18
|
"mocha": "2.3.4"
|
19
|
},
|
20
|
"scripts": {
|
21
|
"test": "mocha --reporter spec",
|
22
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
|
23
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
|
24
|
},
|
25
|
"files": [
|
26
|
"index.js",
|
27
|
"LICENSE"
|
28
|
],
|
29
|
"keywords": [
|
30
|
"stream",
|
31
|
"streams",
|
32
|
"destroy",
|
33
|
"cleanup",
|
34
|
"leak",
|
35
|
"fd"
|
36
|
]
|
37
|
}
|