package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "capture-exit@1.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "capture-exit@1.2.0",
  10. "_id": "capture-exit@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HF/MSJ/QqwDU8ax64QcuMXP7q28=",
  13. "_location": "/capture-exit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "capture-exit@1.2.0",
  19. "name": "capture-exit",
  20. "escapedName": "capture-exit",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/sane"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/capture-exit/download/capture-exit-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Stefan Penner",
  33. "email": "stefan.penner@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stefanpenner/capture-exit/issues"
  37. },
  38. "dependencies": {
  39. "rsvp": "^3.3.3"
  40. },
  41. "description": "safely cleanup in signal handlers",
  42. "devDependencies": {
  43. "chai": "^3.5.0",
  44. "execa": "0.4.0",
  45. "mocha": "^3.1.2",
  46. "ora": "^0.3.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/stefanpenner/capture-exit#readme",
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "capture-exit",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/stefanpenner/capture-exit.git"
  58. },
  59. "scripts": {
  60. "test": "mocha test",
  61. "test:debug": "mocha debug test"
  62. },
  63. "version": "1.2.0"
  64. }