package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "string-width@^4.2.0",
  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.0",
  12. "name": "string-width",
  13. "escapedName": "string-width",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/cliui",
  20. "/wrap-ansi",
  21. "/yargs"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  24. "_shasum": "269c7117d27b05ad2e536830a8ec895ef9c6d010",
  25. "_spec": "string-width@^4.2.0",
  26. "_where": "/data/wwwroot/qimall/node/node_modules/yargs",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/string-width/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "emoji-regex": "^8.0.0",
  38. "is-fullwidth-code-point": "^3.0.0",
  39. "strip-ansi": "^6.0.1"
  40. },
  41. "deprecated": false,
  42. "description": "Get the visual width of a string - the number of columns required to display it",
  43. "devDependencies": {
  44. "ava": "^1.4.1",
  45. "tsd": "^0.7.1",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/string-width#readme",
  56. "keywords": [
  57. "string",
  58. "character",
  59. "unicode",
  60. "width",
  61. "visual",
  62. "column",
  63. "columns",
  64. "fullwidth",
  65. "full-width",
  66. "full",
  67. "ansi",
  68. "escape",
  69. "codes",
  70. "cli",
  71. "command-line",
  72. "terminal",
  73. "console",
  74. "cjk",
  75. "chinese",
  76. "japanese",
  77. "korean",
  78. "fixed-width"
  79. ],
  80. "license": "MIT",
  81. "name": "string-width",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/sindresorhus/string-width.git"
  85. },
  86. "scripts": {
  87. "test": "xo && ava && tsd"
  88. },
  89. "version": "4.2.3"
  90. }