You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
2.1 KiB

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