-
Notifications
You must be signed in to change notification settings - Fork 24
/
package-lock.json
34 lines (34 loc) · 1.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
{
"name": "@f3xteam/building-tools",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@f3xteam/building-tools",
"dependencies": {
"@quenty/signal": "^3.0.0"
}
},
"node_modules/@quenty/loader": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@quenty/loader/-/loader-7.0.0.tgz",
"integrity": "sha512-sZelJlWRVdGOkEU195WsxvMuIyFEJNVmk9Lkc3/zdxJgJHT0Mj+kKHmcEx+E+GTgAkET7NysrbDNpu1XJREVew==",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
}
},
"node_modules/@quenty/signal": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@quenty/signal/-/signal-3.0.0.tgz",
"integrity": "sha512-i5/AdXPTiebzn/b3o+GToJhedON+ijWaKIpgi/iqmI3fLgQzIMj+eX0epilyrlwEoZt9kRCJzWhYmrLSvQphUg==",
"dependencies": {
"@quenty/loader": "^7.0.0"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
}
}
}
}