package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "ansi-styles@^3.2.1",
  3. "_id": "ansi-styles@3.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  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. "/@vue/cli-service/wrap-ansi",
  20. "/chalk",
  21. "/expect",
  22. "/lint-staged/pretty-format",
  23. "/pretty-format"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
  26. "_shasum": "41fbb20243e50b12be0f04b8dedbf07520ce841d",
  27. "_spec": "ansi-styles@^3.2.1",
  28. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\chalk",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "sindresorhus.com"
  33. },
  34. "ava": {
  35. "require": "babel-polyfill"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/chalk/ansi-styles/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "color-convert": "^1.9.0"
  43. },
  44. "deprecated": false,
  45. "description": "ANSI escape codes for styling strings in the terminal",
  46. "devDependencies": {
  47. "ava": "*",
  48. "babel-polyfill": "^6.23.0",
  49. "svg-term-cli": "^2.1.1",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=4"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/chalk/ansi-styles#readme",
  59. "keywords": [
  60. "ansi",
  61. "styles",
  62. "color",
  63. "colour",
  64. "colors",
  65. "terminal",
  66. "console",
  67. "cli",
  68. "string",
  69. "tty",
  70. "escape",
  71. "formatting",
  72. "rgb",
  73. "256",
  74. "shell",
  75. "xterm",
  76. "log",
  77. "logging",
  78. "command-line",
  79. "text"
  80. ],
  81. "license": "MIT",
  82. "name": "ansi-styles",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/chalk/ansi-styles.git"
  86. },
  87. "scripts": {
  88. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  89. "test": "xo && ava"
  90. },
  91. "version": "3.2.1"
  92. }