tis-cli前端项目快速搭建命令行工具
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

4 years ago
  1. {
  2. "_from": "ora",
  3. "_id": "ora@6.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-aMqp/WxIWkDW9GxQo5QPo9+Zx/M=",
  6. "_location": "/ora",
  7. "_phantomChildren": {
  8. "onetime": "5.1.2",
  9. "signal-exit": "3.0.5"
  10. },
  11. "_requested": {
  12. "type": "tag",
  13. "registry": true,
  14. "raw": "ora",
  15. "name": "ora",
  16. "escapedName": "ora",
  17. "rawSpec": "",
  18. "saveSpec": null,
  19. "fetchSpec": "latest"
  20. },
  21. "_requiredBy": [
  22. "#USER",
  23. "/"
  24. ],
  25. "_resolved": "https://r.cnpmjs.org/ora/download/ora-6.0.1.tgz",
  26. "_shasum": "68caa9fd6c485a40d6f46c50a3940fa3df99c7f3",
  27. "_spec": "ora",
  28. "_where": "E:\\work\\code\\tis-cli",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "https://sindresorhus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/ora/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "bl": "^5.0.0",
  40. "chalk": "^4.1.2",
  41. "cli-cursor": "^4.0.0",
  42. "cli-spinners": "^2.6.0",
  43. "is-interactive": "^2.0.0",
  44. "is-unicode-supported": "^1.1.0",
  45. "log-symbols": "^5.0.0",
  46. "strip-ansi": "^7.0.1",
  47. "wcwidth": "^1.0.1"
  48. },
  49. "deprecated": false,
  50. "description": "Elegant terminal spinner",
  51. "devDependencies": {
  52. "@types/node": "^16.9.1",
  53. "ava": "^3.15.0",
  54. "get-stream": "^6.0.1",
  55. "transform-tty": "^1.0.11",
  56. "tsd": "^0.17.0",
  57. "xo": "^0.44.0"
  58. },
  59. "engines": {
  60. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  61. },
  62. "exports": "./index.js",
  63. "files": [
  64. "index.js",
  65. "index.d.ts"
  66. ],
  67. "funding": "https://github.com/sponsors/sindresorhus",
  68. "homepage": "https://github.com/sindresorhus/ora#readme",
  69. "keywords": [
  70. "cli",
  71. "spinner",
  72. "spinners",
  73. "terminal",
  74. "term",
  75. "console",
  76. "ascii",
  77. "unicode",
  78. "loading",
  79. "indicator",
  80. "progress",
  81. "busy",
  82. "wait",
  83. "idle"
  84. ],
  85. "license": "MIT",
  86. "name": "ora",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/ora.git"
  90. },
  91. "scripts": {
  92. "test": "xo && ava && tsd"
  93. },
  94. "type": "module",
  95. "version": "6.0.1"
  96. }