Blame view

node_modules/error-stack-parser/package.json 2.83 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "error-stack-parser@2.0.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "error-stack-parser@2.0.2",
    "_id": "error-stack-parser@2.0.2",
    "_inBundle": false,
    "_integrity": "sha1-Sujbqiv5CotFBwe5FJ3KvKE1Ug0=",
    "_location": "/error-stack-parser",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "error-stack-parser@2.0.2",
      "name": "error-stack-parser",
      "escapedName": "error-stack-parser",
      "rawSpec": "2.0.2",
      "saveSpec": null,
      "fetchSpec": "2.0.2"
    },
    "_requiredBy": [
      "/friendly-errors-webpack-plugin"
    ],
    "_resolved": "http://registry.npm.taobao.org/error-stack-parser/download/error-stack-parser-2.0.2.tgz",
    "_spec": "2.0.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "bugs": {
      "url": "https://github.com/stacktracejs/error-stack-parser/issues"
    },
    "dependencies": {
      "stackframe": "^1.0.4"
    },
    "description": "Extract meaning from JS Errors",
    "devDependencies": {
      "colors": "^1.1.2",
      "del": "^3.0.0",
      "gulp": "^3.9.0",
      "gulp-concat": "^2.6.0",
      "gulp-coveralls": "^0.1.4",
      "gulp-jshint": "^2.0.0",
      "gulp-sourcemaps": "^1.12.0",
      "gulp-uglify": "^1.5.1",
      "jasmine": "^2.7.0",
      "jasmine-core": "^2.7.0",
      "jscs": "^2.9.0",
      "jsdoc-dash-template": "^2.0.1",
      "jshint": "^2.9.5",
      "karma": "^1.7.0",
      "karma-chrome-launcher": "^2.2.0",
      "karma-coverage": "^1.1.1",
      "karma-firefox-launcher": "^1.0.1",
      "karma-ie-launcher": "^1.0.0",
      "karma-jasmine": "^1.1.0",
      "karma-opera-launcher": "^1.0.0",
      "karma-phantomjs2-launcher": "^0.5.0",
      "karma-safari-launcher": "^1.0.0",
      "karma-sauce-launcher": "^1.1.0",
      "karma-spec-reporter": "^0.0.31",
      "run-sequence": "^1.1.5"
    },
    "files": [
      "LICENSE",
      "README.md",
      "error-stack-parser.js",
      "error-stack-parser.d.ts",
      "dist/"
    ],
    "homepage": "https://www.stacktracejs.com",
    "keywords": [
      "stacktrace",
      "error",
      "stack",
      "parser"
    ],
    "license": "MIT",
    "main": "./error-stack-parser.js",
    "maintainers": [
      {
        "name": "Eric Wendelin",
        "email": "me@eriwen.com",
        "url": "https://www.eriwen.com"
      },
      {
        "name": "Victor Homyakov",
        "email": "vkhomyackov@gmail.com",
        "url": "https://github.com/victor-homyakov"
      },
      {
        "name": "Oliver Salzburg",
        "url": "https://github.com/oliversalzburg"
      },
      {
        "name": "Ben Gourley",
        "url": "https://github.com/bengourley"
      }
    ],
    "name": "error-stack-parser",
    "repository": {
      "type": "git",
      "url": "git://github.com/stacktracejs/error-stack-parser.git"
    },
    "scripts": {
      "prepublish": "gulp dist",
      "test": "gulp test"
    },
    "typings": "./error-stack-parser.d.ts",
    "version": "2.0.2"
  }