tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
1.8 KiB

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