-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage-lock.json
More file actions
32 lines (32 loc) · 818 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
32 lines (32 loc) · 818 Bytes
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
{
"name": "katana-local-ast-bridges",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "katana-local-ast-bridges",
"optionalDependencies": {
"@tanstack/markdown": "0.0.13"
}
},
"node_modules/@tanstack/markdown": {
"version": "0.0.13",
"resolved": "https://registry.npmjs.org/@tanstack/markdown/-/markdown-0.0.13.tgz",
"integrity": "sha512-ZSQP2ulBvlPzdpZeRheBJnaELo7e4ET/D/XrfgweHyqhhLMN5vUJJAUl7ufSRd7GlfO/vwdzjKPh0E0JwqJkDA==",
"license": "MIT",
"optional": true,
"peerDependencies": {
"octane": ">=0.1.12",
"react": ">=18"
},
"peerDependenciesMeta": {
"octane": {
"optional": true
},
"react": {
"optional": true
}
}
}
}
}