-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
39 lines (39 loc) · 1.05 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
{
"name": "houdini-hud-website",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "houdini-hud-website",
"version": "1.0.0",
"dependencies": {
"corset": "^2.0.2",
"houdini-hud": "file:../houdini-hud"
}
},
"../houdini-hud": {
"version": "0.0.1",
"license": "BSD-2-Clause"
},
"node_modules/corset": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/corset/-/corset-2.1.0.tgz",
"integrity": "sha512-dFY6tm5E8rO39zKCLnCh4tF5ZzHNeLeNiDjbAn3r8XWBUiN6PREaSTiJJRt8sLndVsOoSFUKYZy5lzckAXOE1w=="
},
"node_modules/houdini-hud": {
"resolved": "../houdini-hud",
"link": true
}
},
"dependencies": {
"corset": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/corset/-/corset-2.1.0.tgz",
"integrity": "sha512-dFY6tm5E8rO39zKCLnCh4tF5ZzHNeLeNiDjbAn3r8XWBUiN6PREaSTiJJRt8sLndVsOoSFUKYZy5lzckAXOE1w=="
},
"houdini-hud": {
"version": "file:../houdini-hud"
}
}
}