package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "chalk@2.4.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "/svgo",
  35. "/webpack-bundle-analyzer"
  36. ],
  37. "_resolved": "https://registry.nlark.com/chalk/download/chalk-2.4.2.tgz?cache=0&sync_timestamp=1627646734234&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fchalk%2Fdownload%2Fchalk-2.4.2.tgz",
  38. "_spec": "2.4.2",
  39. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  40. "bugs": {
  41. "url": "https://github.com/chalk/chalk/issues"
  42. },
  43. "dependencies": {
  44. "ansi-styles": "^3.2.1",
  45. "escape-string-regexp": "^1.0.5",
  46. "supports-color": "^5.3.0"
  47. },
  48. "description": "Terminal string styling done right",
  49. "devDependencies": {
  50. "ava": "*",
  51. "coveralls": "^3.0.0",
  52. "execa": "^0.9.0",
  53. "flow-bin": "^0.68.0",
  54. "import-fresh": "^2.0.0",
  55. "matcha": "^0.7.0",
  56. "nyc": "^11.0.2",
  57. "resolve-from": "^4.0.0",
  58. "typescript": "^2.5.3",
  59. "xo": "*"
  60. },
  61. "engines": {
  62. "node": ">=4"
  63. },
  64. "files": [
  65. "index.js",
  66. "templates.js",
  67. "types/index.d.ts",
  68. "index.js.flow"
  69. ],
  70. "homepage": "https://github.com/chalk/chalk#readme",
  71. "keywords": [
  72. "color",
  73. "colour",
  74. "colors",
  75. "terminal",
  76. "console",
  77. "cli",
  78. "string",
  79. "str",
  80. "ansi",
  81. "style",
  82. "styles",
  83. "tty",
  84. "formatting",
  85. "rgb",
  86. "256",
  87. "shell",
  88. "xterm",
  89. "log",
  90. "logging",
  91. "command-line",
  92. "text"
  93. ],
  94. "license": "MIT",
  95. "name": "chalk",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/chalk/chalk.git"
  99. },
  100. "scripts": {
  101. "bench": "matcha benchmark.js",
  102. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  103. "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava"
  104. },
  105. "types": "types/index.d.ts",
  106. "version": "2.4.2",
  107. "xo": {
  108. "envs": [
  109. "node",
  110. "mocha"
  111. ],
  112. "ignores": [
  113. "test/_flow.js"
  114. ]
  115. }
  116. }