second
[josuexyz/.git] / node_modules / on-finished / package.json
1 {
2   "_args": [
3     [
4       "on-finished@~2.3.0",
5       "/home/josuer08/josuexyz/node_modules/express"
6     ]
7   ],
8   "_from": "on-finished@>=2.3.0 <2.4.0",
9   "_id": "on-finished@2.3.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/on-finished",
13   "_npmUser": {
14     "email": "doug@somethingdoug.com",
15     "name": "dougwilson"
16   },
17   "_npmVersion": "1.4.28",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "on-finished",
21     "raw": "on-finished@~2.3.0",
22     "rawSpec": "~2.3.0",
23     "scope": null,
24     "spec": ">=2.3.0 <2.4.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/body-parser",
29     "/express",
30     "/finalhandler",
31     "/morgan",
32     "/send"
33   ],
34   "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
35   "_shasum": "20f1336481b083cd75337992a16971aa2d906947",
36   "_shrinkwrap": null,
37   "_spec": "on-finished@~2.3.0",
38   "_where": "/home/josuer08/josuexyz/node_modules/express",
39   "bugs": {
40     "url": "https://github.com/jshttp/on-finished/issues"
41   },
42   "contributors": [
43     {
44       "name": "Douglas Christopher Wilson",
45       "email": "doug@somethingdoug.com"
46     },
47     {
48       "name": "Jonathan Ong",
49       "email": "me@jongleberry.com",
50       "url": "http://jongleberry.com"
51     }
52   ],
53   "dependencies": {
54     "ee-first": "1.1.1"
55   },
56   "description": "Execute a callback when a request closes, finishes, or errors",
57   "devDependencies": {
58     "istanbul": "0.3.9",
59     "mocha": "2.2.5"
60   },
61   "directories": {},
62   "dist": {
63     "shasum": "20f1336481b083cd75337992a16971aa2d906947",
64     "tarball": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz"
65   },
66   "engines": {
67     "node": ">= 0.8"
68   },
69   "files": [
70     "HISTORY.md",
71     "LICENSE",
72     "index.js"
73   ],
74   "gitHead": "34babcb58126a416fcf5205768204f2e12699dda",
75   "homepage": "https://github.com/jshttp/on-finished",
76   "license": "MIT",
77   "maintainers": [
78     {
79       "name": "dougwilson",
80       "email": "doug@somethingdoug.com"
81     },
82     {
83       "name": "jongleberry",
84       "email": "jonathanrichardong@gmail.com"
85     }
86   ],
87   "name": "on-finished",
88   "optionalDependencies": {},
89   "readme": "ERROR: No README data found!",
90   "repository": {
91     "type": "git",
92     "url": "git+https://github.com/jshttp/on-finished.git"
93   },
94   "scripts": {
95     "test": "mocha --reporter spec --bail --check-leaks test/",
96     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
97     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
98   },
99   "version": "2.3.0"
100 }