package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "error-stack-parser@^2.0.0",
  3. "_id": "error-stack-parser@2.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==",
  6. "_location": "/error-stack-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "error-stack-parser@^2.0.0",
  12. "name": "error-stack-parser",
  13. "escapedName": "error-stack-parser",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/friendly-errors-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz",
  22. "_shasum": "b0c6e2ce27d0495cf78ad98715e0cad1219abb57",
  23. "_spec": "error-stack-parser@^2.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\friendly-errors-webpack-plugin",
  25. "bugs": {
  26. "url": "https://github.com/stacktracejs/error-stack-parser/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "stackframe": "^1.1.1"
  31. },
  32. "deprecated": false,
  33. "description": "Extract meaning from JS Errors",
  34. "devDependencies": {
  35. "eslint": "^6.8.0",
  36. "jasmine": "^3.5.0",
  37. "jasmine-core": "^3.5.0",
  38. "karma": "^4.4.1",
  39. "karma-chrome-launcher": "^3.1.0",
  40. "karma-coverage": "^2.0.1",
  41. "karma-coveralls": "^2.1.0",
  42. "karma-firefox-launcher": "^1.2.0",
  43. "karma-ie-launcher": "^1.0.0",
  44. "karma-jasmine": "^1.1.2",
  45. "karma-opera-launcher": "^1.0.0",
  46. "karma-phantomjs-launcher": "^1.0.4",
  47. "karma-safari-launcher": "^1.0.0",
  48. "karma-sauce-launcher": "^2.0.2",
  49. "karma-spec-reporter": "0.0.32",
  50. "uglify-es": "^3.3.9"
  51. },
  52. "files": [
  53. "LICENSE",
  54. "README.md",
  55. "error-stack-parser.js",
  56. "error-stack-parser.d.ts",
  57. "dist/"
  58. ],
  59. "homepage": "https://www.stacktracejs.com",
  60. "keywords": [
  61. "stacktrace",
  62. "error",
  63. "stack",
  64. "parser"
  65. ],
  66. "license": "MIT",
  67. "main": "./error-stack-parser.js",
  68. "maintainers": [
  69. {
  70. "name": "Eric Wendelin",
  71. "email": "me@eriwen.com",
  72. "url": "https://www.eriwen.com"
  73. },
  74. {
  75. "name": "Victor Homyakov",
  76. "email": "vkhomyackov@gmail.com",
  77. "url": "https://github.com/victor-homyakov"
  78. },
  79. {
  80. "name": "Oliver Salzburg",
  81. "url": "https://github.com/oliversalzburg"
  82. },
  83. {
  84. "name": "Ben Gourley",
  85. "url": "https://github.com/bengourley"
  86. }
  87. ],
  88. "name": "error-stack-parser",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/stacktracejs/error-stack-parser.git"
  92. },
  93. "scripts": {
  94. "lint": "eslint --fix .",
  95. "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\"",
  96. "test": "karma start karma.conf.js --single-run",
  97. "test-ci": "karma start karma.conf.ci.js --single-run",
  98. "test-pr": "karma start karma.conf.js --single-run --browsers Firefox,Chrome_Travis"
  99. },
  100. "typings": "./error-stack-parser.d.ts",
  101. "version": "2.0.7"
  102. }