package.json 1.8 KB

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