package.json 1.7 KB

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