package.json 1.7 KB

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