package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "signal-exit@3.0.2",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "signal-exit@3.0.2",
  9. "_id": "signal-exit@3.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
  12. "_location": "/signal-exit",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "signal-exit@3.0.2",
  18. "name": "signal-exit",
  19. "escapedName": "signal-exit",
  20. "rawSpec": "3.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.2"
  23. },
  24. "_requiredBy": [
  25. "/execa"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
  28. "_spec": "3.0.2",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Ben Coe",
  32. "email": "ben@npmjs.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/tapjs/signal-exit/issues"
  36. },
  37. "description": "when you want to fire an event no matter how a process exits.",
  38. "devDependencies": {
  39. "chai": "^3.5.0",
  40. "coveralls": "^2.11.10",
  41. "nyc": "^8.1.0",
  42. "standard": "^7.1.2",
  43. "standard-version": "^2.3.0",
  44. "tap": "^8.0.1"
  45. },
  46. "files": [
  47. "index.js",
  48. "signals.js"
  49. ],
  50. "homepage": "https://github.com/tapjs/signal-exit",
  51. "keywords": [
  52. "signal",
  53. "exit"
  54. ],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "signal-exit",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/tapjs/signal-exit.git"
  61. },
  62. "scripts": {
  63. "coverage": "nyc report --reporter=text-lcov | coveralls",
  64. "pretest": "standard",
  65. "release": "standard-version",
  66. "test": "tap --timeout=240 ./test/*.js --cov"
  67. },
  68. "version": "3.0.2"
  69. }