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

111 lines
2.6 KiB
JSON

{
"_args": [
[
"http-errors@~1.3.1",
"/Users/alfiepates/src/invoicer/node_modules/send"
]
],
"_from": "http-errors@>=1.3.1 <1.4.0",
"_id": "http-errors@1.3.1",
"_inCache": true,
"_installable": true,
"_location": "/http-errors",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "http-errors",
"raw": "http-errors@~1.3.1",
"rawSpec": "~1.3.1",
"scope": null,
"spec": ">=1.3.1 <1.4.0",
"type": "range"
},
"_requiredBy": [
"/send"
],
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
"_shasum": "197e22cdebd4198585e8694ef6786197b91ed942",
"_shrinkwrap": null,
"_spec": "http-errors@~1.3.1",
"_where": "/Users/alfiepates/src/invoicer/node_modules/send",
"author": {
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/jshttp/http-errors/issues"
},
"contributors": [
{
"email": "me@pluma.io",
"name": "Alan Plum"
},
{
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
}
],
"dependencies": {
"inherits": "~2.0.1",
"statuses": "1"
},
"description": "Create HTTP error objects",
"devDependencies": {
"istanbul": "0",
"mocha": "1"
},
"directories": {},
"dist": {
"shasum": "197e22cdebd4198585e8694ef6786197b91ed942",
"tarball": "http://localhost:4873/http-errors/-/http-errors-1.3.1.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"index.js",
"HISTORY.md",
"LICENSE",
"README.md"
],
"gitHead": "89a8502b40d5dd42da2908f265275e2eeb8d0699",
"homepage": "https://github.com/jshttp/http-errors",
"keywords": [
"http",
"error"
],
"license": "MIT",
"maintainers": [
{
"email": "npm@egeste.net",
"name": "egeste"
},
{
"email": "jonathanrichardong@gmail.com",
"name": "jongleberry"
},
{
"email": "doug@somethingdoug.com",
"name": "dougwilson"
}
],
"name": "http-errors",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/http-errors.git"
},
"scripts": {
"test": "mocha --reporter spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"version": "1.3.1"
}