package.json 2.9 KB

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