package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "wrap-ansi@6.2.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "wrap-ansi@6.2.0",
  10. "_id": "wrap-ansi@6.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6Tk7oHEC5skaOyIUePAlfNKFblM=",
  13. "_location": "/wrap-ansi",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "wrap-ansi@6.2.0",
  19. "name": "wrap-ansi",
  20. "escapedName": "wrap-ansi",
  21. "rawSpec": "6.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.2.0"
  24. },
  25. "_requiredBy": [
  26. "/cliui"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/wrap-ansi/download/wrap-ansi-6.2.0.tgz",
  29. "_spec": "6.2.0",
  30. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/chalk/wrap-ansi/issues"
  38. },
  39. "dependencies": {
  40. "ansi-styles": "^4.0.0",
  41. "string-width": "^4.1.0",
  42. "strip-ansi": "^6.0.0"
  43. },
  44. "description": "Wordwrap a string with ANSI escape codes",
  45. "devDependencies": {
  46. "ava": "^2.1.0",
  47. "chalk": "^2.4.2",
  48. "coveralls": "^3.0.3",
  49. "has-ansi": "^3.0.0",
  50. "nyc": "^14.1.1",
  51. "xo": "^0.24.0"
  52. },
  53. "engines": {
  54. "node": ">=8"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/chalk/wrap-ansi#readme",
  60. "keywords": [
  61. "wrap",
  62. "break",
  63. "wordwrap",
  64. "wordbreak",
  65. "linewrap",
  66. "ansi",
  67. "styles",
  68. "color",
  69. "colour",
  70. "colors",
  71. "terminal",
  72. "console",
  73. "cli",
  74. "string",
  75. "tty",
  76. "escape",
  77. "formatting",
  78. "rgb",
  79. "256",
  80. "shell",
  81. "xterm",
  82. "log",
  83. "logging",
  84. "command-line",
  85. "text"
  86. ],
  87. "license": "MIT",
  88. "name": "wrap-ansi",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/chalk/wrap-ansi.git"
  92. },
  93. "scripts": {
  94. "test": "xo && nyc ava"
  95. },
  96. "version": "6.2.0"
  97. }