-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 783 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 783 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
{
"name": "ts24-genai-dataform-pipeline",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ts24-genai-dataform-pipeline",
"dependencies": {
"@dataform/core": "2.8.3"
}
},
"node_modules/@dataform/core": {
"version": "2.8.3",
"resolved": "https://registry.npmjs.org/@dataform/core/-/core-2.8.3.tgz",
"integrity": "sha512-YNWMIJYxhEURICf3+7Oxi4X2ZyNtSd7guGwE9F1gRfqMXuAPFxWGU1IUUEzRPEXDOjThW5bNBm8hLESKRtkLHg=="
}
},
"dependencies": {
"@dataform/core": {
"version": "2.8.3",
"resolved": "https://registry.npmjs.org/@dataform/core/-/core-2.8.3.tgz",
"integrity": "sha512-YNWMIJYxhEURICf3+7Oxi4X2ZyNtSd7guGwE9F1gRfqMXuAPFxWGU1IUUEzRPEXDOjThW5bNBm8hLESKRtkLHg=="
}
}
}