{
  "_from": "vite-hot-client@^2.0.4",
  "_id": "vite-hot-client@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==",
  "_location": "/vite-hot-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vite-hot-client@^2.0.4",
    "name": "vite-hot-client",
    "escapedName": "vite-hot-client",
    "rawSpec": "^2.0.4",
    "saveSpec": null,
    "fetchSpec": "^2.0.4"
  },
  "_requiredBy": [
    "/@vue/devtools-core",
    "/vite-dev-rpc"
  ],
  "_resolved": "https://registry.npmjs.org/vite-hot-client/-/vite-hot-client-2.1.0.tgz",
  "_shasum": "88f8469875e0121eae2f460cbf35cb528c049961",
  "_spec": "vite-hot-client@^2.0.4",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/@vue/devtools-core",
  "author": {
    "name": "Anthony Fu",
    "email": "anthonyfu117@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/antfu/vite-hot-client/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Get Vite's import.meta.hot at runtime.",
  "devDependencies": {
    "@antfu/eslint-config": "^4.16.1",
    "@antfu/ni": "^25.0.0",
    "@babel/types": "^7.27.7",
    "@types/node": "^24.0.7",
    "bumpp": "^10.2.0",
    "eslint": "^9.30.0",
    "pnpm": "^10.12.4",
    "rimraf": "^6.0.1",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3",
    "unbuild": "^3.5.0",
    "vite": "^7.0.0",
    "vitest": "^3.2.4"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/vite-hot-client#readme",
  "license": "MIT",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "name": "vite-hot-client",
  "peerDependencies": {
    "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/vite-hot-client.git"
  },
  "scripts": {
    "build": "rimraf dist && unbuild && tsx scripts/patch-types.ts",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "release": "bumpp && pnpm publish",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "2.1.0"
}
