0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00
penpot-plugins/libs/plugins-runtime/package-lock.json
2024-10-07 11:15:15 +02:00

43 lines
1.5 KiB
JSON

{
"name": "@penpot/plugins-runtime",
"version": "0.12.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@penpot/plugins-runtime",
"version": "0.12.0",
"dependencies": {
"@penpot/plugin-types": "^0.12.0",
"ses": "^1.1.0",
"zod": "^3.22.4"
}
},
"node_modules/@endo/env-options": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/@endo/env-options/-/env-options-1.1.6.tgz",
"integrity": "sha512-Uqy94PwLTco90Yfign43muvDtjsYTbL6Ck4W5sSWQUqJiFOL+YP8kiBOoGyQynDsGTY0MCQvMxEPfphaJKnzlQ=="
},
"node_modules/@penpot/plugin-types": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/@penpot/plugin-types/-/plugin-types-0.12.0.tgz",
"integrity": "sha512-rtSJ8memBAWxRBEx+S47NFDJN5VIvY0J7QzwTBer45Ls3BjLCaWXCnfFEcRn4SzY+Th01tmop0pwdvN5YDxkBw=="
},
"node_modules/ses": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/ses/-/ses-1.8.0.tgz",
"integrity": "sha512-pis9agyAy7s9lDApaYY9OSktkzc10gkBggSbhHXwTf3cWL9H8xA7oKiXIfT/uVNf8dzZN3o2TtPYjer9/axIhw==",
"dependencies": {
"@endo/env-options": "^1.1.6"
}
},
"node_modules/zod": {
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}