package.json 3.0 KB

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