package.json 2.2 KB

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