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.

82 lines
1.7 KiB

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