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
| {
| "_args": [
| [
| "ylru@1.4.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "ylru@1.4.0",
| "_id": "ylru@1.4.0",
| "_inBundle": false,
| "_integrity": "sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==",
| "_location": "/ylru",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "ylru@1.4.0",
| "name": "ylru",
| "escapedName": "ylru",
| "rawSpec": "1.4.0",
| "saveSpec": null,
| "fetchSpec": "1.4.0"
| },
| "_requiredBy": [
| "/cache-content-type"
| ],
| "_resolved": "https://registry.npmmirror.com/ylru/-/ylru-1.4.0.tgz",
| "_spec": "1.4.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "fengmk2"
| },
| "bugs": {
| "url": "https://github.com/node-modules/ylru/issues"
| },
| "ci": {
| "version": "8, 10, 12, 14, 16",
| "type": "github",
| "os": {
| "github": "linux"
| },
| "npminstall": false
| },
| "dependencies": {},
| "description": "Extends LRU base on hashlru",
| "devDependencies": {
| "@types/node": "^12.0.8",
| "beautify-benchmark": "^0.2.4",
| "benchmark": "^2.1.3",
| "egg-bin": "^1.10.0",
| "egg-ci": "^1.19.0",
| "eslint": "^4.19.1",
| "eslint-config-egg": "^6.0.0",
| "git-contributor": "^1.0.10",
| "hashlru": "^1.0.3",
| "ko-sleep": "^1.0.2",
| "lru-cache": "^4.0.2",
| "runscript": "^1.5.2",
| "typescript": "^4.6.2"
| },
| "engines": {
| "node": ">= 4.0.0"
| },
| "files": [
| "index.js",
| "index.d.ts"
| ],
| "homepage": "https://github.com/node-modules/ylru",
| "license": "MIT",
| "main": "index.js",
| "name": "ylru",
| "repository": {
| "type": "git",
| "url": "git://github.com/node-modules/ylru.git"
| },
| "scripts": {
| "ci": "npm run lint && npm run cov",
| "contributor": "git-contributor",
| "cov": "egg-bin cov",
| "lint": "eslint test *.js",
| "test": "npm run lint -- --fix && npm run test-local",
| "test-local": "egg-bin test"
| },
| "version": "1.4.0"
| }
|
|