package.json 2.0 KB

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