1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
|
{
"name": "lru-cache",
"dist-tags": {
"latest": "10.4.1"
},
"versions": {
"10.4.1": {
"name": "lru-cache",
"version": "10.4.1",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
"license": "ISC",
"_id": "lru-cache@10.4.1",
"bugs": {
"url": "https://github.com/isaacs/node-lru-cache/issues"
},
"tap": {
"plugin": [
"@tapjs/clock"
],
"node-arg": [
"--expose-gc"
]
},
"dist": {
"shasum": "da9a9cb51aec89fda9b485f5a12b2fdb8f6dbe88",
"tarball": "http://localhost:4260/lru-cache/lru-cache-10.4.1.tgz",
"fileCount": 17,
"integrity": "sha512-8h/JsUc/2+Dm9RPJnBAmObGnUqTMmsIKThxixMLOkrebSihRhTV0wLD/8BSk6OU6Pbj8hiDTbsI3fLjBJSlhDg==",
"unpackedSize": 804340
},
"main": "./dist/commonjs/index.js",
"tshy": {
"exports": {
".": "./src/index.ts",
"./min": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.min.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.min.js"
}
}
}
},
"type": "module",
"types": "./dist/commonjs/index.d.ts",
"module": "./dist/esm/index.js",
"engines": {
"node": "14 >= 14.21 || 16 >= 16.20 || 18 >=18.20 || 20 || >=22"
},
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
},
"./min": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.min.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.min.js"
}
}
},
"gitHead": "e01135c4270941ac54d00a6b96eefdca31f3a6f6",
"scripts": {
"snap": "tap",
"test": "tap",
"build": "npm run prepare",
"format": "prettier --write .",
"prepare": "tshy && bash fixup.sh",
"presnap": "npm run prepare",
"pretest": "npm run prepare",
"profile": "make -C benchmark profile",
"typedoc": "typedoc --tsconfig ./.tshy/esm.json ./src/*.ts",
"benchmark": "make -C benchmark",
"preprofile": "npm run prepare",
"preversion": "npm test",
"postversion": "npm publish",
"prebenchmark": "npm run prepare",
"prepublishOnly": "git push origin --follow-tags",
"benchmark-results-typedoc": "bash scripts/benchmark-results-typedoc.sh"
},
"prettier": {
"semi": false,
"useTabs": false,
"tabWidth": 2,
"endOfLine": "lf",
"printWidth": 70,
"arrowParens": "avoid",
"singleQuote": true,
"jsxSingleQuote": false,
"bracketSameLine": true
},
"repository": {
"url": "git://github.com/isaacs/node-lru-cache.git",
"type": "git"
},
"_npmVersion": "10.7.0",
"description": "A cache object that deletes the least-recently-used items.",
"directories": {},
"sideEffects": false,
"_nodeVersion": "20.13.1",
"_hasShrinkwrap": false,
"devDependencies": {
"tap": "^20.0.3",
"tshy": "^2.0.0",
"tslib": "^2.4.0",
"marked": "^4.2.12",
"mkdirp": "^2.1.5",
"esbuild": "^0.17.11",
"typedoc": "^0.25.3",
"prettier": "^2.6.2",
"benchmark": "^2.1.4",
"@types/tap": "^15.0.6",
"typescript": "^5.2.2",
"@types/node": "^20.2.5",
"eslint-config-prettier": "^8.5.0"
}
}
},
"bugs": {
"url": "https://github.com/isaacs/node-lru-cache/issues"
},
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
"license": "ISC",
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-lru-cache.git"
},
"description": "A cache object that deletes the least-recently-used items.",
"readmeFilename": "README.md"
}
|