package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "signal-exit@^3.0.3",
  3. "_id": "signal-exit@3.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  6. "_location": "/signal-exit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "signal-exit@^3.0.3",
  12. "name": "signal-exit",
  13. "escapedName": "signal-exit",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/@jest/transform/write-file-atomic",
  20. "/@nuxt/utils",
  21. "/execa",
  22. "/proper-lockfile",
  23. "/restore-cursor",
  24. "/stylelint/write-file-atomic",
  25. "/write-file-atomic"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  28. "_shasum": "a9a1767f8af84155114eaabd73f99273c8f59ad9",
  29. "_spec": "signal-exit@^3.0.3",
  30. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\utils",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "ben@npmjs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/tapjs/signal-exit/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "when you want to fire an event no matter how a process exits.",
  41. "devDependencies": {
  42. "chai": "^3.5.0",
  43. "coveralls": "^3.1.1",
  44. "nyc": "^15.1.0",
  45. "standard-version": "^9.3.1",
  46. "tap": "^15.1.1"
  47. },
  48. "files": [
  49. "index.js",
  50. "signals.js"
  51. ],
  52. "homepage": "https://github.com/tapjs/signal-exit",
  53. "keywords": [
  54. "signal",
  55. "exit"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "signal-exit",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/tapjs/signal-exit.git"
  63. },
  64. "scripts": {
  65. "postversion": "npm publish",
  66. "prepublishOnly": "git push origin --follow-tags",
  67. "preversion": "npm test",
  68. "snap": "tap",
  69. "test": "tap"
  70. },
  71. "version": "3.0.7"
  72. }