You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
2.1 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "ora@5.4.1",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  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. "ansi-styles": "4.3.0",
  16. "supports-color": "7.2.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "ora@5.4.1",
  22. "name": "ora",
  23. "escapedName": "ora",
  24. "rawSpec": "5.4.1",
  25. "saveSpec": null,
  26. "fetchSpec": "5.4.1"
  27. },
  28. "_requiredBy": [
  29. "/@vue/cli-shared-utils"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/ora/-/ora-5.4.1.tgz",
  32. "_spec": "5.4.1",
  33. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "https://sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/ora/issues"
  41. },
  42. "dependencies": {
  43. "bl": "^4.1.0",
  44. "chalk": "^4.1.0",
  45. "cli-cursor": "^3.1.0",
  46. "cli-spinners": "^2.5.0",
  47. "is-interactive": "^1.0.0",
  48. "is-unicode-supported": "^0.1.0",
  49. "log-symbols": "^4.1.0",
  50. "strip-ansi": "^6.0.0",
  51. "wcwidth": "^1.0.1"
  52. },
  53. "description": "Elegant terminal spinner",
  54. "devDependencies": {
  55. "@types/node": "^14.14.35",
  56. "ava": "^2.4.0",
  57. "get-stream": "^6.0.0",
  58. "tsd": "^0.14.0",
  59. "xo": "^0.38.2"
  60. },
  61. "engines": {
  62. "node": ">=10"
  63. },
  64. "files": [
  65. "index.js",
  66. "index.d.ts"
  67. ],
  68. "funding": "https://github.com/sponsors/sindresorhus",
  69. "homepage": "https://github.com/sindresorhus/ora#readme",
  70. "keywords": [
  71. "cli",
  72. "spinner",
  73. "spinners",
  74. "terminal",
  75. "term",
  76. "console",
  77. "ascii",
  78. "unicode",
  79. "loading",
  80. "indicator",
  81. "progress",
  82. "busy",
  83. "wait",
  84. "idle"
  85. ],
  86. "license": "MIT",
  87. "name": "ora",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/sindresorhus/ora.git"
  91. },
  92. "scripts": {
  93. "test": "xo && ava && tsd"
  94. },
  95. "version": "5.4.1"
  96. }