Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / string-width / node_modules / strip-ansi / package.json
index 3b3f4c527df5a80bf3cf1086eda1b3736079dd27..555f1946165015f66de5bb5c998c39b882436905 100644 (file)
@@ -1,54 +1,23 @@
 {
-  "_from": "strip-ansi@^6.0.0",
-  "_id": "strip-ansi@6.0.0",
-  "_inBundle": false,
-  "_integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
-  "_location": "/string-width/strip-ansi",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "strip-ansi@^6.0.0",
-    "name": "strip-ansi",
-    "escapedName": "strip-ansi",
-    "rawSpec": "^6.0.0",
-    "saveSpec": null,
-    "fetchSpec": "^6.0.0"
-  },
-  "_requiredBy": [
-    "/string-width"
-  ],
-  "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
-  "_shasum": "0b1571dd7669ccd4f3e06e14ef1eed26225ae532",
-  "_spec": "strip-ansi@^6.0.0",
-  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/string-width",
+  "name": "strip-ansi",
+  "version": "4.0.0",
+  "description": "Strip ANSI escape codes",
+  "license": "MIT",
+  "repository": "chalk/strip-ansi",
   "author": {
     "name": "Sindre Sorhus",
     "email": "sindresorhus@gmail.com",
     "url": "sindresorhus.com"
   },
-  "bugs": {
-    "url": "https://github.com/chalk/strip-ansi/issues"
-  },
-  "bundleDependencies": false,
-  "dependencies": {
-    "ansi-regex": "^5.0.0"
-  },
-  "deprecated": false,
-  "description": "Strip ANSI escape codes from a string",
-  "devDependencies": {
-    "ava": "^2.4.0",
-    "tsd": "^0.10.0",
-    "xo": "^0.25.3"
-  },
   "engines": {
-    "node": ">=8"
+    "node": ">=4"
+  },
+  "scripts": {
+    "test": "xo && ava"
   },
   "files": [
-    "index.js",
-    "index.d.ts"
+    "index.js"
   ],
-  "homepage": "https://github.com/chalk/strip-ansi#readme",
   "keywords": [
     "strip",
     "trim",
     "command-line",
     "text"
   ],
-  "license": "MIT",
-  "name": "strip-ansi",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/chalk/strip-ansi.git"
-  },
-  "scripts": {
-    "test": "xo && ava && tsd"
+  "dependencies": {
+    "ansi-regex": "^3.0.0"
   },
-  "version": "6.0.0"
+  "devDependencies": {
+    "ava": "*",
+    "xo": "*"
+  }
 }