package.json 2.5 KB

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