{ "_from": "vite-dev-rpc@^1.1.0", "_id": "vite-dev-rpc@1.1.0", "_inBundle": false, "_integrity": "sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==", "_location": "/vite-dev-rpc", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "vite-dev-rpc@^1.1.0", "name": "vite-dev-rpc", "escapedName": "vite-dev-rpc", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/vite-plugin-inspect" ], "_resolved": "https://registry.npmmirror.com/vite-dev-rpc/-/vite-dev-rpc-1.1.0.tgz", "_shasum": "a54be63cc4dbb127bce1360e4b12d9038087c204", "_spec": "vite-dev-rpc@^1.1.0", "_where": "/data/jenkins/workspace/usepcshop.ws.baibaodun.com.cn/src/JAVA-MER-2.1-PC_20251108/node_modules/vite-plugin-inspect", "author": { "name": "Anthony Fu", "email": "anthonyfu117@hotmail.com" }, "bugs": { "url": "https://github.com/antfu/vite-dev-rpc/issues" }, "bundleDependencies": false, "dependencies": { "birpc": "^2.4.0", "vite-hot-client": "^2.1.0" }, "deprecated": false, "description": "Remote procedure call for client-server communication in Vite plugins", "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", "esno": "^4.8.0", "pnpm": "^10.12.4", "rimraf": "^6.0.1", "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", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "funding": "https://github.com/sponsors/antfu", "homepage": "https://github.com/antfu/vite-dev-rpc#readme", "keywords": [], "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "vite-dev-rpc", "peerDependencies": { "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0" }, "repository": { "type": "git", "url": "git+https://github.com/antfu/vite-dev-rpc.git" }, "scripts": { "build": "rimraf dist && unbuild", "dev": "unbuild --stub", "lint": "eslint .", "play": "nr dev && vite playground", "release": "bumpp && pnpm publish", "start": "esno src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit" }, "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "version": "1.1.0" }