package.json 2.1 KB

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