package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@4.2.1",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-styles@4.2.1",
  10. "_id": "ansi-styles@4.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==",
  13. "_location": "/ansi-styles",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-styles@4.2.1",
  19. "name": "ansi-styles",
  20. "escapedName": "ansi-styles",
  21. "rawSpec": "4.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.1"
  24. },
  25. "_requiredBy": [
  26. "/@soda/friendly-errors-webpack-plugin/chalk",
  27. "/chalk",
  28. "/cliui/wrap-ansi",
  29. "/log-update/slice-ansi",
  30. "/slice-ansi",
  31. "/stylelint/slice-ansi",
  32. "/wrap-ansi"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz",
  35. "_spec": "4.2.1",
  36. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/chalk/ansi-styles/issues"
  44. },
  45. "dependencies": {
  46. "@types/color-name": "^1.1.1",
  47. "color-convert": "^2.0.1"
  48. },
  49. "description": "ANSI escape codes for styling strings in the terminal",
  50. "devDependencies": {
  51. "@types/color-convert": "^1.9.0",
  52. "ava": "^2.3.0",
  53. "svg-term-cli": "^2.1.1",
  54. "tsd": "^0.11.0",
  55. "xo": "^0.25.3"
  56. },
  57. "engines": {
  58. "node": ">=8"
  59. },
  60. "files": [
  61. "index.js",
  62. "index.d.ts"
  63. ],
  64. "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
  65. "homepage": "https://github.com/chalk/ansi-styles#readme",
  66. "keywords": [
  67. "ansi",
  68. "styles",
  69. "color",
  70. "colour",
  71. "colors",
  72. "terminal",
  73. "console",
  74. "cli",
  75. "string",
  76. "tty",
  77. "escape",
  78. "formatting",
  79. "rgb",
  80. "256",
  81. "shell",
  82. "xterm",
  83. "log",
  84. "logging",
  85. "command-line",
  86. "text"
  87. ],
  88. "license": "MIT",
  89. "name": "ansi-styles",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/chalk/ansi-styles.git"
  93. },
  94. "scripts": {
  95. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  96. "test": "xo && ava && tsd"
  97. },
  98. "version": "4.2.1"
  99. }