package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@3.2.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-styles@3.2.1",
  10. "_id": "ansi-styles@3.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  13. "_location": "/ansi-styles",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-styles@3.2.1",
  19. "name": "ansi-styles",
  20. "escapedName": "ansi-styles",
  21. "rawSpec": "3.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/wrap-ansi",
  27. "/chalk",
  28. "/expect",
  29. "/jest-config/pretty-format",
  30. "/jest-diff/pretty-format",
  31. "/jest-each/pretty-format",
  32. "/jest-jasmine2/pretty-format",
  33. "/jest-leak-detector/pretty-format",
  34. "/jest-matcher-utils/pretty-format",
  35. "/jest-runtime/pretty-format",
  36. "/jest-snapshot/pretty-format",
  37. "/jest/pretty-format",
  38. "/pretty-format",
  39. "/slice-ansi",
  40. "/webpack-dev-server/wrap-ansi"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  43. "_spec": "3.2.1",
  44. "_where": "E:\\item\\newItem\\admin",
  45. "author": {
  46. "name": "Sindre Sorhus",
  47. "email": "sindresorhus@gmail.com",
  48. "url": "sindresorhus.com"
  49. },
  50. "ava": {
  51. "require": "babel-polyfill"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/chalk/ansi-styles/issues"
  55. },
  56. "dependencies": {
  57. "color-convert": "^1.9.0"
  58. },
  59. "description": "ANSI escape codes for styling strings in the terminal",
  60. "devDependencies": {
  61. "ava": "*",
  62. "babel-polyfill": "^6.23.0",
  63. "svg-term-cli": "^2.1.1",
  64. "xo": "*"
  65. },
  66. "engines": {
  67. "node": ">=4"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/chalk/ansi-styles#readme",
  73. "keywords": [
  74. "ansi",
  75. "styles",
  76. "color",
  77. "colour",
  78. "colors",
  79. "terminal",
  80. "console",
  81. "cli",
  82. "string",
  83. "tty",
  84. "escape",
  85. "formatting",
  86. "rgb",
  87. "256",
  88. "shell",
  89. "xterm",
  90. "log",
  91. "logging",
  92. "command-line",
  93. "text"
  94. ],
  95. "license": "MIT",
  96. "name": "ansi-styles",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/chalk/ansi-styles.git"
  100. },
  101. "scripts": {
  102. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  103. "test": "xo && ava"
  104. },
  105. "version": "3.2.1"
  106. }