package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "ansi-escapes@4.3.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  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.nlark.com/ansi-escapes/download/ansi-escapes-4.3.2.tgz?cache=0&sync_timestamp=1618847144938&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fansi-escapes%2Fdownload%2Fansi-escapes-4.3.2.tgz",
  29. "_spec": "4.3.2",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  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. }