This repository was archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
50 lines (50 loc) · 1.88 KB
/
package-lock.json
File metadata and controls
50 lines (50 loc) · 1.88 KB
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
{
"name": "animeparser",
"version": "1.0.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "animeparser",
"version": "1.0.10",
"license": "ISC",
"dependencies": {
"aniep": "^0.4.0",
"chinese-parseint": "^1.2.1",
"lodash": "^4.17.21"
}
},
"node_modules/aniep": {
"version": "0.4.0",
"resolved": "https://registry.npmmirror.com/aniep/-/aniep-0.4.0.tgz",
"integrity": "sha512-+Z9yXh6oVEBbBrCQmWYsHvplddoMTp56HJjiO0FWYVwmI/8Egu5Zn9yvm67TtUWWRAu+38qZ8R55RgAUQEw9Qg=="
},
"node_modules/chinese-parseint": {
"version": "1.2.1",
"resolved": "https://registry.npmmirror.com/chinese-parseint/-/chinese-parseint-1.2.1.tgz",
"integrity": "sha512-72rUbnzYlfVxdZcqqTwgXDKiuywCQQ+D0UutNNFSMCtc6V6V1XZz/HmMIzG33qN1CSOdAnfZ0sbc6HnLmRI7HQ=="
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
},
"dependencies": {
"aniep": {
"version": "0.4.0",
"resolved": "https://registry.npmmirror.com/aniep/-/aniep-0.4.0.tgz",
"integrity": "sha512-+Z9yXh6oVEBbBrCQmWYsHvplddoMTp56HJjiO0FWYVwmI/8Egu5Zn9yvm67TtUWWRAu+38qZ8R55RgAUQEw9Qg=="
},
"chinese-parseint": {
"version": "1.2.1",
"resolved": "https://registry.npmmirror.com/chinese-parseint/-/chinese-parseint-1.2.1.tgz",
"integrity": "sha512-72rUbnzYlfVxdZcqqTwgXDKiuywCQQ+D0UutNNFSMCtc6V6V1XZz/HmMIzG33qN1CSOdAnfZ0sbc6HnLmRI7HQ=="
},
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
}
}