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.

92 lines
2.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "string-width@3.1.0",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string-width@3.1.0",
  10. "_id": "string-width@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
  13. "_location": "/string-width",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string-width@3.1.0",
  19. "name": "string-width",
  20. "escapedName": "string-width",
  21. "rawSpec": "3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/table"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "/home/guest/socket",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/string-width/issues"
  38. },
  39. "dependencies": {
  40. "emoji-regex": "^7.0.1",
  41. "is-fullwidth-code-point": "^2.0.0",
  42. "strip-ansi": "^5.1.0"
  43. },
  44. "description": "Get the visual width of a string - the number of columns required to display it",
  45. "devDependencies": {
  46. "ava": "^1.0.1",
  47. "xo": "^0.23.0"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/string-width#readme",
  56. "keywords": [
  57. "string",
  58. "str",
  59. "character",
  60. "char",
  61. "unicode",
  62. "width",
  63. "visual",
  64. "column",
  65. "columns",
  66. "fullwidth",
  67. "full-width",
  68. "full",
  69. "ansi",
  70. "escape",
  71. "codes",
  72. "cli",
  73. "command-line",
  74. "terminal",
  75. "console",
  76. "cjk",
  77. "chinese",
  78. "japanese",
  79. "korean",
  80. "fixed-width"
  81. ],
  82. "license": "MIT",
  83. "name": "string-width",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/string-width.git"
  87. },
  88. "scripts": {
  89. "test": "xo && ava"
  90. },
  91. "version": "3.1.0"
  92. }