package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "ora@5.4.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ora@5.4.1",
  10. "_id": "ora@5.4.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
  13. "_location": "/ora",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ora@5.4.1",
  19. "name": "ora",
  20. "escapedName": "ora",
  21. "rawSpec": "5.4.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.4.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-shared-utils"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/ora/-/ora-5.4.1.tgz",
  29. "_spec": "5.4.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/ora/issues"
  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. "description": "Elegant terminal spinner",
  51. "devDependencies": {
  52. "@types/node": "^14.14.35",
  53. "ava": "^2.4.0",
  54. "get-stream": "^6.0.0",
  55. "tsd": "^0.14.0",
  56. "xo": "^0.38.2"
  57. },
  58. "engines": {
  59. "node": ">=10"
  60. },
  61. "files": [
  62. "index.js",
  63. "index.d.ts"
  64. ],
  65. "funding": "https://github.com/sponsors/sindresorhus",
  66. "homepage": "https://github.com/sindresorhus/ora#readme",
  67. "keywords": [
  68. "cli",
  69. "spinner",
  70. "spinners",
  71. "terminal",
  72. "term",
  73. "console",
  74. "ascii",
  75. "unicode",
  76. "loading",
  77. "indicator",
  78. "progress",
  79. "busy",
  80. "wait",
  81. "idle"
  82. ],
  83. "license": "MIT",
  84. "name": "ora",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/sindresorhus/ora.git"
  88. },
  89. "scripts": {
  90. "test": "xo && ava && tsd"
  91. },
  92. "version": "5.4.1"
  93. }