{"_id":"@carlwr/zsh-core","_rev":"4-617aac9e125a8e7f768aa6ba315a76ab","name":"@carlwr/zsh-core","dist-tags":{"latest":"0.1.0-alpha.2","next":"0.1.0-alpha.2"},"versions":{"0.1.0-alpha.0":{"name":"@carlwr/zsh-core","version":"0.1.0-alpha.0","license":"MIT","_id":"@carlwr/zsh-core@0.1.0-alpha.0","maintainers":[{"name":"carlwr","email":"carl@wernhoff.com"}],"homepage":"https://github.com/carlwr/better-zsh#readme","bugs":{"url":"https://github.com/carlwr/better-zsh/issues"},"dist":{"shasum":"689425551c1b2b5fb8a5be8832ea99e53e404616","tarball":"https://registry.npmjs.org/@carlwr/zsh-core/-/zsh-core-0.1.0-alpha.0.tgz","fileCount":109,"integrity":"sha512-jSZOUxMOAaLPAameDbtybxbzoXz1487UH0CIdb+C0t0QZOoJmmG7kERcFqDilDqToQ4aH1R2CFpusliW77nquQ==","signatures":[{"sig":"MEYCIQD8/zNMuTZBdI3ooxon8j9ciQJcjgBuJVenPQDHW8J+3AIhANdTNBWUGX3cKk8t+aO9NyPQxxkqSwQg5wnieLkprzIu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@carlwr%2fzsh-core@0.1.0-alpha.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2303628},"main":"./dist/index.js","types":"./dist/types/index.d.ts","engines":{"node":">=22"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.js"},"./exec":{"types":"./dist/types/exec.d.ts","import":"./dist/exec.mjs","default":"./dist/exec.mjs","require":"./dist/exec.js"},"./assets":{"types":"./dist/types/assets.d.ts","import":"./dist/assets.mjs","default":"./dist/assets.mjs","require":"./dist/assets.js"},"./render":{"types":"./dist/types/render.d.ts","import":"./dist/render.mjs","default":"./dist/render.mjs","require":"./dist/render.js"},"./internal":{"types":"./dist/internal.d.ts","import":"./dist/internal.mjs","default":"./dist/internal.mjs","require":"./dist/internal.js"},"./package.json":"./package.json","./data/index.json":"./dist/json/index.json","./data/history.json":"./dist/json/history.json","./data/options.json":"./dist/json/options.json","./data/precmds.json":"./dist/json/precmds.json","./data/builtins.json":"./dist/json/builtins.json","./data/cond-ops.json":"./dist/json/cond-ops.json","./data/glob-flags.json":"./dist/json/glob-flags.json","./data/param-flags.json":"./dist/json/param-flags.json","./data/zle-widgets.json":"./dist/json/zle-widgets.json","./data/redirections.json":"./dist/json/redirections.json","./data/shell-params.json":"./dist/json/shell-params.json","./data/glob-operators.json":"./dist/json/glob-operators.json","./data/process-substs.json":"./dist/json/process-substs.json","./data/prompt-escapes.json":"./dist/json/prompt-escapes.json","./data/reserved-words.json":"./dist/json/reserved-words.json","./schema/index.schema.json":"./dist/schema/index.schema.json","./data/subscript-flags.json":"./dist/json/subscript-flags.json","./schema/history.schema.json":"./dist/schema/history.schema.json","./schema/options.schema.json":"./dist/schema/options.schema.json","./schema/precmds.schema.json":"./dist/schema/precmds.schema.json","./schema/builtins.schema.json":"./dist/schema/builtins.schema.json","./schema/cond-ops.schema.json":"./dist/schema/cond-ops.schema.json","./schema/glob-flags.schema.json":"./dist/schema/glob-flags.schema.json","./schema/param-flags.schema.json":"./dist/schema/param-flags.schema.json","./schema/zle-widgets.schema.json":"./dist/schema/zle-widgets.schema.json","./schema/redirections.schema.json":"./dist/schema/redirections.schema.json","./schema/shell-params.schema.json":"./dist/schema/shell-params.schema.json","./schema/glob-operators.schema.json":"./dist/schema/glob-operators.schema.json","./schema/process-substs.schema.json":"./dist/schema/process-substs.schema.json","./schema/prompt-escapes.schema.json":"./dist/schema/prompt-escapes.schema.json","./schema/reserved-words.schema.json":"./dist/schema/reserved-words.schema.json","./schema/subscript-flags.schema.json":"./dist/schema/subscript-flags.schema.json"},"gitHead":"2a1c132668c780b3147e4bc0fefbd0f78d0c98c1","scripts":{"lint":"biome check --error-on-warnings assets.ts build.ts deno.json exec.ts index.ts internal.ts render.ts scripts src tsconfig.build.json tsconfig.json typedoc.json vitest.config.ts package.json","test":"vitest run","build":"tsx build.ts && node scripts/build-api.mjs && tsx scripts/build-schema.ts","check":"pnpm typecheck && pnpm lint","watch":"tsx build.ts --watch","format":"biome check --error-on-warnings --write assets.ts build.ts deno.json exec.ts index.ts internal.ts render.ts scripts src tsconfig.build.json tsconfig.json typedoc.json vitest.config.ts package.json","jsr:dry":"pnpm dlx jsr publish --dry-run --allow-dirty","docs:api":"node scripts/build-api.mjs","jsr:check":"deno publish --dry-run --allow-dirty","typecheck":"tsc --noEmit","docs:build":"pnpm build && pnpm docs:typedoc:html && node scripts/build-docs.mjs","test:smoke":"pnpm build && tsx scripts/test-smoke.ts","test:install":"pnpm build && node scripts/test-install.mjs","test:integration":"pnpm run check && pnpm run test && pnpm run test:smoke && pnpm run test:install && pnpm run jsr:check","docs:typedoc:html":"typedoc","docs:typedoc:json":"typedoc --emit none"},"_npmUser":{"name":"carlwr","email":"carl@wernhoff.com"},"repository":{"url":"git+https://github.com/carlwr/better-zsh.git","type":"git"},"_npmVersion":"10.9.7","description":"Structured zsh reference data parsed from official zsh documentation + analysis APIs","directories":{},"_nodeVersion":"22.22.2","dependencies":{"@carlwr/typescript-extra":"0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"ajv":"^8.17.1","vitest":"^4.1.2","ts-json-schema-generator":"^2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/zsh-core_0.1.0-alpha.0_1776532292798_0.363310101767069","host":"s3://npm-registry-packages-npm-production"}},"0.1.0-alpha.1":{"name":"@carlwr/zsh-core","version":"0.1.0-alpha.1","license":"MIT","_id":"@carlwr/zsh-core@0.1.0-alpha.1","maintainers":[{"name":"carlwr","email":"carl@wernhoff.com"}],"homepage":"https://github.com/carlwr/better-zsh#readme","bugs":{"url":"https://github.com/carlwr/better-zsh/issues"},"dist":{"shasum":"6fed42908ffa7112f53debf0c818a1383e538f99","tarball":"https://registry.npmjs.org/@carlwr/zsh-core/-/zsh-core-0.1.0-alpha.1.tgz","fileCount":118,"integrity":"sha512-UJ4brc6hEos7d9EfLqYL6Zb52fni07SzGlqw4HFz0rfDifBm0IEqvsz7i71CwKlSyBXaayr/TBdGGJ62f+rDbg==","signatures":[{"sig":"MEUCIEsF74QiBfrS4+yRrz9Vj20bbMSZyiMgaP0+3QTPJTBeAiEA9zf5ZQeicDwAZtIqePNrGzWecsfJ4SIAz2U89qDDrFo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3195776},"main":"./dist/index.js","_from":"file:carlwr-zsh-core-0.1.0-alpha.1.tgz","types":"./dist/types/index.d.ts","engines":{"node":">=22"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.js"},"./exec":{"types":"./dist/types/exec.d.ts","import":"./dist/exec.mjs","default":"./dist/exec.mjs","require":"./dist/exec.js"},"./assets":{"types":"./dist/types/assets.d.ts","import":"./dist/assets.mjs","default":"./dist/assets.mjs","require":"./dist/assets.js"},"./render":{"types":"./dist/types/render.d.ts","import":"./dist/render.mjs","default":"./dist/render.mjs","require":"./dist/render.js"},"./internal":{"types":"./dist/internal.d.ts","import":"./dist/internal.mjs","default":"./dist/internal.mjs","require":"./dist/internal.js"},"./package.json":"./package.json","./data/index.json":"./dist/json/index.json","./data/history.json":"./dist/json/history.json","./data/options.json":"./dist/json/options.json","./data/precmds.json":"./dist/json/precmds.json","./data/builtins.json":"./dist/json/builtins.json","./data/cond-ops.json":"./dist/json/cond-ops.json","./data/glob-flags.json":"./dist/json/glob-flags.json","./data/param-expns.json":"./dist/json/param-expns.json","./data/param-flags.json":"./dist/json/param-flags.json","./data/zle-widgets.json":"./dist/json/zle-widgets.json","./data/redirections.json":"./dist/json/redirections.json","./data/shell-params.json":"./dist/json/shell-params.json","./data/glob-operators.json":"./dist/json/glob-operators.json","./data/process-substs.json":"./dist/json/process-substs.json","./data/prompt-escapes.json":"./dist/json/prompt-escapes.json","./data/reserved-words.json":"./dist/json/reserved-words.json","./schema/index.schema.json":"./dist/schema/index.schema.json","./data/glob-qualifiers.json":"./dist/json/glob-qualifiers.json","./data/subscript-flags.json":"./dist/json/subscript-flags.json","./data/complex-commands.json":"./dist/json/complex-commands.json","./schema/history.schema.json":"./dist/schema/history.schema.json","./schema/options.schema.json":"./dist/schema/options.schema.json","./schema/precmds.schema.json":"./dist/schema/precmds.schema.json","./schema/builtins.schema.json":"./dist/schema/builtins.schema.json","./schema/cond-ops.schema.json":"./dist/schema/cond-ops.schema.json","./schema/glob-flags.schema.json":"./dist/schema/glob-flags.schema.json","./schema/param-expns.schema.json":"./dist/schema/param-expns.schema.json","./schema/param-flags.schema.json":"./dist/schema/param-flags.schema.json","./schema/zle-widgets.schema.json":"./dist/schema/zle-widgets.schema.json","./schema/redirections.schema.json":"./dist/schema/redirections.schema.json","./schema/shell-params.schema.json":"./dist/schema/shell-params.schema.json","./schema/glob-operators.schema.json":"./dist/schema/glob-operators.schema.json","./schema/process-substs.schema.json":"./dist/schema/process-substs.schema.json","./schema/prompt-escapes.schema.json":"./dist/schema/prompt-escapes.schema.json","./schema/reserved-words.schema.json":"./dist/schema/reserved-words.schema.json","./schema/glob-qualifiers.schema.json":"./dist/schema/glob-qualifiers.schema.json","./schema/subscript-flags.schema.json":"./dist/schema/subscript-flags.schema.json","./schema/complex-commands.schema.json":"./dist/schema/complex-commands.schema.json"},"scripts":{"lint":"biome check --error-on-warnings assets.ts build.ts deno.json exec.ts index.ts internal.ts render.ts scripts src tsconfig.build.json tsconfig.json typedoc.json vitest.config.ts package.json","test":"vitest run","build":"tsx build.ts && node scripts/build-api.mjs && tsx scripts/build-schema.ts","check":"pnpm typecheck && pnpm lint","watch":"tsx build.ts --watch","format":"biome check --error-on-warnings --write assets.ts build.ts deno.json exec.ts index.ts internal.ts render.ts scripts src tsconfig.build.json tsconfig.json typedoc.json vitest.config.ts package.json","docs:api":"node scripts/build-api.mjs","typecheck":"tsc --noEmit","docs:build":"pnpm build && pnpm docs:typedoc:html && node scripts/build-docs.mjs","test:smoke":"pnpm build && tsx scripts/test-smoke.ts","verifyREGISTRY":"pnpm run testREGISTRY:install && pnpm run jsrREGISTRY:check","jsrREGISTRY:dry":"pnpm dlx jsr publish --dry-run --allow-dirty","test:integration":"pnpm run check && pnpm run test && pnpm run test:smoke","docs:typedoc:html":"typedoc","docs:typedoc:json":"typedoc --emit none","jsrREGISTRY:check":"deno publish --dry-run --allow-dirty","testREGISTRY:install":"pnpm build && node scripts/test-install.mjs"},"_npmUser":{"name":"carlwr","email":"carl@wernhoff.com"},"_resolved":"/private/var/folders/k2/bvc602hj12dg_bvv3r3xxsfm0000gn/T/5c2c2d6590471b91ff6259346251dd9d/carlwr-zsh-core-0.1.0-alpha.1.tgz","_integrity":"sha512-UJ4brc6hEos7d9EfLqYL6Zb52fni07SzGlqw4HFz0rfDifBm0IEqvsz7i71CwKlSyBXaayr/TBdGGJ62f+rDbg==","repository":{"url":"git+https://github.com/carlwr/better-zsh.git","type":"git"},"_npmVersion":"11.12.1","description":"Structured zsh reference data parsed from official zsh documentation + analysis APIs","directories":{},"_nodeVersion":"25.9.0","dependencies":{"@carlwr/typescript-extra":"0.9.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.17.1","vitest":"^4.1.4","ts-json-schema-generator":"^2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/zsh-core_0.1.0-alpha.1_1776971492633_0.20530239531017136","host":"s3://npm-registry-packages-npm-production"}},"0.1.0-alpha.2":{"name":"@carlwr/zsh-core","version":"0.1.0-alpha.2","license":"MIT","_id":"@carlwr/zsh-core@0.1.0-alpha.2","maintainers":[{"name":"carlwr","email":"carl@wernhoff.com"}],"homepage":"https://github.com/carlwr/better-zsh#readme","bugs":{"url":"https://github.com/carlwr/better-zsh/issues"},"dist":{"shasum":"42ff850597c84ace95a0ba418e47042b8256a0a9","tarball":"https://registry.npmjs.org/@carlwr/zsh-core/-/zsh-core-0.1.0-alpha.2.tgz","fileCount":193,"integrity":"sha512-ObeKU8g9S83HS/0IM+ZG+Xw8ooqJd6mpy4aJV5iW5M1wvF6X/eaZm3glK+ixonaqIAd/ddZmA4PmQ7oPVWGPFA==","signatures":[{"sig":"MEYCIQDqMyjbKwb9BWMzzReHphmk+CqxEDjM0YFw/fiT4/LOFgIhAJTcm+3y2GpvCJw0FhCGjN54KR+ZJpoSD/m/Egm2Kpk1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@carlwr%2fzsh-core@0.1.0-alpha.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":5069904},"main":"./dist/index.js","types":"./dist/types/index.d.ts","engines":{"node":">=22"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.js"},"./meta":{"types":"./dist/types/meta.d.ts","import":"./dist/meta.mjs","default":"./dist/meta.mjs","require":"./dist/meta.js"},"./types":{"types":"./dist/types/types.d.ts","import":"./dist/types.mjs","default":"./dist/types.mjs","require":"./dist/types.js"},"./assets":{"types":"./dist/types/assets.d.ts","import":"./dist/assets.mjs","default":"./dist/assets.mjs","require":"./dist/assets.js"},"./render":{"types":"./dist/types/render.d.ts","import":"./dist/render.mjs","default":"./dist/render.mjs","require":"./dist/render.js"},"./analysis":{"types":"./dist/types/analysis.d.ts","import":"./dist/analysis.mjs","default":"./dist/analysis.mjs","require":"./dist/analysis.js"},"./resolver":{"types":"./dist/types/resolver.d.ts","import":"./dist/resolver.mjs","default":"./dist/resolver.mjs","require":"./dist/resolver.js"},"./taxonomy":{"types":"./dist/types/taxonomy.d.ts","import":"./dist/taxonomy.mjs","default":"./dist/taxonomy.mjs","require":"./dist/taxonomy.js"},"./data/*.json":"./dist/json/*.json","./package.json":"./package.json","./schema/*.json":"./dist/schema/*.json"},"gitHead":"1ff8bd52203815c39b3ad23b0866151b9683918f","scripts":{"lint":"biome check --error-on-warnings analysis.ts assets.ts build.ts deno.json index.ts meta.ts render.ts resolver.ts taxonomy.ts types.ts scripts src tsconfig.build.json tsconfig.json typedoc.json vitest.config.ts package.json","test":"vitest run","build":"tsx build.ts && node scripts/build-api.mjs && tsx scripts/build-schema.ts","check":"pnpm typecheck && pnpm lint","watch":"tsx build.ts --watch","format":"biome check --error-on-warnings --write analysis.ts assets.ts build.ts deno.json index.ts meta.ts render.ts resolver.ts taxonomy.ts types.ts scripts src tsconfig.build.json tsconfig.json typedoc.json vitest.config.ts package.json","docs:api":"node scripts/build-api.mjs","dump:refs":"tsx scripts/dump-refs.ts","test:pack":"pnpm build && tsx scripts/test-pack.ts","typecheck":"tsc --noEmit","docs:build":"pnpm build && pnpm docs:typedoc:html && node scripts/build-docs.mjs","lint:slowtypes":"deno publish --dry-run --allow-dirty --no-check","verifyREGISTRY":"pnpm run testREGISTRY:install && pnpm run jsrREGISTRY:check","jsrREGISTRY:dry":"pnpm dlx jsr publish --dry-run --allow-dirty","test:integration":"pnpm run check && pnpm run test && pnpm run test:pack","docs:typedoc:html":"typedoc","jsrREGISTRY:check":"deno publish --dry-run --allow-dirty","testREGISTRY:install":"pnpm build && node scripts/test-install.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:aabc9650-dabd-4920-a249-c7d8b2793599"}},"repository":{"url":"git+https://github.com/carlwr/better-zsh.git","type":"git"},"_npmVersion":"12.0.2","description":"Structured zsh reference data parsed from official zsh documentation + analysis APIs","directories":{},"_nodeVersion":"22.23.2","dependencies":{"@carlwr/typescript-extra":"0.11.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ajv":"^8.20.0","vitest":"^4.1.11","ts-json-schema-generator":"^2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/zsh-core_0.1.0-alpha.2_1788819459101_0.44213460286965","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2026-04-18T17:11:32.665Z","modified":"2026-09-08T14:04:31.194Z","0.1.0-alpha.0":"2026-04-18T17:11:33.028Z","0.1.0-alpha.1":"2026-04-23T19:11:32.854Z","0.1.0-alpha.2":"2026-09-07T22:17:39.262Z"},"bugs":{"url":"https://github.com/carlwr/better-zsh/issues"},"license":"MIT","homepage":"https://github.com/carlwr/better-zsh#readme","repository":{"url":"git+https://github.com/carlwr/better-zsh.git","type":"git"},"description":"Structured zsh reference data parsed from official zsh documentation + analysis APIs","maintainers":[{"name":"carlwr","email":"carl@wernhoff.com"}],"readme":"","readmeFilename":""}