package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "cli-spinners@^2.0.0",
  3. "_id": "cli-spinners@2.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==",
  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. "/ora"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz",
  22. "_shasum": "adc954ebe281c37a6319bfa401e6dd2488ffb70d",
  23. "_spec": "cli-spinners@^2.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ora",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/cli-spinners/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Spinners for use in the terminal",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "log-update": "^3.2.0",
  39. "string-length": "^4.0.1",
  40. "tsd": "^0.7.2",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=6"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts",
  49. "spinners.json"
  50. ],
  51. "funding": "https://github.com/sponsors/sindresorhus",
  52. "homepage": "https://github.com/sindresorhus/cli-spinners#readme",
  53. "keywords": [
  54. "cli",
  55. "spinner",
  56. "spinners",
  57. "terminal",
  58. "term",
  59. "console",
  60. "ascii",
  61. "unicode",
  62. "loading",
  63. "indicator",
  64. "progress",
  65. "busy",
  66. "wait",
  67. "idle",
  68. "json"
  69. ],
  70. "license": "MIT",
  71. "name": "cli-spinners",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/cli-spinners.git"
  75. },
  76. "scripts": {
  77. "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet",
  78. "test": "xo && ava && tsd"
  79. },
  80. "version": "2.6.1"
  81. }