package.json 2.0 KB

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