package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "ora@3.4.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "ora@3.4.0",
  21. "name": "ora",
  22. "escapedName": "ora",
  23. "rawSpec": "3.4.0",
  24. "saveSpec": null,
  25. "fetchSpec": "3.4.0"
  26. },
  27. "_requiredBy": [
  28. "/@vue/cli-shared-utils"
  29. ],
  30. "_resolved": "https://registry.nlark.com/ora/download/ora-3.4.0.tgz?cache=0&sync_timestamp=1629755437087&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fora%2Fdownload%2Fora-3.4.0.tgz",
  31. "_spec": "3.4.0",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/ora/issues"
  40. },
  41. "dependencies": {
  42. "chalk": "^2.4.2",
  43. "cli-cursor": "^2.1.0",
  44. "cli-spinners": "^2.0.0",
  45. "log-symbols": "^2.2.0",
  46. "strip-ansi": "^5.2.0",
  47. "wcwidth": "^1.0.1"
  48. },
  49. "description": "Elegant terminal spinner",
  50. "devDependencies": {
  51. "@types/node": "^11.13.0",
  52. "ava": "^1.4.1",
  53. "get-stream": "^4.1.0",
  54. "tsd": "^0.7.2",
  55. "xo": "^0.24.0"
  56. },
  57. "engines": {
  58. "node": ">=6"
  59. },
  60. "files": [
  61. "index.js",
  62. "index.d.ts"
  63. ],
  64. "homepage": "https://github.com/sindresorhus/ora#readme",
  65. "keywords": [
  66. "cli",
  67. "spinner",
  68. "spinners",
  69. "terminal",
  70. "term",
  71. "console",
  72. "ascii",
  73. "unicode",
  74. "loading",
  75. "indicator",
  76. "progress",
  77. "busy",
  78. "wait",
  79. "idle"
  80. ],
  81. "license": "MIT",
  82. "name": "ora",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/ora.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava && tsd"
  89. },
  90. "version": "3.4.0"
  91. }