Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / send / node_modules / destroy / package.json
1 {
2   "name": "destroy",
3   "description": "destroy a stream if possible",
4   "version": "1.0.3",
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",
23     "mocha": "1"
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   ],
33   "keywords": [
34     "stream",
35     "streams",
36     "destroy",
37     "cleanup",
38     "leak",
39     "fd"
40   ],
41   "gitHead": "50af95ece4a70202f9301bc3edc8f9fdbbad0f26",
42   "bugs": {
43     "url": "https://github.com/stream-utils/destroy/issues"
44   },
45   "homepage": "https://github.com/stream-utils/destroy",
46   "_id": "destroy@1.0.3",
47   "_shasum": "b433b4724e71fd8551d9885174851c5fc377e2c9",
48   "_from": "destroy@1.0.3",
49   "_npmVersion": "1.4.21",
50   "_npmUser": {
51     "name": "jongleberry",
52     "email": "jonathanrichardong@gmail.com"
53   },
54   "maintainers": [
55     {
56       "name": "jongleberry",
57       "email": "jonathanrichardong@gmail.com"
58     }
59   ],
60   "dist": {
61     "shasum": "b433b4724e71fd8551d9885174851c5fc377e2c9",
62     "tarball": "http://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz"
63   },
64   "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz"
65 }