package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "signal-exit@3.0.3",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  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. "/default-gateway/execa",
  27. "/execa",
  28. "/lint-staged/execa",
  29. "/ora/restore-cursor",
  30. "/restore-cursor",
  31. "/write-file-atomic",
  32. "/yorkie/execa"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
  35. "_spec": "3.0.3",
  36. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  37. "author": {
  38. "name": "Ben Coe",
  39. "email": "ben@npmjs.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/tapjs/signal-exit/issues"
  43. },
  44. "description": "when you want to fire an event no matter how a process exits.",
  45. "devDependencies": {
  46. "chai": "^3.5.0",
  47. "coveralls": "^2.11.10",
  48. "nyc": "^8.1.0",
  49. "standard": "^8.1.0",
  50. "standard-version": "^2.3.0",
  51. "tap": "^8.0.1"
  52. },
  53. "files": [
  54. "index.js",
  55. "signals.js"
  56. ],
  57. "homepage": "https://github.com/tapjs/signal-exit",
  58. "keywords": [
  59. "signal",
  60. "exit"
  61. ],
  62. "license": "ISC",
  63. "main": "index.js",
  64. "name": "signal-exit",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/tapjs/signal-exit.git"
  68. },
  69. "scripts": {
  70. "coverage": "nyc report --reporter=text-lcov | coveralls",
  71. "pretest": "standard",
  72. "release": "standard-version",
  73. "test": "tap --timeout=240 ./test/*.js --cov"
  74. },
  75. "version": "3.0.3"
  76. }