package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "/default-gateway/execa",
  20. "/execa",
  21. "/log-update/restore-cursor",
  22. "/restore-cursor"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz",
  25. "_shasum": "a9a1767f8af84155114eaabd73f99273c8f59ad9",
  26. "_spec": "signal-exit@^3.0.0",
  27. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\execa",
  28. "author": {
  29. "name": "Ben Coe",
  30. "email": "ben@npmjs.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/tapjs/signal-exit/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "when you want to fire an event no matter how a process exits.",
  38. "devDependencies": {
  39. "chai": "^3.5.0",
  40. "coveralls": "^3.1.1",
  41. "nyc": "^15.1.0",
  42. "standard-version": "^9.3.1",
  43. "tap": "^15.1.1"
  44. },
  45. "files": [
  46. "index.js",
  47. "signals.js"
  48. ],
  49. "homepage": "https://github.com/tapjs/signal-exit",
  50. "keywords": [
  51. "signal",
  52. "exit"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "signal-exit",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/tapjs/signal-exit.git"
  60. },
  61. "scripts": {
  62. "postversion": "npm publish",
  63. "prepublishOnly": "git push origin --follow-tags",
  64. "preversion": "npm test",
  65. "snap": "tap",
  66. "test": "tap"
  67. },
  68. "version": "3.0.7"
  69. }