forked from varughese/varughese.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
37 lines (37 loc) · 1.37 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"array-parallel": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/array-parallel/-/array-parallel-0.1.3.tgz",
"integrity": "sha1-j3hTCJJu1apHjEfmTRszS2wMlH0="
},
"matches-selector": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/matches-selector/-/matches-selector-1.2.0.tgz",
"integrity": "sha512-c4vLwYWyl+Ji+U43eU/G5FwxWd4ZH0ePUsFs5y0uwD9HUEFBXUQ1zUUan+78IpRD+y4pUfG0nAzNM292K7ItvA=="
},
"shufflejs": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/shufflejs/-/shufflejs-5.1.2.tgz",
"integrity": "sha512-JSbusx9eIGf6xpKaUC3hzV6uWjnNWwpmvZSRIMURItCKytH6erKT1SFY6Og/ri49dpqog9omuPBn0xieueRtsA==",
"requires": {
"array-parallel": "0.1.3",
"matches-selector": "1.2.0",
"throttleit": "1.0.0",
"tiny-emitter": "2.0.2"
}
},
"throttleit": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz",
"integrity": "sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw="
},
"tiny-emitter": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.0.2.tgz",
"integrity": "sha512-2NM0auVBGft5tee/OxP4PI3d8WItkDM+fPnaRAVo6xTDI2knbz9eC5ArWGqtGlYqiH3RU5yMpdyTTO7MguC4ow=="
}
}
}