1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
| {
| "_from": "http-errors@2.0.0",
| "_id": "http-errors@2.0.0",
| "_inBundle": false,
| "_integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
| "_location": "/http-errors",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "http-errors@2.0.0",
| "name": "http-errors",
| "escapedName": "http-errors",
| "rawSpec": "2.0.0",
| "saveSpec": null,
| "fetchSpec": "2.0.0"
| },
| "_requiredBy": [
| "/send"
| ],
| "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
| "_shasum": "b7774a1486ef73cf7667ac9ae0858c012c57b9d3",
| "_spec": "http-errors@2.0.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\send",
| "author": {
| "name": "Jonathan Ong",
| "email": "me@jongleberry.com",
| "url": "http://jongleberry.com"
| },
| "bugs": {
| "url": "https://github.com/jshttp/http-errors/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Alan Plum",
| "email": "me@pluma.io"
| },
| {
| "name": "Douglas Christopher Wilson",
| "email": "doug@somethingdoug.com"
| }
| ],
| "dependencies": {
| "depd": "2.0.0",
| "inherits": "2.0.4",
| "setprototypeof": "1.2.0",
| "statuses": "2.0.1",
| "toidentifier": "1.0.1"
| },
| "deprecated": false,
| "description": "Create HTTP error objects",
| "devDependencies": {
| "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"
| },
| "engines": {
| "node": ">= 0.8"
| },
| "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": {
| "lint": "eslint . && node ./scripts/lint-readme-list.js",
| "test": "mocha --reporter spec --bail",
| "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"
| },
| "version": "2.0.0"
| }
|
|