package.json 2.1 KB

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