You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

106 lines
2.7 KiB

{
"_args": [
[
{
"raw": "on-finished@~2.1.1",
"scope": null,
"escapedName": "on-finished",
"name": "on-finished",
"rawSpec": "~2.1.1",
"spec": ">=2.1.1 <2.2.0",
"type": "range"
},
"/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
]
],
"_from": "on-finished@>=2.1.1 <2.2.0",
"_id": "on-finished@2.1.1",
"_inCache": true,
"_location": "/on-finished",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"raw": "on-finished@~2.1.1",
"scope": null,
"escapedName": "on-finished",
"name": "on-finished",
"rawSpec": "~2.1.1",
"spec": ">=2.1.1 <2.2.0",
"type": "range"
},
"_requiredBy": [
"/express",
"/finalhandler",
"/send"
],
"_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.1.1.tgz",
"_shasum": "f82ca1c9e3a4f3286b1b9938610e5b8636bd3cb2",
"_shrinkwrap": null,
"_spec": "on-finished@~2.1.1",
"_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
"bugs": {
"url": "https://github.com/jshttp/on-finished/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"ee-first": "1.1.0"
},
"description": "Execute a callback when a request closes, finishes, or errors",
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~2.0.0"
},
"directories": {},
"dist": {
"shasum": "f82ca1c9e3a4f3286b1b9938610e5b8636bd3cb2",
"tarball": "https://registry.npmjs.org/on-finished/-/on-finished-2.1.1.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "8ec5fa639ace400b543b5bc1821ce909b9acdc03",
"homepage": "https://github.com/jshttp/on-finished",
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"name": "on-finished",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/on-finished.git"
},
"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/"
},
"version": "2.1.1"
}