{
  "_from": "birpc@^4.0.0",
  "_id": "birpc@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==",
  "_location": "/birpc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "birpc@^4.0.0",
    "name": "birpc",
    "escapedName": "birpc",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/@nuxt/devtools",
    "/@vitejs/devtools",
    "/@vitejs/devtools-kit",
    "/@vitejs/devtools-rolldown",
    "/devframe",
    "/nuxt/@nuxt/devtools"
  ],
  "_resolved": "https://registry.npmjs.org/birpc/-/birpc-4.0.0.tgz",
  "_shasum": "cceef485926b93496735201896d86c3a182ad30f",
  "_spec": "birpc@^4.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt/node_modules/@nuxt/devtools",
  "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": "^4.0.15",
    "bumpp": "^10.3.2",
    "eslint": "^9.39.1",
    "tinyexec": "^1.0.2",
    "tsdown": "0.17.0-beta.5",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vite": "^7.2.6",
    "vitest": "^4.0.15",
    "vitest-package-exports": "^0.1.1",
    "yaml": "^2.8.2"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu-collective/birpc#readme",
  "keywords": [
    "rpc",
    "messages"
  ],
  "license": "MIT",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "name": "birpc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/birpc.git"
  },
  "scripts": {
    "build": "tsdown",
    "lint": "eslint .",
    "release": "bumpp",
    "start": "tsx src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "watch": "tsdown --watch"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "4.0.0"
}
