package.json
2.63 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"_args": [
[
{
"raw": "error-ex@^1.2.0",
"scope": null,
"escapedName": "error-ex",
"name": "error-ex",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/parse-json"
]
],
"_from": "error-ex@>=1.2.0 <2.0.0",
"_id": "error-ex@1.3.1",
"_inCache": true,
"_location": "/error-ex",
"_nodeVersion": "4.4.3",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/error-ex-1.3.1.tgz_1488583539188_0.11632813210599124"
},
"_npmUser": {
"name": "qix",
"email": "i.am.qix@gmail.com"
},
"_npmVersion": "2.15.1",
"_phantomChildren": {},
"_requested": {
"raw": "error-ex@^1.2.0",
"scope": null,
"escapedName": "error-ex",
"name": "error-ex",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/parse-json"
],
"_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
"_shasum": "f855a86ce61adc4e8621c3cda21e7a7612c3a8dc",
"_shrinkwrap": null,
"_spec": "error-ex@^1.2.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/parse-json",
"bugs": {
"url": "https://github.com/qix-/node-error-ex/issues"
},
"dependencies": {
"is-arrayish": "^0.2.1"
},
"description": "Easy error subclassing and stack customization",
"devDependencies": {
"coffee-script": "^1.9.3",
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
"mocha": "^2.2.5",
"should": "^7.0.1",
"xo": "^0.7.1"
},
"directories": {},
"dist": {
"shasum": "f855a86ce61adc4e8621c3cda21e7a7612c3a8dc",
"tarball": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz"
},
"files": [
"index.js"
],
"gitHead": "002e0ffd7ae9e3427555459c132e823251d7e195",
"homepage": "https://github.com/qix-/node-error-ex#readme",
"keywords": [
"error",
"errors",
"extend",
"extending",
"extension",
"subclass",
"stack",
"custom"
],
"license": "MIT",
"maintainers": [
{
"name": "qix",
"email": "i.am.qix@gmail.com"
},
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "error-ex",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/qix-/node-error-ex.git"
},
"scripts": {
"pretest": "xo",
"test": "mocha --compilers coffee:coffee-script/register"
},
"version": "1.3.1",
"xo": {
"rules": {
"operator-linebreak": [
0
]
}
}
}