package.json 2.6 KB

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