121 lines
3.0 KiB
JSON
121 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"http-errors@~1.5.0",
|
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\serve-index"
|
|
]
|
|
],
|
|
"_from": "http-errors@>=1.5.0-0 <1.6.0-0",
|
|
"_id": "http-errors@1.5.1",
|
|
"_inCache": true,
|
|
"_location": "/http-errors",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/http-errors-1.5.1.tgz_1479361411507_0.47469806275330484"
|
|
},
|
|
"_npmUser": {
|
|
"email": "doug@somethingdoug.com",
|
|
"name": "dougwilson"
|
|
},
|
|
"_npmVersion": "1.4.28",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "http-errors",
|
|
"raw": "http-errors@~1.5.0",
|
|
"rawSpec": "~1.5.0",
|
|
"scope": null,
|
|
"spec": ">=1.5.0-0 <1.6.0-0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/serve-index"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.5.1.tgz",
|
|
"_shasum": "788c0d2c1de2c81b9e6e8c01843b6b97eb920750",
|
|
"_shrinkwrap": null,
|
|
"_spec": "http-errors@~1.5.0",
|
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\serve-index",
|
|
"author": {
|
|
"email": "me@jongleberry.com",
|
|
"name": "Jonathan Ong",
|
|
"url": "http://jongleberry.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/http-errors/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Alan Plum",
|
|
"email": "me@pluma.io"
|
|
},
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"inherits": "2.0.3",
|
|
"setprototypeof": "1.0.2",
|
|
"statuses": ">= 1.3.1 < 2"
|
|
},
|
|
"description": "Create HTTP error objects",
|
|
"devDependencies": {
|
|
"eslint": "3.10.2",
|
|
"eslint-config-standard": "6.2.1",
|
|
"eslint-plugin-markdown": "1.0.0-beta.3",
|
|
"eslint-plugin-promise": "3.3.2",
|
|
"eslint-plugin-standard": "2.0.1",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "1.21.5"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "788c0d2c1de2c81b9e6e8c01843b6b97eb920750",
|
|
"tarball": "https://registry.npmjs.org/http-errors/-/http-errors-1.5.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"gitHead": "a55db90c7a2c0bafedb4bfa35a85eee5f53a37e9",
|
|
"homepage": "https://github.com/jshttp/http-errors",
|
|
"installable": true,
|
|
"keywords": [
|
|
"error",
|
|
"http"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "egeste",
|
|
"email": "npm@egeste.net"
|
|
},
|
|
{
|
|
"name": "jongleberry",
|
|
"email": "jonathanrichardong@gmail.com"
|
|
}
|
|
],
|
|
"name": "http-errors",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jshttp/http-errors"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --plugin markdown --ext js,md .",
|
|
"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.5.1"
|
|
}
|