package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. "wrap-ansi@2.1.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "wrap-ansi@2.1.0",
  10. "_id": "wrap-ansi@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
  13. "_location": "/wrap-ansi",
  14. "_phantomChildren": {
  15. "code-point-at": "1.1.0",
  16. "number-is-nan": "1.0.1",
  17. "strip-ansi": "3.0.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "wrap-ansi@2.1.0",
  23. "name": "wrap-ansi",
  24. "escapedName": "wrap-ansi",
  25. "rawSpec": "2.1.0",
  26. "saveSpec": null,
  27. "fetchSpec": "2.1.0"
  28. },
  29. "_requiredBy": [
  30. "/webpack-dev-server/cliui",
  31. "/yargs/cliui"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
  34. "_spec": "2.1.0",
  35. "_where": "E:\\amr1.0\\AMR",
  36. "author": {
  37. "name": "Sindre Sorhus",
  38. "email": "sindresorhus@gmail.com",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/chalk/wrap-ansi/issues"
  43. },
  44. "dependencies": {
  45. "string-width": "^1.0.1",
  46. "strip-ansi": "^3.0.1"
  47. },
  48. "description": "Wordwrap a string with ANSI escape codes",
  49. "devDependencies": {
  50. "ava": "^0.16.0",
  51. "chalk": "^1.1.0",
  52. "coveralls": "^2.11.4",
  53. "has-ansi": "^2.0.0",
  54. "nyc": "^6.2.1",
  55. "strip-ansi": "^3.0.0",
  56. "xo": "*"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/chalk/wrap-ansi#readme",
  65. "keywords": [
  66. "wrap",
  67. "break",
  68. "wordwrap",
  69. "wordbreak",
  70. "linewrap",
  71. "ansi",
  72. "styles",
  73. "color",
  74. "colour",
  75. "colors",
  76. "terminal",
  77. "console",
  78. "cli",
  79. "string",
  80. "tty",
  81. "escape",
  82. "formatting",
  83. "rgb",
  84. "256",
  85. "shell",
  86. "xterm",
  87. "log",
  88. "logging",
  89. "command-line",
  90. "text"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "Sindre Sorhus",
  96. "email": "sindresorhus@gmail.com",
  97. "url": "sindresorhus.com"
  98. },
  99. {
  100. "name": "Joshua Appelman",
  101. "email": "jappelman@xebia.com",
  102. "url": "jbnicolai.com"
  103. },
  104. {
  105. "name": "JD Ballard",
  106. "email": "i.am.qix@gmail.com",
  107. "url": "github.com/qix-"
  108. },
  109. {
  110. "name": "Benjamin Coe",
  111. "email": "ben@npmjs.com",
  112. "url": "github.com/bcoe"
  113. }
  114. ],
  115. "name": "wrap-ansi",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/chalk/wrap-ansi.git"
  119. },
  120. "scripts": {
  121. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  122. "test": "xo && nyc ava"
  123. },
  124. "version": "2.1.0"
  125. }