-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
87 lines (87 loc) · 2.89 KB
/
package-lock.json
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
{
"name": "vite-plugin-pkl",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vite-plugin-pkl",
"version": "0.0.1",
"license": "UNLICENSED",
"dependencies": {
"@pkl-community/pkl": "^0.25.1-2",
"@pkl-community/pkl-eval": "^0.0.3"
}
},
"node_modules/@pkl-community/pkl": {
"version": "0.25.1-2",
"resolved": "https://registry.npmjs.org/@pkl-community/pkl/-/pkl-0.25.1-2.tgz",
"integrity": "sha512-WVxoTTp8vZuCdEoYeDY8Yiuj2etKBxDioMPFqF04g7SvKq7bPR5bT0GUGJGUvQpiGGG4+FfgHESsRYflo3AX+g==",
"bin": {
"pkl": "lib/main.js"
},
"optionalDependencies": {
"@pkl-community/pkl-darwin-arm64": "0.25.1-2",
"@pkl-community/pkl-darwin-x64": "0.25.1-2",
"@pkl-community/pkl-linux-arm64": "0.25.1-2",
"@pkl-community/pkl-linux-x64": "0.25.1-2"
}
},
"node_modules/@pkl-community/pkl-darwin-arm64": {
"version": "0.25.1-2",
"resolved": "https://registry.npmjs.org/@pkl-community/pkl-darwin-arm64/-/pkl-darwin-arm64-0.25.1-2.tgz",
"integrity": "sha512-7yABD7X2WkWUqakv5aH58EUDz9CMHcukO2/Mq7y/QNwr5zRLMmBy+l/cL0sOgr3aS6YipoaDKsxC5AmjjgowTg==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@pkl-community/pkl-darwin-x64": {
"version": "0.25.1-2",
"resolved": "https://registry.npmjs.org/@pkl-community/pkl-darwin-x64/-/pkl-darwin-x64-0.25.1-2.tgz",
"integrity": "sha512-iFBYLiiPjcelfPPlaer36IPTQbdQhsmrOLY9judwVhmoxipprL82ZoJMDkM4PUQ9PjMPjYuYzb2F/cmzHnx2Yg==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@pkl-community/pkl-eval": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@pkl-community/pkl-eval/-/pkl-eval-0.0.3.tgz",
"integrity": "sha512-I0WCYOw1mcsIiqAl5iqg3NARIs4090Uq2D+58i++5Xf9aSZnw+S66rTDaCVuYwY+vmAhlifso+1iJd+JG/ijgg==",
"dependencies": {
"@pkl-community/pkl": "0.25.1-2"
}
},
"node_modules/@pkl-community/pkl-linux-arm64": {
"version": "0.25.1-2",
"resolved": "https://registry.npmjs.org/@pkl-community/pkl-linux-arm64/-/pkl-linux-arm64-0.25.1-2.tgz",
"integrity": "sha512-qwCHglXM3SJz4IWt+NpeqXtAVY7d5QxXMOpv97ia0+HFKdno7e2M4AksBj/5L0hbhlSP5KfGtQD1vMV2RdmOKA==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"linux"
]
},
"node_modules/@pkl-community/pkl-linux-x64": {
"version": "0.25.1-2",
"resolved": "https://registry.npmjs.org/@pkl-community/pkl-linux-x64/-/pkl-linux-x64-0.25.1-2.tgz",
"integrity": "sha512-5JRzgrQxuSY0RRHIeHZGCfKySnNzyQciLLjLzFxUseAZpVusuRTnbQAEnij1pUd5PYlfr05s0OWiIZLJJbnLBg==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"linux"
]
}
}
}