1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/error-stack-parser/package.json

103 lines
3.1 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "error-stack-parser@^2.0.6",
"_id": "error-stack-parser@2.1.4",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
2023-12-18 13:12:25 +08:00
"_location": "/error-stack-parser",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "error-stack-parser@^2.0.6",
2023-12-18 13:12:25 +08:00
"name": "error-stack-parser",
"escapedName": "error-stack-parser",
2024-01-16 21:26:16 +08:00
"rawSpec": "^2.0.6",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^2.0.6"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/@soda/friendly-errors-webpack-plugin"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
"_shasum": "229cb01cdbfa84440bfa91876285b94680188286",
"_spec": "error-stack-parser@^2.0.6",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@soda\\friendly-errors-webpack-plugin",
2023-12-18 13:12:25 +08:00
"bugs": {
"url": "https://github.com/stacktracejs/error-stack-parser/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"stackframe": "^1.3.4"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Extract meaning from JS Errors",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"eslint": "^8.17.0",
"jasmine": "^4.1.0",
"jasmine-core": "^4.1.1",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-coveralls": "^2.1.0",
"karma-firefox-launcher": "^2.1.2",
2023-12-18 13:12:25 +08:00
"karma-ie-launcher": "^1.0.0",
2024-01-16 21:26:16 +08:00
"karma-jasmine": "^4.0.2",
2023-12-18 13:12:25 +08:00
"karma-opera-launcher": "^1.0.0",
2024-01-16 21:26:16 +08:00
"karma-phantomjs-launcher": "^1.0.4",
2023-12-18 13:12:25 +08:00
"karma-safari-launcher": "^1.0.0",
2024-01-16 21:26:16 +08:00
"karma-sauce-launcher": "^4.3.6",
"karma-spec-reporter": "^0.0.34",
"uglify-es": "^3.3.9"
2023-12-18 13:12:25 +08:00
},
"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": {
2024-01-16 21:26:16 +08:00
"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_No_Sandbox"
2023-12-18 13:12:25 +08:00
},
"typings": "./error-stack-parser.d.ts",
2024-01-16 21:26:16 +08:00
"version": "2.1.4"
2023-12-18 13:12:25 +08:00
}