package.json 2.0 KB

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