.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / string-width / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/string-width/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/string-width/package.json
new file mode 100644 (file)
index 0000000..89f0b6a
--- /dev/null
@@ -0,0 +1,55 @@
+{
+       "name": "string-width",
+       "version": "2.1.1",
+       "description": "Get the visual width of a string - the number of columns required to display it",
+       "license": "MIT",
+       "repository": "sindresorhus/string-width",
+       "author": {
+               "name": "Sindre Sorhus",
+               "email": "sindresorhus@gmail.com",
+               "url": "sindresorhus.com"
+       },
+       "engines": {
+               "node": ">=4"
+       },
+       "scripts": {
+               "test": "xo && ava"
+       },
+       "files": [
+               "index.js"
+       ],
+       "keywords": [
+               "string",
+               "str",
+               "character",
+               "char",
+               "unicode",
+               "width",
+               "visual",
+               "column",
+               "columns",
+               "fullwidth",
+               "full-width",
+               "full",
+               "ansi",
+               "escape",
+               "codes",
+               "cli",
+               "command-line",
+               "terminal",
+               "console",
+               "cjk",
+               "chinese",
+               "japanese",
+               "korean",
+               "fixed-width"
+       ],
+       "dependencies": {
+               "is-fullwidth-code-point": "^2.0.0",
+               "strip-ansi": "^4.0.0"
+       },
+       "devDependencies": {
+               "ava": "*",
+               "xo": "*"
+       }
+}