Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50640 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "destroy@~1.0.4",
6
"scope": null,
7
"escapedName": "destroy",
8
"name": "destroy",
9
"rawSpec": "~1.0.4",
10
"spec": ">=1.0.4 <1.1.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/send"
14
]
15
],
16
"_from": "destroy@>=1.0.4 <1.1.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/destroy",
21
"_npmUser": {
22
"name": "dougwilson",
23
"email": "[email protected]"
24
},
25
"_npmVersion": "1.4.28",
26
"_phantomChildren": {},
27
"_requested": {
28
"raw": "destroy@~1.0.4",
29
"scope": null,
30
"escapedName": "destroy",
31
"name": "destroy",
32
"rawSpec": "~1.0.4",
33
"spec": ">=1.0.4 <1.1.0",
34
"type": "range"
35
},
36
"_requiredBy": [
37
"/send"
38
],
39
"_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
40
"_shasum": "978857442c44749e4206613e37946205826abd80",
41
"_shrinkwrap": null,
42
"_spec": "destroy@~1.0.4",
43
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/send",
44
"author": {
45
"name": "Jonathan Ong",
46
"email": "[email protected]",
47
"url": "http://jongleberry.com"
48
},
49
"bugs": {
50
"url": "https://github.com/stream-utils/destroy/issues"
51
},
52
"contributors": [
53
{
54
"name": "Douglas Christopher Wilson",
55
"email": "[email protected]"
56
}
57
],
58
"dependencies": {},
59
"description": "destroy a stream if possible",
60
"devDependencies": {
61
"istanbul": "0.4.2",
62
"mocha": "2.3.4"
63
},
64
"directories": {},
65
"dist": {
66
"shasum": "978857442c44749e4206613e37946205826abd80",
67
"tarball": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz"
68
},
69
"files": [
70
"index.js",
71
"LICENSE"
72
],
73
"gitHead": "86edea01456f5fa1027f6a47250c34c713cbcc3b",
74
"homepage": "https://github.com/stream-utils/destroy",
75
"keywords": [
76
"stream",
77
"streams",
78
"destroy",
79
"cleanup",
80
"leak",
81
"fd"
82
],
83
"license": "MIT",
84
"maintainers": [
85
{
86
"name": "jongleberry",
87
"email": "[email protected]"
88
},
89
{
90
"name": "dougwilson",
91
"email": "[email protected]"
92
}
93
],
94
"name": "destroy",
95
"optionalDependencies": {},
96
"readme": "ERROR: No README data found!",
97
"repository": {
98
"type": "git",
99
"url": "git+https://github.com/stream-utils/destroy.git"
100
},
101
"scripts": {
102
"test": "mocha --reporter spec",
103
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
104
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
105
},
106
"version": "1.0.4"
107
}
108
109