保誠-保戶業務員媒合平台
tomasysh
2022-05-25 43d0eed31f4b2a59e23c06ceba3616aac3f549f6
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
{
  "_from": "error-stack-parser@^2.0.0",
  "_id": "error-stack-parser@2.0.7",
  "_inBundle": false,
  "_integrity": "sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==",
  "_location": "/error-stack-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "error-stack-parser@^2.0.0",
    "name": "error-stack-parser",
    "escapedName": "error-stack-parser",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@nuxt/friendly-errors-webpack-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz",
  "_shasum": "b0c6e2ce27d0495cf78ad98715e0cad1219abb57",
  "_spec": "error-stack-parser@^2.0.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\friendly-errors-webpack-plugin",
  "bugs": {
    "url": "https://github.com/stacktracejs/error-stack-parser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "stackframe": "^1.1.1"
  },
  "deprecated": false,
  "description": "Extract meaning from JS Errors",
  "devDependencies": {
    "eslint": "^6.8.0",
    "jasmine": "^3.5.0",
    "jasmine-core": "^3.5.0",
    "karma": "^4.4.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.1",
    "karma-coveralls": "^2.1.0",
    "karma-firefox-launcher": "^1.2.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-jasmine": "^1.1.2",
    "karma-opera-launcher": "^1.0.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-safari-launcher": "^1.0.0",
    "karma-sauce-launcher": "^2.0.2",
    "karma-spec-reporter": "0.0.32",
    "uglify-es": "^3.3.9"
  },
  "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": {
    "lint": "eslint --fix .",
    "prepare": "cp error-stack-parser.js dist/ && uglifyjs node_modules/stackframe/stackframe.js error-stack-parser.js -o dist/error-stack-parser.min.js --compress --mangle --source-map \"url=error-stack-parser.min.js.map\"",
    "test": "karma start karma.conf.js --single-run",
    "test-ci": "karma start karma.conf.ci.js --single-run",
    "test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_Travis"
  },
  "typings": "./error-stack-parser.d.ts",
  "version": "2.0.7"
}