package.json 3.0 KB

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