package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. "/@soda/friendly-errors-webpack-plugin",
  21. "/@vue/cli-service",
  22. "/@vue/cli-shared-utils",
  23. "/coa",
  24. "/css-loader/postcss",
  25. "/icss-utils/postcss",
  26. "/launch-editor",
  27. "/log-symbols",
  28. "/ora",
  29. "/postcss",
  30. "/postcss-modules-extract-imports/postcss",
  31. "/postcss-modules-local-by-default/postcss",
  32. "/postcss-modules-scope/postcss",
  33. "/postcss-modules-values/postcss",
  34. "/svgo",
  35. "/webpack-bundle-analyzer"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  38. "_shasum": "cd42541677a54333cf541a49108c1432b44c9424",
  39. "_spec": "chalk@^2.0.0",
  40. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\highlight",
  41. "bugs": {
  42. "url": "https://github.com/chalk/chalk/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "ansi-styles": "^3.2.1",
  47. "escape-string-regexp": "^1.0.5",
  48. "supports-color": "^5.3.0"
  49. },
  50. "deprecated": false,
  51. "description": "Terminal string styling done right",
  52. "devDependencies": {
  53. "ava": "*",
  54. "coveralls": "^3.0.0",
  55. "execa": "^0.9.0",
  56. "flow-bin": "^0.68.0",
  57. "import-fresh": "^2.0.0",
  58. "matcha": "^0.7.0",
  59. "nyc": "^11.0.2",
  60. "resolve-from": "^4.0.0",
  61. "typescript": "^2.5.3",
  62. "xo": "*"
  63. },
  64. "engines": {
  65. "node": ">=4"
  66. },
  67. "files": [
  68. "index.js",
  69. "templates.js",
  70. "types/index.d.ts",
  71. "index.js.flow"
  72. ],
  73. "homepage": "https://github.com/chalk/chalk#readme",
  74. "keywords": [
  75. "color",
  76. "colour",
  77. "colors",
  78. "terminal",
  79. "console",
  80. "cli",
  81. "string",
  82. "str",
  83. "ansi",
  84. "style",
  85. "styles",
  86. "tty",
  87. "formatting",
  88. "rgb",
  89. "256",
  90. "shell",
  91. "xterm",
  92. "log",
  93. "logging",
  94. "command-line",
  95. "text"
  96. ],
  97. "license": "MIT",
  98. "name": "chalk",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/chalk/chalk.git"
  102. },
  103. "scripts": {
  104. "bench": "matcha benchmark.js",
  105. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  106. "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava"
  107. },
  108. "types": "types/index.d.ts",
  109. "version": "2.4.2",
  110. "xo": {
  111. "envs": [
  112. "node",
  113. "mocha"
  114. ],
  115. "ignores": [
  116. "test/_flow.js"
  117. ]
  118. }
  119. }