package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "capture-exit@^2.0.0",
  3. "_id": "capture-exit@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==",
  6. "_location": "/capture-exit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "capture-exit@^2.0.0",
  12. "name": "capture-exit",
  13. "escapedName": "capture-exit",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/sane"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz",
  22. "_shasum": "fb953bfaebeb781f62898239dabb426d08a509a4",
  23. "_spec": "capture-exit@^2.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane",
  25. "author": {
  26. "name": "Stefan Penner",
  27. "email": "stefan.penner@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/stefanpenner/capture-exit/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "rsvp": "^4.8.4"
  35. },
  36. "deprecated": false,
  37. "description": "safely cleanup in signal handlers",
  38. "devDependencies": {
  39. "chai": "^4.2.0",
  40. "execa": "1.0.0",
  41. "mocha": "^5.2.0",
  42. "ora": "^3.0.0"
  43. },
  44. "engines": {
  45. "node": "6.* || 8.* || >= 10.*"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/stefanpenner/capture-exit#readme",
  51. "license": "ISC",
  52. "main": "index.js",
  53. "name": "capture-exit",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/stefanpenner/capture-exit.git"
  57. },
  58. "scripts": {
  59. "test": "mocha test",
  60. "test:debug": "mocha debug test"
  61. },
  62. "version": "2.0.0"
  63. }