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.8 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "cli-cursor@3.1.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cli-cursor@3.1.0",
  10. "_id": "cli-cursor@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
  13. "_location": "/cli-cursor",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cli-cursor@3.1.0",
  19. "name": "cli-cursor",
  20. "escapedName": "cli-cursor",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/ora"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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. }