sha256:63266972f49b67a1b8e36b97a007f261a6ea2b4ccb4fd5ab8e51a115e4c0ebde
Found in archives
-
sha256:011d3eec3f37fd6bd32458fd98e50f61a2e0c93068f39cdda1a4ab8bcdbb821dpackage/functions-templates/typescript/hello-world/package-lock.json -
sha256:18bec75183c30d17d21dd2b75c67963086090b61e64429cdc0171ceb7d452b2epackage/functions-templates/typescript/hello-world/package-lock.json -
sha256:25d265d0638455d1fa7ea0a20fea4836ce33fb87c8dbdc0d8be89a6df3a421a2package/functions-templates/typescript/hello-world/package-lock.json -
sha256:27cc7b8e1b28498b767aaf73877885fd96ec4a09f81d3dd217f3cfeba0ccb7e4package/functions-templates/typescript/hello-world/package-lock.json -
sha256:2eef1c6d81812c0c84bc7cedef765680e8383fa7a18c1814d47bcda3cb99716fpackage/functions-templates/typescript/hello-world/package-lock.json -
sha256:603cc97dbe49b1c8b43364bec1bc0affadfc77abde50483691f9c91c9d7b0360package/functions-templates/typescript/hello-world/package-lock.json -
sha256:bcf859f3f63284c92763dc544c588a1d51f9fff8c94d456cc8f81f8c87c4bf59package/functions-templates/typescript/hello-world/package-lock.json
{
"name": "hello-world",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hello-world",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^2.8.1",
"@types/node": "^20.0.0",
"typescript": "^4.0.0"
}
},
"node_modules/@netlify/functions": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-2.8.1.tgz",
"integrity": "sha512-+6wtYdoz0yE06dSa9XkP47tw5zm6g13QMeCwM3MmHx1vn8hzwFa51JtmfraprdkL7amvb7gaNM+OOhQU1h6T8A==",
"dependencies": {
"@netlify/serverless-functions-api": "1.19.1"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/@netlify/node-cookies": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
"integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==",
"engines": {
"node": "^14.16.0 || >=16.0.0"
}
},
"node_modules/@netlify/serverless-functions-api": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.19.1.tgz",
"integrity": "sha512-2KYkyluThg1AKfd0JWI7FzpS4A/fzVVGYIf6AM4ydWyNj8eI/86GQVLeRgDoH7CNOxt243R5tutWlmHpVq0/Ew==",
"dependencies": {
"@netlify/node-cookies": "^0.1.0",
"urlpattern-polyfill": "8.0.2"
},
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@types/node": {
"version": "20.16.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.0.tgz",
"integrity": "sha512-vDxceJcoZhIVh67S568bm1UGZO0DX0hpplJZxzeXMKwIPLn190ec5RRxQ69BKhX44SUGIxxgMdDY557lGLKprQ==",
"dependencies": {
"undici-types": "~6.19.2"
}
},
"node_modules/typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
},
"node_modules/undici-types": {
"version": "6.19.6",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz",
"integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org=="
},
"node_modules/urlpattern-polyfill": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
"integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
}
},
"dependencies": {
"@netlify/functions": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-2.8.1.tgz",
"integrity": "sha512-+6wtYdoz0yE06dSa9XkP47tw5zm6g13QMeCwM3MmHx1vn8hzwFa51JtmfraprdkL7amvb7gaNM+OOhQU1h6T8A==",
"requires": {
"@netlify/serverless-functions-api": "1.19.1"
}
},
"@netlify/node-cookies": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@netlify/node-cookies/-/node-cookies-0.1.0.tgz",
"integrity": "sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g=="
},
"@netlify/serverless-functions-api": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.19.1.tgz",
"integrity": "sha512-2KYkyluThg1AKfd0JWI7FzpS4A/fzVVGYIf6AM4ydWyNj8eI/86GQVLeRgDoH7CNOxt243R5tutWlmHpVq0/Ew==",
"requires": {
"@netlify/node-cookies": "^0.1.0",
"urlpattern-polyfill": "8.0.2"
}
},
"@types/node": {
"version": "20.16.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.0.tgz",
"integrity": "sha512-vDxceJcoZhIVh67S568bm1UGZO0DX0hpplJZxzeXMKwIPLn190ec5RRxQ69BKhX44SUGIxxgMdDY557lGLKprQ==",
"requires": {
"undici-types": "~6.19.2"
}
},
"typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g=="
},
"undici-types": {
"version": "6.19.6",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz",
"integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org=="
},
"urlpattern-polyfill": {
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz",
"integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
}
}
}
Return to home page.