package.json 2.1 KB

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