package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "string-width@4.2.3",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string-width@4.2.3",
  10. "_id": "string-width@4.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA=",
  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. "/wrap-ansi",
  33. "/yargs",
  34. "/yargs/cliui"
  35. ],
  36. "_resolved": "https://registry.npmmirror.com/string-width/download/string-width-4.2.3.tgz",
  37. "_spec": "4.2.3",
  38. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  39. "author": {
  40. "name": "Sindre Sorhus",
  41. "email": "sindresorhus@gmail.com",
  42. "url": "sindresorhus.com"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/sindresorhus/string-width/issues"
  46. },
  47. "dependencies": {
  48. "emoji-regex": "^8.0.0",
  49. "is-fullwidth-code-point": "^3.0.0",
  50. "strip-ansi": "^6.0.1"
  51. },
  52. "description": "Get the visual width of a string - the number of columns required to display it",
  53. "devDependencies": {
  54. "ava": "^1.4.1",
  55. "tsd": "^0.7.1",
  56. "xo": "^0.24.0"
  57. },
  58. "engines": {
  59. "node": ">=8"
  60. },
  61. "files": [
  62. "index.js",
  63. "index.d.ts"
  64. ],
  65. "homepage": "https://github.com/sindresorhus/string-width#readme",
  66. "keywords": [
  67. "string",
  68. "character",
  69. "unicode",
  70. "width",
  71. "visual",
  72. "column",
  73. "columns",
  74. "fullwidth",
  75. "full-width",
  76. "full",
  77. "ansi",
  78. "escape",
  79. "codes",
  80. "cli",
  81. "command-line",
  82. "terminal",
  83. "console",
  84. "cjk",
  85. "chinese",
  86. "japanese",
  87. "korean",
  88. "fixed-width"
  89. ],
  90. "license": "MIT",
  91. "name": "string-width",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/string-width.git"
  95. },
  96. "scripts": {
  97. "test": "xo && ava && tsd"
  98. },
  99. "version": "4.2.3"
  100. }