package.json 1.8 KB

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