Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / lru-cache / package.json
index fbca652bb4eaf0d1b53055aacd3d32fa581afba0..6593fa3a376be528b19893f96cb0539fe7ba264b 100644 (file)
@@ -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"
   },
   "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"
     "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"
 }