package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "error-stack-parser@2.0.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "error-stack-parser@2.0.1",
  10. "_id": "error-stack-parser@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-oyArj7AxFKqbQKDjZp5IsrZaAQo=",
  13. "_location": "/error-stack-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "error-stack-parser@2.0.1",
  19. "name": "error-stack-parser",
  20. "escapedName": "error-stack-parser",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/friendly-errors-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "D:\\projects\\dealer_front",
  31. "bugs": {
  32. "url": "https://github.com/stacktracejs/error-stack-parser/issues"
  33. },
  34. "dependencies": {
  35. "stackframe": "^1.0.3"
  36. },
  37. "description": "Extract meaning from JS Errors",
  38. "devDependencies": {
  39. "colors": "^1.1.2",
  40. "del": "^1.2.1",
  41. "gulp": "^3.9.0",
  42. "gulp-concat": "^2.6.0",
  43. "gulp-coveralls": "^0.1.4",
  44. "gulp-jshint": "^2.0.0",
  45. "gulp-sourcemaps": "^1.6.0",
  46. "gulp-uglify": "^1.5.1",
  47. "jasmine": "^2.3.2",
  48. "jasmine-core": "^2.3.4",
  49. "jscs": "^2.9.0",
  50. "jsdoc-dash-template": "^1.2.0",
  51. "jshint": "^2.8.0",
  52. "karma": "~0.13",
  53. "karma-chrome-launcher": "^0.1.12",
  54. "karma-coverage": "^0.5.3",
  55. "karma-firefox-launcher": "^0.1.7",
  56. "karma-ie-launcher": "^0.2.0",
  57. "karma-jasmine": "^0.3.6",
  58. "karma-opera-launcher": "^0.1.0",
  59. "karma-phantomjs2-launcher": "^0.3.2",
  60. "karma-safari-launcher": "^0.1.1",
  61. "karma-sauce-launcher": "^0.3.0",
  62. "karma-spec-reporter": "0.0.23",
  63. "run-sequence": "^1.1.5"
  64. },
  65. "files": [
  66. "LICENSE",
  67. "README.md",
  68. "error-stack-parser.js",
  69. "error-stack-parser.d.ts",
  70. "dist/"
  71. ],
  72. "homepage": "https://www.stacktracejs.com",
  73. "keywords": [
  74. "stacktrace",
  75. "error",
  76. "stack",
  77. "parser"
  78. ],
  79. "license": "MIT",
  80. "main": "./error-stack-parser.js",
  81. "maintainers": [
  82. {
  83. "name": "Eric Wendelin",
  84. "email": "me@eriwen.com",
  85. "url": "https://www.eriwen.com"
  86. },
  87. {
  88. "name": "Victor Homyakov",
  89. "email": "vkhomyackov@gmail.com",
  90. "url": "https://github.com/victor-homyakov"
  91. },
  92. {
  93. "name": "Oliver Salzburg",
  94. "url": "https://github.com/oliversalzburg"
  95. }
  96. ],
  97. "name": "error-stack-parser",
  98. "repository": {
  99. "type": "git",
  100. "url": "git://github.com/stacktracejs/error-stack-parser.git"
  101. },
  102. "scripts": {
  103. "prepublish": "gulp dist",
  104. "test": "gulp test"
  105. },
  106. "typings": "./error-stack-parser.d.ts",
  107. "version": "2.0.1"
  108. }