You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

104 lines
2.2 KiB

3 years ago
  1. {
  2. "_args": [
  3. [
  4. "chalk@4.1.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chalk@4.1.0",
  10. "_id": "chalk@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
  13. "_location": "/chalk",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chalk@4.1.0",
  19. "name": "chalk",
  20. "escapedName": "chalk",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "bugs": {
  32. "url": "https://github.com/chalk/chalk/issues"
  33. },
  34. "dependencies": {
  35. "ansi-styles": "^4.1.0",
  36. "supports-color": "^7.1.0"
  37. },
  38. "description": "Terminal string styling done right",
  39. "devDependencies": {
  40. "ava": "^2.4.0",
  41. "coveralls": "^3.0.7",
  42. "execa": "^4.0.0",
  43. "import-fresh": "^3.1.0",
  44. "matcha": "^0.7.0",
  45. "nyc": "^15.0.0",
  46. "resolve-from": "^5.0.0",
  47. "tsd": "^0.7.4",
  48. "xo": "^0.28.2"
  49. },
  50. "engines": {
  51. "node": ">=10"
  52. },
  53. "files": [
  54. "source",
  55. "index.d.ts"
  56. ],
  57. "funding": "https://github.com/chalk/chalk?sponsor=1",
  58. "homepage": "https://github.com/chalk/chalk#readme",
  59. "keywords": [
  60. "color",
  61. "colour",
  62. "colors",
  63. "terminal",
  64. "console",
  65. "cli",
  66. "string",
  67. "str",
  68. "ansi",
  69. "style",
  70. "styles",
  71. "tty",
  72. "formatting",
  73. "rgb",
  74. "256",
  75. "shell",
  76. "xterm",
  77. "log",
  78. "logging",
  79. "command-line",
  80. "text"
  81. ],
  82. "license": "MIT",
  83. "main": "source",
  84. "name": "chalk",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/chalk/chalk.git"
  88. },
  89. "scripts": {
  90. "bench": "matcha benchmark.js",
  91. "test": "xo && nyc ava && tsd"
  92. },
  93. "version": "4.1.0",
  94. "xo": {
  95. "rules": {
  96. "unicorn/prefer-string-slice": "off",
  97. "unicorn/prefer-includes": "off",
  98. "@typescript-eslint/member-ordering": "off",
  99. "no-redeclare": "off",
  100. "unicorn/string-content": "off",
  101. "unicorn/better-regex": "off"
  102. }
  103. }
  104. }