package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "stack-utils@^2.0.3",
  3. "_id": "stack-utils@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==",
  6. "_location": "/stack-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stack-utils@^2.0.3",
  12. "name": "stack-utils",
  13. "escapedName": "stack-utils",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/jest-circus",
  20. "/jest-message-util"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
  23. "_shasum": "d25265fca995154659dbbfba3b49254778d2fdd5",
  24. "_spec": "stack-utils@^2.0.3",
  25. "_where": "H:\\gs_nuxt\\node_modules\\jest-message-util",
  26. "author": {
  27. "name": "James Talmage",
  28. "email": "james@talmage.io",
  29. "url": "github.com/jamestalmage"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/tapjs/stack-utils/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "escape-string-regexp": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Captures and cleans stack traces",
  40. "devDependencies": {
  41. "bluebird": "^3.7.2",
  42. "coveralls": "^3.0.9",
  43. "nested-error-stacks": "^2.1.0",
  44. "pify": "^4.0.1",
  45. "q": "^1.5.1",
  46. "source-map-support": "^0.5.20",
  47. "tap": "^15.0.9"
  48. },
  49. "engines": {
  50. "node": ">=10"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/tapjs/stack-utils#readme",
  56. "license": "MIT",
  57. "name": "stack-utils",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/tapjs/stack-utils.git"
  61. },
  62. "scripts": {
  63. "postversion": "npm publish",
  64. "prepublishOnly": "git push origin --follow-tags",
  65. "preversion": "npm test",
  66. "test": "tap"
  67. },
  68. "tap": {
  69. "check-coverage": true
  70. },
  71. "version": "2.0.5"
  72. }