package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "ansi-styles@^3.2.1",
  3. "_id": "ansi-styles@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
  6. "_location": "/ansi-styles",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-styles@^3.2.1",
  12. "name": "ansi-styles",
  13. "escapedName": "ansi-styles",
  14. "rawSpec": "^3.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.1"
  17. },
  18. "_requiredBy": [
  19. "/@babel/highlight/chalk",
  20. "/@soda/friendly-errors-webpack-plugin/chalk",
  21. "/@vue/cli-shared-utils/chalk",
  22. "/coa/chalk",
  23. "/launch-editor/chalk",
  24. "/log-symbols/chalk",
  25. "/ora/chalk",
  26. "/postcss/chalk",
  27. "/runjs/chalk",
  28. "/slice-ansi",
  29. "/svgo/chalk",
  30. "/webpack-bundle-analyzer/chalk",
  31. "/webpack-dev-server/wrap-ansi"
  32. ],
  33. "_resolved": "https://registry.nlark.com/ansi-styles/download/ansi-styles-3.2.1.tgz",
  34. "_shasum": "41fbb20243e50b12be0f04b8dedbf07520ce841d",
  35. "_spec": "ansi-styles@^3.2.1",
  36. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\highlight\\node_modules\\chalk",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "ava": {
  43. "require": "babel-polyfill"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/chalk/ansi-styles/issues"
  47. },
  48. "bundleDependencies": false,
  49. "dependencies": {
  50. "color-convert": "^1.9.0"
  51. },
  52. "deprecated": false,
  53. "description": "ANSI escape codes for styling strings in the terminal",
  54. "devDependencies": {
  55. "ava": "*",
  56. "babel-polyfill": "^6.23.0",
  57. "svg-term-cli": "^2.1.1",
  58. "xo": "*"
  59. },
  60. "engines": {
  61. "node": ">=4"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/chalk/ansi-styles#readme",
  67. "keywords": [
  68. "ansi",
  69. "styles",
  70. "color",
  71. "colour",
  72. "colors",
  73. "terminal",
  74. "console",
  75. "cli",
  76. "string",
  77. "tty",
  78. "escape",
  79. "formatting",
  80. "rgb",
  81. "256",
  82. "shell",
  83. "xterm",
  84. "log",
  85. "logging",
  86. "command-line",
  87. "text"
  88. ],
  89. "license": "MIT",
  90. "name": "ansi-styles",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/chalk/ansi-styles.git"
  94. },
  95. "scripts": {
  96. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  97. "test": "xo && ava"
  98. },
  99. "version": "3.2.1"
  100. }