Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / lru-cache / package.json
1 {
2   "_from": "lru-cache@^6.0.0",
3   "_id": "lru-cache@6.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
6   "_location": "/lru-cache",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "lru-cache@^6.0.0",
12     "name": "lru-cache",
13     "escapedName": "lru-cache",
14     "rawSpec": "^6.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^6.0.0"
17   },
18   "_requiredBy": [
19     "/semver"
20   ],
21   "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
22   "_shasum": "6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94",
23   "_spec": "lru-cache@^6.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/semver",
25   "author": {
26     "name": "Isaac Z. Schlueter",
27     "email": "i@izs.me"
28   },
29   "bugs": {
30     "url": "https://github.com/isaacs/node-lru-cache/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "yallist": "^4.0.0"
35   },
36   "deprecated": false,
37   "description": "A cache object that deletes the least-recently-used items.",
38   "devDependencies": {
39     "benchmark": "^2.1.4",
40     "tap": "^14.10.7"
41   },
42   "engines": {
43     "node": ">=10"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/isaacs/node-lru-cache#readme",
49   "keywords": [
50     "mru",
51     "lru",
52     "cache"
53   ],
54   "license": "ISC",
55   "main": "index.js",
56   "name": "lru-cache",
57   "repository": {
58     "type": "git",
59     "url": "git://github.com/isaacs/node-lru-cache.git"
60   },
61   "scripts": {
62     "postversion": "npm publish",
63     "prepublishOnly": "git push origin --follow-tags",
64     "preversion": "npm test",
65     "snap": "tap",
66     "test": "tap"
67   },
68   "version": "6.0.0"
69 }