package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "stack-utils@^2.0.2",
  3. "_id": "stack-utils@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==",
  6. "_location": "/stack-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stack-utils@^2.0.2",
  12. "name": "stack-utils",
  13. "escapedName": "stack-utils",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/jest-circus",
  20. "/jest-message-util"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.3.tgz",
  23. "_shasum": "cd5f030126ff116b78ccb3c027fe302713b61277",
  24. "_spec": "stack-utils@^2.0.2",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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. "tap": "^14.10.8"
  47. },
  48. "engines": {
  49. "node": ">=10"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/tapjs/stack-utils#readme",
  55. "license": "MIT",
  56. "name": "stack-utils",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/tapjs/stack-utils.git"
  60. },
  61. "scripts": {
  62. "postversion": "npm publish",
  63. "prepublishOnly": "git push origin --follow-tags",
  64. "preversion": "npm test",
  65. "test": "tap --no-esm --100"
  66. },
  67. "version": "2.0.3"
  68. }