forked from mozilla/newfirefox.mozilla.community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
39 lines (39 loc) · 1.33 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
{
"name": "newfirefox.mozilla.community",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"fluent": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/fluent/-/fluent-0.3.1.tgz",
"integrity": "sha1-f6TOw/9X1wjI4me3sMSjTXog7nI="
},
"fluent-intl-polyfill": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/fluent-intl-polyfill/-/fluent-intl-polyfill-0.1.0.tgz",
"integrity": "sha1-ETOUSrJHeINHOZVZaIPg05z4hc8=",
"requires": {
"intl-pluralrules": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b"
}
},
"fluent-langneg": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/fluent-langneg/-/fluent-langneg-0.0.3.tgz",
"integrity": "sha512-atYae9PGcLqa3ckStk3IPDjpdkkqzSzsR86viQB0y1kMhajR2tCAf6nmHTOvfKsV8WB9ZotWPrDpcLVLwD9/gA=="
},
"intl-pluralrules": {
"version": "github:projectfluent/IntlPluralRules#94cb0fa1c23ad943bc5aafef43cea132fa51d68b"
},
"l20n": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/l20n/-/l20n-5.0.0.tgz",
"integrity": "sha1-XfkVSyCgrPAdTIsMRa8wuXpzGjM=",
"requires": {
"fluent": "0.3.1",
"fluent-intl-polyfill": "0.1.0",
"fluent-langneg": "0.0.3"
}
}
}
}