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