1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/http-errors/package.json

96 lines
2.5 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "http-errors@2.0.0",
"_id": "http-errors@2.0.0",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
2023-12-18 13:12:25 +08:00
"_location": "/http-errors",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "http-errors@2.0.0",
2023-12-18 13:12:25 +08:00
"name": "http-errors",
"escapedName": "http-errors",
2024-01-16 21:26:16 +08:00
"rawSpec": "2.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "2.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/body-parser",
2024-01-16 21:26:16 +08:00
"/express",
2023-12-18 13:12:25 +08:00
"/raw-body",
"/send"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
"_shasum": "b7774a1486ef73cf7667ac9ae0858c012c57b9d3",
"_spec": "http-errors@2.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\express",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/jshttp/http-errors/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"contributors": [
{
"name": "Alan Plum",
"email": "me@pluma.io"
},
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {
2024-01-16 21:26:16 +08:00
"depd": "2.0.0",
"inherits": "2.0.4",
"setprototypeof": "1.2.0",
"statuses": "2.0.1",
"toidentifier": "1.0.1"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Create HTTP error objects",
"devDependencies": {
2024-01-16 21:26:16 +08: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",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-standard": "4.1.0",
"mocha": "9.1.3",
"nyc": "15.1.0"
2023-12-18 13:12:25 +08:00
},
"engines": {
2024-01-16 21:26:16 +08:00
"node": ">= 0.8"
2023-12-18 13:12:25 +08:00
},
"files": [
"index.js",
"HISTORY.md",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/jshttp/http-errors#readme",
"keywords": [
"http",
"error"
],
"license": "MIT",
"name": "http-errors",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/http-errors.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"lint": "eslint . && node ./scripts/lint-readme-list.js",
2023-12-18 13:12:25 +08:00
"test": "mocha --reporter spec --bail",
2024-01-16 21:26:16 +08:00
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test",
"version": "node scripts/version-history.js && git add HISTORY.md"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "2.0.0"
2023-12-18 13:12:25 +08:00
}