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.

88 lines
2.0 KiB

4 years ago
  1. {
  2. "_from": "log-symbols@^5.0.0",
  3. "_id": "log-symbols@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dyDTxqVsNl4fZYkWBpuhjZQQkso=",
  6. "_location": "/log-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "log-symbols@^5.0.0",
  12. "name": "log-symbols",
  13. "escapedName": "log-symbols",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/ora"
  20. ],
  21. "_resolved": "https://r.cnpmjs.org/log-symbols/download/log-symbols-5.0.0.tgz",
  22. "_shasum": "7720d3c6a56c365e1f658916069ba18d941092ca",
  23. "_spec": "log-symbols@^5.0.0",
  24. "_where": "E:\\work\\code\\tis-cli\\node_modules\\ora",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/log-symbols/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "chalk": "^4.1.0",
  36. "is-unicode-supported": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Colored symbols for various log levels. Example: `✔︎ Success`",
  40. "devDependencies": {
  41. "ava": "^3.15.0",
  42. "strip-ansi": "^7.0.0",
  43. "tsd": "^0.14.0",
  44. "xo": "^0.38.2"
  45. },
  46. "engines": {
  47. "node": ">=12"
  48. },
  49. "exports": {
  50. "node": "./index.js",
  51. "default": "./browser.js"
  52. },
  53. "files": [
  54. "index.js",
  55. "index.d.ts",
  56. "browser.js"
  57. ],
  58. "funding": "https://github.com/sponsors/sindresorhus",
  59. "homepage": "https://github.com/sindresorhus/log-symbols#readme",
  60. "keywords": [
  61. "unicode",
  62. "cli",
  63. "cmd",
  64. "command-line",
  65. "characters",
  66. "symbol",
  67. "symbols",
  68. "figure",
  69. "figures",
  70. "fallback",
  71. "windows",
  72. "log",
  73. "logging",
  74. "terminal",
  75. "stdout"
  76. ],
  77. "license": "MIT",
  78. "name": "log-symbols",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/log-symbols.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava && tsd"
  85. },
  86. "type": "module",
  87. "version": "5.0.0"
  88. }