package.json 1.8 KB

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