-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage-lock.json
29 lines (29 loc) · 953 Bytes
/
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
{
"name": "unicode-emoji-picker",
"version": "1.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "unicode-emoji-picker",
"version": "1.5.0",
"license": "MIT",
"dependencies": {
"scrollable-component": "^1.2.1",
"unicode-emoji": "^2.6.0"
}
},
"node_modules/scrollable-component": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/scrollable-component/-/scrollable-component-1.2.1.tgz",
"integrity": "sha512-NwzS5uaBHkpnLTKKRoJnck3ZhJE+Erya334od8x7JcEZmeo4iNlUmxOglpZSPYbOxSkw6wFDMIeyd/wgbC6qRA==",
"license": "MIT"
},
"node_modules/unicode-emoji": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/unicode-emoji/-/unicode-emoji-2.6.0.tgz",
"integrity": "sha512-MUqkJwdIX2Fw/RttfuJArKvDY2NStDylcAGOn5bbhWfBu+KRSILpjM/TMPbuSNp5plAe45ONv8dqmqtiPNmJ7A==",
"license": "MIT"
}
}
}