package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "signal-exit@3.0.6",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "signal-exit@3.0.6",
  10. "_id": "signal-exit@3.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==",
  13. "_location": "/signal-exit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "signal-exit@3.0.6",
  19. "name": "signal-exit",
  20. "escapedName": "signal-exit",
  21. "rawSpec": "3.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.6"
  24. },
  25. "_requiredBy": [
  26. "/default-gateway/execa",
  27. "/execa",
  28. "/inquirer/restore-cursor",
  29. "/lint-staged/execa",
  30. "/log-update/restore-cursor",
  31. "/restore-cursor",
  32. "/yorkie/execa"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/signal-exit/download/signal-exit-3.0.6.tgz?cache=0&sync_timestamp=1637255763586&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fsignal-exit%2Fdownload%2Fsignal-exit-3.0.6.tgz",
  35. "_spec": "3.0.6",
  36. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  37. "author": {
  38. "name": "Ben Coe",
  39. "email": "ben@npmjs.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/tapjs/signal-exit/issues"
  43. },
  44. "description": "when you want to fire an event no matter how a process exits.",
  45. "devDependencies": {
  46. "chai": "^3.5.0",
  47. "coveralls": "^3.1.1",
  48. "nyc": "^15.1.0",
  49. "standard-version": "^9.3.1",
  50. "tap": "^15.1.1"
  51. },
  52. "files": [
  53. "index.js",
  54. "signals.js"
  55. ],
  56. "homepage": "https://github.com/tapjs/signal-exit",
  57. "keywords": [
  58. "signal",
  59. "exit"
  60. ],
  61. "license": "ISC",
  62. "main": "index.js",
  63. "name": "signal-exit",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/tapjs/signal-exit.git"
  67. },
  68. "scripts": {
  69. "postversion": "npm publish",
  70. "prepublishOnly": "git push origin --follow-tags",
  71. "preversion": "npm test",
  72. "snap": "tap",
  73. "test": "tap"
  74. },
  75. "version": "3.0.6"
  76. }