package.json 3.0 KB

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