X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fv8-compile-cache%2Fpackage.json;h=e02e1cbd5f74eb492ce4f8d7e01b6a03dc666dd6;hp=48936e6798e1d6841a7deead34c465e579d946e9;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hpb=b3950616b54221c40a7dab9099bda675007e5b6e diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/v8-compile-cache/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/v8-compile-cache/package.json index 48936e67..e02e1cbd 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/v8-compile-cache/package.json +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/v8-compile-cache/package.json @@ -1,8 +1,8 @@ { "_from": "v8-compile-cache@^2.0.3", - "_id": "v8-compile-cache@2.1.1", + "_id": "v8-compile-cache@2.2.0", "_inBundle": false, - "_integrity": "sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==", + "_integrity": "sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==", "_location": "/v8-compile-cache", "_phantomChildren": {}, "_requested": { @@ -19,10 +19,10 @@ "/eslint", "/webpack-cli" ], - "_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz", - "_shasum": "54bc3cdd43317bca91e35dcaf305b1a7237de745", + "_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz", + "_shasum": "9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132", "_spec": "v8-compile-cache@^2.0.3", - "_where": "/tmp/coc-prettier-dzKjD7/node_modules/eslint", + "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint", "author": { "name": "Andres Suarez", "email": "zertosh@gmail.com" @@ -35,15 +35,15 @@ "deprecated": false, "description": "Require hook for automatic V8 compile cache persistence", "devDependencies": { - "babel-core": "6.23.1", - "eslint": "^3.15.0", - "flow-parser": "0.38.0", + "babel-core": "6.26.3", + "eslint": "^7.12.1", + "flow-parser": "0.136.0", "rimraf": "^2.5.4", - "rxjs": "5.2.0", + "rxjs": "6.6.3", "semver": "^5.3.0", "tap": "^10.1.1", "temp": "^0.8.3", - "yarn": "0.20.3" + "yarn": "1.22.10" }, "files": [ "v8-compile-cache.js" @@ -58,9 +58,10 @@ }, "scripts": { "bench": "bench/run.sh", - "lint": "eslint --max-warnings=0 .", - "posttest": "npm run lint", - "test": "tap test/*-test.js" + "eslint": "eslint --max-warnings=0 .", + "posttest": "npm run eslint", + "tap": "tap test/*-test.js", + "test": "npm run tap" }, - "version": "2.1.1" + "version": "2.2.0" }