You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

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