| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_args": [
- [
- "error-stack-parser@2.0.1",
- "D:\\projects\\dealer_front"
- ]
- ],
- "_development": true,
- "_from": "error-stack-parser@2.0.1",
- "_id": "error-stack-parser@2.0.1",
- "_inBundle": false,
- "_integrity": "sha1-oyArj7AxFKqbQKDjZp5IsrZaAQo=",
- "_location": "/error-stack-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "error-stack-parser@2.0.1",
- "name": "error-stack-parser",
- "escapedName": "error-stack-parser",
- "rawSpec": "2.0.1",
- "saveSpec": null,
- "fetchSpec": "2.0.1"
- },
- "_requiredBy": [
- "/friendly-errors-webpack-plugin"
- ],
- "_resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.1.tgz",
- "_spec": "2.0.1",
- "_where": "D:\\projects\\dealer_front",
- "bugs": {
- "url": "https://github.com/stacktracejs/error-stack-parser/issues"
- },
- "dependencies": {
- "stackframe": "^1.0.3"
- },
- "description": "Extract meaning from JS Errors",
- "devDependencies": {
- "colors": "^1.1.2",
- "del": "^1.2.1",
- "gulp": "^3.9.0",
- "gulp-concat": "^2.6.0",
- "gulp-coveralls": "^0.1.4",
- "gulp-jshint": "^2.0.0",
- "gulp-sourcemaps": "^1.6.0",
- "gulp-uglify": "^1.5.1",
- "jasmine": "^2.3.2",
- "jasmine-core": "^2.3.4",
- "jscs": "^2.9.0",
- "jsdoc-dash-template": "^1.2.0",
- "jshint": "^2.8.0",
- "karma": "~0.13",
- "karma-chrome-launcher": "^0.1.12",
- "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.1.0",
- "karma-phantomjs2-launcher": "^0.3.2",
- "karma-safari-launcher": "^0.1.1",
- "karma-sauce-launcher": "^0.3.0",
- "karma-spec-reporter": "0.0.23",
- "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": "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.1"
- }
|