package.json 2.0 KB

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