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.

92 lines
1.9 KiB

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