package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "string-width@^4.1.0",
  3. "_id": "string-width@4.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==",
  6. "_location": "/string-width",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string-width@^4.1.0",
  12. "name": "string-width",
  13. "escapedName": "string-width",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/boxen",
  20. "/widest-line"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz",
  23. "_shasum": "dafd4f9559a7585cfba529c6a0a4f73488ebd4c5",
  24. "_spec": "string-width@^4.1.0",
  25. "_where": "/home/pvvvm505/Документы/Project/Back/node_modules/boxen",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/string-width/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "emoji-regex": "^8.0.0",
  37. "is-fullwidth-code-point": "^3.0.0",
  38. "strip-ansi": "^6.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Get the visual width of a string - the number of columns required to display it",
  42. "devDependencies": {
  43. "ava": "^1.4.1",
  44. "tsd": "^0.7.1",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/string-width#readme",
  55. "keywords": [
  56. "string",
  57. "character",
  58. "unicode",
  59. "width",
  60. "visual",
  61. "column",
  62. "columns",
  63. "fullwidth",
  64. "full-width",
  65. "full",
  66. "ansi",
  67. "escape",
  68. "codes",
  69. "cli",
  70. "command-line",
  71. "terminal",
  72. "console",
  73. "cjk",
  74. "chinese",
  75. "japanese",
  76. "korean",
  77. "fixed-width"
  78. ],
  79. "license": "MIT",
  80. "name": "string-width",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/string-width.git"
  84. },
  85. "scripts": {
  86. "test": "xo && ava && tsd"
  87. },
  88. "version": "4.2.2"
  89. }