sha256:f4fd81b2860751ce4735074025a59ebced68c3b7c1f883623450f9a6a32897ef
Found in archives
-
sha256:1ed3c7cc7677db12662cc45eda3865cadc1aaef5bdf928993049559ae29f9dba
package/functions-templates/typescript/hello-world/package-lock.json -
sha256:45cbb6471ca7d626f3d5359e1dc535396e761e901bea0b6b820f99ca8ae35b25
package/functions-templates/typescript/hello-world/package-lock.json -
sha256:7cd4a767df8bcd580faa31d34e1784e8460c27b972accdc651e41247a269c557
package/functions-templates/typescript/hello-world/package-lock.json -
sha256:c4358153f0e744af9bb52c016cfecbfe5095ac66baa91237654a836bbc8bbb53
package/functions-templates/typescript/hello-world/package-lock.json -
sha256:c8524d28fb6b3196f184233e38286daa4628ddba18c447af589c885cb1114e5e
package/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": "^3.0.4", "@types/node": "^22.0.0", "typescript": "^4.0.0" } }, "node_modules/@netlify/functions": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.4.tgz", "integrity": "sha512-Ox8+ABI+nsLK+c4/oC5dpquXuEIjzfTlJrdQKgQijCsDQoje7inXFAtKDLvvaGvuvE+PVpMLwQcIUL6P9Ob1hQ==", "dependencies": { "@netlify/serverless-functions-api": "1.36.0" }, "engines": { "node": ">=18.0.0" } }, "node_modules/@netlify/serverless-functions-api": { "version": "1.36.0", "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.36.0.tgz", "integrity": "sha512-z6okREyK8in0486a22Oro0k+YsuyEjDXJt46FpgeOgXqKJ9ElM8QPll0iuLBkpbH33ENiNbIPLd1cuClRQnhiw==", "engines": { "node": ">=18.0.0" } }, "node_modules/@types/node": { "version": "22.18.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.0.tgz", "integrity": "sha512-m5ObIqwsUp6BZzyiy4RdZpzWGub9bqLJMvZDD0QMXhxjqMHMENlj+SqF5QxoUwaQNFe+8kz8XM8ZQhqkQPTgMQ==", "dependencies": { "undici-types": "~6.21.0" } }, "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.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" } }, "dependencies": { "@netlify/functions": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-3.0.4.tgz", "integrity": "sha512-Ox8+ABI+nsLK+c4/oC5dpquXuEIjzfTlJrdQKgQijCsDQoje7inXFAtKDLvvaGvuvE+PVpMLwQcIUL6P9Ob1hQ==", "requires": { "@netlify/serverless-functions-api": "1.36.0" } }, "@netlify/serverless-functions-api": { "version": "1.36.0", "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.36.0.tgz", "integrity": "sha512-z6okREyK8in0486a22Oro0k+YsuyEjDXJt46FpgeOgXqKJ9ElM8QPll0iuLBkpbH33ENiNbIPLd1cuClRQnhiw==" }, "@types/node": { "version": "22.18.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.0.tgz", "integrity": "sha512-m5ObIqwsUp6BZzyiy4RdZpzWGub9bqLJMvZDD0QMXhxjqMHMENlj+SqF5QxoUwaQNFe+8kz8XM8ZQhqkQPTgMQ==", "requires": { "undici-types": "~6.21.0" } }, "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.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" } } }
Return to home page.