package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "signal-exit@^3.0.2",
  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.2",
  12. "name": "signal-exit",
  13. "escapedName": "signal-exit",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/write-file-atomic"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  22. "_shasum": "a9a1767f8af84155114eaabd73f99273c8f59ad9",
  23. "_spec": "signal-exit@^3.0.2",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\write-file-atomic",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tapjs/signal-exit/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "when you want to fire an event no matter how a process exits.",
  35. "devDependencies": {
  36. "chai": "^3.5.0",
  37. "coveralls": "^3.1.1",
  38. "nyc": "^15.1.0",
  39. "standard-version": "^9.3.1",
  40. "tap": "^15.1.1"
  41. },
  42. "files": [
  43. "index.js",
  44. "signals.js"
  45. ],
  46. "homepage": "https://github.com/tapjs/signal-exit",
  47. "keywords": [
  48. "signal",
  49. "exit"
  50. ],
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "signal-exit",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/tapjs/signal-exit.git"
  57. },
  58. "scripts": {
  59. "postversion": "npm publish",
  60. "prepublishOnly": "git push origin --follow-tags",
  61. "preversion": "npm test",
  62. "snap": "tap",
  63. "test": "tap"
  64. },
  65. "version": "3.0.7"
  66. }