forked from mscdex/node-imap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
56 lines (56 loc) · 1.7 KB
/
package-lock.json
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
{
"name": "@codeplant/imap",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@codeplant/imap",
"version": "1.0.0",
"dependencies": {
"@codeplant/utf7": "^2.0.0"
},
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/@codeplant/utf7": {
"version": "2.0.0",
"resolved": "https://npm.pkg.github.com/download/@codeplant/utf7/2.0.0/a7ae08685bdb309cc6d180543748e02024d3f5ee",
"integrity": "sha512-iMhLKq6drWxu4u47vCmQOAFGqiHzcuT+YwGdI2PLIrzCE+/n1yfKcgC5kb+eVK+WBJpzOLM0YAxxqPX8yjd4ag==",
"dependencies": {
"semver": "^7.5.4"
}
},
"node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/semver": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
}