package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "signal-exit@^3.0.0",
  3. "_id": "signal-exit@3.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==",
  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. ],
  21. "_resolved": "https://registry.npmmirror.com/signal-exit/download/signal-exit-3.0.6.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fsignal-exit%2Fdownload%2Fsignal-exit-3.0.6.tgz",
  22. "_shasum": "24e630c4b0f03fea446a2bd299e62b4a6ca8d0af",
  23. "_spec": "signal-exit@^3.0.0",
  24. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/node_modules/gauge",
  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.6"
  66. }