package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. "_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. "/boxen"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  22. "_shasum": "67e145cff510a6a6984bdf1152911d69d2eb9e43",
  23. "_spec": "wrap-ansi@^7.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\boxen",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/chalk/wrap-ansi/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "ansi-styles": "^4.0.0",
  36. "string-width": "^4.1.0",
  37. "strip-ansi": "^6.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Wordwrap a string with ANSI escape codes",
  41. "devDependencies": {
  42. "ava": "^2.1.0",
  43. "chalk": "^4.0.0",
  44. "coveralls": "^3.0.3",
  45. "has-ansi": "^4.0.0",
  46. "nyc": "^15.0.1",
  47. "xo": "^0.29.1"
  48. },
  49. "engines": {
  50. "node": ">=10"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "funding": "https://github.com/chalk/wrap-ansi?sponsor=1",
  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": "7.0.0"
  94. }