package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. "/chalk",
  20. "/wrap-ansi"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  23. "_shasum": "edd803628ae71c04c85ae7a0906edad34b648937",
  24. "_spec": "ansi-styles@^4.1.0",
  25. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\chalk",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/chalk/ansi-styles/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "color-convert": "^2.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "ANSI escape codes for styling strings in the terminal",
  40. "devDependencies": {
  41. "@types/color-convert": "^1.9.0",
  42. "ava": "^2.3.0",
  43. "svg-term-cli": "^2.1.1",
  44. "tsd": "^0.11.0",
  45. "xo": "^0.25.3"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
  55. "homepage": "https://github.com/chalk/ansi-styles#readme",
  56. "keywords": [
  57. "ansi",
  58. "styles",
  59. "color",
  60. "colour",
  61. "colors",
  62. "terminal",
  63. "console",
  64. "cli",
  65. "string",
  66. "tty",
  67. "escape",
  68. "formatting",
  69. "rgb",
  70. "256",
  71. "shell",
  72. "xterm",
  73. "log",
  74. "logging",
  75. "command-line",
  76. "text"
  77. ],
  78. "license": "MIT",
  79. "name": "ansi-styles",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/chalk/ansi-styles.git"
  83. },
  84. "scripts": {
  85. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  86. "test": "xo && ava && tsd"
  87. },
  88. "version": "4.3.0"
  89. }