package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "ansi-escapes@4.3.2",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  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. ],
  28. "_resolved": "https://registry.npm.taobao.org/ansi-escapes/download/ansi-escapes-4.3.2.tgz?cache=0&sync_timestamp=1616593406066&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-escapes%2Fdownload%2Fansi-escapes-4.3.2.tgz",
  29. "_spec": "4.3.2",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/ansi-escapes/issues"
  38. },
  39. "dependencies": {
  40. "type-fest": "^0.21.3"
  41. },
  42. "description": "ANSI escape codes for manipulating the terminal",
  43. "devDependencies": {
  44. "@types/node": "^13.7.7",
  45. "ava": "^2.1.0",
  46. "tsd": "^0.14.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/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
  58. "keywords": [
  59. "ansi",
  60. "terminal",
  61. "console",
  62. "cli",
  63. "string",
  64. "tty",
  65. "escape",
  66. "escapes",
  67. "formatting",
  68. "shell",
  69. "xterm",
  70. "log",
  71. "logging",
  72. "command-line",
  73. "text",
  74. "vt100",
  75. "sequence",
  76. "control",
  77. "code",
  78. "codes",
  79. "cursor",
  80. "iterm",
  81. "iterm2"
  82. ],
  83. "license": "MIT",
  84. "name": "ansi-escapes",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/sindresorhus/ansi-escapes.git"
  88. },
  89. "scripts": {
  90. "test": "xo && ava && tsd"
  91. },
  92. "version": "4.3.2"
  93. }