-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
43 lines (43 loc) · 1.37 KB
/
package-lock.json
File metadata and controls
43 lines (43 loc) · 1.37 KB
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
{
"name": "forgo-examples",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"forgo-router": "^2.0.1"
},
"peerDependencies": {
"forgo": "^4.0.4"
}
},
"node_modules/forgo": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/forgo/-/forgo-4.0.4.tgz",
"integrity": "sha512-pfFokx/wiVGsGZzZnGeVJ9WXpwkJlnhvlZPikcwUy0ycMhzNsyK2B4AI0qrt/vK/sXGGmilRHCIm+DbOALHzGw==",
"peer": true
},
"node_modules/forgo-router": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/forgo-router/-/forgo-router-2.0.1.tgz",
"integrity": "sha512-v0WbIK9jAuv5avbM7H8eBrjNuxiRgzeG7HvzqCFwEu6KACWMBTqbJWvjCqO0zsKPwhsnBF1LGNiv/y82CkiBjQ==",
"peerDependencies": {
"forgo": "^4.0.4"
}
}
},
"dependencies": {
"forgo": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/forgo/-/forgo-4.0.4.tgz",
"integrity": "sha512-pfFokx/wiVGsGZzZnGeVJ9WXpwkJlnhvlZPikcwUy0ycMhzNsyK2B4AI0qrt/vK/sXGGmilRHCIm+DbOALHzGw==",
"peer": true
},
"forgo-router": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/forgo-router/-/forgo-router-2.0.1.tgz",
"integrity": "sha512-v0WbIK9jAuv5avbM7H8eBrjNuxiRgzeG7HvzqCFwEu6KACWMBTqbJWvjCqO0zsKPwhsnBF1LGNiv/y82CkiBjQ==",
"requires": {}
}
}
}