package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "chalk@2.4.2",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chalk@2.4.2",
  10. "_id": "chalk@2.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
  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. "/@babel/highlight",
  27. "/@soda/friendly-errors-webpack-plugin",
  28. "/@vue/cli-shared-utils",
  29. "/coa",
  30. "/eslint",
  31. "/launch-editor",
  32. "/log-symbols",
  33. "/ora",
  34. "/postcss",
  35. "/svgo",
  36. "/webpack-bundle-analyzer"
  37. ],
  38. "_resolved": "https://registry.npm.taobao.org/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1591687076871&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz",
  39. "_spec": "2.4.2",
  40. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  41. "bugs": {
  42. "url": "https://github.com/chalk/chalk/issues"
  43. },
  44. "dependencies": {
  45. "ansi-styles": "^3.2.1",
  46. "escape-string-regexp": "^1.0.5",
  47. "supports-color": "^5.3.0"
  48. },
  49. "description": "Terminal string styling done right",
  50. "devDependencies": {
  51. "ava": "*",
  52. "coveralls": "^3.0.0",
  53. "execa": "^0.9.0",
  54. "flow-bin": "^0.68.0",
  55. "import-fresh": "^2.0.0",
  56. "matcha": "^0.7.0",
  57. "nyc": "^11.0.2",
  58. "resolve-from": "^4.0.0",
  59. "typescript": "^2.5.3",
  60. "xo": "*"
  61. },
  62. "engines": {
  63. "node": ">=4"
  64. },
  65. "files": [
  66. "index.js",
  67. "templates.js",
  68. "types/index.d.ts",
  69. "index.js.flow"
  70. ],
  71. "homepage": "https://github.com/chalk/chalk#readme",
  72. "keywords": [
  73. "color",
  74. "colour",
  75. "colors",
  76. "terminal",
  77. "console",
  78. "cli",
  79. "string",
  80. "str",
  81. "ansi",
  82. "style",
  83. "styles",
  84. "tty",
  85. "formatting",
  86. "rgb",
  87. "256",
  88. "shell",
  89. "xterm",
  90. "log",
  91. "logging",
  92. "command-line",
  93. "text"
  94. ],
  95. "license": "MIT",
  96. "name": "chalk",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/chalk/chalk.git"
  100. },
  101. "scripts": {
  102. "bench": "matcha benchmark.js",
  103. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  104. "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava"
  105. },
  106. "types": "types/index.d.ts",
  107. "version": "2.4.2",
  108. "xo": {
  109. "envs": [
  110. "node",
  111. "mocha"
  112. ],
  113. "ignores": [
  114. "test/_flow.js"
  115. ]
  116. }
  117. }