X-Git-Url: https://git.josue.xyz/?p=dotfiles%2F.git;a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Flru-cache%2Fpackage.json;h=6593fa3a376be528b19893f96cb0539fe7ba264b;hp=fbca652bb4eaf0d1b53055aacd3d32fa581afba0;hb=4d07c77cf4d78cab8639e13ddc3c22495e585b0b;hpb=b3950616b54221c40a7dab9099bda675007e5b6e diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/lru-cache/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/lru-cache/package.json index fbca652b..6593fa3a 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/lru-cache/package.json +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/lru-cache/package.json @@ -1,27 +1,27 @@ { - "_from": "lru-cache@^4.0.1", - "_id": "lru-cache@4.1.5", + "_from": "lru-cache@^6.0.0", + "_id": "lru-cache@6.0.0", "_inBundle": false, - "_integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "_integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "_location": "/lru-cache", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, - "raw": "lru-cache@^4.0.1", + "raw": "lru-cache@^6.0.0", "name": "lru-cache", "escapedName": "lru-cache", - "rawSpec": "^4.0.1", + "rawSpec": "^6.0.0", "saveSpec": null, - "fetchSpec": "^4.0.1" + "fetchSpec": "^6.0.0" }, "_requiredBy": [ - "/execa/cross-spawn" + "/semver" ], - "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "_shasum": "8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd", - "_spec": "lru-cache@^4.0.1", - "_where": "/tmp/coc-prettier-dzKjD7/node_modules/execa/node_modules/cross-spawn", + "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "_shasum": "6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94", + "_spec": "lru-cache@^6.0.0", + "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/semver", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me" @@ -31,15 +31,16 @@ }, "bundleDependencies": false, "dependencies": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" + "yallist": "^4.0.0" }, "deprecated": false, "description": "A cache object that deletes the least-recently-used items.", "devDependencies": { "benchmark": "^2.1.4", - "standard": "^12.0.1", - "tap": "^12.1.0" + "tap": "^14.10.7" + }, + "engines": { + "node": ">=10" }, "files": [ "index.js" @@ -58,14 +59,11 @@ "url": "git://github.com/isaacs/node-lru-cache.git" }, "scripts": { - "coveragerport": "tap --coverage-report=html", - "lintfix": "standard --fix test/*.js index.js", - "postpublish": "git push origin --all; git push origin --tags", - "posttest": "standard test/*.js index.js", - "postversion": "npm publish --tag=legacy", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", "preversion": "npm test", - "snap": "TAP_SNAPSHOT=1 tap test/*.js -J", - "test": "tap test/*.js --100 -J" + "snap": "tap", + "test": "tap" }, - "version": "4.1.5" + "version": "6.0.0" }