package.json 1.8 KB

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