-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
99 lines (99 loc) · 3.29 KB
/
package-lock.json
File metadata and controls
99 lines (99 loc) · 3.29 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "landscape-data",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@localfirstfm/landscape-schema": "0.0.2"
}
},
"node_modules/@localfirstfm/landscape-schema": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@localfirstfm/landscape-schema/-/landscape-schema-0.0.2.tgz",
"integrity": "sha512-7UdzogjwZQ1mLW/cvjGwTy4gnNr3G84eTY0ouxCFusEva0Qhd9euuCVNXiVNKPsl9r5kiu4EIYMvqLykEBJ5jQ==",
"peerDependencies": {
"effect": "3.12.x"
}
},
"node_modules/effect": {
"version": "3.12.12",
"resolved": "https://registry.npmjs.org/effect/-/effect-3.12.12.tgz",
"integrity": "sha512-mBRET5ThCuWN/yZOGJRbJYMSWhH9fr3nfjFHpkbJIrH290WMWziFY7/fiQQGBTjtGgJOHlcfxEFMqtVOm8fygA==",
"peer": true,
"dependencies": {
"fast-check": "^3.23.1"
}
},
"node_modules/fast-check": {
"version": "3.23.2",
"resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.2.tgz",
"integrity": "sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
],
"peer": true,
"dependencies": {
"pure-rand": "^6.1.0"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/pure-rand": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
"integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
],
"peer": true
}
},
"dependencies": {
"@localfirstfm/landscape-schema": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@localfirstfm/landscape-schema/-/landscape-schema-0.0.2.tgz",
"integrity": "sha512-7UdzogjwZQ1mLW/cvjGwTy4gnNr3G84eTY0ouxCFusEva0Qhd9euuCVNXiVNKPsl9r5kiu4EIYMvqLykEBJ5jQ==",
"requires": {}
},
"effect": {
"version": "3.12.12",
"resolved": "https://registry.npmjs.org/effect/-/effect-3.12.12.tgz",
"integrity": "sha512-mBRET5ThCuWN/yZOGJRbJYMSWhH9fr3nfjFHpkbJIrH290WMWziFY7/fiQQGBTjtGgJOHlcfxEFMqtVOm8fygA==",
"peer": true,
"requires": {
"fast-check": "^3.23.1"
}
},
"fast-check": {
"version": "3.23.2",
"resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.2.tgz",
"integrity": "sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==",
"peer": true,
"requires": {
"pure-rand": "^6.1.0"
}
},
"pure-rand": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
"integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==",
"peer": true
}
}
}