-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
44 lines (44 loc) · 1.52 KB
/
package-lock.json
File metadata and controls
44 lines (44 loc) · 1.52 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
{
"name": "cldr-lua",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cldr-lua",
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"cldr-core": "^42.0.0",
"cldr-localenames-full": "^42.0.0"
},
"devDependencies": {}
},
"node_modules/cldr-core": {
"version": "42.0.0",
"resolved": "https://registry.npmjs.org/cldr-core/-/cldr-core-42.0.0.tgz",
"integrity": "sha512-9Sqy6zdOkt3c3A56hpSM9lvMyUM8h78iJ4JzX1u+kQvUz/Vbvqnm8ySxgWfe8lpx1Hrl30dg8NWdTlcKCpLIbg=="
},
"node_modules/cldr-localenames-full": {
"version": "42.0.0",
"resolved": "https://registry.npmjs.org/cldr-localenames-full/-/cldr-localenames-full-42.0.0.tgz",
"integrity": "sha512-un7+ZlxilBTbIGzUfWUiFq4Eh8nH2AvbOcuL7+YTGlr3pSIk+6M5cYeXqJsxg0dXyLznwju37PppS9NEg5aUhQ==",
"peerDependencies": {
"cldr-core": "42.0.0"
}
}
},
"dependencies": {
"cldr-core": {
"version": "42.0.0",
"resolved": "https://registry.npmjs.org/cldr-core/-/cldr-core-42.0.0.tgz",
"integrity": "sha512-9Sqy6zdOkt3c3A56hpSM9lvMyUM8h78iJ4JzX1u+kQvUz/Vbvqnm8ySxgWfe8lpx1Hrl30dg8NWdTlcKCpLIbg=="
},
"cldr-localenames-full": {
"version": "42.0.0",
"resolved": "https://registry.npmjs.org/cldr-localenames-full/-/cldr-localenames-full-42.0.0.tgz",
"integrity": "sha512-un7+ZlxilBTbIGzUfWUiFq4Eh8nH2AvbOcuL7+YTGlr3pSIk+6M5cYeXqJsxg0dXyLznwju37PppS9NEg5aUhQ==",
"requires": {}
}
}
}