-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
48 lines (48 loc) · 1.83 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"emoji-annotation-to-unicode": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/emoji-annotation-to-unicode/-/emoji-annotation-to-unicode-0.3.0.tgz",
"integrity": "sha1-t20Ygj4dcKlaAXxDjBaO2hKQLzs="
},
"emoji-emoticon-to-unicode": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/emoji-emoticon-to-unicode/-/emoji-emoticon-to-unicode-0.2.2.tgz",
"integrity": "sha1-WuYNU4Utgyi2PzHRyimJfrt4MmA="
},
"emoji-picker-react": {
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/emoji-picker-react/-/emoji-picker-react-3.2.4.tgz",
"integrity": "sha512-X9AESw1olo73kWBS25hlBcr5GQltHI6kZueV11bR5NJrrG/Dt8TrMbhSMSngs4rMxeAoVT04ST9ixI1KxPThJg=="
},
"escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"lodash.compact": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/lodash.compact/-/lodash.compact-3.0.1.tgz",
"integrity": "sha1-VAzjg3dFl1gHRx4WtKK6IeclbKU="
},
"object-assign": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz",
"integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo="
},
"react-emoji": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/react-emoji/-/react-emoji-0.5.0.tgz",
"integrity": "sha1-FLkcxrPOPDJG90Dn713i7AvuZks=",
"requires": {
"emoji-annotation-to-unicode": "^0.3.0",
"emoji-emoticon-to-unicode": "^0.2.2",
"escape-string-regexp": "^1.0.3",
"lodash.compact": "^3.0.0",
"object-assign": "^2.0.0"
}
}
}
}