package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "signal-exit@^3.0.0",
  6. "scope": null,
  7. "escapedName": "signal-exit",
  8. "name": "signal-exit",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/loud-rejection"
  14. ]
  15. ],
  16. "_from": "signal-exit@>=3.0.0 <4.0.0",
  17. "_id": "signal-exit@3.0.2",
  18. "_inCache": true,
  19. "_location": "/signal-exit",
  20. "_nodeVersion": "6.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/signal-exit-3.0.2.tgz_1480821660838_0.6809983775019646"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "3.10.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "signal-exit@^3.0.0",
  33. "scope": null,
  34. "escapedName": "signal-exit",
  35. "name": "signal-exit",
  36. "rawSpec": "^3.0.0",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/gauge",
  42. "/loud-rejection",
  43. "/npmlog/gauge"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
  46. "_shasum": "b5fdc08f1287ea1178628e415e25132b73646c6d",
  47. "_shrinkwrap": null,
  48. "_spec": "signal-exit@^3.0.0",
  49. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/loud-rejection",
  50. "author": {
  51. "name": "Ben Coe",
  52. "email": "ben@npmjs.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/tapjs/signal-exit/issues"
  56. },
  57. "dependencies": {},
  58. "description": "when you want to fire an event no matter how a process exits.",
  59. "devDependencies": {
  60. "chai": "^3.5.0",
  61. "coveralls": "^2.11.10",
  62. "nyc": "^8.1.0",
  63. "standard": "^7.1.2",
  64. "standard-version": "^2.3.0",
  65. "tap": "^8.0.1"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "b5fdc08f1287ea1178628e415e25132b73646c6d",
  70. "tarball": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz"
  71. },
  72. "files": [
  73. "index.js",
  74. "signals.js"
  75. ],
  76. "gitHead": "9c5ad9809fe6135ef22e2623989deaffe2a4fa8a",
  77. "homepage": "https://github.com/tapjs/signal-exit",
  78. "keywords": [
  79. "signal",
  80. "exit"
  81. ],
  82. "license": "ISC",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "name": "bcoe",
  87. "email": "ben@npmjs.com"
  88. },
  89. {
  90. "name": "isaacs",
  91. "email": "isaacs@npmjs.com"
  92. }
  93. ],
  94. "name": "signal-exit",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/tapjs/signal-exit.git"
  100. },
  101. "scripts": {
  102. "coverage": "nyc report --reporter=text-lcov | coveralls",
  103. "pretest": "standard",
  104. "release": "standard-version",
  105. "test": "tap --timeout=240 ./test/*.js --cov"
  106. },
  107. "version": "3.0.2"
  108. }