| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/zod/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/zod/package.json |
{
"_from": "zod@^3.22.4",
"_id": "zod@3.25.71",
"_inBundle": false,
"_integrity": "sha512-BsBc/NPk7h8WsUWYWYL+BajcJPY8YhjelaWu2NMLuzgraKAz4Lb4/6K11g9jpuDetjMiqhZ6YaexFLOC0Ogi3Q==",
"_location": "/@google/gemini-cli/zod",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "zod@^3.22.4",
"name": "zod",
"escapedName": "zod",
"rawSpec": "^3.22.4",
"saveSpec": null,
"fetchSpec": "^3.22.4"
},
"_requiredBy": [
"/@google/gemini-cli/@google/genai",
"/@google/gemini-cli/@modelcontextprotocol/sdk"
],
"_resolved": "https://registry.npmjs.org/zod/-/zod-3.25.71.tgz",
"_shasum": "f87a19c06b061426564607726c05a4d3b9ac3fa9",
"_spec": "zod@^3.22.4",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/@google/genai",
"author": {
"name": "Colin McDonnell",
"email": "zod@colinhacks.com"
},
"bugs": {
"url": "https://github.com/colinhacks/zod/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "TypeScript-first schema declaration and validation library with static type inference",
"exports": {
"./package.json": "./package.json",
".": {
"@zod/source": "./src/index.ts",
"types": "./index.d.cts",
"import": "./index.js",
"require": "./index.cjs"
},
"./v3": {
"@zod/source": "./src/v3/index.ts",
"types": "./v3/index.d.cts",
"import": "./v3/index.js",
"require": "./v3/index.cjs"
},
"./v4": {
"@zod/source": "./src/v4/index.ts",
"types": "./v4/index.d.cts",
"import": "./v4/index.js",
"require": "./v4/index.cjs"
},
"./v4-mini": {
"@zod/source": "./src/v4-mini/index.ts",
"types": "./v4-mini/index.d.cts",
"import": "./v4-mini/index.js",
"require": "./v4-mini/index.cjs"
},
"./v4/mini": {
"@zod/source": "./src/v4/mini/index.ts",
"types": "./v4/mini/index.d.cts",
"import": "./v4/mini/index.js",
"require": "./v4/mini/index.cjs"
},
"./v4/core": {
"@zod/source": "./src/v4/core/index.ts",
"types": "./v4/core/index.d.cts",
"import": "./v4/core/index.js",
"require": "./v4/core/index.cjs"
},
"./v4/locales": {
"@zod/source": "./src/v4/locales/index.ts",
"types": "./v4/locales/index.d.cts",
"import": "./v4/locales/index.js",
"require": "./v4/locales/index.cjs"
},
"./v4/locales/*": {
"@zod/source": "./src/v4/locales/*",
"types": "./v4/locales/*",
"import": "./v4/locales/*",
"require": "./v4/locales/*"
}
},
"files": [
"src",
"**/*.js",
"**/*.mjs",
"**/*.cjs",
"**/*.d.ts",
"**/*.d.mts",
"**/*.d.cts"
],
"funding": "https://github.com/sponsors/colinhacks",
"homepage": "https://zod.dev",
"keywords": [
"typescript",
"schema",
"validation",
"type",
"inference"
],
"license": "MIT",
"main": "./index.cjs",
"module": "./index.js",
"name": "zod",
"repository": {
"type": "git",
"url": "git+https://github.com/colinhacks/zod.git"
},
"scripts": {
"build": "zshy --project tsconfig.build.json",
"bump:beta": "pnpm version \"v$(pnpm pkg get version | jq -r)-beta.$(date +%Y%m%dT%H%M%S)\"",
"clean": "git clean -xdf . -e node_modules",
"postbuild": "pnpm biome check --write .",
"pub:beta": "pnpm bump:beta && pnpm publish --tag next --publish-branch v4 --no-git-checks --dry-run",
"test": "pnpm vitest run",
"test:watch": "pnpm vitest"
},
"sideEffects": false,
"support": {
"backing": {
"npm-funding": true
}
},
"type": "module",
"types": "./index.d.cts",
"version": "3.25.71",
"zshy": {
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts",
"./v3": "./src/v3/index.ts",
"./v4": "./src/v4/index.ts",
"./v4-mini": "./src/v4-mini/index.ts",
"./v4/mini": "./src/v4/mini/index.ts",
"./v4/core": "./src/v4/core/index.ts",
"./v4/locales": "./src/v4/locales/index.ts",
"./v4/locales/*": "./src/v4/locales/*"
},
"sourceDialects": [
"@zod/source"
]
}
}