package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "string-width@4.2.3",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string-width@4.2.3",
  10. "_id": "string-width@4.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  13. "_location": "/string-width",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string-width@4.2.3",
  19. "name": "string-width",
  20. "escapedName": "string-width",
  21. "rawSpec": "4.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.3"
  24. },
  25. "_requiredBy": [
  26. "/@soda/friendly-errors-webpack-plugin",
  27. "/cli-truncate",
  28. "/cliui",
  29. "/cliui/wrap-ansi",
  30. "/inquirer",
  31. "/log-update/wrap-ansi",
  32. "/stylelint",
  33. "/stylelint/table",
  34. "/webpackbar/wrap-ansi",
  35. "/wrap-ansi",
  36. "/yargs",
  37. "/yargs/cliui"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  40. "_spec": "4.2.3",
  41. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  42. "author": {
  43. "name": "Sindre Sorhus",
  44. "email": "sindresorhus@gmail.com",
  45. "url": "sindresorhus.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/sindresorhus/string-width/issues"
  49. },
  50. "dependencies": {
  51. "emoji-regex": "^8.0.0",
  52. "is-fullwidth-code-point": "^3.0.0",
  53. "strip-ansi": "^6.0.1"
  54. },
  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. }