package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "string-width@^2.0.0",
  3. "_id": "string-width@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
  6. "_location": "/string-width",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string-width@^2.0.0",
  12. "name": "string-width",
  13. "escapedName": "string-width",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/ansi-align",
  20. "/boxen",
  21. "/cli-columns",
  22. "/cliui",
  23. "/inquirer",
  24. "/table",
  25. "/widest-line",
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
  29. "_shasum": "ab93f27a8dc13d28cac815c462143a6d9012ae9e",
  30. "_spec": "string-width@^2.0.0",
  31. "_where": "/Users/rebecca/code/npm/node_modules/cli-columns",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/string-width/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "is-fullwidth-code-point": "^2.0.0",
  43. "strip-ansi": "^4.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Get the visual width of a string - the number of columns required to display it",
  47. "devDependencies": {
  48. "ava": "*",
  49. "xo": "*"
  50. },
  51. "engines": {
  52. "node": ">=4"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/sindresorhus/string-width#readme",
  58. "keywords": [
  59. "string",
  60. "str",
  61. "character",
  62. "char",
  63. "unicode",
  64. "width",
  65. "visual",
  66. "column",
  67. "columns",
  68. "fullwidth",
  69. "full-width",
  70. "full",
  71. "ansi",
  72. "escape",
  73. "codes",
  74. "cli",
  75. "command-line",
  76. "terminal",
  77. "console",
  78. "cjk",
  79. "chinese",
  80. "japanese",
  81. "korean",
  82. "fixed-width"
  83. ],
  84. "license": "MIT",
  85. "name": "string-width",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/sindresorhus/string-width.git"
  89. },
  90. "scripts": {
  91. "test": "xo && ava"
  92. },
  93. "version": "2.1.1"
  94. }