Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ccount / package.json
index 66a1fe04de29a1ba31c33d4c9def1524dc23b256..ede0897d7755b26bf681ec6a98f964b3934917c7 100644 (file)
@@ -1,8 +1,8 @@
 {
   "_from": "ccount@^1.0.0",
-  "_id": "ccount@1.0.5",
+  "_id": "ccount@1.1.0",
   "_inBundle": false,
-  "_integrity": "sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw==",
+  "_integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==",
   "_location": "/ccount",
   "_phantomChildren": {},
   "_requested": {
   "_requiredBy": [
     "/remark-stringify"
   ],
-  "_resolved": "https://registry.npmjs.org/ccount/-/ccount-1.0.5.tgz",
-  "_shasum": "ac82a944905a65ce204eb03023157edf29425c17",
+  "_resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz",
+  "_shasum": "246687debb6014735131be8abab2d93898f8d043",
   "_spec": "ccount@^1.0.0",
-  "_where": "/tmp/coc-prettier-dzKjD7/node_modules/remark-stringify",
+  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark-stringify",
   "author": {
     "name": "Titus Wormer",
     "email": "tituswormer@gmail.com",
   "deprecated": false,
   "description": "Count characters",
   "devDependencies": {
-    "browserify": "^16.0.0",
+    "browserify": "^17.0.0",
     "nyc": "^15.0.0",
-    "prettier": "^1.0.0",
-    "remark-cli": "^7.0.0",
-    "remark-preset-wooorm": "^6.0.0",
-    "tape": "^4.0.0",
-    "tinyify": "^2.0.0",
-    "xo": "^0.25.0"
+    "prettier": "^2.0.0",
+    "remark-cli": "^9.0.0",
+    "remark-preset-wooorm": "^8.0.0",
+    "tape": "^5.0.0",
+    "tinyify": "^3.0.0",
+    "xo": "^0.34.0"
   },
   "files": [
     "index.js"
     "build": "npm run build-bundle && npm run build-mangle",
     "build-bundle": "browserify . -s ccount -o ccount.js",
     "build-mangle": "browserify . -s ccount -p tinyify -o ccount.min.js",
-    "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
+    "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
     "test": "npm run format && npm run build && npm run test-coverage",
     "test-api": "node test",
     "test-coverage": "nyc --reporter lcov tape test.js"
   },
-  "version": "1.0.5",
+  "version": "1.1.0",
   "xo": {
     "prettier": true,
     "esnext": false,
     "ignores": [
       "ccount.js"
-    ]
+    ],
+    "rules": {
+      "unicorn/prefer-type-error": "off"
+    }
   }
 }