package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "wrap-ansi@^2.0.0",
  6. "scope": null,
  7. "escapedName": "wrap-ansi",
  8. "name": "wrap-ansi",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/cliui"
  14. ]
  15. ],
  16. "_from": "wrap-ansi@>=2.0.0 <3.0.0",
  17. "_id": "wrap-ansi@2.1.0",
  18. "_inCache": true,
  19. "_location": "/wrap-ansi",
  20. "_nodeVersion": "4.6.2",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/wrap-ansi-2.1.0.tgz_1480440082575_0.23112521297298372"
  24. },
  25. "_npmUser": {
  26. "name": "sindresorhus",
  27. "email": "sindresorhus@gmail.com"
  28. },
  29. "_npmVersion": "2.15.11",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "wrap-ansi@^2.0.0",
  33. "scope": null,
  34. "escapedName": "wrap-ansi",
  35. "name": "wrap-ansi",
  36. "rawSpec": "^2.0.0",
  37. "spec": ">=2.0.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/cliui"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
  44. "_shasum": "d8fc3d284dd05794fe84973caecdd1cf824fdd85",
  45. "_shrinkwrap": null,
  46. "_spec": "wrap-ansi@^2.0.0",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/cliui",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/chalk/wrap-ansi/issues"
  55. },
  56. "dependencies": {
  57. "string-width": "^1.0.1",
  58. "strip-ansi": "^3.0.1"
  59. },
  60. "description": "Wordwrap a string with ANSI escape codes",
  61. "devDependencies": {
  62. "ava": "^0.16.0",
  63. "chalk": "^1.1.0",
  64. "coveralls": "^2.11.4",
  65. "has-ansi": "^2.0.0",
  66. "nyc": "^6.2.1",
  67. "strip-ansi": "^3.0.0",
  68. "xo": "*"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "d8fc3d284dd05794fe84973caecdd1cf824fdd85",
  73. "tarball": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz"
  74. },
  75. "engines": {
  76. "node": ">=0.10.0"
  77. },
  78. "files": [
  79. "index.js"
  80. ],
  81. "gitHead": "a731af5a3461d92f2af302e81e05ea698a3c8c1a",
  82. "homepage": "https://github.com/chalk/wrap-ansi#readme",
  83. "keywords": [
  84. "wrap",
  85. "break",
  86. "wordwrap",
  87. "wordbreak",
  88. "linewrap",
  89. "ansi",
  90. "styles",
  91. "color",
  92. "colour",
  93. "colors",
  94. "terminal",
  95. "console",
  96. "cli",
  97. "string",
  98. "tty",
  99. "escape",
  100. "formatting",
  101. "rgb",
  102. "256",
  103. "shell",
  104. "xterm",
  105. "log",
  106. "logging",
  107. "command-line",
  108. "text"
  109. ],
  110. "license": "MIT",
  111. "maintainers": [
  112. {
  113. "name": "bcoe",
  114. "email": "ben@npmjs.com"
  115. },
  116. {
  117. "name": "dthree",
  118. "email": "threedeecee@gmail.com"
  119. },
  120. {
  121. "name": "qix",
  122. "email": "i.am.qix@gmail.com"
  123. },
  124. {
  125. "name": "sindresorhus",
  126. "email": "sindresorhus@gmail.com"
  127. }
  128. ],
  129. "name": "wrap-ansi",
  130. "optionalDependencies": {},
  131. "readme": "ERROR: No README data found!",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/chalk/wrap-ansi.git"
  135. },
  136. "scripts": {
  137. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  138. "test": "xo && nyc ava"
  139. },
  140. "version": "2.1.0"
  141. }