-
Notifications
You must be signed in to change notification settings - Fork 35
/
package-lock.json
85 lines (85 loc) · 3.02 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
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
{
"name": "countrycitystatejson",
"version": "21.02.2301",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "countrycitystatejson",
"version": "21.02.2301",
"license": "GPL-3.0-or-later",
"dependencies": {
"countries-list": "^2.3.2",
"country-state-city": "0.0.5",
"trie-search": "^1.3.5"
}
},
"node_modules/countries-list": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-2.3.2.tgz",
"integrity": "sha512-krycuc2+OLaoMgUk30/mkmM7GtLn1cx25umFjJr7k1O/wusWRi0UcTdYm2/4+Ei5dz0EBau7PWJQWJYQ+wsEiw=="
},
"node_modules/country-state-city": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/country-state-city/-/country-state-city-0.0.5.tgz",
"integrity": "sha1-KtN1Ab/PdEQnDu8M3sygBGcF+tI="
},
"node_modules/hasharray": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/hasharray/-/hasharray-1.1.1.tgz",
"integrity": "sha512-L+WTUz5XcfQyh3652tOEDLL5ZG6MAS+iYqM2K0N9H/z7RpW0rjlFkXLRdqbwqrGCr9korJzyfDD7i7mtwo42wg==",
"dependencies": {
"jclass": "^1.0.1"
}
},
"node_modules/jclass": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/jclass/-/jclass-1.2.1.tgz",
"integrity": "sha1-6q/uwN1qW/iz6kPATgEMY3Y4dos=",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/trie-search": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/trie-search/-/trie-search-1.3.5.tgz",
"integrity": "sha512-I19DhTM6Gf3ZwZ8cj3o3MmKBqocXU/uI2grVMOX6tkFkCQZge0gIq09OXGXWYgDK/ThfrjP5cRI1v6jHfKei8Q==",
"dependencies": {
"hasharray": "^1.1.1"
}
}
},
"dependencies": {
"countries-list": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-2.3.2.tgz",
"integrity": "sha512-krycuc2+OLaoMgUk30/mkmM7GtLn1cx25umFjJr7k1O/wusWRi0UcTdYm2/4+Ei5dz0EBau7PWJQWJYQ+wsEiw=="
},
"country-state-city": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/country-state-city/-/country-state-city-0.0.5.tgz",
"integrity": "sha1-KtN1Ab/PdEQnDu8M3sygBGcF+tI="
},
"hasharray": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/hasharray/-/hasharray-1.1.1.tgz",
"integrity": "sha512-L+WTUz5XcfQyh3652tOEDLL5ZG6MAS+iYqM2K0N9H/z7RpW0rjlFkXLRdqbwqrGCr9korJzyfDD7i7mtwo42wg==",
"requires": {
"jclass": "^1.0.1"
}
},
"jclass": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/jclass/-/jclass-1.2.1.tgz",
"integrity": "sha1-6q/uwN1qW/iz6kPATgEMY3Y4dos="
},
"trie-search": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/trie-search/-/trie-search-1.3.5.tgz",
"integrity": "sha512-I19DhTM6Gf3ZwZ8cj3o3MmKBqocXU/uI2grVMOX6tkFkCQZge0gIq09OXGXWYgDK/ThfrjP5cRI1v6jHfKei8Q==",
"requires": {
"hasharray": "^1.1.1"
}
}
}
}