-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
49 lines (49 loc) · 1.46 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
{
"name": "ygg.thingylabs.io",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ygg.thingylabs.io",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@polight/lego": "^2.0.0-beta.8"
}
},
"node_modules/@polight/lego": {
"version": "2.0.0-beta.8",
"resolved": "https://registry.npmjs.org/@polight/lego/-/lego-2.0.0-beta.8.tgz",
"integrity": "sha512-vZeBN3X6bf03+903gCJfmd9MQuMmSEUJ7pr0vXDBwMqBoDG9nj7TgG3cxKLCmitaHgVNk2AumH0RLD2r3eQEIQ==",
"dependencies": {
"parse5": "^7.1.2"
},
"bin": {
"lego": "bin/compile.js"
}
},
"node_modules/entities": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/parse5": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
"integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
"dependencies": {
"entities": "^4.4.0"
},
"funding": {
"url": "https://github.com/inikulin/parse5?sponsor=1"
}
}
}
}