package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_from": "chalk@^2.4.2",
  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.4.2",
  12. "name": "chalk",
  13. "escapedName": "chalk",
  14. "rawSpec": "^2.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.4.2"
  17. },
  18. "_requiredBy": [
  19. "/@babel/highlight",
  20. "/@vue/cli-plugin-unit-jest/@vue/cli-shared-utils",
  21. "/@vue/cli-plugin-unit-mocha/@vue/cli-shared-utils",
  22. "/@vue/cli-service",
  23. "/@vue/cli-service/@vue/cli-shared-utils",
  24. "/@vue/cli-shared-utils",
  25. "/coa",
  26. "/css-loader/postcss",
  27. "/icss-utils/postcss",
  28. "/jest-config",
  29. "/jest-diff",
  30. "/jest-each",
  31. "/jest-jasmine2",
  32. "/jest-matcher-utils",
  33. "/jest-message-util",
  34. "/jest-resolve",
  35. "/jest-runtime",
  36. "/jest-snapshot",
  37. "/jest-util",
  38. "/jest-validate",
  39. "/jest-watch-typeahead",
  40. "/jest-watcher",
  41. "/jest/jest-cli",
  42. "/lint-staged",
  43. "/lint-staged/jest-validate",
  44. "/log-symbols",
  45. "/mocha-webpack",
  46. "/ora",
  47. "/postcss-modules-extract-imports/postcss",
  48. "/postcss-modules-local-by-default/postcss",
  49. "/postcss-modules-scope/postcss",
  50. "/postcss-modules-values/postcss",
  51. "/svgo",
  52. "/vue-jest",
  53. "/webpack-bundle-analyzer"
  54. ],
  55. "_resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
  56. "_shasum": "cd42541677a54333cf541a49108c1432b44c9424",
  57. "_spec": "chalk@^2.4.2",
  58. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\cli-shared-utils",
  59. "bugs": {
  60. "url": "https://github.com/chalk/chalk/issues"
  61. },
  62. "bundleDependencies": false,
  63. "dependencies": {
  64. "ansi-styles": "^3.2.1",
  65. "escape-string-regexp": "^1.0.5",
  66. "supports-color": "^5.3.0"
  67. },
  68. "deprecated": false,
  69. "description": "Terminal string styling done right",
  70. "devDependencies": {
  71. "ava": "*",
  72. "coveralls": "^3.0.0",
  73. "execa": "^0.9.0",
  74. "flow-bin": "^0.68.0",
  75. "import-fresh": "^2.0.0",
  76. "matcha": "^0.7.0",
  77. "nyc": "^11.0.2",
  78. "resolve-from": "^4.0.0",
  79. "typescript": "^2.5.3",
  80. "xo": "*"
  81. },
  82. "engines": {
  83. "node": ">=4"
  84. },
  85. "files": [
  86. "index.js",
  87. "templates.js",
  88. "types/index.d.ts",
  89. "index.js.flow"
  90. ],
  91. "homepage": "https://github.com/chalk/chalk#readme",
  92. "keywords": [
  93. "color",
  94. "colour",
  95. "colors",
  96. "terminal",
  97. "console",
  98. "cli",
  99. "string",
  100. "str",
  101. "ansi",
  102. "style",
  103. "styles",
  104. "tty",
  105. "formatting",
  106. "rgb",
  107. "256",
  108. "shell",
  109. "xterm",
  110. "log",
  111. "logging",
  112. "command-line",
  113. "text"
  114. ],
  115. "license": "MIT",
  116. "name": "chalk",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/chalk/chalk.git"
  120. },
  121. "scripts": {
  122. "bench": "matcha benchmark.js",
  123. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  124. "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava"
  125. },
  126. "types": "types/index.d.ts",
  127. "version": "2.4.2",
  128. "xo": {
  129. "envs": [
  130. "node",
  131. "mocha"
  132. ],
  133. "ignores": [
  134. "test/_flow.js"
  135. ]
  136. }
  137. }