package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "wrap-ansi@2.1.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  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. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "wrap-ansi@2.1.0",
  19. "name": "wrap-ansi",
  20. "escapedName": "wrap-ansi",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/cliui"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  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. "string-width": "^1.0.1",
  41. "strip-ansi": "^3.0.1"
  42. },
  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. }