package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "wrap-ansi@^2.0.0",
  3. "_id": "wrap-ansi@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
  6. "_location": "/wrap-ansi",
  7. "_phantomChildren": {
  8. "code-point-at": "1.1.0",
  9. "number-is-nan": "1.0.1",
  10. "strip-ansi": "3.0.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "wrap-ansi@^2.0.0",
  16. "name": "wrap-ansi",
  17. "escapedName": "wrap-ansi",
  18. "rawSpec": "^2.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.0.0"
  21. },
  22. "_requiredBy": [
  23. "/cliui"
  24. ],
  25. "_resolved": "http://registry.npm.taobao.org/wrap-ansi/download/wrap-ansi-2.1.0.tgz",
  26. "_shasum": "d8fc3d284dd05794fe84973caecdd1cf824fdd85",
  27. "_spec": "wrap-ansi@^2.0.0",
  28. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\cliui",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "sindresorhus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/chalk/wrap-ansi/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "string-width": "^1.0.1",
  40. "strip-ansi": "^3.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "Wordwrap a string with ANSI escape codes",
  44. "devDependencies": {
  45. "ava": "^0.16.0",
  46. "chalk": "^1.1.0",
  47. "coveralls": "^2.11.4",
  48. "has-ansi": "^2.0.0",
  49. "nyc": "^6.2.1",
  50. "strip-ansi": "^3.0.0",
  51. "xo": "*"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  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. "maintainers": [
  89. {
  90. "name": "Sindre Sorhus",
  91. "email": "sindresorhus@gmail.com",
  92. "url": "sindresorhus.com"
  93. },
  94. {
  95. "name": "Joshua Appelman",
  96. "email": "jappelman@xebia.com",
  97. "url": "jbnicolai.com"
  98. },
  99. {
  100. "name": "JD Ballard",
  101. "email": "i.am.qix@gmail.com",
  102. "url": "github.com/qix-"
  103. },
  104. {
  105. "name": "Benjamin Coe",
  106. "email": "ben@npmjs.com",
  107. "url": "github.com/bcoe"
  108. }
  109. ],
  110. "name": "wrap-ansi",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/chalk/wrap-ansi.git"
  114. },
  115. "scripts": {
  116. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  117. "test": "xo && nyc ava"
  118. },
  119. "version": "2.1.0"
  120. }