package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "signal-exit@3.0.7",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "signal-exit@3.0.7",
  10. "_id": "signal-exit@3.0.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  13. "_location": "/signal-exit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "signal-exit@3.0.7",
  19. "name": "signal-exit",
  20. "escapedName": "signal-exit",
  21. "rawSpec": "3.0.7",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.7"
  24. },
  25. "_requiredBy": [
  26. "/default-gateway/execa",
  27. "/execa",
  28. "/log-update/restore-cursor",
  29. "/restore-cursor",
  30. "/yorkie/execa"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz",
  33. "_spec": "3.0.7",
  34. "_where": "/Users/mac/projects/mime/mine",
  35. "author": {
  36. "name": "Ben Coe",
  37. "email": "ben@npmjs.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/tapjs/signal-exit/issues"
  41. },
  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. }