package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "wrap-ansi@7.0.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "wrap-ansi@7.0.0",
  10. "_id": "wrap-ansi@7.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Z+FFz/UQpqaYS98RUpEdadLrnkM=",
  13. "_location": "/wrap-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "wrap-ansi@7.0.0",
  19. "name": "wrap-ansi",
  20. "escapedName": "wrap-ansi",
  21. "rawSpec": "7.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "7.0.0"
  24. },
  25. "_requiredBy": [
  26. "/listr2",
  27. "/yargs/cliui"
  28. ],
  29. "_resolved": "https://registry.nlark.com/wrap-ansi/download/wrap-ansi-7.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwrap-ansi%2Fdownload%2Fwrap-ansi-7.0.0.tgz",
  30. "_spec": "7.0.0",
  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/chalk/wrap-ansi/issues"
  39. },
  40. "dependencies": {
  41. "ansi-styles": "^4.0.0",
  42. "string-width": "^4.1.0",
  43. "strip-ansi": "^6.0.0"
  44. },
  45. "description": "Wordwrap a string with ANSI escape codes",
  46. "devDependencies": {
  47. "ava": "^2.1.0",
  48. "chalk": "^4.0.0",
  49. "coveralls": "^3.0.3",
  50. "has-ansi": "^4.0.0",
  51. "nyc": "^15.0.1",
  52. "xo": "^0.29.1"
  53. },
  54. "engines": {
  55. "node": ">=10"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "funding": "https://github.com/chalk/wrap-ansi?sponsor=1",
  61. "homepage": "https://github.com/chalk/wrap-ansi#readme",
  62. "keywords": [
  63. "wrap",
  64. "break",
  65. "wordwrap",
  66. "wordbreak",
  67. "linewrap",
  68. "ansi",
  69. "styles",
  70. "color",
  71. "colour",
  72. "colors",
  73. "terminal",
  74. "console",
  75. "cli",
  76. "string",
  77. "tty",
  78. "escape",
  79. "formatting",
  80. "rgb",
  81. "256",
  82. "shell",
  83. "xterm",
  84. "log",
  85. "logging",
  86. "command-line",
  87. "text"
  88. ],
  89. "license": "MIT",
  90. "name": "wrap-ansi",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/chalk/wrap-ansi.git"
  94. },
  95. "scripts": {
  96. "test": "xo && nyc ava"
  97. },
  98. "version": "7.0.0"
  99. }