You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.8 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "signal-exit@3.0.7",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  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. ],
  31. "_resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz",
  32. "_spec": "3.0.7",
  33. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  34. "author": {
  35. "name": "Ben Coe",
  36. "email": "ben@npmjs.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/tapjs/signal-exit/issues"
  40. },
  41. "description": "when you want to fire an event no matter how a process exits.",
  42. "devDependencies": {
  43. "chai": "^3.5.0",
  44. "coveralls": "^3.1.1",
  45. "nyc": "^15.1.0",
  46. "standard-version": "^9.3.1",
  47. "tap": "^15.1.1"
  48. },
  49. "files": [
  50. "index.js",
  51. "signals.js"
  52. ],
  53. "homepage": "https://github.com/tapjs/signal-exit",
  54. "keywords": [
  55. "signal",
  56. "exit"
  57. ],
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "signal-exit",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/tapjs/signal-exit.git"
  64. },
  65. "scripts": {
  66. "postversion": "npm publish",
  67. "prepublishOnly": "git push origin --follow-tags",
  68. "preversion": "npm test",
  69. "snap": "tap",
  70. "test": "tap"
  71. },
  72. "version": "3.0.7"
  73. }