package.json 2.2 KB

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