package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. "/webpack-dev-server/cliui",
  24. "/yargs/cliui"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
  27. "_shasum": "d8fc3d284dd05794fe84973caecdd1cf824fdd85",
  28. "_spec": "wrap-ansi@^2.0.0",
  29. "_where": "D:\\workSpace\\dealer_front\\node_modules\\yargs\\node_modules\\cliui",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/chalk/wrap-ansi/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "string-width": "^1.0.1",
  41. "strip-ansi": "^3.0.1"
  42. },
  43. "deprecated": false,
  44. "description": "Wordwrap a string with ANSI escape codes",
  45. "devDependencies": {
  46. "ava": "^0.16.0",
  47. "chalk": "^1.1.0",
  48. "coveralls": "^2.11.4",
  49. "has-ansi": "^2.0.0",
  50. "nyc": "^6.2.1",
  51. "strip-ansi": "^3.0.0",
  52. "xo": "*"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/chalk/wrap-ansi#readme",
  61. "keywords": [
  62. "wrap",
  63. "break",
  64. "wordwrap",
  65. "wordbreak",
  66. "linewrap",
  67. "ansi",
  68. "styles",
  69. "color",
  70. "colour",
  71. "colors",
  72. "terminal",
  73. "console",
  74. "cli",
  75. "string",
  76. "tty",
  77. "escape",
  78. "formatting",
  79. "rgb",
  80. "256",
  81. "shell",
  82. "xterm",
  83. "log",
  84. "logging",
  85. "command-line",
  86. "text"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "Sindre Sorhus",
  92. "email": "sindresorhus@gmail.com",
  93. "url": "sindresorhus.com"
  94. },
  95. {
  96. "name": "Joshua Appelman",
  97. "email": "jappelman@xebia.com",
  98. "url": "jbnicolai.com"
  99. },
  100. {
  101. "name": "JD Ballard",
  102. "email": "i.am.qix@gmail.com",
  103. "url": "github.com/qix-"
  104. },
  105. {
  106. "name": "Benjamin Coe",
  107. "email": "ben@npmjs.com",
  108. "url": "github.com/bcoe"
  109. }
  110. ],
  111. "name": "wrap-ansi",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/chalk/wrap-ansi.git"
  115. },
  116. "scripts": {
  117. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  118. "test": "xo && nyc ava"
  119. },
  120. "version": "2.1.0"
  121. }