{ "name": "container-function", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "container-function", "version": "1.0.0", "dependencies": { "@azure/functions": "^4.7.2" } }, "node_modules/@azure/functions": { "version": "4.16.2", "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.16.2.tgz", "integrity": "sha512-6uq0Z7e3njy8fHpgCVIJWDtbkZz+BYXc6L8fQjisf8+hPdnauM5yZ70j9YC8xas6zvL1dFA+EfLuZcNYyuWLTg==", "license": "MIT", "dependencies": { "@azure/functions-extensions-base": "0.3.0", "cookie": "^0.7.0" }, "engines": { "node": ">=20.0" } }, "node_modules/@azure/functions-extensions-base": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/@azure/functions-extensions-base/-/functions-extensions-base-0.3.0.tgz", "integrity": "sha512-Cux0hLu5ZXlC/Kb+yvJVhRLIdkfFwui2HeT5oGZL00r/GCUUkhGTzRfZUjRN4Bq729mPv3okPucz2z7SMQLStA==", "license": "MIT", "engines": { "node": ">=18.0" } }, "node_modules/cookie": { "version": "0.7.2", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", "license": "MIT", "engines": { "node": ">= 0.6" } } } }