package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "signal-exit@^3.0.0",
  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.0",
  12. "name": "signal-exit",
  13. "escapedName": "signal-exit",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@mapbox/node-pre-gyp/gauge",
  20. "/default-gateway/execa",
  21. "/execa",
  22. "/gauge",
  23. "/inquirer/restore-cursor",
  24. "/loud-rejection",
  25. "/restore-cursor",
  26. "/write-file-atomic",
  27. "/yorkie/execa"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  30. "_shasum": "a9a1767f8af84155114eaabd73f99273c8f59ad9",
  31. "_spec": "signal-exit@^3.0.0",
  32. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\loud-rejection",
  33. "author": {
  34. "name": "Ben Coe",
  35. "email": "ben@npmjs.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/tapjs/signal-exit/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "when you want to fire an event no matter how a process exits.",
  43. "devDependencies": {
  44. "chai": "^3.5.0",
  45. "coveralls": "^3.1.1",
  46. "nyc": "^15.1.0",
  47. "standard-version": "^9.3.1",
  48. "tap": "^15.1.1"
  49. },
  50. "files": [
  51. "index.js",
  52. "signals.js"
  53. ],
  54. "homepage": "https://github.com/tapjs/signal-exit",
  55. "keywords": [
  56. "signal",
  57. "exit"
  58. ],
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "signal-exit",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/tapjs/signal-exit.git"
  65. },
  66. "scripts": {
  67. "postversion": "npm publish",
  68. "prepublishOnly": "git push origin --follow-tags",
  69. "preversion": "npm test",
  70. "snap": "tap",
  71. "test": "tap"
  72. },
  73. "version": "3.0.7"
  74. }