-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.1 KB
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
{
"_from": "errorhandler",
"_id": "errorhandler@1.5.0",
"_inBundle": false,
"_integrity": "sha1-6rpkyl1UKjEayUX1gt78M2Fl2fQ=",
"_location": "/errorhandler",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "errorhandler",
"name": "errorhandler",
"escapedName": "errorhandler",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.0.tgz",
"_shasum": "eaba64ca5d542a311ac945f582defc336165d9f4",
"_spec": "errorhandler",
"_where": "C:\\Users\\Admin\\Nodejs\\RESTfulBlog",
"bugs": {
"url": "https://github.com/expressjs/errorhandler/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"accepts": "~1.3.3",
"escape-html": "~1.0.3"
},
"deprecated": false,
"description": "Development-only error handler middleware",
"devDependencies": {
"after": "0.8.2",
"eslint": "3.10.2",
"eslint-config-standard": "6.2.1",
"eslint-plugin-promise": "3.3.2",
"eslint-plugin-standard": "2.0.1",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"supertest": "1.1.0"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"public/",
"LICENSE",
"HISTORY.md",
"index.js"
],
"homepage": "https://github.com/expressjs/errorhandler#readme",
"license": "MIT",
"name": "errorhandler",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/errorhandler.git"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "1.5.0"
}