package.json 2.8 KB

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