Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
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.

119 lines
2.5 KiB

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