-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
72 lines (72 loc) · 2.48 KB
/
package-lock.json
File metadata and controls
72 lines (72 loc) · 2.48 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
{
"name": "@shakerquiz/forms",
"version": "0.0.227",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@shakerquiz/forms",
"version": "0.0.227",
"license": "ISC",
"devDependencies": {
"@shakerquiz/contracts": "0.0.242",
"@shakerquiz/utilities": "4.0.104",
"@types/bun": "1.3.7"
}
},
"node_modules/@shakerquiz/contracts": {
"version": "0.0.242",
"resolved": "https://registry.npmjs.org/@shakerquiz/contracts/-/contracts-0.0.242.tgz",
"integrity": "sha512-G+q1HuTJ8y5M8l88cdEgolajfwlL0eOm3nGAlOdYMOs3Bci4JJYNERtAqp/cUNO8zgSKAXYO/hjFiISGRFEeug==",
"dev": true,
"license": "ISC",
"dependencies": {
"@shakerquiz/utilities": "4.0.104"
}
},
"node_modules/@shakerquiz/utilities": {
"version": "4.0.104",
"resolved": "https://registry.npmjs.org/@shakerquiz/utilities/-/utilities-4.0.104.tgz",
"integrity": "sha512-gTxKYGqXE1YSrrLZRBfpzKp/9ZhS1Zk6kTA7TB76giroxqbJM/e5x+2wnUSFs41zNbvGHZVv2VZF0zkVdxzJXg==",
"dev": true,
"license": "ISC"
},
"node_modules/@types/bun": {
"version": "1.3.7",
"resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.3.7.tgz",
"integrity": "sha512-lmNuMda+Z9b7tmhA0tohwy8ZWFSnmQm1UDWXtH5r9F7wZCfkeO3Jx7wKQ1EOiKq43yHts7ky6r8SDJQWRNupkA==",
"dev": true,
"license": "MIT",
"dependencies": {
"bun-types": "1.3.7"
}
},
"node_modules/@types/node": {
"version": "25.1.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.1.0.tgz",
"integrity": "sha512-t7frlewr6+cbx+9Ohpl0NOTKXZNV9xHRmNOvql47BFJKcEG1CxtxlPEEe+gR9uhVWM4DwhnvTF110mIL4yP9RA==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"
}
},
"node_modules/bun-types": {
"version": "1.3.7",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.3.7.tgz",
"integrity": "sha512-qyschsA03Qz+gou+apt6HNl6HnI+sJJLL4wLDke4iugsE6584CMupOtTY1n+2YC9nGVrEKUlTs99jjRLKgWnjQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"dev": true,
"license": "MIT"
}
}
}