7a6494f88ac85d7129212fa7afaf86baf265cb19
[VSoRC/.git] / node_modules / on-finished / package.json
1 {
2   "_from": "on-finished@~2.3.0",
3   "_id": "on-finished@2.3.0",
4   "_inBundle": false,
5   "_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
6   "_location": "/on-finished",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "on-finished@~2.3.0",
12     "name": "on-finished",
13     "escapedName": "on-finished",
14     "rawSpec": "~2.3.0",
15     "saveSpec": null,
16     "fetchSpec": "~2.3.0"
17   },
18   "_requiredBy": [
19     "/body-parser",
20     "/express",
21     "/finalhandler",
22     "/send"
23   ],
24   "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
25   "_shasum": "20f1336481b083cd75337992a16971aa2d906947",
26   "_spec": "on-finished@~2.3.0",
27   "_where": "/home/josuer08/Documents/web/node_modules/express",
28   "bugs": {
29     "url": "https://github.com/jshttp/on-finished/issues"
30   },
31   "bundleDependencies": false,
32   "contributors": [
33     {
34       "name": "Douglas Christopher Wilson",
35       "email": "doug@somethingdoug.com"
36     },
37     {
38       "name": "Jonathan Ong",
39       "email": "me@jongleberry.com",
40       "url": "http://jongleberry.com"
41     }
42   ],
43   "dependencies": {
44     "ee-first": "1.1.1"
45   },
46   "deprecated": false,
47   "description": "Execute a callback when a request closes, finishes, or errors",
48   "devDependencies": {
49     "istanbul": "0.3.9",
50     "mocha": "2.2.5"
51   },
52   "engines": {
53     "node": ">= 0.8"
54   },
55   "files": [
56     "HISTORY.md",
57     "LICENSE",
58     "index.js"
59   ],
60   "homepage": "https://github.com/jshttp/on-finished#readme",
61   "license": "MIT",
62   "name": "on-finished",
63   "repository": {
64     "type": "git",
65     "url": "git+https://github.com/jshttp/on-finished.git"
66   },
67   "scripts": {
68     "test": "mocha --reporter spec --bail --check-leaks test/",
69     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
70     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
71   },
72   "version": "2.3.0"
73 }