package.json 2.1 KB

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