Dashboard sipadu mbip
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "chalk@^2.0.0",
  3. "_id": "chalk@2.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  6. "_location": "/chalk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chalk@^2.0.0",
  12. "name": "chalk",
  13. "escapedName": "chalk",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/highlight",
  20. "/autoprefixer",
  21. "/coa",
  22. "/css-loader/postcss",
  23. "/icss-utils/postcss",
  24. "/postcss",
  25. "/postcss-modules-extract-imports/postcss",
  26. "/postcss-modules-local-by-default/postcss",
  27. "/postcss-modules-scope/postcss",
  28. "/postcss-modules-values/postcss",
  29. "/svgo",
  30. "/webpack-cli"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  33. "_shasum": "cd42541677a54333cf541a49108c1432b44c9424",
  34. "_spec": "chalk@^2.0.0",
  35. "_where": "/var/www/html/mdch.sipadu/node_modules/@babel/highlight",
  36. "bugs": {
  37. "url": "https://github.com/chalk/chalk/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "ansi-styles": "^3.2.1",
  42. "escape-string-regexp": "^1.0.5",
  43. "supports-color": "^5.3.0"
  44. },
  45. "deprecated": false,
  46. "description": "Terminal string styling done right",
  47. "devDependencies": {
  48. "ava": "*",
  49. "coveralls": "^3.0.0",
  50. "execa": "^0.9.0",
  51. "flow-bin": "^0.68.0",
  52. "import-fresh": "^2.0.0",
  53. "matcha": "^0.7.0",
  54. "nyc": "^11.0.2",
  55. "resolve-from": "^4.0.0",
  56. "typescript": "^2.5.3",
  57. "xo": "*"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "index.js",
  64. "templates.js",
  65. "types/index.d.ts",
  66. "index.js.flow"
  67. ],
  68. "homepage": "https://github.com/chalk/chalk#readme",
  69. "keywords": [
  70. "color",
  71. "colour",
  72. "colors",
  73. "terminal",
  74. "console",
  75. "cli",
  76. "string",
  77. "str",
  78. "ansi",
  79. "style",
  80. "styles",
  81. "tty",
  82. "formatting",
  83. "rgb",
  84. "256",
  85. "shell",
  86. "xterm",
  87. "log",
  88. "logging",
  89. "command-line",
  90. "text"
  91. ],
  92. "license": "MIT",
  93. "name": "chalk",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/chalk/chalk.git"
  97. },
  98. "scripts": {
  99. "bench": "matcha benchmark.js",
  100. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  101. "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava"
  102. },
  103. "types": "types/index.d.ts",
  104. "version": "2.4.2",
  105. "xo": {
  106. "envs": [
  107. "node",
  108. "mocha"
  109. ],
  110. "ignores": [
  111. "test/_flow.js"
  112. ]
  113. }
  114. }