package.json 2.4 KB

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