package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "ora@3.4.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ora@3.4.0",
  10. "_id": "ora@3.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-vwdSSRBZo+8+1MhQl1Md6f280xg=",
  13. "_location": "/ora",
  14. "_phantomChildren": {
  15. "ansi-regex": "4.1.0",
  16. "ansi-styles": "3.2.1",
  17. "escape-string-regexp": "1.0.5",
  18. "supports-color": "5.5.0"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "ora@3.4.0",
  24. "name": "ora",
  25. "escapedName": "ora",
  26. "rawSpec": "3.4.0",
  27. "saveSpec": null,
  28. "fetchSpec": "3.4.0"
  29. },
  30. "_requiredBy": [
  31. "/@vue/cli-shared-utils"
  32. ],
  33. "_resolved": "https://registry.nlark.com/ora/download/ora-3.4.0.tgz?cache=0&sync_timestamp=1631556430183&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fora%2Fdownload%2Fora-3.4.0.tgz",
  34. "_spec": "3.4.0",
  35. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/ora/issues"
  43. },
  44. "dependencies": {
  45. "chalk": "^2.4.2",
  46. "cli-cursor": "^2.1.0",
  47. "cli-spinners": "^2.0.0",
  48. "log-symbols": "^2.2.0",
  49. "strip-ansi": "^5.2.0",
  50. "wcwidth": "^1.0.1"
  51. },
  52. "description": "Elegant terminal spinner",
  53. "devDependencies": {
  54. "@types/node": "^11.13.0",
  55. "ava": "^1.4.1",
  56. "get-stream": "^4.1.0",
  57. "tsd": "^0.7.2",
  58. "xo": "^0.24.0"
  59. },
  60. "engines": {
  61. "node": ">=6"
  62. },
  63. "files": [
  64. "index.js",
  65. "index.d.ts"
  66. ],
  67. "homepage": "https://github.com/sindresorhus/ora#readme",
  68. "keywords": [
  69. "cli",
  70. "spinner",
  71. "spinners",
  72. "terminal",
  73. "term",
  74. "console",
  75. "ascii",
  76. "unicode",
  77. "loading",
  78. "indicator",
  79. "progress",
  80. "busy",
  81. "wait",
  82. "idle"
  83. ],
  84. "license": "MIT",
  85. "name": "ora",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/sindresorhus/ora.git"
  89. },
  90. "scripts": {
  91. "test": "xo && ava && tsd"
  92. },
  93. "version": "3.4.0"
  94. }