package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "capture-exit@^1.2.0",
  3. "_id": "capture-exit@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IS4lTgp57lUcpXzyCaiUQcRZBxZAkzl+jNXrMUXZjdnr2yujpKUMG9OYeYL29i6fL66ihypvVJ/MeX0B+9pWOg==",
  6. "_location": "/capture-exit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "capture-exit@^1.2.0",
  12. "name": "capture-exit",
  13. "escapedName": "capture-exit",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/sane"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/capture-exit/-/capture-exit-1.2.0.tgz",
  22. "_shasum": "1c5fcc489fd0ab00d4f1ac7ae1072e3173fbab6f",
  23. "_spec": "capture-exit@^1.2.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\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": "^3.3.3"
  35. },
  36. "deprecated": false,
  37. "description": "safely cleanup in signal handlers",
  38. "devDependencies": {
  39. "chai": "^3.5.0",
  40. "execa": "0.4.0",
  41. "mocha": "^3.1.2",
  42. "ora": "^0.3.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/stefanpenner/capture-exit#readme",
  48. "license": "ISC",
  49. "main": "index.js",
  50. "name": "capture-exit",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/stefanpenner/capture-exit.git"
  54. },
  55. "scripts": {
  56. "test": "mocha test",
  57. "test:debug": "mocha debug test"
  58. },
  59. "version": "1.2.0"
  60. }