package.json
2.83 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
{
"_args": [
[
{
"raw": "stackframe@^1.0.2",
"scope": null,
"escapedName": "stackframe",
"name": "stackframe",
"rawSpec": "^1.0.2",
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/error-stack-parser"
]
],
"_from": "stackframe@>=1.0.2 <2.0.0",
"_id": "stackframe@1.0.2",
"_inCache": true,
"_location": "/stackframe",
"_nodeVersion": "0.12.4",
"_npmUser": {
"name": "eriwen",
"email": "me@eriwen.com"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"raw": "stackframe@^1.0.2",
"scope": null,
"escapedName": "stackframe",
"name": "stackframe",
"rawSpec": "^1.0.2",
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/error-stack-parser"
],
"_resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.0.2.tgz",
"_shasum": "162245509c687d328b14f671dab8fdb755b1e1e8",
"_shrinkwrap": null,
"_spec": "stackframe@^1.0.2",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/error-stack-parser",
"bugs": {
"url": "https://github.com/stacktracejs/stackframe/issues"
},
"dependencies": {},
"description": "JS Object representation of a stack frame",
"devDependencies": {
"colors": "^1.1.2",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jshint": "^2.8.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.2",
"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.3.0",
"karma-phantomjs2-launcher": "^0.3.2",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.3.0",
"run-sequence": "^1.1.5"
},
"directories": {},
"dist": {
"shasum": "162245509c687d328b14f671dab8fdb755b1e1e8",
"tarball": "https://registry.npmjs.org/stackframe/-/stackframe-1.0.2.tgz"
},
"gitHead": "73f58c28eafd8ba0db92f40d99d461059626fef4",
"homepage": "https://www.stacktracejs.com",
"keywords": [
"stacktrace",
"error",
"debugger",
"stack frame"
],
"license": "Unlicense",
"main": "./stackframe.js",
"maintainers": [
{
"name": "eriwen",
"email": "me@eriwen.com"
},
{
"name": "oliversalzburg",
"email": "oliver.salzburg@gmail.com"
}
],
"name": "stackframe",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/stacktracejs/stackframe.git"
},
"scripts": {
"test": "gulp test"
},
"version": "1.0.2"
}