package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "wrap-ansi@7.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "wrap-ansi@7.0.0",
  10. "_id": "wrap-ansi@7.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  13. "_location": "/wrap-ansi",
  14. "_phantomChildren": {
  15. "emoji-regex": "8.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "wrap-ansi@7.0.0",
  21. "name": "wrap-ansi",
  22. "escapedName": "wrap-ansi",
  23. "rawSpec": "7.0.0",
  24. "saveSpec": null,
  25. "fetchSpec": "7.0.0"
  26. },
  27. "_requiredBy": [
  28. "/yargs/cliui"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  31. "_spec": "7.0.0",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "https://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": "^4.0.0",
  50. "coveralls": "^3.0.3",
  51. "has-ansi": "^4.0.0",
  52. "nyc": "^15.0.1",
  53. "xo": "^0.29.1"
  54. },
  55. "engines": {
  56. "node": ">=10"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "funding": "https://github.com/chalk/wrap-ansi?sponsor=1",
  62. "homepage": "https://github.com/chalk/wrap-ansi#readme",
  63. "keywords": [
  64. "wrap",
  65. "break",
  66. "wordwrap",
  67. "wordbreak",
  68. "linewrap",
  69. "ansi",
  70. "styles",
  71. "color",
  72. "colour",
  73. "colors",
  74. "terminal",
  75. "console",
  76. "cli",
  77. "string",
  78. "tty",
  79. "escape",
  80. "formatting",
  81. "rgb",
  82. "256",
  83. "shell",
  84. "xterm",
  85. "log",
  86. "logging",
  87. "command-line",
  88. "text"
  89. ],
  90. "license": "MIT",
  91. "name": "wrap-ansi",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/chalk/wrap-ansi.git"
  95. },
  96. "scripts": {
  97. "test": "xo && nyc ava"
  98. },
  99. "version": "7.0.0"
  100. }