{
  "_from": "vite-node@^5.3.0",
  "_id": "vite-node@5.3.0",
  "_inBundle": false,
  "_integrity": "sha512-8f20COPYJujc3OKPX6OuyBy3ZIv2det4eRRU4GY1y2MjbeGSUmPjedxg1b72KnTagCofwvZ65ThzjxDW2AtQFQ==",
  "_location": "/vite-node",
  "_phantomChildren": {
    "fdir": "6.5.0",
    "fsevents": "2.3.3",
    "picomatch": "4.0.4",
    "postcss": "8.5.15",
    "rollup": "4.60.4",
    "tinyglobby": "0.2.16"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vite-node@^5.3.0",
    "name": "vite-node",
    "escapedName": "vite-node",
    "rawSpec": "^5.3.0",
    "saveSpec": null,
    "fetchSpec": "^5.3.0"
  },
  "_requiredBy": [
    "/@nuxt/vite-builder"
  ],
  "_resolved": "https://registry.npmjs.org/vite-node/-/vite-node-5.3.0.tgz",
  "_shasum": "fb9f73c2d5bd1f95b3beaad6455e04ad899c6336",
  "_spec": "vite-node@^5.3.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@nuxt/vite-builder",
  "author": {
    "name": "Anthony Fu",
    "email": "anthonyfu117@hotmail.com"
  },
  "bin": {
    "vite-node": "dist/cli.mjs"
  },
  "bugs": {
    "url": "https://github.com/antfu-collective/vite-node/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cac": "^6.7.14",
    "es-module-lexer": "^2.0.0",
    "obug": "^2.1.1",
    "pathe": "^2.0.3",
    "vite": "^7.3.1"
  },
  "deprecated": false,
  "description": "Vite as Node.js runtime",
  "devDependencies": {
    "@antfu/eslint-config": "^7.0.1",
    "@jridgewell/trace-mapping": "^0.3.31",
    "@types/node": "^25.0.9",
    "bumpp": "^10.4.0",
    "eslint": "^9.39.2",
    "inquirer": "^13.2.0",
    "tinyexec": "^1.0.2",
    "tinyrainbow": "^3.0.3",
    "tsdown": "^0.16.8",
    "typescript": "^5.9.3",
    "vitest": "^4.0.17"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./cli": "./dist/cli.mjs",
    "./client": "./dist/client.mjs",
    "./constants": "./dist/constants.mjs",
    "./hmr": "./dist/hmr.mjs",
    "./server": "./dist/server.mjs",
    "./source-map": "./dist/source-map.mjs",
    "./types": "./dist/types.mjs",
    "./utils": "./dist/utils.mjs",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "funding": "https://opencollective.com/antfu",
  "homepage": "https://github.com/antfu-collective/vite-node#readme",
  "license": "MIT",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "name": "vite-node",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/vite-node.git"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown -w",
    "lint": "eslint",
    "release": "bumpp",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "5.3.0"
}
