{
  "_from": "birpc@^2.6.1",
  "_id": "birpc@2.9.0",
  "_inBundle": false,
  "_integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
  "_location": "/birpc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "birpc@^2.6.1",
    "name": "birpc",
    "escapedName": "birpc",
    "rawSpec": "^2.6.1",
    "saveSpec": null,
    "fetchSpec": "^2.6.1"
  },
  "_requiredBy": [
    "/@vue/devtools-kit"
  ],
  "_resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
  "_shasum": "b59550897e4cd96a223e2a6c1475b572236ed145",
  "_spec": "birpc@^2.6.1",
  "_where": "C:\\xampp\\htdocs\\findworkspace\\findworkspace\\node_modules\\@vue\\devtools-kit",
  "author": {
    "name": "Anthony Fu",
    "email": "anthonyfu117@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/antfu-collective/birpc/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Message based Two-way remote procedure call",
  "devDependencies": {
    "@antfu/eslint-config": "^6.3.0",
    "@antfu/ni": "^28.0.0",
    "@types/node": "^24.10.1",
    "@vitest/coverage-v8": "3.0.9",
    "bumpp": "^10.3.2",
    "eslint": "^9.39.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vite": "^7.2.6",
    "vitest": "^4.0.15"
  },
  "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-collective/birpc#readme",
  "keywords": [
    "rpc",
    "messages"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "birpc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/birpc.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "release": "bumpp",
    "start": "tsx src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "2.9.0"
}
