4859be778a1e22a5836f60e223a06f4779ef5bea
[VSoRC/.git] / node_modules / destroy / package.json
1 {
2   "_from": "destroy@~1.0.4",
3   "_id": "destroy@1.0.4",
4   "_inBundle": false,
5   "_integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=",
6   "_location": "/destroy",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "destroy@~1.0.4",
12     "name": "destroy",
13     "escapedName": "destroy",
14     "rawSpec": "~1.0.4",
15     "saveSpec": null,
16     "fetchSpec": "~1.0.4"
17   },
18   "_requiredBy": [
19     "/send"
20   ],
21   "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
22   "_shasum": "978857442c44749e4206613e37946205826abd80",
23   "_spec": "destroy@~1.0.4",
24   "_where": "/home/josuer08/Documents/web/node_modules/send",
25   "author": {
26     "name": "Jonathan Ong",
27     "email": "me@jongleberry.com",
28     "url": "http://jongleberry.com"
29   },
30   "bugs": {
31     "url": "https://github.com/stream-utils/destroy/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Douglas Christopher Wilson",
37       "email": "doug@somethingdoug.com"
38     }
39   ],
40   "deprecated": false,
41   "description": "destroy a stream if possible",
42   "devDependencies": {
43     "istanbul": "0.4.2",
44     "mocha": "2.3.4"
45   },
46   "files": [
47     "index.js",
48     "LICENSE"
49   ],
50   "homepage": "https://github.com/stream-utils/destroy#readme",
51   "keywords": [
52     "stream",
53     "streams",
54     "destroy",
55     "cleanup",
56     "leak",
57     "fd"
58   ],
59   "license": "MIT",
60   "name": "destroy",
61   "repository": {
62     "type": "git",
63     "url": "git+https://github.com/stream-utils/destroy.git"
64   },
65   "scripts": {
66     "test": "mocha --reporter spec",
67     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
68     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
69   },
70   "version": "1.0.4"
71 }