package.json 1.7 KB

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