package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "cli-spinners@^2.0.0",
  3. "_id": "cli-spinners@2.9.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
  6. "_location": "/cli-spinners",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cli-spinners@^2.0.0",
  12. "name": "cli-spinners",
  13. "escapedName": "cli-spinners",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-plugin-eslint/ora",
  20. "/ora"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/cli-spinners/-/cli-spinners-2.9.2.tgz",
  23. "_shasum": "1773a8f4b9c4d6ac31563df53b3fc1d79462fe41",
  24. "_spec": "cli-spinners@^2.0.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\ora",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/cli-spinners/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Spinners for use in the terminal",
  37. "devDependencies": {
  38. "@types/node": "^17.0.41",
  39. "ava": "^1.4.1",
  40. "log-update": "^3.2.0",
  41. "string-length": "^4.0.1",
  42. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts",
  51. "spinners.json"
  52. ],
  53. "funding": "https://github.com/sponsors/sindresorhus",
  54. "homepage": "https://github.com/sindresorhus/cli-spinners#readme",
  55. "keywords": [
  56. "cli",
  57. "spinner",
  58. "spinners",
  59. "terminal",
  60. "term",
  61. "console",
  62. "ascii",
  63. "unicode",
  64. "loading",
  65. "indicator",
  66. "progress",
  67. "busy",
  68. "wait",
  69. "idle",
  70. "json"
  71. ],
  72. "license": "MIT",
  73. "name": "cli-spinners",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/cli-spinners.git"
  77. },
  78. "scripts": {
  79. "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet",
  80. "test": "xo && ava && tsd"
  81. },
  82. "version": "2.9.2"
  83. }