package.json 2.1 KB

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