package.json
3.39 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
114
115
116
117
118
119
120
121
122
123
124
125
{
"_args": [
[
{
"raw": "error-stack-parser@^2.0.0",
"scope": null,
"escapedName": "error-stack-parser",
"name": "error-stack-parser",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/friendly-errors-webpack-plugin"
]
],
"_from": "error-stack-parser@>=2.0.0 <3.0.0",
"_id": "error-stack-parser@2.0.0",
"_inCache": true,
"_location": "/error-stack-parser",
"_nodeVersion": "6.3.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/error-stack-parser-2.0.0.tgz_1481341792851_0.26317130448296666"
},
"_npmUser": {
"name": "eriwen",
"email": "me@eriwen.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "error-stack-parser@^2.0.0",
"scope": null,
"escapedName": "error-stack-parser",
"name": "error-stack-parser",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/friendly-errors-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.0.tgz",
"_shasum": "9ce7777b32480e34a34c12a88b3428093fcd14b0",
"_shrinkwrap": null,
"_spec": "error-stack-parser@^2.0.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/friendly-errors-webpack-plugin",
"bugs": {
"url": "https://github.com/stacktracejs/error-stack-parser/issues"
},
"dependencies": {
"stackframe": "^1.0.2"
},
"description": "Extract meaning from JS Errors",
"devDependencies": {
"colors": "^1.1.2",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"jscs": "^2.9.0",
"jsdoc-dash-template": "^1.2.0",
"jshint": "^2.8.0",
"karma": "~0.13",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-opera-launcher": "^0.1.0",
"karma-phantomjs2-launcher": "^0.3.2",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.3.0",
"karma-spec-reporter": "0.0.23",
"run-sequence": "^1.1.5"
},
"directories": {},
"dist": {
"shasum": "9ce7777b32480e34a34c12a88b3428093fcd14b0",
"tarball": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.0.tgz"
},
"files": [
"LICENSE",
"README.md",
"error-stack-parser.js",
"dist/"
],
"gitHead": "d9eb56a2804d0e5c1f3bf26e067a09f094fdd0de",
"homepage": "https://www.stacktracejs.com",
"keywords": [
"stacktrace",
"error",
"stack",
"parser"
],
"license": "Unlicense",
"main": "./error-stack-parser.js",
"maintainers": [
{
"name": "eriwen",
"email": "me@eriwen.com"
},
{
"name": "oliversalzburg",
"email": "oliver.salzburg@gmail.com"
}
],
"name": "error-stack-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/stacktracejs/error-stack-parser.git"
},
"scripts": {
"prepublish": "gulp dist",
"test": "gulp test"
},
"version": "2.0.0"
}