{ "name": "@nuxt/nitro-server", "version": "4.4.7", "repository": { "type": "git", "url": "git+https://github.com/nuxt/nuxt.git", "directory": "packages/nitro-server" }, "description": "Nitro server integration for Nuxt", "homepage": "https://nuxt.com", "license": "MIT", "type": "module", "types": "./dist/index.d.mts", "typesVersions": { "*": { "h3": [ "./dist/runtime/h3-compat.d.mts" ] } }, "exports": { ".": "./dist/index.mjs", "./h3": "./dist/runtime/h3-compat.mjs" }, "files": [ "dist" ], "dependencies": { "@nuxt/devalue": "^2.0.2", "@unhead/vue": "^2.1.15", "@vue/shared": "^3.5.35", "consola": "^3.4.2", "defu": "^6.1.7", "destr": "^2.0.5", "devalue": "^5.8.1", "errx": "^0.1.0", "escape-string-regexp": "^5.0.0", "exsolve": "^1.0.8", "h3": "^1.15.11", "impound": "^1.1.5", "klona": "^2.0.6", "mocked-exports": "^0.1.1", "nitropack": "^2.13.4", "nypm": "^0.6.6", "ohash": "^2.0.11", "pathe": "^2.0.3", "rou3": "^0.8.1", "std-env": "^4.1.0", "ufo": "^1.6.4", "unctx": "^2.5.0", "unstorage": "^1.17.5", "vue": "^3.5.35", "vue-bundle-renderer": "^2.2.0", "vue-devtools-stub": "^0.1.0", "@nuxt/kit": "4.4.7" }, "peerDependencies": { "@babel/plugin-proposal-decorators": "^7.25.0", "@babel/plugin-syntax-typescript": "^7.25.0", "@rollup/plugin-babel": "^6.0.0 || ^7.0.0", "nuxt": "^4.4.7" }, "peerDependenciesMeta": { "@babel/plugin-proposal-decorators": { "optional": true }, "@babel/plugin-syntax-typescript": { "optional": true }, "@rollup/plugin-babel": { "optional": true } }, "devDependencies": { "@babel/plugin-proposal-decorators": "7.29.7", "@babel/plugin-syntax-typescript": "7.29.7", "@rollup/plugin-babel": "7.1.0", "obuild": "0.4.36", "vitest": "4.1.7", "@nuxt/schema": "4.4.7", "nuxt": "4.4.7" }, "engines": { "node": "^22.12.0 || ^24.11.0 || >=26.0.0" }, "scripts": { "build:stub": "obuild --stub", "test:attw": "attw --pack" } }