Initial commit
[yaffs-website] / node_modules / on-finished / package.json
1 {
2   "_args": [
3     [
4       "on-finished@~2.3.0",
5       "/var/www/yaffs/node_modules/body-parser"
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   ],
30   "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
31   "_shasum": "20f1336481b083cd75337992a16971aa2d906947",
32   "_shrinkwrap": null,
33   "_spec": "on-finished@~2.3.0",
34   "_where": "/var/www/yaffs/node_modules/body-parser",
35   "bugs": {
36     "url": "https://github.com/jshttp/on-finished/issues"
37   },
38   "contributors": [
39     {
40       "name": "Douglas Christopher Wilson",
41       "email": "doug@somethingdoug.com"
42     },
43     {
44       "name": "Jonathan Ong",
45       "email": "me@jongleberry.com",
46       "url": "http://jongleberry.com"
47     }
48   ],
49   "dependencies": {
50     "ee-first": "1.1.1"
51   },
52   "description": "Execute a callback when a request closes, finishes, or errors",
53   "devDependencies": {
54     "istanbul": "0.3.9",
55     "mocha": "2.2.5"
56   },
57   "directories": {},
58   "dist": {
59     "shasum": "20f1336481b083cd75337992a16971aa2d906947",
60     "tarball": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz"
61   },
62   "engines": {
63     "node": ">= 0.8"
64   },
65   "files": [
66     "HISTORY.md",
67     "LICENSE",
68     "index.js"
69   ],
70   "gitHead": "34babcb58126a416fcf5205768204f2e12699dda",
71   "homepage": "https://github.com/jshttp/on-finished",
72   "license": "MIT",
73   "maintainers": [
74     {
75       "name": "dougwilson",
76       "email": "doug@somethingdoug.com"
77     },
78     {
79       "name": "jongleberry",
80       "email": "jonathanrichardong@gmail.com"
81     }
82   ],
83   "name": "on-finished",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/jshttp/on-finished.git"
89   },
90   "scripts": {
91     "test": "mocha --reporter spec --bail --check-leaks test/",
92     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
93     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
94   },
95   "version": "2.3.0"
96 }