package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "wrap-ansi@6.2.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "wrap-ansi@6.2.0",
  10. "_id": "wrap-ansi@6.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  13. "_location": "/wrap-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "wrap-ansi@6.2.0",
  19. "name": "wrap-ansi",
  20. "escapedName": "wrap-ansi",
  21. "rawSpec": "6.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/cliui",
  27. "/log-update",
  28. "/webpackbar"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  31. "_spec": "6.2.0",
  32. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/chalk/wrap-ansi/issues"
  40. },
  41. "dependencies": {
  42. "ansi-styles": "^4.0.0",
  43. "string-width": "^4.1.0",
  44. "strip-ansi": "^6.0.0"
  45. },
  46. "description": "Wordwrap a string with ANSI escape codes",
  47. "devDependencies": {
  48. "ava": "^2.1.0",
  49. "chalk": "^2.4.2",
  50. "coveralls": "^3.0.3",
  51. "has-ansi": "^3.0.0",
  52. "nyc": "^14.1.1",
  53. "xo": "^0.24.0"
  54. },
  55. "engines": {
  56. "node": ">=8"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  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": "6.2.0"
  99. }