package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "wrap-ansi@2.1.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "wrap-ansi@2.1.0",
  10. "_id": "wrap-ansi@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==",
  13. "_location": "/wrap-ansi",
  14. "_phantomChildren": {
  15. "code-point-at": "1.1.0",
  16. "number-is-nan": "1.0.1",
  17. "strip-ansi": "3.0.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "wrap-ansi@2.1.0",
  23. "name": "wrap-ansi",
  24. "escapedName": "wrap-ansi",
  25. "rawSpec": "2.1.0",
  26. "saveSpec": null,
  27. "fetchSpec": "2.1.0"
  28. },
  29. "_requiredBy": [
  30. "/cliui",
  31. "/webpack-dev-server/cliui",
  32. "/webpack/yargs/cliui"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
  35. "_spec": "2.1.0",
  36. "_where": "E:\\2023\\5\\myjadmin",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/chalk/wrap-ansi/issues"
  44. },
  45. "dependencies": {
  46. "string-width": "^1.0.1",
  47. "strip-ansi": "^3.0.1"
  48. },
  49. "description": "Wordwrap a string with ANSI escape codes",
  50. "devDependencies": {
  51. "ava": "^0.16.0",
  52. "chalk": "^1.1.0",
  53. "coveralls": "^2.11.4",
  54. "has-ansi": "^2.0.0",
  55. "nyc": "^6.2.1",
  56. "strip-ansi": "^3.0.0",
  57. "xo": "*"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/chalk/wrap-ansi#readme",
  66. "keywords": [
  67. "wrap",
  68. "break",
  69. "wordwrap",
  70. "wordbreak",
  71. "linewrap",
  72. "ansi",
  73. "styles",
  74. "color",
  75. "colour",
  76. "colors",
  77. "terminal",
  78. "console",
  79. "cli",
  80. "string",
  81. "tty",
  82. "escape",
  83. "formatting",
  84. "rgb",
  85. "256",
  86. "shell",
  87. "xterm",
  88. "log",
  89. "logging",
  90. "command-line",
  91. "text"
  92. ],
  93. "license": "MIT",
  94. "maintainers": [
  95. {
  96. "name": "Sindre Sorhus",
  97. "email": "sindresorhus@gmail.com",
  98. "url": "sindresorhus.com"
  99. },
  100. {
  101. "name": "Joshua Appelman",
  102. "email": "jappelman@xebia.com",
  103. "url": "jbnicolai.com"
  104. },
  105. {
  106. "name": "JD Ballard",
  107. "email": "i.am.qix@gmail.com",
  108. "url": "github.com/qix-"
  109. },
  110. {
  111. "name": "Benjamin Coe",
  112. "email": "ben@npmjs.com",
  113. "url": "github.com/bcoe"
  114. }
  115. ],
  116. "name": "wrap-ansi",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/chalk/wrap-ansi.git"
  120. },
  121. "scripts": {
  122. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  123. "test": "xo && nyc ava"
  124. },
  125. "version": "2.1.0"
  126. }