package.json 2.5 KB

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