package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "widest-line@^1.0.0",
  6. "scope": null,
  7. "escapedName": "widest-line",
  8. "name": "widest-line",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/boxen"
  14. ]
  15. ],
  16. "_from": "widest-line@>=1.0.0 <2.0.0",
  17. "_id": "widest-line@1.0.0",
  18. "_inCache": true,
  19. "_location": "/widest-line",
  20. "_nodeVersion": "4.2.1",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.14.7",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "widest-line@^1.0.0",
  29. "scope": null,
  30. "escapedName": "widest-line",
  31. "name": "widest-line",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/boxen"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz",
  40. "_shasum": "0c09c85c2a94683d0d7eaf8ee097d564bf0e105c",
  41. "_shrinkwrap": null,
  42. "_spec": "widest-line@^1.0.0",
  43. "_where": "/home/robert/workspace/xmlrpc/node_modules/boxen",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/widest-line/issues"
  51. },
  52. "dependencies": {
  53. "string-width": "^1.0.1"
  54. },
  55. "description": "Get the visual width of the widest line in a string - the number of columns required to display it",
  56. "devDependencies": {
  57. "ava": "*",
  58. "xo": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "0c09c85c2a94683d0d7eaf8ee097d564bf0e105c",
  63. "tarball": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "8193ed602f6c06939099e574b92828edb896bb8e",
  72. "homepage": "https://github.com/sindresorhus/widest-line",
  73. "keywords": [
  74. "string",
  75. "str",
  76. "character",
  77. "char",
  78. "unicode",
  79. "width",
  80. "visual",
  81. "column",
  82. "columns",
  83. "fullwidth",
  84. "full-width",
  85. "full",
  86. "ansi",
  87. "escape",
  88. "codes",
  89. "cli",
  90. "command-line",
  91. "terminal",
  92. "console",
  93. "cjk",
  94. "chinese",
  95. "japanese",
  96. "korean",
  97. "fixed-width"
  98. ],
  99. "license": "MIT",
  100. "maintainers": [
  101. {
  102. "name": "sindresorhus",
  103. "email": "sindresorhus@gmail.com"
  104. }
  105. ],
  106. "name": "widest-line",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/sindresorhus/widest-line.git"
  112. },
  113. "scripts": {
  114. "test": "xo && ava"
  115. },
  116. "version": "1.0.0"
  117. }