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.

91 lines
2.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@4.3.0",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "ansi-styles@4.3.0",
  9. "_id": "ansi-styles@4.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=",
  12. "_location": "/ansi-styles",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ansi-styles@4.3.0",
  18. "name": "ansi-styles",
  19. "escapedName": "ansi-styles",
  20. "rawSpec": "4.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.3.0"
  23. },
  24. "_requiredBy": [
  25. "/chalk"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/ansi-styles/download/ansi-styles-4.3.0.tgz",
  28. "_spec": "4.3.0",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/chalk/ansi-styles/issues"
  37. },
  38. "dependencies": {
  39. "color-convert": "^2.0.1"
  40. },
  41. "description": "ANSI escape codes for styling strings in the terminal",
  42. "devDependencies": {
  43. "@types/color-convert": "^1.9.0",
  44. "ava": "^2.3.0",
  45. "svg-term-cli": "^2.1.1",
  46. "tsd": "^0.11.0",
  47. "xo": "^0.25.3"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
  57. "homepage": "https://github.com/chalk/ansi-styles#readme",
  58. "keywords": [
  59. "ansi",
  60. "styles",
  61. "color",
  62. "colour",
  63. "colors",
  64. "terminal",
  65. "console",
  66. "cli",
  67. "string",
  68. "tty",
  69. "escape",
  70. "formatting",
  71. "rgb",
  72. "256",
  73. "shell",
  74. "xterm",
  75. "log",
  76. "logging",
  77. "command-line",
  78. "text"
  79. ],
  80. "license": "MIT",
  81. "name": "ansi-styles",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/chalk/ansi-styles.git"
  85. },
  86. "scripts": {
  87. "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
  88. "test": "xo && ava && tsd"
  89. },
  90. "version": "4.3.0"
  91. }