package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "restore-cursor@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "restore-cursor@2.0.0",
  10. "_id": "restore-cursor@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
  13. "_location": "/restore-cursor",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "restore-cursor@2.0.0",
  19. "name": "restore-cursor",
  20. "escapedName": "restore-cursor",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/cli-cursor"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/restore-cursor/download/restore-cursor-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/restore-cursor/issues"
  38. },
  39. "dependencies": {
  40. "onetime": "^2.0.0",
  41. "signal-exit": "^3.0.2"
  42. },
  43. "description": "Gracefully restore the CLI cursor on exit",
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/restore-cursor#readme",
  51. "keywords": [
  52. "exit",
  53. "quit",
  54. "process",
  55. "graceful",
  56. "shutdown",
  57. "sigterm",
  58. "sigint",
  59. "terminate",
  60. "kill",
  61. "stop",
  62. "cli",
  63. "cursor",
  64. "ansi",
  65. "show",
  66. "term",
  67. "terminal",
  68. "console",
  69. "tty",
  70. "shell",
  71. "command-line"
  72. ],
  73. "license": "MIT",
  74. "name": "restore-cursor",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/restore-cursor.git"
  78. },
  79. "version": "2.0.0"
  80. }