This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/body-parser/node_modules/on-finished/package.json

72 lines
1.9 KiB
JSON

{
"name": "on-finished",
"description": "Execute a callback when a request closes, finishes, or errors",
"version": "2.1.0",
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jshttp/on-finished"
},
"dependencies": {
"ee-first": "1.0.5"
},
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "~1.21.4"
},
"engine": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"gitHead": "1ad808e704e2aeda3a7464b78cacead2fb453727",
"bugs": {
"url": "https://github.com/jshttp/on-finished/issues"
},
"homepage": "https://github.com/jshttp/on-finished",
"_id": "on-finished@2.1.0",
"_shasum": "0c539f09291e8ffadde0c8a25850fb2cedc7022d",
"_from": "on-finished@2.1.0",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"dist": {
"shasum": "0c539f09291e8ffadde0c8a25850fb2cedc7022d",
"tarball": "http://registry.npmjs.org/on-finished/-/on-finished-2.1.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.1.0.tgz",
"readme": "ERROR: No README data found!"
}