package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "_args": [
  3. [
  4. "chalk@2.4.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chalk@2.4.2",
  10. "_id": "chalk@2.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  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/core/@babel/highlight",
  27. "/@babel/highlight",
  28. "/@babel/template/@babel/highlight",
  29. "/@babel/traverse/@babel/highlight",
  30. "/@vue/cli-plugin-babel/@vue/cli-shared-utils",
  31. "/@vue/cli-plugin-eslint/@vue/cli-shared-utils",
  32. "/@vue/cli-service",
  33. "/@vue/cli-service/postcss",
  34. "/@vue/cli-shared-utils",
  35. "/autoprefixer",
  36. "/coa",
  37. "/jest-config",
  38. "/jest-config/jest-validate",
  39. "/jest-diff",
  40. "/jest-each",
  41. "/jest-jasmine2",
  42. "/jest-matcher-utils",
  43. "/jest-message-util",
  44. "/jest-resolve",
  45. "/jest-runtime",
  46. "/jest-runtime/jest-validate",
  47. "/jest-snapshot",
  48. "/jest-util",
  49. "/jest-validate",
  50. "/jest-watch-typeahead",
  51. "/jest-watcher",
  52. "/jest/jest-cli",
  53. "/jest/jest-validate",
  54. "/launch-editor",
  55. "/lint-staged",
  56. "/log-symbols",
  57. "/mocha-webpack",
  58. "/ora",
  59. "/postcss",
  60. "/svgo",
  61. "/vue-jest",
  62. "/webpack-bundle-analyzer"
  63. ],
  64. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  65. "_spec": "2.4.2",
  66. "_where": "E:\\item\\newItem\\admin",
  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. }