.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / slice-ansi / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/stylelint/node_modules/slice-ansi/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/stylelint/node_modules/slice-ansi/package.json
new file mode 100644 (file)
index 0000000..cc60b3b
--- /dev/null
@@ -0,0 +1,53 @@
+{
+  "name": "slice-ansi",
+  "version": "1.0.0",
+  "description": "Slice a string with ANSI escape codes",
+  "license": "MIT",
+  "repository": "chalk/slice-ansi",
+  "author": {
+    "name": "David Caccavella",
+    "email": "threedeecee@gmail.com"
+  },
+  "engines": {
+    "node": ">=4"
+  },
+  "scripts": {
+    "test": "xo && ava"
+  },
+  "files": [
+    "index.js"
+  ],
+  "keywords": [
+    "slice",
+    "string",
+    "ansi",
+    "styles",
+    "color",
+    "colour",
+    "colors",
+    "terminal",
+    "console",
+    "cli",
+    "tty",
+    "escape",
+    "formatting",
+    "rgb",
+    "256",
+    "shell",
+    "xterm",
+    "log",
+    "logging",
+    "command-line",
+    "text"
+  ],
+  "dependencies": {
+    "is-fullwidth-code-point": "^2.0.0"
+  },
+  "devDependencies": {
+    "ava": "*",
+    "chalk": "^2.0.1",
+    "random-item": "^1.0.0",
+    "strip-ansi": "^4.0.0",
+    "xo": "*"
+  }
+}