{ "name": "@repomix/memory-benchmarks", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@repomix/memory-benchmarks", "version": "1.0.0", "dependencies": { "@types/asciichart": "^1.5.8", "asciichart": "^1.5.25", "repomix": "file:../.." }, "devDependencies": { "@types/node": "^24.12.2", "typescript": "^6.0.3" }, "engines": { "node": ">=18.0.0" } }, "../..": { "version": "1.14.0", "license": "MIT", "dependencies": { "@clack/prompts": "^0.11.0", "@modelcontextprotocol/sdk": "^1.29.0", "@repomix/strip-comments": "^2.4.2", "@repomix/tree-sitter-wasms": "^0.1.16", "@secretlint/core": "^11.6.0", "@secretlint/secretlint-rule-preset-recommend": "^11.6.0", "commander": "^14.0.3", "fast-xml-builder": "^1.1.4", "git-url-parse": "^16.1.0", "globby": "^16.2.0", "gpt-tokenizer": "^3.4.0", "handlebars": "^4.7.9", "iconv-lite": "^0.7.0", "is-binary-path": "^3.0.0", "isbinaryfile": "^5.0.2", "jiti": "^2.6.1", "jschardet": "^3.1.4", "json5": "^2.2.3", "minimatch": "^10.2.5", "picocolors": "^1.1.1", "picospinner": "^3.0.0", "tar": "^7.5.13", "tinyclip": "^0.1.12", "tinypool": "^2.1.0", "valibot": "^1.3.1", "web-tree-sitter": "^0.26.8", "zod": "^4.3.6" }, "bin": { "repomix": "bin/repomix.cjs" }, "devDependencies": { "@biomejs/biome": "^2.4.11", "@secretlint/types": "^11.6.0", "@types/node": "^24.12.2", "@types/strip-comments": "^2.0.4", "@typescript/native-preview": "^7.0.0-dev.20260412.1", "@valibot/to-json-schema": "^1.6.0", "@vitest/coverage-v8": "^4.1.4", "@xmldom/xmldom": "^0.9.9", "git-up": "^8.1.1", "oxlint": "^1.59.0", "rimraf": "^6.1.3", "secretlint": "^11.6.0", "tsx": "^4.21.0", "typescript": "^5.9.3", "vite": "^8.0.8", "vitest": "^4.1.4" }, "engines": { "node": ">=20.0.0", "yarn": ">=1.22.22" } }, "node_modules/@types/asciichart": { "version": "1.5.8", "resolved": "https://registry.npmjs.org/@types/asciichart/-/asciichart-1.5.8.tgz", "integrity": "sha512-8yzgCUybv8/yUfj4WeTh7G+V+AxU7AzwsF2CrkTtARKHdrxE/EiByF2efUMj6qdm87tENucNu6pLs22RWU0H7g==", "license": "MIT" }, "node_modules/@types/node": { "version": "24.12.2", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz", "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==", "dev": true, "license": "MIT", "dependencies": { "undici-types": "~7.16.0" } }, "node_modules/asciichart": { "version": "1.5.25", "resolved": "https://registry.npmjs.org/asciichart/-/asciichart-1.5.25.tgz", "integrity": "sha512-PNxzXIPPOtWq8T7bgzBtk9cI2lgS4SJZthUHEiQ1aoIc3lNzGfUvIvo9LiAnq26TACo9t1/4qP6KTGAUbzX9Xg==", "license": "MIT" }, "node_modules/repomix": { "resolved": "../..", "link": true }, "node_modules/typescript": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { "node": ">=14.17" } }, "node_modules/undici-types": { "version": "7.16.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" } } }