urltomarkdown/node_modules/http-errors/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-08 17:05:05 +00:00
{
2022-01-08 17:17:05 +00:00
"name": "http-errors",
"description": "Create HTTP error objects",
2022-12-21 22:28:59 +00:00
"version": "2.0.0",
2022-01-08 17:17:05 +00:00
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
2022-01-08 17:05:05 +00:00
"contributors": [
2022-01-08 17:17:05 +00:00
"Alan Plum <me@pluma.io>",
"Douglas Christopher Wilson <doug@somethingdoug.com>"
2022-01-08 17:05:05 +00:00
],
2022-01-08 17:17:05 +00:00
"license": "MIT",
"repository": "jshttp/http-errors",
2022-01-08 17:05:05 +00:00
"dependencies": {
2022-12-21 22:28:59 +00:00
"depd": "2.0.0",
2022-01-08 17:17:05 +00:00
"inherits": "2.0.4",
"setprototypeof": "1.2.0",
2022-12-21 22:28:59 +00:00
"statuses": "2.0.1",
2022-01-08 17:17:05 +00:00
"toidentifier": "1.0.1"
2022-01-08 17:05:05 +00:00
},
"devDependencies": {
2022-01-08 17:17:05 +00:00
"eslint": "7.32.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-markdown": "2.2.1",
"eslint-plugin-node": "11.1.0",
2022-12-21 22:28:59 +00:00
"eslint-plugin-promise": "5.2.0",
2022-01-08 17:17:05 +00:00
"eslint-plugin-standard": "4.1.0",
"mocha": "9.1.3",
"nyc": "15.1.0"
2022-01-08 17:05:05 +00:00
},
"engines": {
2022-12-21 22:28:59 +00:00
"node": ">= 0.8"
2022-01-08 17:05:05 +00:00
},
2022-01-08 17:17:05 +00:00
"scripts": {
"lint": "eslint . && node ./scripts/lint-readme-list.js",
"test": "mocha --reporter spec --bail",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
2022-12-21 22:28:59 +00:00
"test-cov": "nyc --reporter=html --reporter=text npm test",
"version": "node scripts/version-history.js && git add HISTORY.md"
2022-01-08 17:17:05 +00:00
},
"keywords": [
"http",
"error"
],
2022-01-08 17:05:05 +00:00
"files": [
"index.js",
"HISTORY.md",
"LICENSE",
"README.md"
2022-01-08 17:17:05 +00:00
]
2022-01-08 17:05:05 +00:00
}