package.json 2.4 KB

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