package.json 3.2 KB

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