tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

104 lines
2.2 KiB

4 years ago
  1. {
  2. "_from": "chalk",
  3. "_id": "chalk@4.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qsTit3NKdAhnrrFr8CqtVWoeegE=",
  6. "_location": "/chalk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "chalk",
  12. "name": "chalk",
  13. "escapedName": "chalk",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/inquirer",
  22. "/log-symbols",
  23. "/ora"
  24. ],
  25. "_resolved": "https://r.cnpmjs.org/chalk/download/chalk-4.1.2.tgz",
  26. "_shasum": "aac4e2b7734a740867aeb16bf02aad556a1e7a01",
  27. "_spec": "chalk",
  28. "_where": "E:\\work\\code\\tis-cli",
  29. "bugs": {
  30. "url": "https://github.com/chalk/chalk/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "ansi-styles": "^4.1.0",
  35. "supports-color": "^7.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Terminal string styling done right",
  39. "devDependencies": {
  40. "ava": "^2.4.0",
  41. "coveralls": "^3.0.7",
  42. "execa": "^4.0.0",
  43. "import-fresh": "^3.1.0",
  44. "matcha": "^0.7.0",
  45. "nyc": "^15.0.0",
  46. "resolve-from": "^5.0.0",
  47. "tsd": "^0.7.4",
  48. "xo": "^0.28.2"
  49. },
  50. "engines": {
  51. "node": ">=10"
  52. },
  53. "files": [
  54. "source",
  55. "index.d.ts"
  56. ],
  57. "funding": "https://github.com/chalk/chalk?sponsor=1",
  58. "homepage": "https://github.com/chalk/chalk#readme",
  59. "keywords": [
  60. "color",
  61. "colour",
  62. "colors",
  63. "terminal",
  64. "console",
  65. "cli",
  66. "string",
  67. "str",
  68. "ansi",
  69. "style",
  70. "styles",
  71. "tty",
  72. "formatting",
  73. "rgb",
  74. "256",
  75. "shell",
  76. "xterm",
  77. "log",
  78. "logging",
  79. "command-line",
  80. "text"
  81. ],
  82. "license": "MIT",
  83. "main": "source",
  84. "name": "chalk",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/chalk/chalk.git"
  88. },
  89. "scripts": {
  90. "bench": "matcha benchmark.js",
  91. "test": "xo && nyc ava && tsd"
  92. },
  93. "version": "4.1.2",
  94. "xo": {
  95. "rules": {
  96. "unicorn/prefer-string-slice": "off",
  97. "unicorn/prefer-includes": "off",
  98. "@typescript-eslint/member-ordering": "off",
  99. "no-redeclare": "off",
  100. "unicorn/string-content": "off",
  101. "unicorn/better-regex": "off"
  102. }
  103. }
  104. }