Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 1021B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "ora",
  3. "version": "5.4.1",
  4. "description": "Elegant terminal spinner",
  5. "license": "MIT",
  6. "repository": "sindresorhus/ora",
  7. "funding": "https://github.com/sponsors/sindresorhus",
  8. "author": {
  9. "name": "Sindre Sorhus",
  10. "email": "sindresorhus@gmail.com",
  11. "url": "https://sindresorhus.com"
  12. },
  13. "engines": {
  14. "node": ">=10"
  15. },
  16. "scripts": {
  17. "test": "xo && ava && tsd"
  18. },
  19. "files": [
  20. "index.js",
  21. "index.d.ts"
  22. ],
  23. "keywords": [
  24. "cli",
  25. "spinner",
  26. "spinners",
  27. "terminal",
  28. "term",
  29. "console",
  30. "ascii",
  31. "unicode",
  32. "loading",
  33. "indicator",
  34. "progress",
  35. "busy",
  36. "wait",
  37. "idle"
  38. ],
  39. "dependencies": {
  40. "bl": "^4.1.0",
  41. "chalk": "^4.1.0",
  42. "cli-cursor": "^3.1.0",
  43. "cli-spinners": "^2.5.0",
  44. "is-interactive": "^1.0.0",
  45. "is-unicode-supported": "^0.1.0",
  46. "log-symbols": "^4.1.0",
  47. "strip-ansi": "^6.0.0",
  48. "wcwidth": "^1.0.1"
  49. },
  50. "devDependencies": {
  51. "@types/node": "^14.14.35",
  52. "ava": "^2.4.0",
  53. "get-stream": "^6.0.0",
  54. "tsd": "^0.14.0",
  55. "xo": "^0.38.2"
  56. }
  57. }