package.json 1.7 KB

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