package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "signal-exit@3.0.2",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  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. "/gauge",
  27. "/loud-rejection"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
  30. "_spec": "3.0.2",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "Ben Coe",
  34. "email": "ben@npmjs.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/tapjs/signal-exit/issues"
  38. },
  39. "description": "when you want to fire an event no matter how a process exits.",
  40. "devDependencies": {
  41. "chai": "^3.5.0",
  42. "coveralls": "^2.11.10",
  43. "nyc": "^8.1.0",
  44. "standard": "^7.1.2",
  45. "standard-version": "^2.3.0",
  46. "tap": "^8.0.1"
  47. },
  48. "files": [
  49. "index.js",
  50. "signals.js"
  51. ],
  52. "homepage": "https://github.com/tapjs/signal-exit",
  53. "keywords": [
  54. "signal",
  55. "exit"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "signal-exit",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/tapjs/signal-exit.git"
  63. },
  64. "scripts": {
  65. "coverage": "nyc report --reporter=text-lcov | coveralls",
  66. "pretest": "standard",
  67. "release": "standard-version",
  68. "test": "tap --timeout=240 ./test/*.js --cov"
  69. },
  70. "version": "3.0.2"
  71. }