package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "wrap-ansi@^6.0.0",
  3. "_id": "wrap-ansi@6.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  6. "_location": "/wrap-ansi",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "wrap-ansi@^6.0.0",
  12. "name": "wrap-ansi",
  13. "escapedName": "wrap-ansi",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/log-update",
  20. "/webpackbar"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  23. "_shasum": "e9393ba07102e6c91a3b221478f0257cd2856e53",
  24. "_spec": "wrap-ansi@^6.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\webpackbar",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "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": "^2.4.2",
  45. "coveralls": "^3.0.3",
  46. "has-ansi": "^3.0.0",
  47. "nyc": "^14.1.1",
  48. "xo": "^0.24.0"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/chalk/wrap-ansi#readme",
  57. "keywords": [
  58. "wrap",
  59. "break",
  60. "wordwrap",
  61. "wordbreak",
  62. "linewrap",
  63. "ansi",
  64. "styles",
  65. "color",
  66. "colour",
  67. "colors",
  68. "terminal",
  69. "console",
  70. "cli",
  71. "string",
  72. "tty",
  73. "escape",
  74. "formatting",
  75. "rgb",
  76. "256",
  77. "shell",
  78. "xterm",
  79. "log",
  80. "logging",
  81. "command-line",
  82. "text"
  83. ],
  84. "license": "MIT",
  85. "name": "wrap-ansi",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/chalk/wrap-ansi.git"
  89. },
  90. "scripts": {
  91. "test": "xo && nyc ava"
  92. },
  93. "version": "6.2.0"
  94. }