mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "http-error",
|
|
"description": "Expose HTTP error codes as Error objects",
|
|
"version": "0.0.6",
|
|
"author": {
|
|
"name": "Cloud9 B.V.",
|
|
"email": "info@c9.io"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Fabian Jakobs",
|
|
"email": "fabian@c9.io"
|
|
}
|
|
],
|
|
"main": "error.js",
|
|
"scripts": {
|
|
"test": "./node_modules/mocha/bin/mocha error_test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/c9/node-http-error.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/c9/node-http-error/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"mocha": "^2.3.4"
|
|
},
|
|
"gitHead": "723f00933dcdc23e23ee778a4b4654d62dc2ef20",
|
|
"bugs": {
|
|
"url": "https://github.com/c9/node-http-error/issues"
|
|
},
|
|
"homepage": "https://github.com/c9/node-http-error#readme",
|
|
"_id": "http-error@0.0.6",
|
|
"_shasum": "bff309b0bdafe30d95fbb73ac2dd2bdd39bbc074",
|
|
"_from": "http-error@>=0.0.5 <0.1.0",
|
|
"_npmVersion": "2.14.14",
|
|
"_nodeVersion": "0.10.41",
|
|
"_npmUser": {
|
|
"name": "fjakobs",
|
|
"email": "fabian.jakobs@web.de"
|
|
},
|
|
"dist": {
|
|
"shasum": "bff309b0bdafe30d95fbb73ac2dd2bdd39bbc074",
|
|
"tarball": "https://registry.npmjs.org/http-error/-/http-error-0.0.6.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "fjakobs",
|
|
"email": "fabian.jakobs@web.de"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/http-error/-/http-error-0.0.6.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|