package.json 2.0 KB

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