Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "error-stack-parser@^2.0.0",
  3. "_id": "error-stack-parser@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fZ0KkoxSjLFmhW5lHbUT3tLwy3nX1qEzMYo8koY1vrsAco53CMT1djnBSeC/wUjTEZRhZl9iRw7PaMaxfJ4wzQ==",
  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. "/friendly-errors-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.4.tgz",
  22. "_shasum": "a757397dc5d9de973ac9a5d7d4e8ade7cfae9101",
  23. "_spec": "error-stack-parser@^2.0.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/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.0"
  31. },
  32. "deprecated": false,
  33. "description": "Extract meaning from JS Errors",
  34. "devDependencies": {
  35. "colors": "^1.1.2",
  36. "del": "^3.0.0",
  37. "gulp": "^3.9.0",
  38. "gulp-concat": "^2.6.0",
  39. "gulp-coveralls": "^0.1.4",
  40. "gulp-jshint": "^2.0.0",
  41. "gulp-sourcemaps": "^1.12.0",
  42. "gulp-uglify": "^1.5.1",
  43. "jasmine": "^2.7.0",
  44. "jasmine-core": "^2.7.0",
  45. "jscs": "^2.9.0",
  46. "jsdoc-dash-template": "^2.0.1",
  47. "jshint": "^2.9.5",
  48. "karma": "^1.7.0",
  49. "karma-chrome-launcher": "^2.2.0",
  50. "karma-coverage": "^1.1.1",
  51. "karma-firefox-launcher": "^1.0.1",
  52. "karma-ie-launcher": "^1.0.0",
  53. "karma-jasmine": "^1.1.0",
  54. "karma-opera-launcher": "^1.0.0",
  55. "karma-phantomjs2-launcher": "^0.5.0",
  56. "karma-safari-launcher": "^1.0.0",
  57. "karma-sauce-launcher": "^2.0.2",
  58. "karma-spec-reporter": "^0.0.31",
  59. "run-sequence": "^1.1.5"
  60. },
  61. "files": [
  62. "LICENSE",
  63. "README.md",
  64. "error-stack-parser.js",
  65. "error-stack-parser.d.ts",
  66. "dist/"
  67. ],
  68. "homepage": "https://www.stacktracejs.com",
  69. "keywords": [
  70. "stacktrace",
  71. "error",
  72. "stack",
  73. "parser"
  74. ],
  75. "license": "MIT",
  76. "main": "./error-stack-parser.js",
  77. "maintainers": [
  78. {
  79. "name": "Eric Wendelin",
  80. "email": "me@eriwen.com",
  81. "url": "https://www.eriwen.com"
  82. },
  83. {
  84. "name": "Victor Homyakov",
  85. "email": "vkhomyackov@gmail.com",
  86. "url": "https://github.com/victor-homyakov"
  87. },
  88. {
  89. "name": "Oliver Salzburg",
  90. "url": "https://github.com/oliversalzburg"
  91. },
  92. {
  93. "name": "Ben Gourley",
  94. "url": "https://github.com/bengourley"
  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. "prepublishOnly": "gulp dist",
  104. "test": "gulp test"
  105. },
  106. "typings": "./error-stack-parser.d.ts",
  107. "version": "2.0.4"
  108. }