Nenhuma descrição

package.json 1.7KB

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