-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.79 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.79 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
{
"_args": [
[
"strong-error-handler@2.3.2"
]
],
"_from": "strong-error-handler@2.3.2",
"_id": "strong-error-handler@2.3.2",
"_inBundle": false,
"_integrity": "sha512-MT68SXVUPB1MNKEkIOUEgKOUCXWf3QV3TmgQRxJHyVplV/IbKFW/60UhAapViDt18cwr1XmgrNbtZ/2cF2qKdg==",
"_location": "/strong-error-handler",
"_phantomChildren": {
"xmlcreate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "strong-error-handler@2.3.2",
"name": "strong-error-handler",
"escapedName": "strong-error-handler",
"rawSpec": "2.3.2",
"saveSpec": null,
"fetchSpec": "2.3.2"
},
"_requiredBy": [
"/",
"/strong-remoting"
],
"_resolved": "https://registry.npmjs.org/strong-error-handler/-/strong-error-handler-2.3.2.tgz",
"_spec": "2.3.2",
"browser": {
"strong-error-handler": false
},
"bugs": {
"url": "https://github.com/nguyenchilong/loopback-error-handler/issues"
},
"ci": {
"downstreamIgnoreList": [
"dashboard-controller"
]
},
"dependencies": {
"accepts": "^1.3.3",
"debug": "^2.2.0",
"ejs": "^2.5.7",
"http-status": "^1.0.0",
"js2xmlparser": "^3.0.0",
"strong-globalize": "^3.1.0"
},
"description": "Error handler for use in development and production environments.",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.14.1",
"eslint-config-loopback": "^8.0.0",
"express": "^4.13.4",
"mocha": "^5.2.0",
"supertest": "^3.0.0"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/nguyenchilong/loopback-error-handler#readme",
"license": "MIT",
"main": "lib/handler.js",
"name": "loopback-error-handler",
"repository": {
"type": "git",
"url": "git+https://github.com/nguyenchilong/loopback-error-handler.git"
},
"scripts": {
"lint": "eslint .",
"posttest": "npm run lint",
"test": "mocha"
},
"version": "1.0.0"
}