| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_from": "error-stack-parser@^2.0.0",
- "_id": "error-stack-parser@2.0.3",
- "_inBundle": false,
- "_integrity": "sha512-vRC4rKv87twMZy92X4+TmUdv3iYMsmePbpG/YguHsfzmZ8bYJZYYep7yrXH09yFUaCEPKgNK5X79+Yq7hwLVOA==",
- "_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": [
- "/friendly-errors-webpack-plugin"
- ],
- "_resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.3.tgz",
- "_shasum": "9d3c000fb9f5c461f7c4e63c1aa75373ac7aaa36",
- "_spec": "error-stack-parser@^2.0.0",
- "_where": "D:\\workSpace\\dealer_front\\node_modules\\friendly-errors-webpack-plugin",
- "bugs": {
- "url": "https://github.com/stacktracejs/error-stack-parser/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "stackframe": "^1.0.4"
- },
- "deprecated": false,
- "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": "^2.0.2",
- "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": {
- "test": "gulp test"
- },
- "typings": "./error-stack-parser.d.ts",
- "version": "2.0.3"
- }
|