package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. ],
  21. "_resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
  22. "_shasum": "264305a7ae490d1d03bf0c9ba7c925d1753af307",
  23. "_spec": "cli-cursor@^3.1.0",
  24. "_where": "E:\\a-level\\project_js2\\node_modules\\inquirer",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/cli-cursor/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "restore-cursor": "^3.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Toggle the CLI cursor",
  39. "devDependencies": {
  40. "@types/node": "^12.0.7",
  41. "ava": "^2.1.0",
  42. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=8"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/cli-cursor#readme",
  53. "keywords": [
  54. "cli",
  55. "cursor",
  56. "ansi",
  57. "toggle",
  58. "display",
  59. "show",
  60. "hide",
  61. "term",
  62. "terminal",
  63. "console",
  64. "tty",
  65. "shell",
  66. "command-line"
  67. ],
  68. "license": "MIT",
  69. "name": "cli-cursor",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/cli-cursor.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava && tsd"
  76. },
  77. "version": "3.1.0"
  78. }