{"_id":"@neo4j-cypher/language-support","_rev":"577-bbfa229686d4c9d7f8bb352be1a9c5dc","name":"@neo4j-cypher/language-support","dist-tags":{"latest":"2.0.0-next.6","next":"2.0.0-next.37","canary":"0.0.0-canary-20260925022636"},"versions":{"2.0.0-next.0":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.0","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.0","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9cdb936a4218f9a03d68a3fc675378eed46814d4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.0.tgz","fileCount":101,"integrity":"sha512-f8vLA+MyCiFxUuvswWI+hMhr+vfjBB8nYIk+g68Yawsoh8Oukau4D4j7K9kNExi2JwVYZM5DlxdQ+8ot4Vt+Mg==","signatures":[{"sig":"MEQCIEHQDaPyL77AsQfhDjFouD5WomTMLGOhOio3RX4lKSbvAiBQeqSPwwEeN48THIJ13C8UuHlR9QcwhkxT00uUXQFNBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103087268},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e65c2ae77e0a6909d7cfb82e69ea218db944df87","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","watch":"tsc -b -w","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherParser.g4 src/antlr-grammar/CypherLexer.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"9.8.1","description":"Cypher language support","directories":{},"_nodeVersion":"18.18.2","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.0_1698242257686_0.6846522924805485","host":"s3://npm-registry-packages"}},"2.0.0-next.1":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.1","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.1","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"cca35b432b8ae7ab1e6de40589fccc5b46e5ab0c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.1.tgz","fileCount":101,"integrity":"sha512-qsva4jx2v+PIOF2z327jB5LjLrLscphtf6+YgJxEcltLK9NiNG6sYAQy9pBt2SWpjDGQrUN7WOsIDHJqTxmAbw==","signatures":[{"sig":"MEUCIBfHfZ6iHKZ9JVZlMDwS2dQgTLCByXeTN8c2md0FLfsiAiEA+WghHD/0do3VgmQrIsImD8nPq3s0gc1hRSbGWEnk7xU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103091470},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"c42e157588eb5baffd5aa4841f24ae716db194ab","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","watch":"tsc -b -w","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherParser.g4 src/antlr-grammar/CypherLexer.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"9.8.1","description":"Cypher language support","directories":{},"_nodeVersion":"18.18.2","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.1_1700661628101_0.0006173591328060279","host":"s3://npm-registry-packages"}},"2.0.0-next.2":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.2","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.2","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"202f9d8ee7abf588ceb7bef2bf135ed750a84fb8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.2.tgz","fileCount":101,"integrity":"sha512-tHgXPbcN7Mv5Kv6xtnO3NKcohHsGGatB+bi0x/twUZ7VytDIoT24OqrORQ9wf7sAmJPsQx6Z5lUw4Ewb6puQKw==","signatures":[{"sig":"MEUCIHEV/OBDc7jq9fePbh8bjCHdbtpuljjMgYcOE/LVS3I7AiEAjyVM5lRFC6N65a7XuxOdtpPLUC6z3zDsWF8c2+9f/ew=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":106430862},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"f11564fa4a8f5e94101a154403a3d221b1c57e06","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","watch":"tsc -b -w","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherParser.g4 src/antlr-grammar/CypherLexer.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"9.8.1","description":"Cypher language support","directories":{},"_nodeVersion":"18.18.2","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"devDependencies":{"@types/jest":"^29.5.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.2_1700821329015_0.40083527524433027","host":"s3://npm-registry-packages"}},"2.0.0-next.3":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.3","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.3","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"27eb3305240918c2997326a0a073a5cf7278a7b5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.3.tgz","fileCount":111,"integrity":"sha512-/8D1de+E1ndl7XoBKdBXLF1eRGYZAgEbYStUH/Ex9HLU1dmoRS0VBxDE86FwgeHqBLy//DYlA3OKpcSp/XUUrw==","signatures":[{"sig":"MEUCIA3kV3vKUFp+ss0O/KttTGP0aKQJ72Fn22q6r3cDF34GAiEAhCSjrQC4O3AmgYpdKkq3p1PEZgvE43gs/u+DDMcQ8Z0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112529072},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"47cf66c5a31dadbcf0658522e7306152dd2f9f93","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","watch":"tsc -b -w","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.2.3","description":"Cypher language support","directories":{},"_nodeVersion":"18.19.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.3_1707301371168_0.4840501731002358","host":"s3://npm-registry-packages"}},"2.0.0-next.4":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.4","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.4","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"1e03f5df97f7c82412aac65fc3251254d87fba3e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.4.tgz","fileCount":113,"integrity":"sha512-Ae7d2BScuLSrz/vdEy7gQH1ix1NN2iyvqaIikSBgYE2ktKO5b8N3YLSXV+fMy6vUiFeSJIFaBwesGrJjvaEgSg==","signatures":[{"sig":"MEYCIQCY7MOblFXKiywLj6EJ+Px38/13gzY/Ks31j/cqzRY3egIhAJPmjtdJxgmTQ8NlJ26M5HMP/50zZ8Le1Sxe33NtywRc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":126700033},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e5768a67d4d28fa157fb63ffcd83e318b7b1ddb2","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","watch":"tsc -b -w","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.2.4","description":"Cypher language support","directories":{},"_nodeVersion":"18.19.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.4_1709725569429_0.43944456989348923","host":"s3://npm-registry-packages"}},"2.0.0-next.5":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.5","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.5","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"7cc910097f37402b1371b7df52c25c15709fc53f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.5.tgz","fileCount":123,"integrity":"sha512-TuSVSBeBVH6sAIS9Qu6jTQO9K0ZTHgyNoHeu56qK6TdkXmx/LbxC3AbqMlSl9wIuzng0KOmZz7DnQhkTJlCclA==","signatures":[{"sig":"MEQCIAeZCPjJMsBgaWp59Of4DbIuIXREgYmOY9MkgDeCD+aQAiAkiuCcD5DIRHbBUcRzYC6j5Nk6tcuVLjSi/GsLD2uNyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":127355404},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"940f10ccb77649d5cf4540a83b42264d97931381","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","watch":"tsc -b -w","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.2.4","description":"Cypher language support","directories":{},"_nodeVersion":"18.19.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.5_1712060444301_0.3298057969339432","host":"s3://npm-registry-packages"}},"2.0.0-next.6":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.6","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.6","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"d7b991798890bace5e3e24408aaa27bcd4a487ee","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.6.tgz","fileCount":122,"integrity":"sha512-Td76OVkMuDVMO5oEV6GDTgTEzjXh96rXef037Z5QEAW+F39j7KiLgwECkOq0s8Vrdub6Z5Pg2k/QKVQFn7+mpQ==","signatures":[{"sig":"MEYCIQCMS+DgCBxBCy8v0/gEcI4zIt4shD/v/IgiZocVTD4btwIhAJdAMhIcQc1FQMKbYCQQ/JucXCV6uPuGyoeWNlgStfMj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129365603},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b457985ade1ee6877d05b51668b4c6fcfb12d808","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.0","description":"Cypher language support","directories":{},"_nodeVersion":"18.20.2","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.6_1714726340610_0.6823541522702878","host":"s3://npm-registry-packages"}},"2.0.0-canary-a1ed8f3":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-a1ed8f3","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-a1ed8f3","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"0b56e1b2428e4d574c7d72700a3b51ae020a6f08","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-a1ed8f3.tgz","fileCount":122,"integrity":"sha512-tE7MDuuLqC2FCB3ft9jwYDuA7FvGX6JNhOpYbJsXpZS16YZQQnslyWUqCtgHWcGkeepG8Zm9l+cUfajcu+ZoWA==","signatures":[{"sig":"MEQCIDo37TCOjQxNs+nmAGySfcPl5N2D/XV9VsGwn6FFwBnAAiBjzjY6fnKiaMl9/0MnNDMGcx259gdfxYLvflYRY5Kdyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129365611},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"a1ed8f36cc89c0ee464fd67277b0c2d36afd38a5","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.0","description":"Cypher language support","directories":{},"_nodeVersion":"18.20.2","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-a1ed8f3_1715168327103_0.2459702999930673","host":"s3://npm-registry-packages"}},"2.0.0-canary-e8a1279":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e8a1279","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e8a1279","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"b5e301bb47812ad5f48e6df8f152bde6d9ea7e2c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e8a1279.tgz","fileCount":122,"integrity":"sha512-b6CDrJw5s27wAL7LF2tUMwPLEbzqybg9Bvxru7fXTWqon9mJLFxHJZ5ODmH3JRw6O3zPn4btwP0eufkfV6apZQ==","signatures":[{"sig":"MEUCIQDaJQppB67BslgWxsoP1sV9QVZTayVThLdEhzSt4dwa4AIgHc0Q7q7NOoZiYX+XUqyWQ/qPrYhyUozkZBjWKVLXxQk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129365611},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e8a127951881174782eab1c4c803604105197b5b","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.0","description":"Cypher language support","directories":{},"_nodeVersion":"18.20.2","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e8a1279_1715246782048_0.5790070028289882","host":"s3://npm-registry-packages"}},"2.0.0-canary-7700c71":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-7700c71","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-7700c71","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"70c13d948aa074fe9542b7e1c0ef5440b859a634","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-7700c71.tgz","fileCount":122,"integrity":"sha512-7ZZqS9vqr9lKzaAnlIEWTAMhs+PBcFcL1+5gdi4D68hBQoe7QSGun3b8kZS49e8+eafvT/va8z8NQpJDrzo1WQ==","signatures":[{"sig":"MEQCIDe721MOAiE3AOBew/GVDh60VJmPTgHeG+V9gwcW5FJnAiASKAkUmrxe5rpQ5Iy4bPiZVCqrGUplkZ/jZhmTw68cXw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129365611},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"7700c71155178cbb279008ee0436fb90b7e3840d","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.0","description":"Cypher language support","directories":{},"_nodeVersion":"18.20.2","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-7700c71_1715590009545_0.1949150692350543","host":"s3://npm-registry-packages"}},"2.0.0-canary-fbd5f7e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-fbd5f7e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-fbd5f7e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"1d1d92dcb7de00b3dc6dfe4be5365c236eac718f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-fbd5f7e.tgz","fileCount":122,"integrity":"sha512-wBoBh07zw5cB643VjBh7W59uFVEjBQB7e8UEuKd/FM2v6EhCF9z4iLFDMn0fDF2Rge+1IuLU5PpE5LIufWvsFQ==","signatures":[{"sig":"MEYCIQCox9I7jT4qMvb4Bpahw/90jvkt60i+cQPNgDBjYVn92QIhAI88zaGokQe7IkTwE7UFSAK1gDxzxb1cLEBAYwi9icJZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129365611},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"fbd5f7e20e4ce095c8fcd6ea93fb4555eb056c03","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.0","description":"Cypher language support","directories":{},"_nodeVersion":"18.20.2","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-fbd5f7e_1715590028827_0.3184018610404402","host":"s3://npm-registry-packages"}},"2.0.0-canary-b76af58":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-b76af58","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-b76af58","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"3e112fabbd10a836ea285d1f87e8640ae5b32834","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-b76af58.tgz","fileCount":122,"integrity":"sha512-XJtOm1yiMN7jo/Rp59UJM7/rl++EjmNZg0xp/PRy8P8Vm+j25BbvOxzrcvrDnqKiPwNjzIXPPsdJ4I3Aeyn+sg==","signatures":[{"sig":"MEQCIF6WE7RvOpju+6e9pJlEG+GCQ+gYweLScvFzO0EKd/EyAiBOKCpAV7CgYqDG8rU4Wz5auWnVWBSeR3a0hSGgIjzFQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":129366316},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b76af58d2442bda2a4ebdc723f763006622991fb","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.0","description":"Cypher language support","directories":{},"_nodeVersion":"18.20.2","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-b76af58_1715592470137_0.8408083204204981","host":"s3://npm-registry-packages"}},"2.0.0-canary-21699b7":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-21699b7","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-21699b7","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"074e71c1a569b2cdb7f1664e8595ae32d08959e0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-21699b7.tgz","fileCount":122,"integrity":"sha512-3jNkz53z/iRPnrCwnMPe3ohPAUy/97qak/8j6LeVN39mAGDS32+XG5EGDnco8ihmVu4IasoEZf/oCjpM8wBt9A==","signatures":[{"sig":"MEYCIQDrqrJVB+G29Ev6a/NyXB2g1RWN+Sj3kQVHCk69nll++QIhAKSIRvEVwQ2fXbRS25j+yB66f2qHSjR53wSy1am/fzFP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141603304},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"21699b7aa068417706731160963b9a3fb92e39d0","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.0","description":"Cypher language support","directories":{},"_nodeVersion":"18.20.2","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-21699b7_1715593458645_0.6165141455080136","host":"s3://npm-registry-packages"}},"2.0.0-canary-8399843":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-8399843","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-8399843","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"fe7f9b500df4dd8f731ce3becf676e6524919faa","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-8399843.tgz","fileCount":122,"integrity":"sha512-EB46mMK57FlCzNdlGLcntl4Z9ii/Oje0hExkLF74+UQ0l4bTaNKCcjwhr9nDAQQZNH7onpFynCFL9z/PUwlKLw==","signatures":[{"sig":"MEUCIQC3EfXpzavIbqUWbjXeFWHDB0YKMS9iuOXc+nOaNRUpxgIgHmoqgtqPW1OUa7krULT+Igu45adx5hpP68TppUGxZH4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141603304},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"8399843eee8502a240e52d34f79217fdf397c990","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.12.2","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-8399843_1715702184025_0.9805287742843487","host":"s3://npm-registry-packages"}},"2.0.0-canary-dbe560f":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-dbe560f","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-dbe560f","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"bab4ac263d6ead36dba69eab59509d206025fda5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-dbe560f.tgz","fileCount":124,"integrity":"sha512-08zy2psbZW4UAXs2us8ew+G7tfV8+az/jg1jW70eGjW8soQq5C4lP0RlDXxc7aPN6O0jtUrkRUibs3yO6Pb3Yw==","signatures":[{"sig":"MEUCIGWVwyVr4wOGK9twKUoIU5/WmhRcfAkf4+stlZMb5UB5AiEApCyIOaCNuxd+vCsc5DYjfVYoOwJ4+jcbWVMHzh05V7I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141604572},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"dbe560fa9c3272e7935de6f15575613896241c65","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.13.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-dbe560f_1716292380743_0.6213369573086445","host":"s3://npm-registry-packages"}},"2.0.0-canary-8a63a35":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-8a63a35","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-8a63a35","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"4307cf3673d1d29bf68abddd4c5f8395efba6f23","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-8a63a35.tgz","fileCount":124,"integrity":"sha512-fceWaVxyhPWbUlRtthalSHG7anCprpajxgqC3R7c+oFxgPWUdM1yRlFEbNOQgxCvs6UMHdNdtOgY60H4vpE8lg==","signatures":[{"sig":"MEUCIQDYs5WOGFQLkw3lgApcSVUUCEUZ3Lyj+nT2szTZ+qcbGAIgLP7c5F4/H1VGVVl+CielH03Cqlyn2BzaOUl5ifKN6vE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141604572},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"8a63a35ec3b6cf8ff4f2e33d1a24aa77ad4a1b7e","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.13.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-8a63a35_1716314009208_0.5244906788900001","host":"s3://npm-registry-packages"}},"2.0.0-canary-6baf784":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-6baf784","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-6baf784","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"4e316081dd304a27dc208373c0c0529c2d4c7aef","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-6baf784.tgz","fileCount":124,"integrity":"sha512-DDOhTvNQ39+xvqZhdimPn507ek/yhmBG2y2PWT68K+uQ4KdW6wEZ4o3IEsdl41z4L10nmVOW2Z1chINlLDQAlQ==","signatures":[{"sig":"MEYCIQCwuwbRTOS7KY4rS6FNxkZkiPFkN4DPQOwBzgKm+F+7NgIhAOcIEF5vAssD1Z45prLpF9XHw0wpKChvl54X7T5lAKff","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141604572},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"6baf784022a474b215c402e2ff030ad414a278f8","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.13.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-6baf784_1716388454818_0.05252690532481785","host":"s3://npm-registry-packages"}},"2.0.0-canary-83271c4":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-83271c4","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-83271c4","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"51d3afab172554ba37d97524f2b85761b4cf84ca","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-83271c4.tgz","fileCount":124,"integrity":"sha512-7K9WOKuzrU6nP34K543jCJOXHw7tqoXbJbOCjPSJ6hLewsmuRtgkwMpRENaGTLGdGfAL8MacH9GfWTSoatqJKg==","signatures":[{"sig":"MEYCIQCe/iLVckphqlCDa2udnN9EuRAHmMspIAvGc+Q1gdJUQAIhAPtHHzN+GK8JrVGAAbS06YAFqbfioRGSTmY09UGCBTwO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141604572},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"83271c4f610a55ecd2cf6823ca6b6864a9806b63","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.13.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-83271c4_1716458135261_0.5338403828225613","host":"s3://npm-registry-packages"}},"2.0.0-canary-6afc0e3":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-6afc0e3","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-6afc0e3","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"927f85dae8f725eb2233142b3bf3807b161615a2","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-6afc0e3.tgz","fileCount":124,"integrity":"sha512-6wF/9/wks6671nqylD6tEEh3cISB5u8ZM7nUA9lARzalzyR6xuLVCk8fS/eXN6iG0KUrzfzBLDnJY2lsYJ7QWg==","signatures":[{"sig":"MEUCIBtA4KlAG3o+3YlIXiuhnMiMAJjg8/09Y5IEsOFC7EHzAiEAhY+bOtEjofwhuOJPdVTgWDmXyWAKFVlADo0T2tEA2OE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141721382},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"6afc0e3cfbde1154a270d06cb6e486f4b7719216","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.13.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-6afc0e3_1716459430728_0.010695168139355227","host":"s3://npm-registry-packages"}},"2.0.0-canary-f78dbe6":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-f78dbe6","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-f78dbe6","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"626b4a12197e5545b84189a77ed8223249c8c975","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-f78dbe6.tgz","fileCount":124,"integrity":"sha512-je/HyZmftDISMKRNDYI47JTga45Zmvx/RTXRNznKuucrpcQivSeTpVCsX/lUpTk23MTEydaE+fWpgfs2wHnQFA==","signatures":[{"sig":"MEQCIAWXxlovC8Nmr7UsffYyLx4V+J2gvXL3ehfChwuUT75LAiA/x3+X6LuyLsdwscfHN/Ca9GpH/Wzcq1aS8q86Phijfg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141721382},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"f78dbe642cefb4cf417e27ba58a09f8c1a8ee603","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.5.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.13.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-f78dbe6_1716989436290_0.2327403063592044","host":"s3://npm-registry-packages"}},"2.0.0-canary-f70c95f":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-f70c95f","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-f70c95f","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"7293c072b77872cef5d4a2a15a311e1fdafc2e95","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-f70c95f.tgz","fileCount":126,"integrity":"sha512-s87HkCRhnqHfgE7hNplXpvj29m6RfagPLBq6Cqa0XnfZ+0xFTrP8rFH7Eb92mBVM2ECXA/PyAHSZydFxb7+zzg==","signatures":[{"sig":"MEUCIQDo+MiTfVSuMXac24U88u2cpxCjQr0i8K96sVUMc3pL+wIgMI30r5xO4bPqGfatUmva5LYZxLlNPgA0hSzWfhK3tgM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141739364},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"f70c95ff161cd9f39fd19cae56bdcb3cf3f7e7cb","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.14.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-f70c95f_1718367984795_0.04714756295826561","host":"s3://npm-registry-packages"}},"2.0.0-canary-37332d5":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-37332d5","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-37332d5","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"f3cfc0e80bad925d6ba31a0a5d58e1f57be6db58","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-37332d5.tgz","fileCount":126,"integrity":"sha512-W2dOOoqidcCabh8Y0735j29CjxRKdBgmvEyURXVNIy0e6/0KLVudwiVkocKHmUkoHZiWGBSSKmF6SmW3yPIEeg==","signatures":[{"sig":"MEYCIQD7bgHpiCZNVA0llzxMYrP666sKDSWH7Fvc4mbTR5Q2rQIhAL6mXSVQ6SYWFuCoMsVbI45h2H/HDN2J0YR4zqNb+duY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141750860},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"37332d52b2f6f97b058debb5ca411f3943b0f2b5","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.14.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-37332d5_1718664683033_0.2837040912900157","host":"s3://npm-registry-packages"}},"2.0.0-canary-68f66d0":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-68f66d0","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-68f66d0","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"8817bed1c3b8c60824542c43f262e65ffdf9cacc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-68f66d0.tgz","fileCount":126,"integrity":"sha512-CRFctp36hB2V55kZhOY1/YxZNNiHSLGF4IW9VPZx7mmAfGx6QuFH+lVGlUPrEz1rNu2G9qpNY6HawAoX5PMH1w==","signatures":[{"sig":"MEQCIFAzSbwhwoHiiub0uzAu6/Sx+MkjDmFZxLXDBZ5LZ6opAiAnoDxiDgi2ldDbRNrICYiscVdgvZZcE5lGZlihnTmQgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141750860},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"68f66d08011688e371de0ed24adf84aec85789f5","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.14.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-68f66d0_1718884178155_0.37052201594576784","host":"s3://npm-registry-packages"}},"2.0.0-canary-0ccbb30":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-0ccbb30","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-0ccbb30","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"88dd4c6ca96317bd9d79f7cd10352d45db684412","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-0ccbb30.tgz","fileCount":126,"integrity":"sha512-Ekg3vbCEYZAE+YomowcRhajSs4SZSsff7pYm8hvwQ+IZ07gcM3B6BeDwZQ/9LmUB6qf2Jvhhtek9tBl4+r1hvQ==","signatures":[{"sig":"MEQCICMYVymqq0aiLV22rAvqhoHojF4rWiwko2eRkbLA/6ygAiAp9ARKb4UvjO2NjiaX1IL/YOGy+g24o88l6mfPBzuNnw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141751145},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"0ccbb301315b99724acecc4f6053b0146b054147","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.14.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-0ccbb30_1718886046987_0.7263436307006597","host":"s3://npm-registry-packages"}},"2.0.0-canary-fb63982":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-fb63982","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-fb63982","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"b4043b7045786620b5fc404206a05072086976cb","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-fb63982.tgz","fileCount":126,"integrity":"sha512-fy7f5FKyaI5WmkXFkr9SXUFTd/u/HkZSbUQxDcFcHOn4QGwM5M35bc959qYCXIviv+17An2oHB2JCdRqJYpWEQ==","signatures":[{"sig":"MEQCIDdPLbXsmyg2UxlOPH6a4xpuhD6nE96AZhMh5bByPwrpAiA72ukKEfM0bEQeeUaMt1xnnzRFdd0hDCOGe2GMuQa93w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141751145},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"fb63982f8d5020c0e584652089b647811219d2c1","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.14.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-fb63982_1718887325395_0.05798762916215017","host":"s3://npm-registry-packages"}},"2.0.0-canary-f251e47":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-f251e47","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-f251e47","homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9486a6793c0920396de82f23cbcbfab439ab6a6f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-f251e47.tgz","fileCount":126,"integrity":"sha512-vOPYf3jC00L8Yl3MpOpBXWhkyrj0kyel7Jc7dzWiBqQJv3QUZK3h8wFNE61szwBVTU7Zn98EgTKBHstqpPTKzQ==","signatures":[{"sig":"MEQCIHmH4cH0mXuQJbZ4G018vjgcbyat4y6jN/SW22dULQ3EAiAuvUfiWw1yEGjyWS3daz8w/kPD27XarpWcNXJIaFp3mQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141751145},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"f251e470879c1969700fd826153a63405c579306","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.14.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-f251e47_1719391392047_0.5763948873942812","host":"s3://npm-registry-packages"}},"2.0.0-canary-dda9a15":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-dda9a15","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-dda9a15","homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"94c5c566d8ab0ac94ad95313464eba3a99bc0d34","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-dda9a15.tgz","fileCount":126,"integrity":"sha512-nu1Hnm1YfvETP8VEfQX2H1AlOVFPbDksd09O4ib54WBZY8c7geUhjj4ma41CEv+quum6JfzvOgMHS9s1hTVJ+A==","signatures":[{"sig":"MEYCIQDB48LQDw5kExLjHuGiQwVEGZvqa6Ble/d2/q8gv6PcLwIhAISnbAfqtqgGStvzRZhgaovkro3LYEaqRRK3LUggoZBN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141751145},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"dda9a15a44ff508514393a04d2ef79c427c703c8","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.14.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-dda9a15_1719391417761_0.31892636166767896","host":"s3://npm-registry-packages"}},"2.0.0-canary-48fd427":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-48fd427","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-48fd427","homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"543c048aced09689ded333d70fd892e3ea712b62","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-48fd427.tgz","fileCount":126,"integrity":"sha512-NurBJM9xek9YDMtUbNRK9bCpY9ZXpKdcns3zBb5/Ylb17Q42Iku3MPHvxFtEf/4/hX2zvnbjXoRnicaMai2eOA==","signatures":[{"sig":"MEUCIQDKgvPlzoU0FgSDnBcws7MReRoGgnsvlsJDVdfwOKo78QIgSyo28bbpltwZjEzwiiSHZJ1o2NJjCiklX+5vmP7oqsU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141751145},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"48fd427dde398855cbf2898367c11ae6971717b0","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-48fd427_1719391431710_0.0035552434833447943","host":"s3://npm-registry-packages"}},"2.0.0-canary-f4641e2":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-f4641e2","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-f4641e2","homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"a6ee01fff6b2a99be2c760db2019e0d5d8514d7c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-f4641e2.tgz","fileCount":126,"integrity":"sha512-qfXexnDrk7WUh2AZzR6yxIbGJQUVIgECR9DsL6NluLANT6nU9EggR2iut6ySO5Hu6GzlJDGslV2kd90S23shmQ==","signatures":[{"sig":"MEUCIDm+KlMnw9+2Iy+MxwnX8WquiUqbYAdiG8irRSICloCyAiEA5ceKRgS2HsD+GQIkjjNGPcfHN4PC2VprHpB0bKA4V1g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141751145},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"f4641e29a5f5cea824a59e8151ea6484c164e18b","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.14.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-f4641e2_1719391454789_0.07696693754600825","host":"s3://npm-registry-packages"}},"2.0.0-canary-ba5d233":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-ba5d233","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-ba5d233","homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"942126617b58a47be3afb60b3931d0dbe9ca27eb","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-ba5d233.tgz","fileCount":126,"integrity":"sha512-SEEVkMKVZFBfVwRDw3vxKcYf0eP3rU69lOW7SLx2Mc7AbY5idjwWSCDLdGBCmb18PId5AwftuULlrfNjHaeIgA==","signatures":[{"sig":"MEUCIQDadHu/gUq1W86ZPcE5CK7CZR02F2BjfFONiQpSXyCKqQIgMZmO5e1goLYFQ/utw5l/NpTKZI9OBqNDJuWRYMjgDwg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141751145},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"ba5d2333fe67c36af7c1107ea7e04c68ef572e48","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-ba5d233_1719563354513_0.04504284836591199","host":"s3://npm-registry-packages"}},"2.0.0-canary-3fe2fe4":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-3fe2fe4","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-3fe2fe4","homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"976b776d854e7bf1172be20b50889ded627cd120","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-3fe2fe4.tgz","fileCount":126,"integrity":"sha512-3mw1/Q2o0H3N4MbRWlKiDUsWDKx2syzvWx+v/b8UrC+RcHOofFB4TnJn/nZ/hV2hQKQNciMgmEPMuziQCzXFKA==","signatures":[{"sig":"MEYCIQCY4m0aIYC/4zwKqlyEkM1LkY4RSCU3nTBLpS8otBU/YQIhAMS/4utip1WZadaPM3iaYMeA1UNvO64UvkLEYHY2DPpl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141751145},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"3fe2fe4fb62f7191235fee916c5984fb1620eaf9","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-3fe2fe4_1719569185504_0.9888128432255048","host":"s3://npm-registry-packages"}},"2.0.0-canary-3661e9d":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-3661e9d","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-3661e9d","homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"c1fddd9d116ee6f753f25745b3f8a2771692248a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-3661e9d.tgz","fileCount":126,"integrity":"sha512-u1OXD4HsYROMRi6p7rJmF2Eue1USihyLnk+yYQOz8335UOBTLlAqdjfBhbWPUK+SIfEiSUuBPU+WbUja1MKqhA==","signatures":[{"sig":"MEUCID82AVbWIjEhtLQ7w9oizeUhgt3ZL0PWM1OU9lc5wMBDAiEA3RP/GtBXbb/PpX1YZe4CJAqXxEtQmQaNKL8jYlKA1ro=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142154558},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"3661e9d8c92f86891f5fdd0d618e1a272a62034e","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-3661e9d_1719581370877_0.7692764266610637","host":"s3://npm-registry-packages"}},"2.0.0-canary-690f150":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-690f150","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-690f150","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"a561d204297918e46c535ae3ffab13fb517032ff","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-690f150.tgz","fileCount":126,"integrity":"sha512-F5IWfbQvcXdL8vsoF1nB3EwbZ14AcyArBHxY0vmNwn+3InHra9+WAOdp4bZ+3yYVR6npLNs7Y0wnirZ/yjPL/g==","signatures":[{"sig":"MEYCIQCb7EBGA2a7RtJfRhh8+UT76k3+BrZihUwsFJjKUeF1NgIhAKWxOTUtV/7sTWJ6vDo/ydYNvZHzQP32RLWC80eHuFt8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142154558},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"690f15070c934688b3a15fce79613d66717535b4","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-690f150_1720083118478_0.8012846974460137","host":"s3://npm-registry-packages"}},"2.0.0-canary-62c152f":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-62c152f","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-62c152f","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9bb792bd75722f07e726c3ed8701476c52364df7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-62c152f.tgz","fileCount":126,"integrity":"sha512-UasWl5mv7/SGhnCwu4Bo8KEDUYoyppQHJAxpH5dCIZzQCU0gzA4fVpCRYfu8FH458d/CFAKtKZYNbE30eQe1XQ==","signatures":[{"sig":"MEUCIArvnsmYicrF+0yXmhjgbAxyrXBz+TOZonZDKAPFusX1AiEAnTCNAwo9blRTinyOp/mbJW+rFBah9m25V37zslrBWTM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142154558},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"62c152f8c49ae051769e9adafe9b45012420f2eb","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-62c152f_1720793356990_0.3846822189052703","host":"s3://npm-registry-packages"}},"2.0.0-canary-7154e94":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-7154e94","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-7154e94","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"da04c31fdcc7d50440e60e723186486cd510e78e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-7154e94.tgz","fileCount":126,"integrity":"sha512-cRXSoEpcoiEWdkO4QTX2OUSppYs+edNbmt/0wNroFUvygJgsr3q8xWo7rPy5m3/4fOOdcInPiVl3MKeAkEeP2g==","signatures":[{"sig":"MEYCIQCm+RX1+4qQPMb2tuPBEmsr7sKxnS8Fi/6zt+p+VeRKfAIhAOHZ+7+Ylvzhnk8Ec8ClZvXCr1ovdQZXWvr7tjdh+zbd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142154558},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"7154e9479f84d949aceae82c3ef55e74cd5db2f7","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-7154e94_1721128875952_0.506418024175838","host":"s3://npm-registry-packages"}},"2.0.0-canary-cbfc75e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-cbfc75e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-cbfc75e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"5c35bd6a52efea1447af3bfe0cda2137fca3dbf1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-cbfc75e.tgz","fileCount":126,"integrity":"sha512-SO2DEbkneApuAx2JrmnvhUemJQE6Gtjm6rS/8vmbtmWlzW/1K75MctWuYXdEM6HzHk23yuAa8V/x+jXwCy8BIQ==","signatures":[{"sig":"MEYCIQDMRSpHvmmAQBqhlLqho1zcyNZGWnHD85YADWSr2suw+wIhAMEwj0g61fOtvIajpoiZFYjk/6sc7h1azEYoGnE9TNM3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142154558},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"cbfc75ecb1be4b07cd4dcc8e0eb3e945d6b1aee1","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-cbfc75e_1721305872160_0.6586092763556013","host":"s3://npm-registry-packages"}},"2.0.0-canary-64da99d":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-64da99d","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-64da99d","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"5c4125bff0cec54698b2515fdff5ab694799c8e6","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-64da99d.tgz","fileCount":126,"integrity":"sha512-HXpdXpfCNVWP+uqCwIzDEDXNBqidk4DdUu+05l3toqGuPSv0OjAYot7iClIa8pQHpTmQt9k3b8qPGhh/sNC0nw==","signatures":[{"sig":"MEQCIGxk1OP/LM4kjWf8ohQOXkPZR0YajcUBVIyIcYDYwDiVAiAzmT3NGQYFK+8jrlpdVK4NJZh81h2+jhI3wPmwIrZMig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142191484},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"64da99dbef0335a85a4e8e24c0c961dd12fa8c29","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-64da99d_1721317153004_0.4904144159969235","host":"s3://npm-registry-packages"}},"2.0.0-canary-9ea7840":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-9ea7840","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-9ea7840","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"93ac406126b6fefc3986e94c5390c50fd864d8e3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-9ea7840.tgz","fileCount":126,"integrity":"sha512-6HooRZtiwYeY2j4IupRFQHGIyX6XoN2cZuAxXYxTLCi/Q5q1bsm95Va8r8muJDD7cJeq8ivRUPnz12m0XjI3rw==","signatures":[{"sig":"MEUCIBsnfmcjPT+uxfHZhU3tBa8ALoywBDUhd2Sw1xL7Y9pXAiEA9M4EzXXQE+Kr+tP2CgJiJnvuarpc6W7sXvAg6asDrDY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142191484},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"9ea7840f7e2e45026b437cde1eaa4537b7b34681","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-9ea7840_1721321725209_0.9198279568580954","host":"s3://npm-registry-packages"}},"2.0.0-canary-39b924d":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-39b924d","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-39b924d","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"bd185f1c52e6140f5ba47d2d5e8da6199ac79696","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-39b924d.tgz","fileCount":126,"integrity":"sha512-IJFwp9YlgCuzn0qd4j/L6tY0HtiNbKfUjZG0/P90/5EXfByRc8K1TngPCo1i1oATySu76tBofgnxnv4jV0CkvQ==","signatures":[{"sig":"MEQCIHCJWQa+3oRmZcD+xMkTRii2mOeudbCQfNxc0Zbhv3xXAiBmzL2woLkIfnmSPWI/7KmMvJCadmcLbSA+JJggAUUwFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142192868},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"39b924df5664ccadc3105a9240057c8925621a8e","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-39b924d_1721383543435_0.27361499675023837","host":"s3://npm-registry-packages"}},"2.0.0-canary-2a6f081":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-2a6f081","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-2a6f081","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"ef6a3b5f5b00726d842d8f6bdebbd4fbd166f62d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-2a6f081.tgz","fileCount":126,"integrity":"sha512-7eJEp8RUt7gJ7IbMNiQsX7BgreWRvgWJMd5EAnUetDQ3FNCFEGbS1qpsLgZnpjK31yRozwycX7A/FuzfiBFkbw==","signatures":[{"sig":"MEQCIG3aTB4A/UsJBQV026eWd6Phs6FnLKtHG2EL63fSCIyiAiAm//6oLjKbvsoixKFeCSG14UYfoHhyImkTla9zUnkZgA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142192868},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"2a6f0818aae44e7bbd408ff9e48b708da03ec35b","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-2a6f081_1721652130835_0.3973797105650241","host":"s3://npm-registry-packages"}},"2.0.0-canary-04ae35e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-04ae35e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-04ae35e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"1e4914980f9795163087d17dcd3c46475ddcf4ba","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-04ae35e.tgz","fileCount":126,"integrity":"sha512-/lNQjm94awhsL9D3gYtL5mnTufEANkiauby+tathsbYDj3e7Pnn3j9vZf4Cp/OqBpInxZqKyUBRt4XuuliiN+A==","signatures":[{"sig":"MEUCIC4VLJvMl3UnrLOTcKvFt/PFwKMQGiDbSVP+dKGQqjxhAiEAp8CEXuLSHgcpRpiTaDUWslcuvKsF5uwGmvME2UDRXNg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142192868},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"04ae35e337d6a69ad2b151bcfffe9966db915161","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-04ae35e_1721659029329_0.6930647492380755","host":"s3://npm-registry-packages"}},"2.0.0-canary-0d0dce4":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-0d0dce4","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-0d0dce4","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"6a98e3df4af96e75309f1fe10430d7d0e92056a3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-0d0dce4.tgz","fileCount":126,"integrity":"sha512-hVsUiUrcMsuDGQ9mPRfWsr9Drg2JBoxzQVXw/Ohnqt9jIun33ieK0n+yb7MEKRy1o1o5L7FUV6k2ICjV6atRKQ==","signatures":[{"sig":"MEQCID5BXEiqfLnAl2y9gXoHEg31ry9aW+AK1OtEYVDluUlhAiBhkfu5CCnk2C1YnJmU3RpNrwkRI5gka3cR+3yUpNoHlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142192868},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"0d0dce4f89fe8775d8fe938c091aa0c4c1b8e717","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-0d0dce4_1721837580731_0.5099917168268842","host":"s3://npm-registry-packages"}},"2.0.0-next.7":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.7","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.7","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"db34882eb99b9352c670dda20b012cdc20e41cb9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.7.tgz","fileCount":126,"integrity":"sha512-ivpeXWCyyhnyUGAspJtiGPgCAFF/xlGnaVIRNzzlU5okcJsJDy+XsZrrmWtozJrpYsC/LhpcS5rcaETTvvWvQA==","signatures":[{"sig":"MEUCIQCYGc2zLK6KnIrLnfOk1neGeZCOc3vijsMUeUMIZxfTkgIgOtW+NLGBqMuE/2WCav2bSxoUX06irCFDjYoVXadOnTc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142193241},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e119d956001c8af09454a53a3cb0fb56acee88fa","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.7_1722241440828_0.6050260377063974","host":"s3://npm-registry-packages"}},"2.0.0-canary-e119d95":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e119d95","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e119d95","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"689ea5be9988a758f23ce2e730a4323302ce751a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e119d95.tgz","fileCount":126,"integrity":"sha512-0tjQxqkhWq3CPATVzvh1sUDc9+uCvTcqRhqzFvHYIN0KEFLtYNa1YCbWjmuH7mQwGZCC0KKfDjQwmEneMZvPgA==","signatures":[{"sig":"MEUCIQCjyCE/4sUtuH/+oZNAZO/gZEMuT/6lBCf7cyTz/K772wIgPxChJJ/OOBV4bKQdcaKr/1TNuzYDSotGMRoeJP+ibNc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142193249},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e119d956001c8af09454a53a3cb0fb56acee88fa","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e119d95_1722242483948_0.3282371781081681","host":"s3://npm-registry-packages"}},"2.0.0-canary-a6f05d1":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-a6f05d1","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-a6f05d1","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"98db875af1f08e39063ab6d2defafeb54011d822","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-a6f05d1.tgz","fileCount":126,"integrity":"sha512-uA/WEx5PqM7WBr/fdoqFEDv9uu2E8KqCTOnOmlyYEWoRaFwK4zum/lGspaOeLGAW9lJ9L4oZ5rOF494hfmLaGQ==","signatures":[{"sig":"MEYCIQCqTQSfDo9KxrbsHPa1Sdpthoze97t+7AsnsN41r6qdPQIhAMc2tmSAPsDkoDntFpY0mPi6RGuTUTfo01NxpuPoRumD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142193715},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"a6f05d17d272ae4d9267b266cbb52355057b5d33","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-a6f05d1_1722264155484_0.9413133570510908","host":"s3://npm-registry-packages"}},"2.0.0-canary-9fcb804":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-9fcb804","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-9fcb804","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"2c24fd9ce2baec641a1c80af9cb67e2ab40a06c1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-9fcb804.tgz","fileCount":126,"integrity":"sha512-hUs13MQKiDgS0cmJzp8ldgI5NuiBG7aoz0Iaa9Zu4VYLwiDxLmJxO5Uj4LvhjPtD7Cby4fUc+d1WR3dYa+dnkw==","signatures":[{"sig":"MEUCIQDfeIz33Dbn/jY0zFsKtDAkQwHRSESHSPS0hoR2yjAVmwIga58R/JdAo0rE0lQDf/KKGqw9hivHkzn/R8dmIYPtX88=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142195232},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"9fcb804e36e70921ffa9a88b1287c3b956024e3c","scripts":{"test":"jest","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/jest":"^29.5.5","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-9fcb804_1722327671458_0.5843560277246891","host":"s3://npm-registry-packages"}},"2.0.0-canary-b7e6480":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-b7e6480","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-b7e6480","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"036fa61eb94c3dbe61f11cbdc90923344b13eb09","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-b7e6480.tgz","fileCount":126,"integrity":"sha512-QT5LRkJi02qKlgdFDUy/3KtX1VCKlpGOxQu5uUh4GoKh2H6cgZb3s716uLZgTkDRPPe2oShBJpwppjSPp99x5w==","signatures":[{"sig":"MEUCIQCSh79sIZWQLDMA86M4UWfAhZlVuKHMHYsr62oZ+gjEPgIgFdrCkj/i06nChcsMSoo0Ad3LBbNOjAhcogPiM0yRcJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142194675},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b7e6480292342e8dd634578fce62007919379911","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-b7e6480_1722502518444_0.6567616536491776","host":"s3://npm-registry-packages"}},"2.0.0-canary-bb7e9d3":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-bb7e9d3","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-bb7e9d3","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"e91e2c65d8f989c0222e0e537a50eb2281828416","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-bb7e9d3.tgz","fileCount":126,"integrity":"sha512-Ldno1QGt4pbCjtUD8B2H1Wbq/JAGETh2CC69MEA0aO/UGOYvs7d7y9ZgVmahF4JP+y8buJJ8QpaHH1Bwn8avjw==","signatures":[{"sig":"MEQCICY0U0u+Ysx4t4fd6tv63Buf6KadvN+CpgwNgng22RtsAiBieJc6sGe7LGTbvsiz2rg66qnvSpcs9Z9AX5Lm35jc3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142194675},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"bb7e9d37438c43e9137303f818dd4b13f93682be","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.7.0","description":"Cypher language support","directories":{},"_nodeVersion":"20.15.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-bb7e9d3_1722603466773_0.23813825083070572","host":"s3://npm-registry-packages"}},"2.0.0-canary-aa69a2e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-aa69a2e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-aa69a2e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"a3e41b945b1b000b859db511bad92eb9d89e85de","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-aa69a2e.tgz","fileCount":126,"integrity":"sha512-Y6Jf8FLKUh8BCrCIxJLUJUZjBWqDcWujjN/uRvYcwZdlpy1wKTPHfXbzswo9upNwtmGGRG6kUKnKQtIAYHI9Ng==","signatures":[{"sig":"MEUCIQCJCgd2mhXmpuRdRoFwNbDUtXJN9zeiXB4qp0k03t4IrgIgMsXi3vHQ0fLe3Qc4NOhE7ZHoPpQfGt/QkCbSqlSjArI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142198776},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"aa69a2e4dbfa5193d800752169ff27d9ca3a31ce","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.1","description":"Cypher language support","directories":{},"_nodeVersion":"20.16.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-aa69a2e_1723215121988_0.7374554931296327","host":"s3://npm-registry-packages"}},"2.0.0-canary-8eea181":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-8eea181","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-8eea181","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"b124bd0c1ec3d20b89a834e2892fb45c38f268fe","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-8eea181.tgz","fileCount":126,"integrity":"sha512-0wzD1lqRDemRNJ1i+rn8wVY4cyMhgDHsO3BI+RMTDCX8LlncVkhGoPZdwoe/c0qCvCWyNZG9whNMsQFHy0ftjA==","signatures":[{"sig":"MEQCIBvU3IlbdY5u1wtxjaqMxwuXTCeK2ZZNuGnU4Q25XDWuAiAjNFxU7byXy1opIOGVn6E5riOuDeqPNifUnZLaSH7Bng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142198776},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"8eea181ab0945a3830fdc6503b7521d36d6ebe7a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.1","description":"Cypher language support","directories":{},"_nodeVersion":"20.16.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-8eea181_1723713195020_0.6449575620866479","host":"s3://npm-registry-packages"}},"2.0.0-canary-e2db916":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e2db916","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e2db916","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"24534689a6eb2186d5b54b5db768407da1d3656c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e2db916.tgz","fileCount":126,"integrity":"sha512-gWOewfSrWm+cAa9//ksZm0zuTP3oXA/ZO0T4BOqjAsPoG8zCWuU6Rh1Cg3rwGdcfTpkI1KRJNO6gXX0xwtFS2g==","signatures":[{"sig":"MEUCIQClR4dpRECwieefsw6NoBkHuy7P1l2CqSVX+6jHyXys8AIgGpn4ycrFIQNNfxZvaPbg7vwmPfH8pIMz2TunrG6At+U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":142198776},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e2db916c07784c664a204c1f73c0f8353ba3bf9a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.1","description":"Cypher language support","directories":{},"_nodeVersion":"20.16.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e2db916_1724757853777_0.10160649272897526","host":"s3://npm-registry-packages"}},"2.0.0-canary-01d23d2":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-01d23d2","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-01d23d2","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"2d71f7bbe1907e617ae89354d7e637bce01e303b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-01d23d2.tgz","fileCount":126,"integrity":"sha512-QXoaJVbV33rDmkN2loSas6kXDpvO7nz0J3FhYyDCERVOk9fJXCdH358sK1UKX2sZoggjKgbJiUBOtLLAnc3Tjw==","signatures":[{"sig":"MEUCIQCLBHtDts3OhtejMYGtRHD4jB6Y3rd5YHrEfDo3edUjXgIgWHFqNGCAFkrcdhh3k47cnVoCiEr67kQEMJO0WTRSNgo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155045218},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"01d23d2dc9fe3b3945cf315be359be4ab567360d","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.17.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-01d23d2_1725276666104_0.8809577805666571","host":"s3://npm-registry-packages"}},"2.0.0-canary-b2bcab1":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-b2bcab1","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-b2bcab1","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"14479de8bd385377d0546e514607c61e07c28910","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-b2bcab1.tgz","fileCount":126,"integrity":"sha512-xuiBPVG2YTUH/6dK68oW+HIY1FqfFG0joaNlkqNeOW8Om1VVQ2AfroJvvPv84RoJQE+sCvDHrlcm6EKxB5l89A==","signatures":[{"sig":"MEYCIQC8fH0bM4I43RG4FuT/HKLoYwVenjF9Rr0voh86XbyZEwIhAOG2Ng8wAWXcdWQ7AgpgCp8ZAgiZesnRrcPZq9ht63xT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155045218},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b2bcab1027474fce3fb4562dea1a55be925a9738","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.17.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-b2bcab1_1725277262338_0.15536643921314575","host":"s3://npm-registry-packages"}},"2.0.0-canary-af87a8b":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-af87a8b","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-af87a8b","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"dc9042ddee10be7164a7fb1f4f4a5a8407bfe1c0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-af87a8b.tgz","fileCount":126,"integrity":"sha512-1f1wY6UsTGRO3tZ8dN3kYyDfBvcB6262PJB2241HhS4jmQbzUIZbxmI952ZQLj3af56UFEfQPF9Abyr0wClm2A==","signatures":[{"sig":"MEUCIGUeLIyAMeDJPOql50WsKXkWXRHCupyIclsWPCb1otc+AiEAtYhx6+4oDrXxwsuSHIEafq/8gT3WccQpn5OUQDs4flY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155045218},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"af87a8bdce999b371dc4cb6d5c194322ddb29c48","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.17.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-af87a8b_1725611331498_0.8695318334644866","host":"s3://npm-registry-packages"}},"2.0.0-canary-f444ce5":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-f444ce5","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-f444ce5","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"8da70da000dd7dc9062b9c084b3ce12a602d07ac","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-f444ce5.tgz","fileCount":126,"integrity":"sha512-FSwqMwcO9rq1V3Iv05hKV6HigGHGvNoI5JgRcZsx3DiHWC7xJNz8lNEm59mA6+nKYbydxOBcJlprFGylmep6Jw==","signatures":[{"sig":"MEUCIEx0obZxiNSsgrE0Mujel2qoMlGtJZlgoyIDxyA8A/CsAiEAyxVnX6phqHup7Af0OO5WnrSgVjfhXTyiaLRoO1iTDbQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155045218},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"f444ce5426a34613a281879df29b475e9268a971","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.17.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-f444ce5_1725638970968_0.440594367437821","host":"s3://npm-registry-packages"}},"2.0.0-canary-05663bd":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-05663bd","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-05663bd","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"ed1f061cca1917a1cefa26f4ab0682b15513a2c6","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-05663bd.tgz","fileCount":126,"integrity":"sha512-HQ7kqX4hZLZ1tmqQ9Vh4pRGwiKJFCm7HsEDIhLEd3OzW+FNkzMG4V66jdOFNSDrwD37akLQHhDi3noQgOpZ2ew==","signatures":[{"sig":"MEYCIQDXeg3uywIBpc5tiEAoO0i3bBIrC8xqnE4trQwiCpACSQIhANPffUVquadjkxrRZVqyT5Spcw6kGbAdJwxYMBUVvL91","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155528178},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"05663bd8ee2bdeb7b4337fc8faf6322465418e92","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.17.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-05663bd_1726254796395_0.1498963981893482","host":"s3://npm-registry-packages"}},"2.0.0-next.8":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.8","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.8","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"cb26c6cbbb206fcc9d651c7736bd60169962888e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.8.tgz","fileCount":126,"integrity":"sha512-dl4kNU+i8hbMgKSIGWX/Lzeg5vEst9wDPz172OA3XQ3HNGkwlSBxAqauVgA9EUIX+7Ujhgptzz49cZMuAe5KtQ==","signatures":[{"sig":"MEUCICZnP382SNstRQ/ZYZKjybFZhH0IQw3sxbeG9eM2BXiKAiEAlI6Btk9mkwXMWOK49MgSHS+o2S1os4y8lHqk+OdXcIo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155528298},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"752ddf6db82d409afa954a8a432e231f2efd86c3","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.17.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.8_1726304632633_0.5119545949020039","host":"s3://npm-registry-packages"}},"2.0.0-canary-2e72ac8":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-2e72ac8","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-2e72ac8","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"2dbc8130ab6f6a44eabb041a51cb75263fc5df0c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-2e72ac8.tgz","fileCount":130,"integrity":"sha512-h5doFOkm9Cpd/p9/l8GScSWozOEc2uZyGbq6koDRcDSZfhjCt5UbJV85r1sRFMkftXfhCl7eGU3wHrPoH7H63w==","signatures":[{"sig":"MEQCIERDRWaVq1YifaifzdRgVwYM0VKU5XBQybNck94yZWZtAiAhV6RZkwO/CAUF0Mf0xRdw/UCSPZEEfcgmwx631K0HSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155556181},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"2e72ac8bdba484c74f83fe20557406be3a9fa3de","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.17.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-2e72ac8_1726648040297_0.11028449636986681","host":"s3://npm-registry-packages"}},"2.0.0-canary-99a839f":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-99a839f","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-99a839f","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"3e4190c3090fc6d7af0e35cfa162ab0316d5fe72","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-99a839f.tgz","fileCount":130,"integrity":"sha512-eeYbMBfLfHfBuoKJ/rFu/gXWMDpnIdC6BG58w6Q6PzPc2g3a6VaXz+ASNOhel58i5EEVA+VLMr+DW+1IRmzO0w==","signatures":[{"sig":"MEQCIHcxt6YVmRSkRfXl8FhNkMLrkJ8TJwAeKSIi5GRBaeqZAiAIuh6j88MaQbg5vnlDHpmY3ZMj0ra1Jl+lcPvC8NhYpg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159543869},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"99a839f8cf1a1d7b74798a6ed317719dc396307e","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.17.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-99a839f_1727271440587_0.15124520218822068","host":"s3://npm-registry-packages"}},"2.0.0-canary-0d4fb85":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-0d4fb85","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-0d4fb85","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"982d8a57f32d908ac478bfa0b4f654f0f8c911b7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-0d4fb85.tgz","fileCount":130,"integrity":"sha512-2eS65ZRkVviBgyk8sSOuVgsbAVN0eDYbUZUewW4t0tHNnJ8dwMabnA91K4i7C9VZXKpYIQVK/HxptZ142Rw9dw==","signatures":[{"sig":"MEQCIGpA9/LQkJadUBE6m9/VYjk9L6I1Lbwe/YspAQzZq++nAiAaaIOObWG8p6FDCcv9K3UgGor+4OaKjH2ZxWdemzgqPg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159543869},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"0d4fb8595c7cede7fb5781ddfd313f43ae92b111","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.17.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-0d4fb85_1727279840796_0.627155889324523","host":"s3://npm-registry-packages"}},"2.0.0-canary-129a4eb":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-129a4eb","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-129a4eb","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"dda413fce75e88a3a7b357cec47d1a9e116a10a8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-129a4eb.tgz","fileCount":130,"integrity":"sha512-ii5E9dlr5f3B9rMH4jnI/FoAT2z6HuIWtGqN9Z2mzkGcNiyISbIjs/owoPHRU+k5JkJOaYya6C6OrBinoQeVQw==","signatures":[{"sig":"MEQCIFmjKWDotp0EIAjembey1ZBJk/A6odsdpdEc9UCwcdFVAiAfC4HsmmUeI6ZKkQbr2tGJWjsOBYvQ676qdZhUK+sNSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159543869},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"129a4eb4c2073c2f0cdfe8235fb6b7fd962e1f51","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.17.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-129a4eb_1728913519717_0.022331687790904775","host":"s3://npm-registry-packages"}},"2.0.0-canary-e9621c8":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e9621c8","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e9621c8","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"16fe56c1099873a7ec7fa9e8ed8730c8308b568f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e9621c8.tgz","fileCount":130,"integrity":"sha512-UdyiAsbsn+7YCix5AmdYEUt2us144ZGYqQwaiVpwann2WfOttrmu0/5HL3DhXMV2EsLVmy9aaplMwAbtwF0wUQ==","signatures":[{"sig":"MEQCIFi8SpDEjFWVvUpCje1+DiWtOl+xcrN8sts/M39tkErkAiBPy2VMc9sLSIPLjz6zbBcZ8qimWeDGwTYqzFfGD0QAag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159543869},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e9621c8fb424766dc3591ecf7e1e33df6fab2279","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.17.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e9621c8_1728913945464_0.9513737787296734","host":"s3://npm-registry-packages"}},"2.0.0-canary-dcbe67d":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-dcbe67d","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-dcbe67d","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"783d3ca5707eabda77e4596fd205f3a818b4b02e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-dcbe67d.tgz","fileCount":130,"integrity":"sha512-u9SwdpzPXDTX7UX6SpOWCiB4t3Iuc+KbwOUu76OAQKVVRMjOneWnBT5Z37it7DPtad6WNyYEx0cvfHsqnn/YDg==","signatures":[{"sig":"MEYCIQDBj9LV1p0og5ARtYwjujTHhJM4ggyakb+uSvAvkUB4YAIhAKdWfFv/5v/k3HqvunRhBIqr5P8KF0BTvkz668rVtRCZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159543869},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"dcbe67d88e95d437e99473b2b29df4eab92da723","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-dcbe67d_1729779767220_0.09491305107806691","host":"s3://npm-registry-packages"}},"2.0.0-canary-5860760":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-5860760","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-5860760","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"1ace9b95dacf5e39e4ef7d9b22384f7e093b8dd2","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-5860760.tgz","fileCount":130,"integrity":"sha512-7Vl4c5hzELjs32qEzh1eGkGi/fTRymz9jWpv6tIAMd5mB0wA8PJH73CmTlf3ZD/SNndXexDg7XR+3RVO6WJWEg==","signatures":[{"sig":"MEQCIFYUpqn43XrqNhyty4gcWG2Ht9avnZlVMh+OFkTrZCjTAiBnlYzBloXuUe99YZPmcYwrPfekydbwokbMULZmYIKaFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159543869},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"58607602da38d7114b9c80b16ab1d8e70e1bbb86","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-5860760_1730129473246_0.05150890827422927","host":"s3://npm-registry-packages"}},"2.0.0-next.9":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.9","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.9","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"b1c7211041d082cf55838ad1724e5bc1592fb88a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.9.tgz","fileCount":130,"integrity":"sha512-3P6PvmxYtO9cdpmrkZvUNPjY9d/t8A8st7XO2vWAk8i0BbzYkhK5jFKixMZcoGRgiFYNX5zvreUsGYelxbUlxQ==","signatures":[{"sig":"MEQCIFbkr6s16hdZIjxPhwqmhB+ePZct/0DGWxBpyVYrTIGfAiB2ijx5qtN01A5iOs7W2CTEvWItvL9AZ9X+LDOta0FuUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159543959},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"3b890c5faf29c8342a59fedc5b78551c27eaf472","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.9_1730131364831_0.44885670262181265","host":"s3://npm-registry-packages"}},"2.0.0-canary-9fd0ae1":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-9fd0ae1","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-9fd0ae1","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"591b5e46f62eeebddb21e0da9d996965ce2d598b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-9fd0ae1.tgz","fileCount":130,"integrity":"sha512-LiVudUqi1Inp0PwAPmbfIm7bcrOgGRQAjWJp9XSJfW83GqEN5s6dZcHg0x5RkfqsLg/B+JkSXhJy8fd6cBBa3Q==","signatures":[{"sig":"MEQCIC1+G9nDlAXDPZxDHwBmxptXBj+mSxmb7OPKtQ/9FiAcAiBFPl26uC76WNdGvPLL09CtpRJ2/pA+bRViVBpvUvtK1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162126987},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"9fd0ae185cda8043e5e4be204153366cd78c94f5","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-9fd0ae1_1730193292371_0.313568920334683","host":"s3://npm-registry-packages"}},"2.0.0-canary-25fd887":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-25fd887","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-25fd887","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"b229b39762055d9429bae901acaac5581b1e15bc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-25fd887.tgz","fileCount":130,"integrity":"sha512-Yj9kavx0HtiqbF/DypPvlnbahgmckofw+VQmspb/QmxWJtRNaU1SN9Ca7L3D0eVgGIz1NJWFnTJmjDmoAAEcPQ==","signatures":[{"sig":"MEUCIG5zOXM51kgu3OqTxvfsly29Srk1LoAkNknSP9GqftZvAiEAqswTY/9vu+MWomWIRURYWVOwgD2zkorKifDuMIA2jzo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162126987},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"25fd887fa51038910676227cb6f0ff2f9cf01e3f","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-25fd887_1730193321704_0.43743996545101993","host":"s3://npm-registry-packages"}},"2.0.0-canary-522bae6":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-522bae6","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-522bae6","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"8087f793268f60dcbccddabfeb74e45788e98d34","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-522bae6.tgz","fileCount":130,"integrity":"sha512-kFctMZAvLo8VYqrHy9xBU/AK7SDMEqf0MZRf1gt4Kd7KSekK0JNRZg1JD7UwxhL4hp/FSUlAkXlug3o5arKhaA==","signatures":[{"sig":"MEYCIQCPTCRoFVoNlkBLjL7ZkiWgCZmPx+5AMM/XFB2eA+qZ9AIhAIb1g2qGZJy2xE95d1U8OeXeKZt6Z1Qw8FWbNdXqvtZx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162126987},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"522bae654deb80d30ff1426558ad50d401861c8c","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-522bae6_1730279511863_0.5904637076737114","host":"s3://npm-registry-packages"}},"2.0.0-canary-b08f11e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-b08f11e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-b08f11e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"2e0fcc55bb02b333cb209cd32833f917e27748b8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-b08f11e.tgz","fileCount":130,"integrity":"sha512-T30PtAQ1VOcrb/sxkt/4Fqq+ac/8xW+eLxcanx0E/puvLPGaoonasMGhBbfHF2iCmP0wh4sInF800E3zWCiI9A==","signatures":[{"sig":"MEUCIQCswTE6uvhDN2VKPGnbH8W5KrGFR6CGQFc3Ec3nmil5jgIgfXt96V613zxoJp9aWx7YI+lFanMsQoYwfbpZyp35t88=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162793052},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b08f11e39e19716f1f253506a22dc92ae630b628","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-b08f11e_1730733336101_0.8476187353930655","host":"s3://npm-registry-packages"}},"2.0.0-canary-8760c02":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-8760c02","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-8760c02","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"7ea7790d0a9b28ecffd6983e2f984efdd941d013","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-8760c02.tgz","fileCount":130,"integrity":"sha512-ip5/QFVfXsrnzYjXaV9KHoRXwwpOklAkBjHbIkegzfMzK8XwrvySGJbAE83fhN4TQHHfrm0eFbhAxUfuA2qL0w==","signatures":[{"sig":"MEYCIQC4BCrpc0G1aj1uATepdgJH7Ftqto8R0ELz4iyS+lp3LgIhAJElplIH67BB2UVq2usz56cVmjbEz1hY49Rog+bpv9kX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162801350},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"8760c02b80096d3456130bfcaa3f3bf5442cf993","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-8760c02_1730888217018_0.1987721643583773","host":"s3://npm-registry-packages"}},"2.0.0-canary-db9f594":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-db9f594","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-db9f594","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"615e71c96ea31fcd3b081a2b938f073ac5084d1e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-db9f594.tgz","fileCount":130,"integrity":"sha512-Nzubkyo1qfTX+0T/BZnXwlIxxvm8T2tYiiRbiWHDE5wRcBWdfS2dNHAKlNzp8pckOG8uJUVMDQAq0pZ1UpkmTg==","signatures":[{"sig":"MEQCIEIoXZ+oqZkom5+sZZJZjJQsg9rkgrTZp0l47qr3waPXAiAcs+rfL2WR9lyoylSEd6bL1/71MAfSmrFb1apF9IEWoQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162801350},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"db9f594a8caad34dc48fe84e653e217ce4d435ed","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-db9f594_1730891398342_0.4466998031894034","host":"s3://npm-registry-packages"}},"2.0.0-next.10":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.10","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.10","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"7e1425336e87c7b95bbada8de9a71081ba4f6199","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.10.tgz","fileCount":232,"integrity":"sha512-KQuyVBTEzYJQYjqcKDiqVDavJgbG1HWDRH5clgnnbsWt/2pmy8NbT3OoycdiuPjvsG6QVLHZkcFIsVThHAgrxw==","signatures":[{"sig":"MEYCIQCBngBWgaZn5iGXK1esXoUroahaDXk2D4GOmcm+jQa3lgIhAOFw/WGD033oMmDCiRb6cJQSs+u86JaWmQ4BUIwYqMJ6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":178668599},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"50d53f6392559b24f38a60a9fcf9f7bcaa89dbe1","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.2.4","description":"Cypher language support","directories":{},"_nodeVersion":"20.11.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.10_1731486336412_0.3770658336260282","host":"s3://npm-registry-packages"}},"2.0.0-next.11":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.11","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.11","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"86fb7623eefb4c0ee06c68dd130486502d2bc01f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.11.tgz","fileCount":130,"integrity":"sha512-dzuquuCJbLoqkW/VPTIvV+JVhF7eoG36t5gTUDhUl7czhDkChFEKP0K3438ZZNHxg7+JTu7YzemFMnfF2sWYYw==","signatures":[{"sig":"MEUCIQCyFVGGRUFTsMI+O569QmTP3DOIc4XeO+yKPFJMW+nGmgIgHPv/oe6QnETnxINJ0Em4av+LL/xvYstZM7yxbtjDQ1U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162805425},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"dd41bf64d83690815391e79e1980d998bd3b6594","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.11_1731486607844_0.06804526784769149","host":"s3://npm-registry-packages"}},"2.0.0-canary-dd41bf6":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-dd41bf6","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-dd41bf6","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"f9988cf1bda4afd9992566b32ff67fe46dd9c825","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-dd41bf6.tgz","fileCount":130,"integrity":"sha512-CaGuDQ69CVucCPuOiQo1h9GEMiXIbfMLF5OYOj8jAquZQYKD2b4ldiHaUX3k8twefEKRQmEGl7DGTw2z1lXA+A==","signatures":[{"sig":"MEUCIGVAYd2drxEphBbRU7c90RFGeSB+W256jZcieEFfLfdXAiEAxpfBCxAH5366Bz9UmzZjZt46Vtl1MxGi3vxQgUtdGEU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162805432},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"dd41bf64d83690815391e79e1980d998bd3b6594","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-dd41bf6_1731486714110_0.0651411953584089","host":"s3://npm-registry-packages"}},"2.0.0-canary-36e421b":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-36e421b","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-36e421b","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"4eb38462a8b26e9da59b346c69c993bdbb5765e1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-36e421b.tgz","fileCount":130,"integrity":"sha512-VY1aIfRL3L3CmnvVjzMWm+3EV6bBKhBx+Woay68M4AfwLHzLm1fRQF3KCu7Ru1EwWq8LZ5tUn0uu/POQOFz5hw==","signatures":[{"sig":"MEYCIQDFx/9sy5AirjBheNSYJvo+KRoyohnwxkhYkKfNXloXKAIhAPV6N2+Ay5O8rBvGxGJIAjrF5FwkO4QabIUz1bTOvLqq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162805587},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"36e421be01189d50ef3c9be6cc0a0725f8a2dcb5","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-36e421b_1731588385077_0.4379808793662523","host":"s3://npm-registry-packages"}},"2.0.0-canary-62ac442":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-62ac442","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-62ac442","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"fcf88403e300684a0fcb074a3a1ec0adcc37601b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-62ac442.tgz","fileCount":130,"integrity":"sha512-Ut6/gZM/q9HQJkinwXHb43z2u+Z3LuiTNJkgkzsTDyNkY+rvjGKFZ0bBmsRY+aaiTEHIcpImUvKI9BJkPN9VXQ==","signatures":[{"sig":"MEYCIQDHlkinhPYgRw8KwAFiaqeq4kWK3ofWG+0qOex57HLHSQIhAIBF0rp02mPlQkSW15iqE9hr/1CQXdzqEiCbkpDFA1A4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162983344},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"62ac442d9dbecf81bece51326edf7ce913914bf7","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.0","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-62ac442_1732114439949_0.8508537119620592","host":"s3://npm-registry-packages"}},"2.0.0-canary-22081b0":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-22081b0","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-22081b0","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"8a04f133c876d259aef3928c3b6114b13c6d0509","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-22081b0.tgz","fileCount":130,"integrity":"sha512-q8i6T2/Ap/FvPhmdoBA1/pPJpEs00IL5HUYiicH8kb2Ht+PGl4hiXcmG+KxxYyguUiMMMEthj1gs/ckVaCRJTg==","signatures":[{"sig":"MEYCIQDVqu6kab7GPp+gRZRbf7Q0B0InNfRojleXQPKM3klLvQIhAOnqysHAdhptq49SwY+/9bCbS3wTbLUa/syw6NCu5lc6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162994913},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"22081b024fdf4cf9c9ca80605458c2f0eb791ab5","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"*","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-22081b0_1732616590975_0.7201727795363677","host":"s3://npm-registry-packages"}},"2.0.0-canary-b66d0d8":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-b66d0d8","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-b66d0d8","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"7052841f5c7db5c4a69b19301fd299fc04e4bb69","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-b66d0d8.tgz","fileCount":130,"integrity":"sha512-g862iADD8XUqyvRNPIfzcc/CVz6+HlT1bcgtyrsmR1+2GESkn/q+i492+Z9yhii4PFvT+BsaDxaYTgKEfyfCdw==","signatures":[{"sig":"MEYCIQCliVOy2jrzpxYbowDIxYJFCzSnZtI1JjndsP3Ycjf3EQIhAMyaKezHwW1D6I7fyuN+LoWHBJII7OAZWAc0mQzJcNQb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162689048},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b66d0d81828a97a185630913ca3b6fc44cc5b937","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-b66d0d8_1732705781683_0.7173144506801024","host":"s3://npm-registry-packages"}},"2.0.0-canary-13c81dc":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-13c81dc","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-13c81dc","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"bf10a8eb5176e510ace95830500610c295b5178c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-13c81dc.tgz","fileCount":130,"integrity":"sha512-ZNpI76oxMAEEhGsUjpVYUMP/Va7WXRY6ErtsiBzQohTJy2Ulc9VE4yRNlUBR1eMbi7WQ+LquKgFHcvE10gykNQ==","signatures":[{"sig":"MEUCIQDVveX3xVjxmDbNONyfkZePJOwZfDM9vlYkVmBK3zqN8gIgHzXjgrsmtgLeRQNrbkRzxeXnSqSnyE3txKHdf+99sVI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162690976},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"13c81dc722d7d85cb8f30f5e12f4b41b6b7ce326","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-13c81dc_1732705795822_0.7782207898857361","host":"s3://npm-registry-packages"}},"2.0.0-canary-532ff90":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-532ff90","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-532ff90","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"612738262e239c4baa25b845d4cf1fa2fa473b99","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-532ff90.tgz","fileCount":130,"integrity":"sha512-LQUXdDXvrd+DrCrgIfegcJsmoOzX33ytnovMqiK++MA1LXo3VyAccJGwRB7pA1ftl0TLkxItGK1RGw+FmxHIFg==","signatures":[{"sig":"MEQCIBSrEklQ1J1VYASXdBxfNv2QhJHdceMGPtfWcvpLtsbpAiAnVEeycPETmVY+MBcJpNElJr060zzQCSRI2uCATYPO9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":162691089},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"532ff90a10c313a5c44d3a5fbb6b9a8595597c2a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-532ff90_1733230677893_0.2668856831397719","host":"s3://npm-registry-packages"}},"2.0.0-canary-169a623":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-169a623","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-169a623","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"17c77cfa7d08b523a19636e966e0ff96d7e32957","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-169a623.tgz","fileCount":130,"integrity":"sha512-xvfFhqLjlIaL0dTAvOW4cWqzrwnb2hpaghCYAxAAkUDEIsV/Uxn6D5KAxNm6nOLzOJbVWqH1iGjy34GScp+b2A==","signatures":[{"sig":"MEYCIQD+ajWCEOVaMQOjKyrwC05oR4E+cS8pst3u4X1lNGzNQAIhANk+sw1LJWtGOI8KA8/xhYyerWgpAISY4deOQTZzjXwr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141289284},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"169a62322a9e8cad11d99a93104d24c87d9f44b1","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-169a623_1733330929196_0.9294600744472785","host":"s3://npm-registry-packages"}},"2.0.0-canary-382563e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-382563e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-382563e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"700edf1e0a83f79ea17405106313c7b73b54b076","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-382563e.tgz","fileCount":130,"integrity":"sha512-MS3w1zSpKZ2/mIDKKEdlUT6E1FdrgH3tszQazGFbv9zJ2+RvckLDnIkjlRKdkk8Ag+RJIyJEbBz47RAc1fZCWg==","signatures":[{"sig":"MEUCIQDMUKQVzsAGJNkPk1AGRBjNJ7E9rvyQXFtLFtjXsu2lFwIgP2O4gGOe0LSa0LWL6ROiw6zFxMNCi8vLna5DQmajJF8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141408514},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"382563edcefdd1d13d9a0b50038ec5b26a48d78d","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-382563e_1733744423993_0.41397372655621","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-88fbe63":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-88fbe63","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-88fbe63","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"2652fd08d7d29311779eaa9e11ae656a55349a49","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-88fbe63.tgz","fileCount":130,"integrity":"sha512-kKikNmSrvCtd8ddvW9cyAFmWcyXTVqqk/SEnzxK8U246Z3TGIi7+gMSa6T6d9Rc/rxSEkENW0UQQXxCJP3lvdA==","signatures":[{"sig":"MEUCIA1Oc4x9hkKRKaCtdRrhZmn5VULPlTz+VixGlzFL/JXbAiEAodhM/0WMtOnODhrW3aSTwnRG90YjcGZSnnazVnQnD+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141412191},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"88fbe638d5d83d98386c220dc1c22a700a2b384c","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-88fbe63_1733749671398_0.02682942510110653","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-adc5b64":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-adc5b64","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-adc5b64","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"eebb1c6f3dae656a4cf73b7e739f2c6f0cf47507","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-adc5b64.tgz","fileCount":130,"integrity":"sha512-Lg8wjBCAspD1gRRoJk8tfxMxV3lxeO77iABKIiYqXJL/oiXWKhb62OaO3le+Mf8IRiBHh6L+N7m+evhqORyUpQ==","signatures":[{"sig":"MEUCIQC2FydlgLF4UvhUJu4G8nQMyuQBaPLuGDBapfB/Yj8GZQIgAY/q8IdhgEDdIcSWum1U7LOtuTMmMY5ZqgM1K/I/ue8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141412191},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"adc5b64da93d4b4973e30852c28100cfdaa4e937","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-adc5b64_1733750848098_0.1461949822880848","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-f5e5c79":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-f5e5c79","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-f5e5c79","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"f5fd8542fc8935b089d110dec0b153c136ed2e12","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-f5e5c79.tgz","fileCount":130,"integrity":"sha512-KRgOaUYM3vTVy3i306ysPMn64m4P0EpwxPke/ry+vvHLSHA3besuiwbTgrszOl90INm9vy5nde2n31GZaTNcqQ==","signatures":[{"sig":"MEUCIQCIIes3iPlKZypBhkyCIauR36EiHcqbkh0E3yXHpED0oAIgHBFAPj3ckaihYq0fQfsFDNe54jenlZMa9gimjtsnyJk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141412191},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"f5e5c79cc56a24e48eabebb462f0053b02cd6fd9","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-f5e5c79_1733755929440_0.3388596816764222","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-7e149a8":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-7e149a8","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-7e149a8","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"fedae3646b2c3552b608f9fb00c6fb2e99b88421","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-7e149a8.tgz","fileCount":130,"integrity":"sha512-Wlzjt0/fRFHIuPHa3+uEWovHXxwZ0qqsJAch/USHDX5NIWUlYh+WTTpD9sMNgguqFFiMFBWJMtafzqwy+2LZ/Q==","signatures":[{"sig":"MEQCIEixnjdnUVS/bxYVfMyt+VERARklvmmx3DZhZMBL4XhoAiB2Unb/mZtojuTQub6tS+aXn+dEmzjww9HlsX2VYICKgQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141295391},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"7e149a8038222e536cd9c0b70c89bfef31388e38","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-7e149a8_1734009000456_0.7478079276706877","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.12":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.12","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.12","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"28124780f1647717bcd6d3d940d3ce0e6a81835e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.12.tgz","fileCount":130,"integrity":"sha512-4F0fT1r7WFowGbszCAe4tkjoj6avCkK/2tlIbCEiZVJ8fHic13nkgijfSrb/UD9g8WjjcOl4LmvpITk+yVnPiw==","signatures":[{"sig":"MEUCIQCyeahsBslBiz3Fw5FFMMzJTEDPrs6/34F66yrv+q35rAIgBxEUrqU3e6LoxAaijztQycY9ry9GY6iJCJC9XJJMLrA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141295659},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"af15885027f10a96607ab0e3a0f6c777b5cd8b31","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.12_1734093693857_0.039224368663898224","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-af15885":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-af15885","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-af15885","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"311fb0850c34689a2de700dd25daa264f6457539","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-af15885.tgz","fileCount":130,"integrity":"sha512-4Hxb7/eKSmKCr4J3IzvJRAOlYwvD1oaCiHkkrIZOuTH8SSbG8JTuQ8tZC2xo7ycp8NvNnr6Tc4qQNio34D+3pA==","signatures":[{"sig":"MEUCIQDr18fnViK1kps1j4R8h3buBCYb7i93icNF66AO91BH6gIgHehv8eSmfwrkU7ixG9Vsd1DCHALW4ZaeJeoXgLNChh8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141295666},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"af15885027f10a96607ab0e3a0f6c777b5cd8b31","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-af15885_1734093788064_0.13536194851340744","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-d329252":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-d329252","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-d329252","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"51e4a1d02dd0dac56d1e3ac7bb0e87b07b4f51e8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-d329252.tgz","fileCount":130,"integrity":"sha512-SQaIdCKmTcVK/dcAMEfbB+SQIJcPUF+eU5bwr2MSEWZP90YUzUkZxHPkFod5IoHOikJ7SzznDwkOv7GEcGM2Dw==","signatures":[{"sig":"MEUCIGk69sSFiI4LYM2dL5eUgmIna/Hzmfxp3QDWMDBYhZBFAiEA/VDYt6bNpsyVvVxjKO441EupJwwlrlh5jZoC9fg5oZQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141304961},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"d3292526ad7c72f22a17014d562bf463536eb450","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-d329252_1734100007122_0.051375581830495065","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-84a12fc":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-84a12fc","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-84a12fc","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"54e6124df2dcc57bfdce30a73c697eb82f21b424","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-84a12fc.tgz","fileCount":130,"integrity":"sha512-oJOTHM5HF99HYS9j+qtRREb4wlpPOgxzz3x85TOtvgYqkt983Y9/C0Q2J4AOWQg7LJy5CwUk76fIyfUr3ew0xg==","signatures":[{"sig":"MEUCIQCGJks/WVw7G+gkVf/WQAZnQ5QOcVWFGwAxipLZfmYFEQIgVAUn52RbNx0grS9O+aIMTC7Ki1BY6o3ZiwB7uAXH0kU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141443219},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"84a12fcb1acff5fc2b4bb64a91eb66f4e5795c41","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-84a12fc_1734516462042_0.3754952367393687","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-b0e419e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-b0e419e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-b0e419e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"4a28b46527d9c76ca2d8e2996aaaf84deb32d66c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-b0e419e.tgz","fileCount":130,"integrity":"sha512-vtwqrdFfUWcBkJf7RDWN4yti5rNxofIryHmNRrhRh2B7tTaZHs7CfqrBhFUYRuv1EP8bEJstK3/m7/rmggwB8Q==","signatures":[{"sig":"MEUCIQDY+h1mgqC2BeCXzrzqOY5AuExWzlbUygrPBycHal/T/QIgBFToaIfyASr+3aDlR0FD1oF3ma1tc+KMWPtANxDfTQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141448302},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b0e419e010f4c3e00f3aebb06d2d7d1c244ec0df","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-b0e419e_1734613538211_0.9849951770618341","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-8379593":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-8379593","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-8379593","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"d5950cacd289a4d217ee9bc1afb825ed92f3b0a9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-8379593.tgz","fileCount":130,"integrity":"sha512-py4/cLj3hmI+vtHPXlxc/0FQfhpn9nje9eC7efIHK1r7Qsn7rqFusu8lPEbKjZx+7jaLo2jQ3ZmKPEc7fcAYkg==","signatures":[{"sig":"MEUCIF73wSaHeT6dF0NnqPyZJDM9GNiNVPvVB5gm0bPB+Yn0AiEA8teWsAvYRDUY3psfIpbRDo64jrMct8hSgmzQPKHBHAQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141448302},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"83795930f0766848035cbf6e46421e7eda6c222a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-8379593_1734963760268_0.08399407847072293","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-f72a940":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-f72a940","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-f72a940","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"6ab5ef59bc90bedf055e42699bfe6fc4b072b5bd","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-f72a940.tgz","fileCount":130,"integrity":"sha512-nZqjgXI8MMtdh6QA4LgOZ1AeX+Dv/xjQqm0xjp9GsB4vRkbBqHIjfNvExLH42Kd9GNYlr8nexLQpxjA9In9iXQ==","signatures":[{"sig":"MEUCIQDR+TsZTyOhQAsg2cR/YkJuDqkdazesLPY2OSmdlrbvRwIgI0Ubi4hcqgp9x2GnxBOjWf2qPC2SymCCYZH18UiYbjs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141448302},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"f72a94012f3b662bbee38783ac515dde5f85e192","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-f72a940_1734963830613_0.7703312009247845","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.13":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.13","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.13","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"ca42d118a52e3de1eae756006441bb93e4fbd2f5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.13.tgz","fileCount":130,"integrity":"sha512-csi1nmY3PfEJEpGrxALmSi6LU8fewgTCMRHYk5yGWT5IFUh2q/b2Q3XqAIblbgAkRoggzkA/9dRoiGq76Ug6eA==","signatures":[{"sig":"MEUCIQCBkTQCcFcyf1jFekaXCDfWoYoDa/9ey3hR5n4eu/Fk7AIgCoAbPV72Og82iQ2qlqrUAYR6QyUdV9r81IcZYjXz+bI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141448577},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"3f09c382b9c581f3c8000a51163c5ce7c259371a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.13_1734963905476_0.6475281016943493","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-3f09c38":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-3f09c38","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-3f09c38","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"f58ac6cbae22657e780f376daa44c5bed05abcdf","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-3f09c38.tgz","fileCount":130,"integrity":"sha512-hS3ZIL6HzZOGXL2V4ahwv7rOqLNmJLjKt0vNZyOqXjrczqNggSFFKlAXRqrxwgho8//EeaSPdCmzrOailrXeIQ==","signatures":[{"sig":"MEYCIQCE8ExRistLUknolwdjo6V5CoLqAAwxVsOUIAf+KbxRMgIhAL2SpPF7SjfXygWq4tWOSEudo9vRphSnyNcCxqwHcGP/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141448584},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"3f09c382b9c581f3c8000a51163c5ce7c259371a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-3f09c38_1734963995289_0.5891424718193234","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-b837e88":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-b837e88","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-b837e88","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"0ee2c2edde2ea4a853790cf643fc88ddc33854de","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-b837e88.tgz","fileCount":130,"integrity":"sha512-LSEC7jyIrkG7mvmgSQqz13L++NA3Wkj5xxGbM3tJXB7lmlvQ+sBlu04PxUzz25HfHl/RI9AGNuMIciQXvt0iOg==","signatures":[{"sig":"MEUCIQC/DDpPCSPZSfNXSZzRs20CR846H6BRFsKMII1WLQaLbwIgR++nNcAwn0DnApvjW1A8aE8sW60dx/Ino1SJRZG8VsM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136456699},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b837e88f9d4209fbf73547249a6698fbd17d2dda","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-b837e88_1735843928218_0.8788754099703779","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-9317738":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-9317738","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-9317738","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"54aa3ad85b4b191608dc1b5f98bf10e87e05c989","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-9317738.tgz","fileCount":130,"integrity":"sha512-I5ojuPg8KEQ2QRp9KetUSQs3w0ggDuNThKfRJNrzdaP6ZvQxWJjFp62ImXEkP+lmo6xgpviNXlxP7ASXS+/yug==","signatures":[{"sig":"MEQCIBOH3vy3Fgg0f89EBRHjOP5wh57qsaztXsz+IcOysRjKAiALm4NU7ynPtmkqBtJLDpryjSCHEdElkzsvjoSoaByd/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136457696},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"9317738eb76de424c5ef22dc11c373fc529d2e7b","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-9317738_1735917262398_0.22169793840608065","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-704d1c5":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-704d1c5","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-704d1c5","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"384ee541cd5c7560af9e408be1d96839ebfa1128","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-704d1c5.tgz","fileCount":130,"integrity":"sha512-gNQTnNOV9cCMLAotx7F5Ofd5Z1cFOqdwgtaK8NANTR0mV3pLBxEtAfoFaf6sr34KNpkZIcuX0ciIz5wdXYvCjw==","signatures":[{"sig":"MEUCIA+cUcEMmRKN8k4rJebfmfShqcLbnCNaOz5oNMVZEgPIAiEAqxwUrU2mBna2VpCp6CkvSfK6ycM2vOZRXgXL4sbCUM4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136477116},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"704d1c51f4652e5cdbdf20aaf2044458e3546f5a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-704d1c5_1736253476202_0.10517192144167176","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-994367c":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-994367c","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-994367c","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"3e565070c2f91006005715f86b571c0f51191c00","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-994367c.tgz","fileCount":130,"integrity":"sha512-Wyl7JSVU+8kyqOYh2J+EFBwuTNeNdRSpETdWT5QSPCdadbHDkyyJ0aZrqnKQKvyPLPHpw9rprI+dmLeMg5tGzg==","signatures":[{"sig":"MEUCIQDc4cOaLNHqYXsLAPGIhHRf+ptNbF5BTNSkeo1tcD5GsQIgewcFotbULBg0vNzAdOQeycnU6r0eX4pR/BlhcGSRpSs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136477116},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"994367c22c471a9cec6edb011e6c6e5c964f63f1","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-994367c_1736346423193_0.12890621375352151","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-09b7676":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-09b7676","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-09b7676","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"400949491ef16775206fab40dd156885b002020e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-09b7676.tgz","fileCount":130,"integrity":"sha512-35y/36H/RDE9zOWo5FnptZQX22l+xK3du7r/DEsKWnglE1LFiCvT9XY+MhBArHyoozcOfZ4A2XDGM943Nv2jvw==","signatures":[{"sig":"MEQCIAXH8ucjqNOst/Elcr2Wf8Z/ZTWwIEuTgR9QUNRBjwiiAiAUl7QJ8V63eymX3kbqRlpiRatjuDCVspFdWx47YsbAwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136477116},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"09b7676eb095ee1cde2bad41a62aaea83a2a2fc7","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-09b7676_1736415942832_0.03785918688583756","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-043d766":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-043d766","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-043d766","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"5205028f42a54b9beb785ba5b737964d5c92eddd","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-043d766.tgz","fileCount":130,"integrity":"sha512-x55uim65Mgkk/NxCIZSgP6ZCNSNb5bN2LQeeU2rOAsZaBQc0S+moyCAZ3dwIY0N1rFkjWg0XjyCYXvaYCrPejg==","signatures":[{"sig":"MEUCIEfzeBBTRN7HDTu/9vwnD4WXsdb3HYhgM75aJNm3LW3BAiEA7smP+OHLkveMyqWNLlojVQhYAHN9TFdcJcOcWZnWI5U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136708920},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"043d766ddcb6348385e372950044fedf2f51a316","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-043d766_1736419051011_0.3412689607514017","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-2be5469":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-2be5469","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-2be5469","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"5a697dfbe420a6ab1db37b24de784de86a293a68","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-2be5469.tgz","fileCount":130,"integrity":"sha512-wI50DFAf8M7cPkufSuueSP3L5J5C23bQ4tPhLB+CTnWRuk1JD8+MMFB7J85bDAYWRnqQ/M7tFQt+dOqBNgf4Fw==","signatures":[{"sig":"MEUCICGqCRuA8PyZbP/Qm1GpCtALzSlMZuTNcGHLaEA5WebBAiEAvTthmL3+ORDTeph8EG0jRYEbFSn2C7hJLzNOokOY7VQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136718279},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"2be54699518e68b410ff5f75851581afd22c1d7b","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-2be5469_1736439024343_0.543383020944906","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-7aa9c3a":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-7aa9c3a","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-7aa9c3a","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9d821e36dabdfd5169d579f43e58070b7ace8b6b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-7aa9c3a.tgz","fileCount":130,"integrity":"sha512-q/mVm4/8M9q18L44MNdgdxHO6CbV8Iu3lUh7SlSGr6A74u2/r7A0vLip4S0rrZPxmy9JxI88TOLGtHXJx5k6iQ==","signatures":[{"sig":"MEUCIQDTS4IKp2w/B0KC3EN1D8TCtIN6wsM8V+fOtTZFUU2fAgIgVGiXWL36HXogSTvvWdyM0V9+Hx0SAEHI4eopmub3QPE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136731700},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"7aa9c3a635070b877e773c27fcf64e9d64081506","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-7aa9c3a_1736516424781_0.02832317673888518","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-3f8b64f":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-3f8b64f","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-3f8b64f","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"8315dcd5fd316066b35fd29c3e84f4aac1304eb0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-3f8b64f.tgz","fileCount":130,"integrity":"sha512-iLRQY2IBH2ojEDH+MlG758Yk6pfIO/z0TG8fq0N7yK5+MyPNDysDcPMMeepgSac41iMfTm+fna3UH5mJQlu1sA==","signatures":[{"sig":"MEUCIQCH4Zvi648fjWHBs2ngogsnLRZxV+toivlJBqOVM5s90AIgIQXOcmMQdLpIDQ6EHuPOmJ9NwuYJq20LvNZR76Jwdvk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136733162},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"3f8b64fbb8e2437d6792f1a73185a557a2d0598d","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-3f8b64f_1737366931446_0.18301473677675406","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-c6e0691":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-c6e0691","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-c6e0691","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"af082763e5759d1935a579811efab9360efae733","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-c6e0691.tgz","fileCount":130,"integrity":"sha512-l51B2SU+ZM8zMIRzhInx/yKxHLJBdhA9oQX5hlE6w9dsPkYd5FfZv8MAx+QcqCw7UtsZLvNTpCiO7evaNVnh3Q==","signatures":[{"sig":"MEYCIQChK/k/r1FnRvCPLjKtiA3wiQUWAyAEgKl371whlwyIewIhALWlCUW13Zf9vrLZHD6dpqKRe834s2u/CZMQC3NJm4y3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136733162},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"c6e06915e0a45dfc9443b70757a2382aa7c327ee","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-c6e0691_1737381125739_0.2481458507522567","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-bad96d7":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-bad96d7","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-bad96d7","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"018b78960f0f58444e68a6c49cf9af4596a5ce45","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-bad96d7.tgz","fileCount":130,"integrity":"sha512-nVIQvux1VWSKc/X9xHkRx8qB2WoKtrqmge9VajXmLs96jzayGEPQBtaS5/5j6dH2nD5S5aShRELTNr6RInCFvg==","signatures":[{"sig":"MEQCIFRH2gWMcl4tr674aN4A0t9aQCpnMoym4Z+O/d2NmeEjAiAamOC+GoDz6sbSrI4uUkUF2EUU10RG6pLmStW0lDk/fQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":136122136},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"bad96d7a0c678b6615f00363c5913f6f034eccd4","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-bad96d7_1737389098298_0.8308744285042031","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-c587b81":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-c587b81","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-c587b81","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"0d7a69cc35f7538e7731effb1dc9a20bf9bed8fc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-c587b81.tgz","fileCount":130,"integrity":"sha512-IUxcv2NBGPeJHtiDo0hYPC3aZj/vmW1LrkMfoVmYfdbplroSOiOUVZw0EB3H8mTy/822D4Ls6nIkAw6C9Q4knA==","signatures":[{"sig":"MEYCIQCPtMmxO/gx25zcVfGTY6qucpl4LlWUgnEMnX063VziPAIhANyfekiDDab1gu0OyxppMjZmjXu4NN7GIplydvD/21h5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":136134946},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"c587b81ef1defd33fed52e6cbec1fb623e681727","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-c587b81_1737988209147_0.4206484225215479","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-245fb6a":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-245fb6a","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-245fb6a","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"c7bd70e6cb412fcdcdfc5b91ce9b83f5ddfc82b7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-245fb6a.tgz","fileCount":134,"integrity":"sha512-fYva3HXv3xzz5hSbO9gjWdCJzTZ2wFCk6qoFbbV0d1iVT6KQqy6wIiAROuMufxCrNoY8+iL0ItvM7j3/9xU/+Q==","signatures":[{"sig":"MEQCICqsvebCw/Ys85E2jlXK+0jPFyDcfaUO0iM/MjlANubTAiALtEgCi3ZWaYe7qD6g3SAh8jBLrlk/2gKQLfne5Y/Rlg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":136139193},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"245fb6a44f3b076b7718b3f82844b2549d0ee4e4","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-245fb6a_1737997068034_0.007335633558286592","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-8ec797d":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-8ec797d","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-8ec797d","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"a1dbed485a89c9f6433e73e605b2cb4c130841ec","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-8ec797d.tgz","fileCount":134,"integrity":"sha512-BOJrIb1vwZEe5Ga/6hTQbqc74937o6sDsSfIwKXrOKuALbQ6re0X4/IXlqT5X2rC7jUU90BGjDwkagHprX65vA==","signatures":[{"sig":"MEUCIQDvTOko2rCi7CdCbX5uzLJvCrGlGqncaObVzfgiNwqkvgIgD63X99TTLw1iK3mptMzSX7XKGpbJR4Ec0ZWh/NXqlSM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":136152044},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"8ec797dc5be41af5bbc0c1237f4be9e97b060662","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-8ec797d_1737997133687_0.3540221162597432","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-848cd19":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-848cd19","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-848cd19","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9b3fc416b8722a5012a17bee17ef340719093d43","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-848cd19.tgz","fileCount":140,"integrity":"sha512-UOLwLuPDx/k59fDbi7SopEYKJD2h6JZBeQmw11bMd8U7V8a20EC772mefKjHM0w1misL8h5wARwh1YVGcRrtLQ==","signatures":[{"sig":"MEUCIFovuPcLwm0edv0VtoVVHMJnTte0cQVjW0FJdrm/2UF6AiEA79l6v91V44HvTME9w9ZTzoU60Exx+vt0MXdBbhK8l8c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":136176301},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"848cd196e2b6dc548bb0fec6a1bc1761a47b136b","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-848cd19_1738057120814_0.9976650157044105","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-dee56dc":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-dee56dc","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-dee56dc","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"c5a53b1dabc33d6523e3d6402603131dec251804","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-dee56dc.tgz","fileCount":142,"integrity":"sha512-2K3QX6V3v+D6cplWOF0NiiiZnTyyDGsyQ1KK8SnohtBHM9ukRyGLS5fDarpMHomCLlsGO5f5kcQzHCh2Wxe/Zg==","signatures":[{"sig":"MEUCIQCrIRZMLsCeewFBhEOiwr5jkRIcJQAMMVKN2/YbGHzLTAIgaA91/nRKsHZGy8eytKJ0ZcMuDeUtDPGt8SIBnLmiOlI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":136178443},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"dee56dc3d752b6f84d867f6d3af22d919b674903","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.1","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-dee56dc_1738074625746_0.964649210883137","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-d7e0e1a":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-d7e0e1a","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-d7e0e1a","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"e69d0c64c81c7601a952e7f54292edd7645df790","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-d7e0e1a.tgz","fileCount":142,"integrity":"sha512-6zMV6AfNTg6BBXMbMYrPHN1aGawUgjbLaWkxyyJqdpUv3tflum1SR9Vo4RMD47UuYBDZ6XFeCHr0WSOWOV5wXg==","signatures":[{"sig":"MEQCIHgm+vxn9nCp2grpG7CdZWaz8vDqnb9dBHyaXzuTmlHYAiA+aYIQv97RrbQ7V8Xu0Gntq5P5VX0nui+xIW8KuHLeNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":136180776},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"d7e0e1a45895a5fd9f21323fe31c671364603b1a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-d7e0e1a_1738160458036_0.63479710534484","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-b3f1b78":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-b3f1b78","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-b3f1b78","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"22588af3de92e212705e88d4a0c5798744f0c4e7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-b3f1b78.tgz","fileCount":142,"integrity":"sha512-9lKCngzRCaT0Qi3/M0JBxbapKdAzl2uyybMChAm0tt1BX4NjGV3HVTUiSy6fdYQ/UL+IPfmKJ2sHacBCuTN7Pw==","signatures":[{"sig":"MEUCIGCOJFMLzJDq0d8ZoeU4fZu2CLHfu+i7S2vQ5FiezqetAiEA781ezw4ZYOsgmf4+8Dao1LXF5MbqQVLDBv8rwCMVXds=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":136649477},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b3f1b783fa1f579703e9b9fc626c202cb6e50132","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-b3f1b78_1738243143088_0.4230492348779076","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-c3c9599":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-c3c9599","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-c3c9599","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"7f498f89629e3650c0c164d6602f0ff1aad0f01a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-c3c9599.tgz","fileCount":142,"integrity":"sha512-8ddARRU3uWTjj5nQKbEFGRFF+mVt0rlMzRiaWmgv+M8w45OJytHcwulWHKKyIXprV1Mt8sWbLz37nepXGt6WJg==","signatures":[{"sig":"MEQCIFd1C0EmpJWz8MlZItMEe6bw9W8emAwuIAJnGRP/NmiUAiAeSRACCd/GUN8aEqvbPPPT7U/73q3usv2VFuY4Y9FUGA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":136649477},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"c3c959995dd42fb0d672451bea871f2defa51e5a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-c3c9599_1738317992863_0.07910135165065224","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-255ec41":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-255ec41","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-255ec41","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"7c6ef1c947f38f8eb0d59428063dde5e0472e4cc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-255ec41.tgz","fileCount":142,"integrity":"sha512-/PSFhxW71qpB0TJxgALz5/je7oyzhzXWjSvJKB6UY7QtRBBfZfty6nWZ5q2j9DMQ1ErSjXME5Suk/nSRqazYeA==","signatures":[{"sig":"MEYCIQDiegelJMbbOx8MITuLeKaeck/8DEA1zbjlG10wjFceEgIhAKhLgWPUDK735xSm/PAPhk2wF4w7+z3qLhNpuBbvI5kv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":136649477},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"255ec41fdb3a22aa319dcd31f7855f20a14b8791","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-255ec41_1738585623834_0.023818903793410007","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-89dc5bb":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-89dc5bb","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-89dc5bb","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"89b9120676ca60049675767a8840145f6f365ff4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-89dc5bb.tgz","fileCount":142,"integrity":"sha512-Pg76uO9/SNIEh7Wt0c8rWz98DAdyB9aMGyjGzrz4WLUSQCtgfbgxMD1QLIIsXX0qshZSzqni4jEri8mhxysi2A==","signatures":[{"sig":"MEYCIQC/swRB86nYDdDXNT74LmErIuf/VcmajrJ5shVI6eM95wIhAOO34s3XzneG59lgnCIKa5XY0Rwl4S7jbX5+qCfT9pd+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":136649477},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"89dc5bb8427300e45f620c71cd4d230e3488b7e0","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-89dc5bb_1738593674173_0.3442179887755885","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-5acfe46":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-5acfe46","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-5acfe46","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"03407823e9b1cce86fe64e1349220aeef41d3cc5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-5acfe46.tgz","fileCount":142,"integrity":"sha512-KZr107j4KGk6qfQheaSTq/JZSXoSEqS8fQ5ZnVlFgMW7OiE6fdTI/8PE7BxaQcj0OmyfoTWLBL39a+Uu8759VA==","signatures":[{"sig":"MEQCIGQcSHkmURZCFG8vZKBJXwrMBumixOOXgr8Rf1/YzcysAiAvGp4/L8nHyRvIaRLaUdsN1Cm4+VgwPyRpvfOVrffr8Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154134049},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"5acfe46768d5887254726f92de8e4697eaa42b8b","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-5acfe46_1738671107073_0.3654639667628625","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.14":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.14","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.14","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"74f7551389bf95ae6b27e92c5075bed39e3e1a1c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.14.tgz","fileCount":142,"integrity":"sha512-qZT4UJ5Aslu0euUfG9Um/XxldlErMKJkVPOLnPtXTfw7GSUWTfwfsYUJkmLtdTbCTMUJ8ITBeaAhix5A+H16jQ==","signatures":[{"sig":"MEQCIGDO3Qv3XtHf4WK5Q8IHZexNvIaETMeqDU8Y5gZH79/pAiBb5VZlb0/HoNlyp73QnyLwpjsrPxixiWRWJ9c8xvR6oA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154134661},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"1ef54f2f516b88a8097bf3efe80ff94f40bbe824","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.14_1738677178374_0.40773853442835795","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-1ef54f2":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-1ef54f2","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-1ef54f2","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9daeda4806b83b3b9d3e6cc6283fdc3d54aada92","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-1ef54f2.tgz","fileCount":142,"integrity":"sha512-eU0Pwpr2y9iL6pG5TRS+2jfB8wax4JepROlpj6sJ7/sTsOoHWPMz+bca/L2foV4ZqzZQONzK70kIeyVSuQOXtA==","signatures":[{"sig":"MEUCIQCs9pGPLZdCrCsVN7D2qew6aZ9fF/AtyFoETycZCPEv5gIgRlITpYskwjDi9t5ezU4uGyuhsImMDowyYw0TOgsFz1w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154134668},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"1ef54f2f516b88a8097bf3efe80ff94f40bbe824","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-1ef54f2_1738677277560_0.24569272073853043","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-2aa62e5":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-2aa62e5","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-2aa62e5","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"c33232dabe5dc96503711224e134949ef560575c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-2aa62e5.tgz","fileCount":142,"integrity":"sha512-lS6jlnt1DmOAbTbkcptCB+1o5Or1eaPcU2INwj9SDerVWqrwy8Jqzm+FAlKiq/j0RNVcmirYqg7NSYKtx9E5wA==","signatures":[{"sig":"MEUCIQDNy5eQnabLML/SXVyeUCulReb349mUSBh97bVEtiQrbwIgTG2jkd8DLM4hCTJUbu6GKjSyp6h7AO9LqParh3TfqYA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154152306},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"2aa62e5489a3c9581244d9fc30f0c948f5d9b2d3","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-2aa62e5_1738752458232_0.7248291829979459","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-5ef538d":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-5ef538d","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-5ef538d","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9d01758db5e1ac6543610b44482390b9b677a0b9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-5ef538d.tgz","fileCount":142,"integrity":"sha512-XxK5kHLAykZ20pRZaJu1vgfNrTaHTrB78pgiEVAv1KLPAJwjnpo0Amfwg4zFdmwhjLVfgnV/pv78ao0YMzBkVw==","signatures":[{"sig":"MEYCIQCcZieA2BWetK/ORnP55b6PuoP8yI13BQLgS67u0TADtAIhAL7ACl5WQNSqNNehbKUZ2uQrKyXNTsiZHZSbGqPTlD5M","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154159867},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"5ef538d6b24f2d30b98c6dc9ce4a9e40a84a6b7a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-5ef538d_1738844410317_0.9061537161033673","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-b988d3b":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-b988d3b","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-b988d3b","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9c224d80c1639e27dd3464434e3714e3c864b278","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-b988d3b.tgz","fileCount":142,"integrity":"sha512-9jVcM2IGHpy77nxwsOj4ljw1EJBCsmaCUBFMpa//cEBG8+s8c+pP93P4l9hTNX3Pm+OCCbqAVSkkPsWUj2Oa0g==","signatures":[{"sig":"MEYCIQCTVmfng3xyx3O0Qr8aoAl44UQ7/245WuTkd9DMgmioawIhAISrIWhEDbiRCE8LFkt/gu/4msP12Qzvn/XLyQ2bDSbH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154161755},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b988d3bb0461d2abb5bcae03df27550afba3d1c3","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-b988d3b_1738852965971_0.16592603022129948","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-50cc73e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-50cc73e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-50cc73e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"07363f8106f14c49775619d1ccdad8829d7e222e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-50cc73e.tgz","fileCount":142,"integrity":"sha512-LV8PuAkOoMzG7fVYR6k1BWLvoDOUA6nxsmaXL2RO2S0e3YPrfjNoDaQbg4KfwTd5gHtWx2OyHdilAJemdPmp7A==","signatures":[{"sig":"MEUCIQCmVOSwxkDag2vxWLl4OPCfjfo9O/GpaEuwJGkemNntswIgfi6cTUPY3sXOm/Y0Lqkb34CbVwzMmhYNnRy79mtUP2s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154179454},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"50cc73e283f3b6a7d7c4a413c4520c28087e7897","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-50cc73e_1738862395114_0.8864354777649373","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.15":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.15","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.15","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9b748fc032f35b4dd0856ba29251d9f49c247fbc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.15.tgz","fileCount":142,"integrity":"sha512-u9X4tnbaI5SwWyITzXFTU4VFg0XDwf8SXVRV4z871G/VEV91fOqotzz/attJdHGt3TG8vK0evTl4Fv2Bb7NMQA==","signatures":[{"sig":"MEUCIFIM5WnBj3xGBycKY3lmz4Dpj16EkUY+oF5u3ISYRhXLAiEAm7AwNuBN8UJoLxip6SLt4b6wKu3/uYsLGAXX2Xebx/o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154179740},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"bdfe37369ec6ae25f8fbd956734ab622b859ac0a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.15_1739186469684_0.5232096062967291","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-c01b32a":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-c01b32a","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-c01b32a","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"075481360d9034c049699d7b07c59f9a8ebba8ab","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-c01b32a.tgz","fileCount":142,"integrity":"sha512-ydqN6m3+kpAWj5hei2ZVuPT71rS/81fgv5+0WO+nkDRmGjeD9LsQw0/Mo4u0r/bptKHnmT17X1L2jFGOuu+i1w==","signatures":[{"sig":"MEQCIAJazHzKtm/0FCtCZHRvmPVyQgWewQQeC5sXgVTV1EZIAiBuxG1z15jGzcLD4qreLVoPcEd5ywOodqJApbiGaP7v5w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154220387},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"c01b32a170e246667a97b0d889f51070dfadfedb","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-c01b32a_1739186519979_0.6804218103314497","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-bdfe373":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-bdfe373","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-bdfe373","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"c8ca439ef56f39ad52eba594ea8ef3a0705f3e02","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-bdfe373.tgz","fileCount":142,"integrity":"sha512-nSNDww6yrKsL+GyXn7DpD5osSERzYIIp6b1AOL52/ko4z8QjEvVP89XmnXGg4ZxwZQmMl1jOWjJZiuZzyIG0HQ==","signatures":[{"sig":"MEUCIQCYr8sEX3FsnGCXSXSqYyWZJ/cOFSM6fB3BcH/h8BQB+wIgUCWjQhwugeWXPGAc/YMVG1XZ4MDUV1qPGv8MsLgV3xA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154179747},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"bdfe37369ec6ae25f8fbd956734ab622b859ac0a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-bdfe373_1739186567105_0.8742244476092427","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-d8cf813":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-d8cf813","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-d8cf813","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"ab8566758e287fe9348678d4781622a468ab90d8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-d8cf813.tgz","fileCount":142,"integrity":"sha512-+1o7lfiplxJPIzJhs5cO4Oe5zg0taQkAWVg7DA6XSBgoXjw5vKf9/lYnjm7oB5TrhRm4pSUn9kItgPs/2od8OQ==","signatures":[{"sig":"MEQCIFb7XDr8rK2GUvU7Qvm0ny4hcdw/jYCqTfZSwaCUNeLsAiBxJvcEr2jb28k9IIXQvIXkDUWpc91sRW3ZOnsdcTsAHg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154224047},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"d8cf81364ee9b38ec690e9a9d4a947fa4c63dc93","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-d8cf813_1739187570919_0.7027813211460932","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-6d8ae70":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-6d8ae70","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-6d8ae70","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"1ae2cd4d69e61ad3b442ccaf529c65d2b523e351","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-6d8ae70.tgz","fileCount":142,"integrity":"sha512-w+cyUI2MzQVogQd2x+iCuFVHM5Nm0Sgpps0gGt+QQhJUdLvvHS/GOrM770iyMPI1xn9k9r5ZfW0wMFsRoonGgg==","signatures":[{"sig":"MEQCIGQqy+exV1jqdEZTKJmI+W7MmuqZVpzpiIIJIvdsqEAWAiAxI6I30TlxsvJDbVCnGMA8JrO0x+vdtKaAFskcOjivDg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154224047},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"6d8ae70e752269d55ab8de0d7ea0afc192820a71","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-6d8ae70_1739189801950_0.3410920833776361","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-4f192bd":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-4f192bd","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-4f192bd","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"386a1a9434c3ef61979a647bd6ae070612e4f8fc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-4f192bd.tgz","fileCount":142,"integrity":"sha512-aVOReGpaGZuLdzGqih8KaWTjv7eMTCyZB6BKe3cXBhCbsmqyoYETMiSAEvq+XaOaCQfuTVoAGNK9R5JkjpVYHA==","signatures":[{"sig":"MEUCIQCdi2GriJw6QgIy0zsYfriOCDkQWOi9AxTNZ6Aselv6EQIgTrrIfKo0Vrp4opA5vaGOLQTdpOBgiaOXdigfVgolYBk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":154224957},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"4f192bdd172b5f18b9d88699b22288f8bfc68299","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-4f192bd_1739189824704_0.15960324758306066","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-68f55d4":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-68f55d4","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-68f55d4","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"e5097c67e5bd03918d62afbb51f6e3f5d31c2a59","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-68f55d4.tgz","fileCount":142,"integrity":"sha512-mtxjjfPRi25D/oxOQwnuDbQcBBFO/xjZMCndnAC0iR54vue9IagFGa+3cv28w3BJPhHaiTrPguXEebx02Ri4Yg==","signatures":[{"sig":"MEUCIQDBQcQ3ro0WWrnlpaZIoxyoO/DdU1soOnHJX9g9mpsJwgIgfA80dc/iQfg0LYeJp8gdwE6EUKBJ5cOvtlmkfqCvmu8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155394829},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"68f55d4227ea9fc8141031e2c913acbdb51b611b","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-68f55d4_1739373028343_0.3840000919569859","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-a3e3e50":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-a3e3e50","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-a3e3e50","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"026800da68162d9449f7042131b7cf7b78ff7754","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-a3e3e50.tgz","fileCount":142,"integrity":"sha512-l3UrMwzD5uM/LI0qvaXGBhYhK5UQMpnJVyTrZS9Lt+4L6r5TKZsYfy52YtiuptdCCz3iW/Z9Xyb3g2cQjaDR0A==","signatures":[{"sig":"MEQCIG5N4muH4obG0LIhZr5phHYEyXC4roky2ej6CtWeT6UEAiAnodcNQx2QTkpbLvg1YGyt8FQcoAfKu527Dsl7siUXHg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155394829},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"a3e3e50c08016167bcd25f46bc2fd80ad2fd6dd0","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-a3e3e50_1739539684939_0.8239064637111024","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-816eb1b":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-816eb1b","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-816eb1b","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"4ea81f1d6634b50d5ac42813c43b1ca496b1b6a7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-816eb1b.tgz","fileCount":142,"integrity":"sha512-mXQHlvTZ5Q8AdsAbQGVTq5ofioRJifPDBcxfRKpU0bUlf2UzfEHq/8WNxE9lvS6QcyGQ8OuktcFiWTXNDyZgnw==","signatures":[{"sig":"MEUCIQCumc/49aeRQRN3i7LR9n5HP+BNhXen2p1nbR35WH83zAIgRAuTUPxHFhputX36h+po7fmPn7zK6RpcCJgjQF86dok=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155400526},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"816eb1b956d4ea21961ff3520be466a6e4387ad1","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-816eb1b_1739793356674_0.10833631632494356","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-6d00433":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-6d00433","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-6d00433","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"f77a8e6a2cfbd38390a8c882d098beebf3cc4b5f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-6d00433.tgz","fileCount":142,"integrity":"sha512-e6o5+zc8enJoE5TAbVNjJPgfC7SOg4HRB+d1pD/xO0xgqPan0ZslSO2pIZqNYZkSo/oe8JMtoaoFFW8EMMcPGw==","signatures":[{"sig":"MEYCIQD1DfDUuiFzAmJ6JWGSjb2SYG9qTxcx7US5SUoMYdHZSAIhAN6rChuGL1X9/BD3A4g930EQKuFYPY836Xx1FEs7EW8n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155402437},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"6d0043308d07606d18fe808d9b990a1dc0d70030","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-6d00433_1739803154044_0.3937155307554636","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.16":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.16","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.16","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"7ff63d95733ebd157dcb4d083747ca9f9bd305e5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.16.tgz","fileCount":142,"integrity":"sha512-gr+ExyheYsjVv01xM5v8ahipaj17uQwRfGKL6lEFb/3FV8dWy1lwKGfDy47mslT2QovORy3IOONqSqLiTtbKqA==","signatures":[{"sig":"MEQCICRrmq3yRnKb+u781YT4/thymrQgnsDZabiWKyord7ceAiALR374zehenpyFnaztkPZ9PLb4cfqA3Zm4Kn9S5xMkIQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155402638},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"26c3e9ef7aeaf71ba1ab9d90929297b11d67250e","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.16_1739805167621_0.2825895687362636","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-473d0b0":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-473d0b0","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-473d0b0","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"b63b32709cdd5aac6ec586a37bd34117489ed6b6","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-473d0b0.tgz","fileCount":142,"integrity":"sha512-E9UXmef3vV77tV4lHbsUiZwbs83eNiEY2EcN6bD9HIAAVXF149pq9ARx5SJlcB1tCnEYlIFdxz6kIrOCng3fFQ==","signatures":[{"sig":"MEQCIFD/f0Wa8M9t1CYXZY2zDArfT24kg0PNWmRzB9r3k5JpAiB0A3SDXMo5KqCet5s/pN+WXSa65tmA+kMU19+7zuNifw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155402437},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"473d0b03cbdf435a12bbc1f19fa874eedfe9dcc7","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-473d0b0_1739805173386_0.7691442311961798","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-26c3e9e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-26c3e9e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-26c3e9e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9754da10466cddc88fb4aced31feb99a6ea67124","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-26c3e9e.tgz","fileCount":142,"integrity":"sha512-GjYDFvme5CPB1P2l5R5SkbmXiV84DYpvrThlaPzuRyvypjRXJN+hLrsIAZ6vdP9au+cFx9hfGK4y4Rm1Yblw8A==","signatures":[{"sig":"MEYCIQDqQaQ8dwGvEmnlqrcFoGwSEpF4pKa+m64F8LOBZypjbQIhAL7tzRvRi6OWnSetpsqULrjrX7vVwag6ndWher7tKD7l","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155402645},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"26c3e9ef7aeaf71ba1ab9d90929297b11d67250e","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-26c3e9e_1739805260911_0.7675583450148937","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-816ecf5":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-816ecf5","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-816ecf5","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"c525a0f47b15e10c42a2a17f5f94483d4b3d1cb8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-816ecf5.tgz","fileCount":142,"integrity":"sha512-svrwlgq5fBXMV263MPs0ZlN+4YR/m9If7lwwyqSaklrTnNHb2g/QVzmMSUVfBjwHHd4wX2BUlCoeO/IoRkGWEQ==","signatures":[{"sig":"MEQCIA7dzZ+vjyq7spTli6+ZcoQcePboL9TPBIqkIkIffIVzAiBCiOcsuczSiQOrexpQmrpw4IoHXQm698mBCxoDzbumdw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155404619},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"816ecf5aec04613a87ab6355393c2e8d0886f25b","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-816ecf5_1739805283709_0.2695712078804564","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-e2d9981":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e2d9981","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e2d9981","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"6cd0bb2219dcc4817f7e2efad1deb8df26425f17","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e2d9981.tgz","fileCount":142,"integrity":"sha512-29w+aJJFwLqnJLHB6Y52NebaQgpxQpDEwOZ4OwJp4i0ScDUWyvy+KgfNIRv9kn1UWVdwKMoBzPzL8d17cLk0ZQ==","signatures":[{"sig":"MEQCIETK5/UL1I+87BgsY5AAInDxC9+Xp3EGaFTgcuimOsw2AiBY8mRKfMWCYiLrcrN0i2XynezEmBXAMXzg2igbFiUUgw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155408645},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e2d9981a44395818379bf10a880fe7ac9ec57681","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e2d9981_1740132346178_0.29120355772285933","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-845ee83":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-845ee83","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-845ee83","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"cb8c3451401539d0aeebc3f784b9e94b9ced6d13","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-845ee83.tgz","fileCount":142,"integrity":"sha512-qFdhR7IFmndU3xfN6bvjvH1nqfmheX2HiCnWmMCPE7XtnYPGHRxS+46PI7PXkTJBSaO5xcWWpaZAMQg/7ol2IQ==","signatures":[{"sig":"MEQCIEyuQa7JFSbr7INA6yFBZYdwGJg6Eh6AroHVX+EUZRENAiAbLg+J+hzN0ZhBXnc6lSdWOj9XcqNlwwU3nxsxqK8RvQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155408645},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"845ee83536d156f607e4855822164c34cb87efd1","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-845ee83_1740132371053_0.049340902535477627","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-5ddd08e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-5ddd08e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-5ddd08e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"cc1d260e60a17dc5efd9fd8f017e33b41527f7ee","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-5ddd08e.tgz","fileCount":142,"integrity":"sha512-PgiH7P7LFr19+5bUKPjy1CcxrjvfPGpClwP8S3dKVUfRU7wRbTECDoGLEySL5+/X0KNH+484S7yVMwv0XWWERQ==","signatures":[{"sig":"MEUCIQDxTLwJoLX40J/d+PFItOZvgtp08DkiaAuGCKKSHSMrFwIgGqRb0EzD+bgtAgbYPgMyOuwoJTLSuTmvYASEgf46nt8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155412751},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"5ddd08e4353b7aa80c2f55dcf16d4a6b85d7e7b8","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-5ddd08e_1740145728323_0.3336976625981376","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-724fe49":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-724fe49","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-724fe49","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"463cccd8f68d70f1c86740164c1ae723b2e2c528","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-724fe49.tgz","fileCount":142,"integrity":"sha512-0qmZmDhgLIUpHIQegNm9lUHyH7sIQCvDaUT7BQ3nw+xzrRlQ2OtMj9VThMDWOXSQk5f0HXSwUzw0NFLH6EbrdA==","signatures":[{"sig":"MEYCIQD0cYGTaQXc0dgBDvm2R0nqnSZVuDeje2GdbMyLX6QZsQIhAMRToGQWvbJR3l8x1NIR9iDRNdoxv4MnrvNf8x3eFwii","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155413200},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"724fe495ad4539c223644609887d30cffbbbd681","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-724fe49_1740384735711_0.01117155433314676","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-c0821d0":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-c0821d0","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-c0821d0","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"6735a51dc2b5a3dc55a4b97ef1879ccbb70642cf","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-c0821d0.tgz","fileCount":142,"integrity":"sha512-tKXBUnk5Vn9M+orhCMLzUW2HFUjfUaa9bivVMqR3ZUyFXCVb7bIjUvuyuSre5yOrhWL4cRmxm7Ie67G6Q6J1/Q==","signatures":[{"sig":"MEQCIFNZql9lOB+xOPVEeNm0tf32uPeCrussMBTSESbZukgUAiA9EjShdagqKeikqFgBwlskCcHy8itp9El/OuNsdylofg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155413200},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"c0821d05c5d81310829ceb125f2d18372af1c438","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-c0821d0_1740501920957_0.3351735738614543","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-d91271d":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-d91271d","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-d91271d","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"e26f177f6c2ade9bb42d03082b24ac3c195de445","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-d91271d.tgz","fileCount":152,"integrity":"sha512-x+chiRhJGXDbDFqCc7Cg13SRRZv5cizj4MIGF/+xY2TjiYjvFWh5nuXBiyCZMSpPDmyu7ZykfWoiAeCBARUc4A==","signatures":[{"sig":"MEUCIHIxMUI2+7uO1+sT1jYff0ff69RHV64mEk1URGrvgdbTAiEAx5Eu62p6kLm3O8csv+j2jUA33vbqO6hoDaTFIM7BApw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155514254},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"d91271d74a487082bf0d79b744a18dbba88dc53c","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.2","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-d91271d_1740557647400_0.34710637279770973","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-0e74012":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-0e74012","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-0e74012","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"13b2bda089ac6d512a416e4e05e1a5b13a971e02","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-0e74012.tgz","fileCount":152,"integrity":"sha512-V9k/mxzk8qNl4rKT5CI+ZJOIyqizH9w+f3QdMv0vHq23QKaugey5GjHuL3wN6zFuPwNxuv/qTup6+Oc8FDHeUA==","signatures":[{"sig":"MEUCIQCajFeRSTc5O6qonu6KA3O4h2mSAZSAcmWeoOyCHQ4L7wIgGJom7wCK//iTjWLPbCfmMDA75jcMBW0B2NnZZehMpOY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155520904},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"0e74012de2ebc4464fd55ae34fdc44480fd88b53","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-0e74012_1740566601946_0.7913400815871383","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-ec299ae":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-ec299ae","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-ec299ae","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"0b2f643acbe29a95d5b8b1032f761160419a158e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-ec299ae.tgz","fileCount":152,"integrity":"sha512-xyQXRXMl2k9rlieIfS/B7IcJb7prWmhNCcTyaoQIxd+62RDmNzSQF7E6mp3YvtHTyH4WV2z+cPx3z6vMF5MdXQ==","signatures":[{"sig":"MEQCIHyjq2LBBynVZ54D5skChRavGJ3xUMD3AN+05Oqs8vwgAiApkUnNJwD7JShP7ijClr/Tnx/9u4UmvIZ+y5aJYFldqQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156117803},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"ec299ae2220da38421c2dedb1cb2a0608b453d7a","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-ec299ae_1740567178320_0.03674181550451072","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-bffbb19":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-bffbb19","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-bffbb19","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"41c165f8cc2057a3a66c3672d769102e8a8962e9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-bffbb19.tgz","fileCount":152,"integrity":"sha512-VnKiQ4mYtQJikD/Pr4fxCzUCcw6K4eDUyLjKT3RBJVbstsYxZsx054Uohxo0fvqZZh35omQp5VzXz+V0aWXzQw==","signatures":[{"sig":"MEUCIQDBiNuoQXUiPc9iM5cfJKSFc+lIsFdrNB6lQhcAICfPQQIgTnVunFjPguK8BK/sq2B41uBu4RgUvnhE9KvZQhIfPOU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156132005},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"bffbb19eb417efb9848a3a4a2e78c6de5869121c","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-bffbb19_1740574101191_0.8671062842695303","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-707d179":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-707d179","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-707d179","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"dbdb6e0d9efa877ab517af18141293f41afcd264","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-707d179.tgz","fileCount":152,"integrity":"sha512-5yE1gmv+mnSxA7lb3dxVoAAFb0JR9Abw+YZoCJyXr2n0Gph0uVPxoemBHREYqEatbPbZWceRtPxMueG1EijeRQ==","signatures":[{"sig":"MEQCIFeBT7LvAdPT2WLYs9KMN+s9wq7ra5bnIU45UmpDttqEAiAFxlmw8W4z4V03J2YKzPg+HwaZpF0KRf3v2g7k7djIjA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156136566},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"707d17996db5a1731cef4be07e2a534ffdeebf18","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-707d179_1740578955205_0.05189500177128159","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-32f3427":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-32f3427","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-32f3427","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"e7da6e110f9c6d772b19b50c8fae4f097e838cff","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-32f3427.tgz","fileCount":152,"integrity":"sha512-/6b8TrVfIGYY278z4F9FYtzd90i6agAPNdegfj9yJpihR9U3pZuDmPAObuVGVnSvEqsI5Pmfhifp1LxLgo2jDg==","signatures":[{"sig":"MEQCICqoxNt+IoxQUhhKfpX9sR1c9nH07/gHzF29YN+3BdEqAiB44cnAh68u5O2FXiaD9hq8wlcHzzlVhtQqroZ9Pm8qQw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156142502},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"32f34278499f6ab52dfe49ac255fb7cf7d757ca6","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-32f3427_1740664781074_0.9638342316786177","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-7044015":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-7044015","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-7044015","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"727b48a30022359195aa5d11e6271ea1967c19f9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-7044015.tgz","fileCount":152,"integrity":"sha512-xXUx0RdiprEe84t8iiqUnXcDNVA0dsXakaicnnY+XgVMXa/9A8Mtc8UF8h7n9UQXDi//KQDMMGQs8eiwFPyXbw==","signatures":[{"sig":"MEQCIGmve9Mzifvakv1cSOxx/kFBHOh+wV9ip6b2uA7DsvU7AiB4NItcWy4XByOoLgucgOm7QrSZyoKkRFEmtag1X9GtoQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156142502},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"704401555a04295c68008bc129c804855093ff01","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-7044015_1740675122007_0.07278603527920935","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-e4dc341":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e4dc341","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e4dc341","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"797588c5c33130dc57581e477c3efe020ea08faa","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e4dc341.tgz","fileCount":152,"integrity":"sha512-Zlq3iuMbUYYlJacd0bIkJVklwzmpm4xhSuuL6s0hCfjG9pU6bJ92QzbUuyPjTRrPVI+53ed4EtY1DWE72WvXnA==","signatures":[{"sig":"MEYCIQDCWYik/dJVQXU7unh4OnDw9rqVzeOg0meZvJoLZFZk+AIhAJgp+WWjJ9LOpp05zlPAS84MpOdJa4AAWD7NWZSksVWl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156140159},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e4dc341303adcdf6b8fea3f30ef5b310f135c65d","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e4dc341_1740744351572_0.4381270694937296","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-e98e583":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e98e583","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e98e583","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"0bca2ce71e825b58ef5760a1056be907ca55c9af","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e98e583.tgz","fileCount":152,"integrity":"sha512-yuj+5pA1eYr9Lgdm3N7CMu9/VkR4O0x+abxAT3rytZaIAO/VUaMZZt/Ax26XlcEcLp5kx6TIH90MlbU0LrTrEQ==","signatures":[{"sig":"MEYCIQDISKnKULiuH9yTba09QI8RjU23PVsQJwcxXY/bjeouYQIhANV1lzaiN9wJEjjB8frUtN0OZ4zG4NS9QqkqymP1qEtZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156140159},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e98e583710e7d4f098970bff421bfd23cbbada76","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e98e583_1740752923894_0.7372870612092173","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-be94a87":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-be94a87","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-be94a87","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"a8d84b9e683ca255176aa3886ce3619ad3543deb","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-be94a87.tgz","fileCount":152,"integrity":"sha512-WIWvqLOMX3PZvUMfsc8rEox4Xzdz6Xc8scdJyTpLYj3Gi2cfCOfLiILvN47M3d4Xshpt8sj42Am5DLhxWXaVaw==","signatures":[{"sig":"MEYCIQCSz1QsCARLzFbNk87Z1OaoCdb589ucaReV3HJJTWNf+QIhAOYKwyXavSCfLglsEdKplazti42mGzQSaQQqddymOtwt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156140159},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"be94a874d0104cf4c1c2d6a913aa5e6344d0a2a6","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-be94a87_1740754119372_0.8721093297415434","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-39375a2":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-39375a2","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-39375a2","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"ac9402f1b527621a5f211d4add46c6c1032e6962","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-39375a2.tgz","fileCount":152,"integrity":"sha512-lsSx/eOkgWAccJoQs2Y67UiM2Ncmi6e2FZwDy2/EuDoXWqJhTlgirfdtzOOgssC+iy0B4etlj1gWEcRqlz4rTQ==","signatures":[{"sig":"MEYCIQDY/kFwj3mYAgUym/z3MqlLwqZsqotlERT3olrvU2GbxQIhAKWrc36kdj1UwRGHSfcZFTlYhSSFxfKxnSISse4ueEN1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156170431},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"39375a2b253d5ea369d5f8f8cbfc937dbec2d7d8","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-39375a2_1740755519153_0.7965502104540683","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-88ea6ac":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-88ea6ac","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-88ea6ac","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"60ad69aded22886ffb4be1dff03319e299abb8ae","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-88ea6ac.tgz","fileCount":152,"integrity":"sha512-GUnswmGaGNzx/548gmAWPnjZ907+Nh+KbXFA3POzI7oX9YbX/KpmeXMJMJyXcE5cNevs3X+8P3WpHznO8BpG/w==","signatures":[{"sig":"MEUCIC51WlOxhwTorVg4z7ZITTLeQY/vzEnDQRSIOSsf7HQqAiEA0PURyg3H8cPG5OOc3SiGz+8ldM/qKRtwuBAr5sWFimo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156170289},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"88ea6ac3a48b24107ecb1903b5de9f589b93fe44","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-88ea6ac_1740988880407_0.5896104684578305","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-5bbc385":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-5bbc385","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-5bbc385","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"189ff276510c99cd5eb1f347be518a6a2eb94463","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-5bbc385.tgz","fileCount":152,"integrity":"sha512-8glQWlscYFVl8ppAuazdKH1J+0NQy9I+yUZzR2uT5i68uwNCDcF9o6WYc3X1xpw//Q6NJ3BwfUaYIFsR4VBZrA==","signatures":[{"sig":"MEYCIQD+AUNwKZfXJegv1xVYPQih2Dni/iCxyGivXiy4x3FQbwIhAOToXiGtkQYqZfs0KsPmOYcHipopVBOtiLFXL9vZG6aC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156176118},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"5bbc385710ad2c48971a9bae6cb8036626dbc3f9","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-5bbc385_1741160122108_0.260535770318842","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-a818872":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-a818872","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-a818872","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"741b55ce76872d1e0d7ad8168044d8af415b6f73","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-a818872.tgz","fileCount":152,"integrity":"sha512-B4D3OL1nBTzdGPCF84ArsbfKbnlkLsrDBpxlz4sDpQQxOtW+BxL65U0wEFx3j0ZjYaRVHaAbpGnXMWd1et/WeQ==","signatures":[{"sig":"MEUCIQDVS9YQgBlfCC3VH7p81V5kdzdnVxWuu/rK+vCWDKR+7wIgByWS+qWzlV6CkHBp/T1WyrtBaIuYiDWwPcH2Ki0BGRE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156176355},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"a818872c13616b948c008bc02e077a6fab0b80f6","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-a818872_1741160511445_0.9649763779902043","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-1d513e5":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-1d513e5","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-1d513e5","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"29b66e2301a4f9252ea3bc4083b1722753eb0290","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-1d513e5.tgz","fileCount":152,"integrity":"sha512-H7nqxzwzCL19mzowTcB4VYMG4ccveW1HGLSsvBra4yAjnoMAHPpvzvzG59hKeLQAOyR7taIgOhNUaAo45jB4Kw==","signatures":[{"sig":"MEQCIAs0W0p9eN30MB7RVGE4EXuzCS48fRjuA8uk3FD4GqXLAiA7KlXI7cTwbdBtpkliFkih9FL/gTKaQ5LK4XdBj5WIHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156176355},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"1d513e547f4fde996baf0f9351b8b6d26b356145","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-1d513e5_1741172475621_0.6908138069099083","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-5145444":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-5145444","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-5145444","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"6d20ffbc363101d41801af76b140af53a058cb17","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-5145444.tgz","fileCount":152,"integrity":"sha512-ne1Lbs1GesICQYZkFd/mt3nhTeVswfUgk9o+g9DbT5ortvpdmtb2kFfpnbfHDuclN28a6FKwcJPziTFGfQtylQ==","signatures":[{"sig":"MEQCIEJtfV8CWyrsJqoAoUEJN28vEWd5ckqjdRUqR8UfyXbzAiBtbEGcW8dGW+Q+0CX8HVIuO6kvUJ8Cr2uyREwn8p2vnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156179152},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"51454444285f4129586ac55c996446fd278c3d5d","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-5145444_1741175482053_0.5798367792101775","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-0acc29a":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-0acc29a","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-0acc29a","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"85e870a89c6af47f52a4c4febc457b174e09034e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-0acc29a.tgz","fileCount":152,"integrity":"sha512-eWgNpwyGpngULqi0kbop8KfQoB96ZX1S6ysKepsuLfxWzoze9VOslhG+BxgaGfI3Tu0WcUWTL4ZcFGsB5Ac+sA==","signatures":[{"sig":"MEQCIANwg8gvMI9zylNIv+HouuDxEowDR8vPNb80Tr00u1CZAiAO8QgDXCEQmq6GvgSnfiA1ZWxX1e2+Y/XrlSZdoC33kQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156216020},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"0acc29a430494ac094e374c28fdd5b6761920569","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-0acc29a_1741175598635_0.33263172574457944","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-e1b8c78":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e1b8c78","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e1b8c78","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"d4c8c39d8a968843ae0eb8dee09dc765de587573","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e1b8c78.tgz","fileCount":162,"integrity":"sha512-4jJuf0qfCVsvDC7exEkKxtxcryp+1UXvfMOhx7qesoOP1m5//3XVrcmtPpPtA6aA6IgwXKENhoiO4R63p9Gbzg==","signatures":[{"sig":"MEYCIQCoNQiyVVYtTS9A9HJjAL9kZnljUwOxXFCej5IQYgPBGwIhAN5R5Z1grOvhWWdHbY/si2Kz+0O70tuNMZouL120PmQb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156218531},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e1b8c789aed6659938b038b5017c2380520fb51d","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e1b8c78_1741188705520_0.6121832222100181","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-b53b040":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-b53b040","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-b53b040","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"d3471d23afa56e35c7c0c3b45c678547265fe9e6","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-b53b040.tgz","fileCount":162,"integrity":"sha512-qTIoO8EXhMLeFJ1n72Zo65LRz1bw2tGIX/OiGLR1hGI+JLqtg45wLNe3/IHFkth6mEK28SR8veZinT/h8ixzWw==","signatures":[{"sig":"MEQCIBjZvJfu3BBSHRwdYckcBbffAP8gLOGwl5r7rjf00iq6AiBx2YWW/4F+6XOl2H2HMVDcDQHBR0NinfO6bDPzeF4XzQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156222430},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b53b0402e7ce7b65b6d20bf08e5df0a9a6a0c402","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-b53b040_1741340558706_0.08192134620522173","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-92a0778":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-92a0778","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-92a0778","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"8e39f95e8cee81ef9e57ceeb32b650ad76fb9029","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-92a0778.tgz","fileCount":162,"integrity":"sha512-En0G+WDMTxM/tgphps84/1lWFSNg+gWJdOEcl0HuErOk0+EiTydHlmsQPL17ICbxwfD5HhkgL6fbdhm1F6/tww==","signatures":[{"sig":"MEUCIQC8RT20eeJWXo3M70GQJD9DXrcjDnIgxI6KHgDTe7NN6gIgDq32EMcCQsfW8kR1Brj6ZT9ye8OQEb24YrJ9CsIrsdc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156232803},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"92a0778d6fea51cbe6195ff9b40625b96be289d6","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-92a0778_1741340795633_0.13219477520053724","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-685aea7":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-685aea7","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-685aea7","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"1b43d8c7d5cf28b266520315b00b5e3c60f80aa5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-685aea7.tgz","fileCount":162,"integrity":"sha512-bY6SULrjB2SPR1w1/Cz3hYd9qlvvl1GWv/A59A3e91HhrGcJjEh5lX4j00zTvoZKcpJSisk0+k7C8iZdm8G+Zg==","signatures":[{"sig":"MEQCID6UN0b8OchYC88Cf3qtAIQm30TJHRt6w/PZS+g38DP2AiBijYZ2xhpKSrDPYY17gBfU9pH+04JPK4A3Q/T/t5pYxQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156234194},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"685aea7437a938fc6856fe2885474db7fc3b4fdd","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-685aea7_1741341732666_0.7245904935639957","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-c71376e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-c71376e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-c71376e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"8dfcbaa11dee50b47a20d9a5b93fc18be611ef21","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-c71376e.tgz","fileCount":162,"integrity":"sha512-7SNPqTu2KoUDhoF7wHG0ORmxFZiIYCa/ZGD2NLhZLOx+b/KH183Y87aDqmEGn23hgZCraNKNhrX+w/A7t4RN8g==","signatures":[{"sig":"MEQCIDmJAOO26QRbhdfPP9Eg6uCYBCCDUzZ8UZgdLG69D/t5AiB5bZhux1HQe5w8h5dKNd3cwKW90mt5nUgtOufctXHFPA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156259616},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"c71376ec9b0515d9ce62a1b2f1a0f1c8523c3899","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-c71376e_1741348894604_0.7731846758487186","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-f546253":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-f546253","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-f546253","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"a922b162bc382fa86479edc2a452e7d713ba353a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-f546253.tgz","fileCount":162,"integrity":"sha512-VfnZFQaAAaPCQ29VwYBTsXKcsPx+OWLICl6hCdfWbgEI+pvDmrHywVrqPnazUeo0xTIDFv18GCqButTmslszgQ==","signatures":[{"sig":"MEQCIDFcci1e0SYyfZj0qkOXRfg61d64n7TuU4fVbPU2EVNlAiAo+8e5H22xummAdiZbiqh4Fu49r9BbYGvziXGPfGH+4A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156260751},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"f546253a9d9fd214fc9478c068f7114e3a14e76f","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-f546253_1741349000988_0.9844983420166091","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-20a9625":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-20a9625","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-20a9625","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"7dff5f3727c23bc82837d7860ca6c1026dadc0ab","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-20a9625.tgz","fileCount":162,"integrity":"sha512-Gy+BXGNKQt8koVBd185DyWse0AeyhGbTxEY3i6GtoWVSLwkDXPfaz8cV6Y4jtyBVvxdmkreuQVCYe5+yk3vIow==","signatures":[{"sig":"MEUCIQDV1pnbd1gRP4JDZVqZs5P4qoSiUkY+v9cgfHFz8QvkpgIgV6sy/KJE42eZ2uMDzG0WnweljVf6FOBCxv1AlEHQorw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156260749},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"20a9625ad1204dda54b97a2fc8a67e1b3dd16901","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-20a9625_1741352136190_0.14463128014828142","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-1caab0c":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-1caab0c","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-1caab0c","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"6f888bd271fae457f9ef042acb26383af6b7824d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-1caab0c.tgz","fileCount":156,"integrity":"sha512-OjvIBjOqR8T3DUYkx0BbLRsQm8C6luu4pWNyp2SsuX2wHWGrMfa/q7FAj/+VoUpRiPEXOyxGdql3KeafPNBMxg==","signatures":[{"sig":"MEUCIBBxwGK6SKnqFlUG8C9F+lkmCE3eMsKUk5MKo4FhsmfUAiEAi2vBeKF8lNTt1UBWD0w2ME1hHTYDeMyaARfkB01eoCk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156102258},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"1caab0c6be3d54b857b86523c52ecaceccd79f56","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-1caab0c_1741598977952_0.3692652891735797","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-2606353":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-2606353","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-2606353","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"ac68f8067ac55e2f40007e0826a9000a0ea68ff3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-2606353.tgz","fileCount":156,"integrity":"sha512-BcPqY5KSqxrX+Conelh5yqHjLAi8zwNIjyrQx1Ga+XXsLruY8WPKzEEXD2DAJ52HVyhAeoZpBmaQBW/1xt1eXw==","signatures":[{"sig":"MEUCIQDbwieXNIH5B2ADhSM8OyUvqnCiW16uEH0Y4vQ18nHj3QIgZVWi760YTDW+rPadAx0PxNyZs1K3CTlASssByk68CLQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156096928},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"2606353b0ec58b13e7521806d49d541bbfbbad5d","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-2606353_1741681623442_0.696541070532054","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-8faf81a":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-8faf81a","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-8faf81a","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"53fcfdef526bb3d1fc50555b30c5b96db1e9531c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-8faf81a.tgz","fileCount":156,"integrity":"sha512-4VIqlmIcx3aXSn0haV3b3RwGG6GhfW2j2hW5vzvp7i/KlvNq8fatdMo4zdph3Z1eEeKnJ9oB64k19b3yw1mTCA==","signatures":[{"sig":"MEUCIDpYLgR6lECxe38yblyX7FawkSFIinX42n/hQ3g/TQPPAiEAyWPauMzINx3hFOPza23NS7fWCv4I3FC6c/jrmUVt85U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156096928},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"8faf81ab5b70c0aa50df82ba3170625c0f16d3fd","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-8faf81a_1741684085526_0.05153464617568293","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-224b9d4":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-224b9d4","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-224b9d4","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"7314d355d2dfe41d471e162a2c9a4219b8a12e09","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-224b9d4.tgz","fileCount":156,"integrity":"sha512-PN51XZSg9/GXvZG2y5gavf/t6FV/9s3z2WAWWKMfmtNU74AwJIVPD3Ip8h433nFEmrU0tH/TH080YNWJNpO2SQ==","signatures":[{"sig":"MEUCIQCUh0cjUvFtf0eI8JYHktheWR+m/cdHxwAuyaDuI2xbiAIgIFI8lR6bbGBFzyq81651KZgiZTy5EyUtzkKYKwrVpPI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156097233},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"224b9d4a619f5c07cb21ab55a7e073c3b416e099","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-224b9d4_1741688985633_0.607699083095395","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-cff1f76":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-cff1f76","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-cff1f76","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"cd2ca2baffca2ec2e413cefbceb4a94b54dcc8d0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-cff1f76.tgz","fileCount":156,"integrity":"sha512-nyPBGU5NOuISZDhYU7MZ0WAe/+9T66o2QFJxT3Sm0qDSAE5LTr1mYnonHlAwDLWGt3YPyLeMqtQvRKu0RKIwSw==","signatures":[{"sig":"MEYCIQClxyWlIwFEZSr0CxGbUAZu1HyAts0AqXl3V/sKC1PKdgIhAOIbct78reFRsvOU5n2Y6XevwDu5+IaAPKAtVAMaU0OM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156109789},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"cff1f764c6a7e76c4f033c9dde674481906a41ad","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-cff1f76_1741693626514_0.7289016440329721","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-a50bfb3":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-a50bfb3","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-a50bfb3","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"6783c611240fd732913bc7fc4ce5eb73b2abcda5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-a50bfb3.tgz","fileCount":156,"integrity":"sha512-Z+BoiA03bpbvvjrsRpxMCxTWII7fVo9rU0eqVEc5Vr6JFwiY881YJXRu/C+3NLZqLIcA49E97hoT5rDOFDJK3g==","signatures":[{"sig":"MEUCIQC4mySuhC1GqSdCeB8/QuSVskP9vv26iuzcdlia1khwPgIgMOpCS3eQ6jRrNQo+3tXLS99haenXSqK/u919U48WXgY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156111235},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"a50bfb3e62e023168dff585dcb6d3c53c5233666","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-a50bfb3_1741693920732_0.9320436043726621","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-11828bd":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-11828bd","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-11828bd","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"4a9c707341ca7e0a34ee786da1ce2038cd562576","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-11828bd.tgz","fileCount":156,"integrity":"sha512-LWzKU22E7RAITzuXAMhNod420y/E4dMFE48hQSoojbK8AkLvGk5P5rpL2xDht7TQNoFuPcSTPoNg1cdxPtiz2A==","signatures":[{"sig":"MEQCIHNh7Pw52dgOIFy50f8NBi0SslpZXZWd4Aq4Y//RpHzbAiAhNwOyMP4Fq/bBIl7RkVSwI3ogcYOdJ4mEqaMij0kNtw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156115666},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"11828bd5a74c201ab58b9b8a844277c0d3dd71fe","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-11828bd_1741786271113_0.2625260984937494","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-e2c47b7":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e2c47b7","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e2c47b7","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"ea9962d6e916ee1015839634ad9e296686a9475e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e2c47b7.tgz","fileCount":156,"integrity":"sha512-CEOMAEzAWlyPdQ46eTYFTOdC6yVxLKs6eSZiCCQwgchC0hUAZ8457OT4c+VsakW6kyKgmC/Wo7FUIlnqRugTew==","signatures":[{"sig":"MEYCIQDYxRkzuI5HVm1Z7N9qrYSM6mDqgr5j62WJKtExXuLwIgIhAPqZxvYpiVYr4KfgVVCKeuBVczYpvte1xN/o5HRvdpyu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156115666},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e2c47b792b5e6917e67ed18656b2b6bc7568f8c8","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e2c47b7_1741791631843_0.39303002466775405","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-40ca5cd":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-40ca5cd","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-40ca5cd","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"8aac8497c9e2ef572fd262b6adf332542059723c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-40ca5cd.tgz","fileCount":156,"integrity":"sha512-bLO8rhsp520baaqfY1qJbBs+l1Xvl6J/TcgQgWEgTbDuYCkizTS+eulWNw9OHrNkqqdbkMPNzZwns2XSlxeWyw==","signatures":[{"sig":"MEUCIFrZ3HmU7kZ2bWI4+9gIRPZ463MjVb2wgt0wjVI5ysOUAiEA7MrPMST64Tf2yhRDN9ElRE/KBnaM2Adxdw89mYhd5nM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156124804},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"40ca5cd66a01a75588e9459c6fa31154b4cf4c81","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-40ca5cd_1741793032207_0.718258844535723","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-026d051":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-026d051","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-026d051","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"84f9b4db5f671d5ccf837e8c7a07ff1af501faf4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-026d051.tgz","fileCount":156,"integrity":"sha512-V/79ak8teiIbmHC3zcEL+NWdjtlQTp2SgXHdjvBPMnxs9uZ+MxNJpkN6TalpLys9LPbf/gThORu6eE5UgcEWOQ==","signatures":[{"sig":"MEUCIFtQmTLTLOmZzfl49osbGLPdvaLNIDxbGeQo9UJr89mPAiEA41+p9O6w6bbQJjyj4JKxq75Jt22kt1vo+001Gn4YW2E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156126301},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"026d051f70a7fb314b48204dcd1c1720f7a45d84","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-026d051_1741859764040_0.013621725525787998","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-ae7890c":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-ae7890c","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-ae7890c","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"3df74b4ab70c6f121012f7daef6543fefc5bb265","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-ae7890c.tgz","fileCount":156,"integrity":"sha512-aEVmqqcI6I5M9MDT7GOLqs4B0762fnKXfoJ5P0/PNN9NB5mw0XfkGzdEZTnfqBvdpkgHBtDAXcZh6CLXjod82A==","signatures":[{"sig":"MEQCICfyfGzLJu/F7vdxo+EXP2b0JgO2YB8kaN0BaYYaoYCJAiAR/woadIKMyRqCQ7bOUdhQol7bJCqlsyqd3xnpYFnoqA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156133474},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"ae7890c5918aaf4cba1510d603e59c58cb91c454","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-ae7890c_1741865088461_0.13180756950090733","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-2ce9e9c":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-2ce9e9c","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-2ce9e9c","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"eb31f24a14bbcb5ee2efc8b9c11b15f28473cc34","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-2ce9e9c.tgz","fileCount":156,"integrity":"sha512-D2+SxtFJNRL8IxwVzgUA/ij4Uwwzn4doj7lFgpSYz+gyohZ91RaGIievyb7YjEw7fi0+W/2rap5aIcROdkn1Ng==","signatures":[{"sig":"MEUCIBgJL3kkhMU9JkIZzVohQneokcVJktR4LjMCYBQALt1NAiEAs1juNXhF4YPo1sY1Xr8Y/tHHcu2SNGfrFTBchWIU30c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156137333},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"2ce9e9c2540c307cf71784593f6c0a76046e42e6","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-2ce9e9c_1741865331048_0.1394314813644062","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-2c9afb2":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-2c9afb2","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-2c9afb2","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"c4803daf5f56a7dd012b78ffb63bbd9774632187","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-2c9afb2.tgz","fileCount":156,"integrity":"sha512-JNMU39ouyx1+FEicGXz5Aik2BYRjyxqU5lURKaicOgHiaNT2YZgv5zcIQEL+ttjjgWEJJHn4WnDHqCB/bM9jGg==","signatures":[{"sig":"MEQCIDgslrKOP9MAGfxdethr0xmCCt+xIqfwzbS6tCjUngfFAiB4E3S3SAfcoOXePWF9qfzC0UlFVKQOUjKQ+uwbCRc/Ow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156140985},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"2c9afb26349fa5e9d9bad72e5f385ff216d4c8c4","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-2c9afb2_1741866862419_0.5681539486800533","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-4756dc7":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-4756dc7","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-4756dc7","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"ba9f6979c08c1396a983c20d040757bec27ade35","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-4756dc7.tgz","fileCount":160,"integrity":"sha512-DbAKZD+IbfEQ+9mX7XmBTr42U6UL1+M6kcqfJ9ejUTKU3Bi600cllXsGR7ZLdeg2xHO4JURdr8OrP0zKZfEjfQ==","signatures":[{"sig":"MEUCIQCzEZuamEwQlBvfU8ygnJByb0rFaY4h+uOumRV6xHW/9QIgacFF62ECZSF5T894EhYOF9ZDZMsNnk7CNNp1vymFQuM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156502794},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"4756dc70dbd1da6c45aec2af32012e3b98f0ea3d","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-4756dc7_1741876461112_0.7068843608782076","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-711a3af":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-711a3af","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-711a3af","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"18d6abba07df68a9de47155c8b8c12b27e26fcc9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-711a3af.tgz","fileCount":160,"integrity":"sha512-KZ36maMWJXoO5LQAz5XSEsrMG2kE7eXMgCeaSchMUnaUu0oxVejEwl9VSLTI7V8q08j/RK7q4r761vAmy8ZSjQ==","signatures":[{"sig":"MEUCIFdadB/kd5u+kCdjFcvjYb1wGYUDaWtyU83SOUhWzPx+AiEA7ypMbvNxlqGAFg/+fGUpHuhClXvqhX/mUTpY5fFk0KY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156502794},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"711a3afa7ad67e60d0d85690a783d7308816f2d2","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-711a3af_1742213643442_0.21271031712803645","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-5a5bb1f":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-5a5bb1f","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-5a5bb1f","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"cd1a227247afd673f69060bd84f22a296a7ac83e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-5a5bb1f.tgz","fileCount":160,"integrity":"sha512-q9jEjPT72snpHElQHvHzvThliPutdIJDfP5kLmVvaL8YdbaeLBN1IijmJE+S81ggDjPpQ+zttk3wDC3Slo+9mw==","signatures":[{"sig":"MEUCIQC7tuK9dhoGOTTWpspDRVliCb/vE+SN3L+nA8aFMN/5VgIgen+9hBlSX7XgZvpts36FmJiwGYGJqHMIfkGujDiCBjc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156502794},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"5a5bb1f541e43caeb08c1169c280d9fc8598faec","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-5a5bb1f_1742220607195_0.4402933928503039","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-0d647ca":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-0d647ca","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-0d647ca","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"e201c13ea0535d35878b79dff57a26237012fe09","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-0d647ca.tgz","fileCount":160,"integrity":"sha512-cEO1E+gmbyGmk3Z6v5dlnp9SiWk22do5ksQI6JOAYVC4Gc2mpLiOGsdfzyCOprILfIAHQtjeCdPaczpdaKWb4w==","signatures":[{"sig":"MEUCICMiMo9M7ixn3WmS1mWJBVE7ltAxLGH9fWhY/W4HFbPTAiEA57GjD0Xv2XjXezliW32+7fiBEMXAlURGtb6ddpLOkik=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156502794},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"0d647caf62796677a7688266bdee76aec0d4fa5c","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.18.3","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-0d647ca_1742291727807_0.44528247898843754","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-3cbe3e5":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-3cbe3e5","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-3cbe3e5","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"6953bdddca393fa5fe3946e31684a91d5a68d126","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-3cbe3e5.tgz","fileCount":162,"integrity":"sha512-JJEaQJ0B/3tobqbJG+cY+fZksILuQesU26rYvk4tiF/3YphqKHP3mFQLzKTA/iUZxt6zMj8IJgS7gU+Rz1MESw==","signatures":[{"sig":"MEUCIAmlUav6VfUmuz++EmHZ5ZSHM9KNEixYzqzBKWM9p/43AiEAit9kyfhPBFqKBzg9AEFu/ZEKpEQOrpedAFga9/PFqM0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156545627},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"3cbe3e5b1b173232c8c5d6b5c9aa91416738613f","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-3cbe3e5_1742370170130_0.19951049816659383","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-7a02edc":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-7a02edc","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-7a02edc","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"ce8265f8deb17e92ee62562ce7e65469f54d9df4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-7a02edc.tgz","fileCount":162,"integrity":"sha512-NvIh67NhET9L6tCwwIKftH6S/RDpAa/W2HG5SJN8J/AN8yV55vdiHuq5H8uvlfZTvFfF7RJGqIMrRGRj3hEDmg==","signatures":[{"sig":"MEYCIQDBiU/Hc66qIas4s5nXs1i7qN6tcehOsz/g5FhmPdDiSQIhAITMeNKL7Ti0sRA/w9hLeh3NKZv8OUItNFsaQ/a9NCQf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156551268},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"7a02edcb162864ff43d5f4932f6c04e4eba45a80","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-7a02edc_1742455776017_0.641166482424083","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-826d922":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-826d922","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-826d922","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"463ea4a625c546136185158393737efa72593f82","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-826d922.tgz","fileCount":162,"integrity":"sha512-BajnVABilhWMRfUqderIqENQhaaPgV5dnKLzJXE1up2G+yixN6lGEOG+htVmrav+78VuPXHXZHV/A49UVeQXeA==","signatures":[{"sig":"MEYCIQDTY4mtv9CdE0/tOYBGUITcpKZhHYe6VyW+paYNOAbOTQIhAMO3lOGn3txUaCT3apc1Z2zixWvOTEdZ/TLHNflFi2hE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156584970},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"826d92246673342461be32caf95a0c778c198266","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-826d922_1742462060143_0.5170868300872076","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-3464ce1":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-3464ce1","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-3464ce1","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"b4b7ebd7988e7b303eb1b5413829d2b9fe305266","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-3464ce1.tgz","fileCount":162,"integrity":"sha512-Uo1eDiaTkkyTzZwwTSY96/9AeqPmf20cl2RBBn0lLdnH1fYryho9DNl+zClDCOfG8PaIJbcQPUsVEhP/bsSS7g==","signatures":[{"sig":"MEUCIAvvbYuFblxihnwSzUKszWm4QhePXNP7sZsGp63jqkvDAiEAgKJO8kqEVRLJ8RyxU8FkO7zYNdgsM5V1biCnfi94u+E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156585820},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"3464ce1b6d8ccf1e3e015ea36948f3d29cfc6b31","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-3464ce1_1742467525336_0.1449290645830863","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-7d45bdd":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-7d45bdd","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-7d45bdd","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"5847d271ece4ae26d8894002857ad0481f662baf","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-7d45bdd.tgz","fileCount":164,"integrity":"sha512-J2bdqt1Wu454uOrGmoli3E1uC12cGR/BB1akPJg+ej5LHeexz4vO2gOjamHILQmuA07wCOYpu8niOr5415O4Gw==","signatures":[{"sig":"MEUCIQDUVnwWU5OML3DUa0KjCvOlZUXjvcROujBuANyCVgVSSgIgUuMq/7q/0zmhNQ5YlxIMRYsXiTZXU+DB+6VZiB8biMw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156611984},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"7d45bdd48b1953e98a44e5e1f355d74137fa5afd","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-7d45bdd_1742484504366_0.47745509241385165","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-2ff3bbb":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-2ff3bbb","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-2ff3bbb","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"df102d664800712ffc3c06a5a29eebcdaa462ecb","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-2ff3bbb.tgz","fileCount":164,"integrity":"sha512-djwL8NI4cQT8CvuHj0IsWbZ2wXAxDsE+D2EQjYZnvdA9RNOc8U+z41zNw2MINUC4SDw3hnCB8oc7R1JKZ7UQBA==","signatures":[{"sig":"MEUCIQD+zJTAfx2A3X0qnIzMsNMduSkJrjqh7y89PUAnJrNFIQIgRWH0+PH30NNWYN5+eIjBZi/NWoqkkn5x9KQwDks8Dy0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156623297},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"2ff3bbbaa4d1ad7990f035a8595b08e3079ff2f8","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-2ff3bbb_1742551547730_0.8686062503063707","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-9414a5b":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-9414a5b","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-9414a5b","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"82767b87b85129ffe48999b69ae3d2394eced217","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-9414a5b.tgz","fileCount":164,"integrity":"sha512-9u0OTw0fBhnkRJ56MFwLunEpLN+l8Xz07+jbA+oqrOGtN0ywSJNQAddqp8RHvGOTbAoNT1TxpSxy/RVMD8FfPw==","signatures":[{"sig":"MEQCIE22m43jassl7ngPOUVHRlSotz8WqafqoZPPV0Ay5dzOAiBuJNSHqOKZb9nV62SIPhNvukujbjunrcjQcpnKf8wCvQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156624706},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"9414a5b80d54eb854d7009f7ac8c9b1b7c9e910b","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-9414a5b_1742810939831_0.9475348837858926","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-ceaf240":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-ceaf240","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-ceaf240","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"0b905f7ae06ddbd991b8800c139763e6d3f80d45","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-ceaf240.tgz","fileCount":164,"integrity":"sha512-/MNUFCZMX/NlWA/WXui10kZCwNTVfCmMRzTlZPIXN8NE6qVPllRUh+aKh7FsF9ciGz4guPd/nMXjFdrHRFpcaQ==","signatures":[{"sig":"MEUCIQDq98J9fB1o4obux8wqA3086fjcN3pnPMZN798l8XRptQIgCBLSdQU38HKDsiX8pzfhKiAHqKOXj5trchZJ4qYVT4Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156624706},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"ceaf2404b408e5cc1226461d6e1f3dfa91088acd","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-ceaf240_1742810971585_0.2786534297397949","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-3eb637a":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-3eb637a","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-3eb637a","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"e4e7bef45338db96fb4e4728d830abccb3e462bd","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-3eb637a.tgz","fileCount":164,"integrity":"sha512-mmDH/ZmSzSpZ/Ho1Kxq/JzWiDdh1FoiguCYFgyz4QxsFUruPN1jdSLIcQZgCbYqCpT0Rn65h2gjxtCBax70aFg==","signatures":[{"sig":"MEQCIFtnKjib0u5UkaFF0zxgmBwkMgwbc+H8YYe25bKXRv6fAiBOpkLAJZNTG0B8fHhEble+5XdpsOAlmgFMIna9//YZmg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156637469},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"3eb637a914d6040792b4fa79503431c6d96da65e","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-3eb637a_1742812909580_0.34337328857304583","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-e09ec06":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e09ec06","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e09ec06","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"eb4d2618f85f5240ceedcda12a3922066b729e79","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e09ec06.tgz","fileCount":164,"integrity":"sha512-CQVetIlgXTE/iUHz0sVxP4L6Q63JOzA4u3yA+OPNDlXGqJJOk7yHxgXrlny/1ZIPwD1OtpM7imp2UYj95+wE9A==","signatures":[{"sig":"MEUCIGqfKP3xJQfb9e9NO0yqB5mI2NyW08p/Xbx58O/amvkxAiEA7oupbsPw/owAJPITpzgmiALJTunlDW20tVhXYaJiJGA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":156650992},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e09ec065948be9b2bfafacd1ee8c7101fd1eb09b","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e09ec06_1742813450284_0.4390434533354213","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-e02a1c1":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e02a1c1","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e02a1c1","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"003f22c91bb34c1428ba7686d65eab804be40921","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e02a1c1.tgz","fileCount":167,"integrity":"sha512-0POPMQV/jQNlhHPho+QCee0L5/845in9TiXuoM+xoIBp3IaHxvCJdq/RCTTWKI3gXL1oHQxch+k2WafYP34K5Q==","signatures":[{"sig":"MEYCIQDQpR4vZoN9fXkIUCfQ+rTzwZXMCvhVYIQ0n0utXbS7WQIhAOAGmrH8Id5Y+UjajPa16v+6qemvcKo6ngp5kVJY3nN0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164771136},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e02a1c190404b011aea59398bf39fd46c49cf639","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e02a1c1_1742900660435_0.6868012017164893","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-05edb9e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-05edb9e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-05edb9e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"2e4b8df35f0acab710a8fd4f90652e7fab9bf976","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-05edb9e.tgz","fileCount":167,"integrity":"sha512-AumReAblQgWdJYxUuRfMcR6BsGQBevbbpPOOebX4TRCXCKR24We+470NuRw56cJ5txN1UjEGdwSRavEVqex97w==","signatures":[{"sig":"MEUCIGHq3K5vuLR201gkVVNzGygKOPfbGrRvjHHlRsl/sY7RAiEAo1zFI0EKaMaSzZ5D9M09OtFGueS/cJJ6ePX8ayMaK1E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164771136},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"05edb9e4875e569ae73fe3d095859642853a5dff","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-05edb9e_1742915558302_0.6487225850475382","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-600c2c2":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-600c2c2","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-600c2c2","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9ad78ecc6909ff8c182d57a59b04490035fe170d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-600c2c2.tgz","fileCount":167,"integrity":"sha512-1iT/0/hk+4PpL73FUqnLloymhguThCehTrgUByyixPE3EtyXLE1co3osmAqKN/i4IOzWnSlYLovj31D8IOMIHQ==","signatures":[{"sig":"MEUCIDEBH5nUSLasnM/Yyy8WXxfXpMIDb0aTW7nIjZAE+opEAiEA85tRq+YbQBMO89n1VdaeRY9Jvk9YjAVll3SjdXWMQEc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164771136},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"600c2c2d30e798acb2ba2346d48681b4861dcf28","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-600c2c2_1742917595851_0.9676175956431339","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-b4e60f8":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-b4e60f8","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-b4e60f8","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"d190f065912c4c64aadb1c52dd6de1b6a4977b06","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-b4e60f8.tgz","fileCount":167,"integrity":"sha512-AUr7vLS6ddfhMXbNzfQs76aYdjxJxenlD1FCvRck4nDyyuVkl1udu7RfITIcIo52TkAYRq5b98frQ7JmKB52Rw==","signatures":[{"sig":"MEUCIQCbBoSnA/vRM5U9A4/JJpbdvihFcjo5FbGpsv7tbjJbEgIgBT9Sc8+nr8zpLlcM7W7m/SXft8ImxfJiUHS+TgfVLF8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164771136},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"b4e60f8e019ccd9f95f85ac07189e890e481c496","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-b4e60f8_1742917720389_0.0880661521062791","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.17":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.17","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.17","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"bed4a095320d0578508dc3fc05546f3f1602dd1d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.17.tgz","fileCount":167,"integrity":"sha512-3fEOGHFVUn1CTNzacznsrP/kaCasmdbw63a4Zzcxpcor/YL+4nGgmosli1vC/vVst1GJqI7P2XI25SmXwtotOA==","signatures":[{"sig":"MEQCIASGPMgaNLznHPzkUKw6vmK743GdMCazlUeFWSpPc8QBAiAaP2wIJGzPMFa8Q6w++1C5RD+zGxpB+26WJntRErwOEQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164771338},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"6d51bab6283106ca062f4ab976eda2820c66e5fb","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.17_1742917808945_0.5344512184203347","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-6d51bab":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-6d51bab","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-6d51bab","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"8e35cb5189f68559c3e1d8b71f00434ac4b414b5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-6d51bab.tgz","fileCount":167,"integrity":"sha512-krUToBpTxZltKeVFx+z3vLHAZ2978YTlRqzyuW6+EaabTrvHPnRtIkR4qMwGpghU8qtdoKeWnyzIxmjVpskYUQ==","signatures":[{"sig":"MEUCIGmbpymuXWy2Kgrj91wtbTzRHPSuMokqEt4zde27MFFtAiEAsCNbnhT1H9U+Es1L7Av/USokE9LS9Z2kkZZOSk4j18k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164771345},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"6d51bab6283106ca062f4ab976eda2820c66e5fb","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-6d51bab_1742917915712_0.9564568502645638","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-e99e28f":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e99e28f","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e99e28f","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"2f3d016a4da6284da31ace79ed73493c6aed4d47","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e99e28f.tgz","fileCount":167,"integrity":"sha512-0jvRsH8Uiw5YuvfwMxq5OEI+pG3yS307DhwftWkA1nWSJCaMyoVHs+Nd3psYAoCajpFmU1Hi6EqFAOilzmJswQ==","signatures":[{"sig":"MEUCIGe42/LE+sgIiTLQVhZQyTGmmMsTU46pmG1b14aINzmOAiEAxf1L4tzJobSNHPUNjcVbU4sSowK5649aTKd5lNw+Um0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164771345},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e99e28feeeb732a9692f9d3c82df3104ca98cee6","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e99e28f_1742978880780_0.6492178858698956","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-dcc16ef":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-dcc16ef","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-dcc16ef","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"5d6951fda1fdf801534fab5da283924e71818564","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-dcc16ef.tgz","fileCount":167,"integrity":"sha512-FHion1OGvYOHs0+nLG6n0nERG7tFb/WHBk5KLFfDEyKrnXbxCDALNuzBuS1kvX/WU19vJA4CwrQ6iVOsMHDZFw==","signatures":[{"sig":"MEUCIC3CkDUYYLrRLj6mZv9+rKpEnjPvtkday0bqoCbWb+HOAiEAnDyXJIxDM8l5RlZYHu6Fo92Yap9NjhC1ODWE7TkdRro=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"dcc16eff36e40186e91984fdab9fcf2c2b903fd3","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-dcc16ef_1742979650208_0.1406317950078213","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-e17fde6":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-e17fde6","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-e17fde6","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"0898e12c04063de2c7622420b129b1058a22ad1c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-e17fde6.tgz","fileCount":167,"integrity":"sha512-K75gIL6H5cd4cX+U2n9I5im8VJ2u2LK3bSM4WOyuAKcuDUtVJs7TS4P2u3sxLulKWtItlk0jXokR8RGtvQfpMg==","signatures":[{"sig":"MEUCIQCCqxKydtBb50uzdC393SK0CMxEcGyP1J9WeTRxpWGngQIgaPrnp5GVDdBVX1PzGWQMkSIHk8wTUGTJwZMj2v2s0Mk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"e17fde6b660a86220dc6ada16ea8ee340b3b5ad2","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-e17fde6_1743002145201_0.5088269655258577","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-d91891f":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-d91891f","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-d91891f","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"3816050fc73b91ffeca2c65872ea08cfb37e8ff5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-d91891f.tgz","fileCount":167,"integrity":"sha512-8TqQ8obkOp5a0UeBHIWiuXO7XopVV5aQwikTKIynZOH6UNQvEDBVwguMFAr9aIluT88v24f7Pl1CVgmWUjFLyw==","signatures":[{"sig":"MEUCIQCijDhYCaEqcqFyl/S43OGpLFiitlU96KYCYLHj912cjAIgTJJEIs3E8BiRZwhRXEVJlbRgWEEF8e3EWCxz2zuQw0o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"d91891fcf1076fb3de9aaceb8f076b01e64ae5e1","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-d91891f_1743023167503_0.768636011363566","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-74ab978":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-74ab978","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-74ab978","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"25b6f6854c7dab3b46d02b229151b88bef2ca915","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-74ab978.tgz","fileCount":167,"integrity":"sha512-1l2AW+3QQ63ycljmM3dNaYyiQh/+JURSVTYFfOrcXwPdvhTcyyWlBm2uHPXyOjYyQZ+paOBfnv993uVz4HaGXg==","signatures":[{"sig":"MEQCIBAW8f0EbDGFg/AMxr4ROvGdEwMS6iQZyhrEqwthYucXAiBrIDjAPUucfUsB71KTFUvmnxhGyMvHrDfqsadP824DyA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"74ab978e17dc5450e45c3faca93f2917552be790","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-74ab978_1743023183184_0.5579145857574217","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-ec7b630":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-ec7b630","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-ec7b630","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"23fa4ba54dbcbff79c3607427452aed9d5f5d537","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-ec7b630.tgz","fileCount":167,"integrity":"sha512-/B4h6MPyk+bG9PWvBLt9vaD28d8CD4+2KFtGb8WGQNh24twPUmGQmIfYy3VVGsNxk8yT9i+TVPHmJlIYQgcMWA==","signatures":[{"sig":"MEQCIFVjZbTKTuuQpciyo1vopVA7mGWoNAdPuPG+9hR9d/BhAiAhnhJqY6xkCQ1sf3ootY1iH4/WDhYqGOPx5ro06BGnrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"ec7b63094e6bd197c7a31b1013001552ab6d04a4","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-ec7b630_1743023196787_0.3882464522023146","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-6df4210":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-6df4210","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-6df4210","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9634c1bb50f68573d6130adf934f04dbe0401a17","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-6df4210.tgz","fileCount":167,"integrity":"sha512-w5r0e5OrEttH1hHJQlSwCTbK+guFjgQDzVhzrihI5dyKArcKCr0VJ6cREOjlk1hiQsOQA2NiXb8Ia13YukiUvw==","signatures":[{"sig":"MEUCIQC/EgnBhtrDfU4rnbPGK0EG7WeQqakaRBxeWQ0l9wU+twIgV23Lto0+y621Lfq9Y4Vth8Yz8KR3sbkeiVMyOWLiAKQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"6df42100afc79c196a1fc9bfeeef0d80a89e64a8","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-6df4210_1743068999485_0.42831018603468674","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-afe21e6":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-afe21e6","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-afe21e6","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"f365a68b3f2dd6e31da3b778b369dfe010cd2ad0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-afe21e6.tgz","fileCount":167,"integrity":"sha512-AKuyQlZc3A6t8l/MGcORKF6DthOwJyQufLTB31371/lQ/LTbBZkeazz4LE58fgwde9JwnrA3MA1H9kbqQ9VwZg==","signatures":[{"sig":"MEUCICah7X/azoYQiynF5ER64mig24L2/GulwqQiBpS27SOXAiEAypUyBG83AxUcifOyvyUpGaW/Be1tpZ3oslY7xkfTza0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"afe21e68a5e3936974bd695a39414ec2e292220b","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-afe21e6_1743070077992_0.7406892312701749","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-4ff8109":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-4ff8109","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-4ff8109","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"c47de46187707ce9c8eb05750372c2b08ccf19c3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-4ff8109.tgz","fileCount":167,"integrity":"sha512-/VE1xMcnMYGyPsvwSCz22707f5mlXhHgZdo1X/fbjL2oNB6DjdLzFfdcNx8665Nf82vXAe6bYdiV4ahU7UADQQ==","signatures":[{"sig":"MEYCIQD7qFvP8hRXtHX5UG+MgNBW3TjVJUrOcgY6uUfYCVs6uwIhAM/8+p9vOOaxYBHVAXtYpOqdVnaTIy82CBq7iKyBBHVQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"4ff810942cb2336a250de048ad56ccfaee71cd64","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-4ff8109_1743071479502_0.5796472119258391","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-2168d84":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-2168d84","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-2168d84","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"29c1605dda77ad7795b4baca78e86f8a837b8082","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-2168d84.tgz","fileCount":167,"integrity":"sha512-zD3tWtHLWPzHjnMHZn5hXi9IBYJ4/4wJS00iWblHz1ppmaTAJF7+TmtKYs8++UTSo7ONP174PyCJLbxGQD/Avw==","signatures":[{"sig":"MEYCIQDaaNf9w6UEckHVorT+t2rIRm+BdkegcJtLqdKzXE3hYwIhAM9txzkmG/92N5pbfRPac8ZMkV+Bfbg259ep/lwnl+mX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"2168d8457a20412ba9cba7ba51045eeb2c59de68","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-2168d84_1743420295112_0.22028032170887668","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-4e81560":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-4e81560","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-4e81560","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"f4331cdd9ba868fdda9fd9ed80b74ae2496946a5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-4e81560.tgz","fileCount":167,"integrity":"sha512-Oo2nG2e6lrBwIw3Q+JkB0NfizVspEo2RTK401bQ8qKP3+xsr+2sid+oGPdz+xHs9LDNqpsfMP0U+vQHIaXJnCA==","signatures":[{"sig":"MEUCIANy1I+ifOvcnF8grUWPx9SHinNvP3h0zIx8617IZqmdAiEAkUhy3493Aribv5hhHl8p2hd+Dnvs+DMzfQYQNTDuPjI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"4e81560945236d735191ce3a6a372fc969a19547","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-4e81560_1743437488589_0.593556749529838","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-39b1b10":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-39b1b10","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-39b1b10","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"f956b950ad7da888578a0ccf35b76a7a22875621","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-39b1b10.tgz","fileCount":167,"integrity":"sha512-NEr+cliV64Om/0Ytuibd905/1ZIWl20S9yNb9BXsMGpWBUVeTHyWl8VnowosFUjvWmOQpXnrsmWwfimQCuKwyA==","signatures":[{"sig":"MEQCIDVkhw8NsyUD1tzLTjykubZFH6FEeYtFaHdCf23YAfo7AiABbfFhemHf3031BlidtYLp6uVLkgCDTDlRXEM/iFSfLg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"39b1b103e758be6790f0c36cda3e4fac32276554","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-39b1b10_1743504799718_0.7686007042983614","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-c7666e3":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-c7666e3","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-c7666e3","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"c90e12d0f22600304e6ecb45a1e121b1b72b19d1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-c7666e3.tgz","fileCount":167,"integrity":"sha512-MxWdKoQTPq01eG7EIQyU+228x8SBzrWkp0XOpzwbkA8r0AST2EM4T9d0yjP+9v5TrNgCyXFaBqHHILt/eooBQQ==","signatures":[{"sig":"MEYCIQDz7itZA0iIjskZy/29qIZ2XAC6rVwDmyqWLpzVs2YShgIhALtS5eTPhgXM2Bs3cTqeXEJtF7zgYLvXmdIc26iq5F1W","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164773730},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"c7666e32b7dd5fae6bd2f03a0a1f1c8d167718d6","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-c7666e3_1743665999890_0.6088914921151931","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-1b971aa":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-1b971aa","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-1b971aa","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"45f4276da56ba1322888979132749e6a38f6dd64","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-1b971aa.tgz","fileCount":167,"integrity":"sha512-ySwMuBmJwQrGrxa/WBKsqH22BzAeXsQBhkAAjK3xgzmFy8oGIcEPNCTx087/T7WX+Jjas2XHHTBQme1QduxEEQ==","signatures":[{"sig":"MEUCIEb+iclP+eAjTbrRh5sSAZ7RRnAp8bQKDzrpxNzofmXWAiEAxneBV1OpCdEWK/fa+BdfNAIiVbgFqL95eX90A7NFmyQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164795972},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"1b971aaffa322d567ea5b1c95e9b0e439619e685","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-1b971aa_1743753799355_0.5939708623791355","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-79a0310":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-79a0310","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-79a0310","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"6a20341fdd7e39d7efe3123db5e0e1ebea9d71be","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-79a0310.tgz","fileCount":167,"integrity":"sha512-ifNRu5UWSKPrWQB3tQx9b6QZ2bWty/MMFnqsuhlSm8+3Mu3BZOb/ucYd6hHSD1s3xPiN4LhhjJiYv0n62zr+zg==","signatures":[{"sig":"MEYCIQC0sF7/wD1tcgmKRImbNV8kCFxHsFigi23YTBcY79rpqAIhAN478uWJAbqiTRKUbrRct+cfCdrdiWd/0Mb7SOesvANk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":164795972},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"79a031058510a8d82e8c7af28b57073bd500df61","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-79a0310_1743759600668_0.2930958147479177","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-ea1c699":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-ea1c699","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-ea1c699","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"747144de35a9039d4d3a1aaec103190a4131f4b3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-ea1c699.tgz","fileCount":167,"integrity":"sha512-7I6cgEPLI7W4YAwnByNVHXPRW40V5SkThvN3XX9lJI9qK2grFjA7LfED/R7THrSSswDv2xxxjcv31Wlkq/o35A==","signatures":[{"sig":"MEUCIEbE+2BTMkODzAXH64Mx30d6LE1ruS+RZ/4VwH/As1YAAiEAy+gFLbbKUfrG35fGD6h1V+MLw+8gu3GxqbxP37McKSg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":171713390},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"ea1c6999bf9ff6ce9879eafb56071132b211479d","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-ea1c699_1743762926591_0.8540296439388619","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-1a7a67e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-1a7a67e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-1a7a67e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"70d207feb829d76b2a664b26ddd2db7a7ccc26c4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-1a7a67e.tgz","fileCount":167,"integrity":"sha512-kAhpvpqkU6G+z7ILdVT4e20NhBqky4JOxdlFhJ2AgW4CiLEYvYg+2OzcLWVfeKhYXD+ijC2o1nhgkdjT7NiH+w==","signatures":[{"sig":"MEUCIFpXhYLeMXS+KBjPrNNR07FaIOUU/s2GRO2PbY5C0bVGAiEA/IwpV2IaHTdB4LK6teaoqjUAdeiXoBeQg3xAAt9CoC4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":171716012},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"1a7a67e5b715a2ec56bba0471a0be11b6d1cb114","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-1a7a67e_1743764804970_0.7844433723068438","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-07ac90f":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-07ac90f","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-07ac90f","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"8edac886671b10ae2eeb34a5def28d6bd44de4eb","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-07ac90f.tgz","fileCount":167,"integrity":"sha512-M+FDoBFkKWHRQVU/a2WXVtxpF6zv66/GN6k1Hx1qA8xKptbwa2QJlz450cGpSCeNZYe+/EzdEVj8AC10cg63xQ==","signatures":[{"sig":"MEUCIECNRoXwEn8ejsEwvOC74PJEThgev51HOvUrt1cXlTH/AiEAy+cRb3gb+qzAuxYgS/CkpjqqY581h8v0hxPv+qM6Mls=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":171729398},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"07ac90f038000e71ca03f7fbf290a219dfc1bf3c","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-07ac90f_1743774559785_0.6931213858769918","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.18":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.18","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.18","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"f7ad2e5f3bf73b440e55139be9d44e3fbc92ac2a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.18.tgz","fileCount":167,"integrity":"sha512-XIo9BbFLBcRA7ZAcZG8Sz+RhuVwhH4aJIotbE9nQLYUk4pRMdSmzmubRJLjxrmJO11AT76x3YWLNRhL9eQzvyw==","signatures":[{"sig":"MEQCIG1GN6xINTVGjgIdjZIZRKPGncQCRzMpEBp5f0Y5KV7iAiBmUChXQph0IF9gbchoclBsh//C3Nn7cLy1Ej77TfUE5w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":171729533},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"6e45657601f6193b71233e886eaec675ad9ca6a6","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.18_1744017883660_0.4203938582522535","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-6e45657":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-6e45657","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-6e45657","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"a6edf150950706384655d761445344796968f90b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-6e45657.tgz","fileCount":167,"integrity":"sha512-CdgdhX9sgdMs01tbhISc0qMHA+OeCTT2oVFED61WUcT1f4yJqyQshiUnVHMnhAhg26T5l+wonX7nb2vZNzN0Ww==","signatures":[{"sig":"MEUCIQCIzIa5J1kB0BVrHbfXJn+CnZPAd6m7agjoo/UtXMa7TwIgTIBtuV68NK7beYpOgYUGmRlGuKv3ySgKmzmEy1yU9+o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":171729540},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"6e45657601f6193b71233e886eaec675ad9ca6a6","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-6e45657_1744017988553_0.5726146395436815","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-1bcde53":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-1bcde53","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-1bcde53","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"3f3135bfccc935c238a0116a90ef7a2390d68772","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-1bcde53.tgz","fileCount":167,"integrity":"sha512-M8remYvEjyIOQMgH8DTKs9rdT7sRRiPAK1Z7LbW1vyw9AnLyBNTbrjlwSNmnOFhSPsUWMy4WpO2X8vZS3xPSWA==","signatures":[{"sig":"MEUCIEbsMlzuAt8CINjSFbxwLnMFpsQ3VI1MvvkWoxC/rxemAiEA3P+O0Q+CPYGmoGfyThAAgL79ON7vLezidOeH9yedkNM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":171729540},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"1bcde53da7ed245e3f2f5cc190786e3d29edac61","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-1bcde53_1744099081008_0.41023513674860546","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-88e4930":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-88e4930","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-88e4930","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"c5144b026342da6c046381810d2dd86eb2c360a5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-88e4930.tgz","fileCount":167,"integrity":"sha512-xHHvMQWLY9TfD7rG+ZrZdeP+lCP0j0c/w7CpC8TJ4GsxVKU880rSDaZcZlqQAa2DNgkx2+6t86KHQ8WQhutBrw==","signatures":[{"sig":"MEYCIQDqRRFisAW61wBmyZdaP1izVKAqhYJSEUQbmsQWbvNchAIhAPPYi2cSMjgSKgJ2e9eHjWvgaycwg9ZYqwclLmiltbBp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":171734104},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"88e4930afdde30b1158d23d8a5118369557ecf98","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-88e4930_1744117011493_0.263984678923741","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-c419f5d":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-c419f5d","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-c419f5d","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"3650169d77e93cf90ac7b8b6af75b56e25053eeb","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-c419f5d.tgz","fileCount":167,"integrity":"sha512-xIUERNSTnYSLFy3Yt5DLwh3otglpAIEVGfx+ghTytsBgBguCDp8NL80I/EmxeG9Tj0worF8a4Winmb84rs0EKQ==","signatures":[{"sig":"MEYCIQDNaJYBdQh2cSspR62sxGsD8rQ+l9+Ok1cZyjRCKMJCLwIhALzupGbEb17nGWADaDKxeTkj3ji/T8Qr5R7fP0D3Sf+4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":171737436},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"c419f5ddd1d53ccd91afae210088e0119549ea59","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-c419f5d_1744273741552_0.6117921282098309","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-0689b87":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-0689b87","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-0689b87","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"e17a7cfd0109d53d152dff51abaf75e6b4148ff5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-0689b87.tgz","fileCount":167,"integrity":"sha512-Hzlp2qoDpoAuudSFkoPPlS6sd27T0I5D4wkSEJUni9dBWOKJd97RwtfaHtfZJFytChOZ3K+honiYv6x7cbQSLg==","signatures":[{"sig":"MEUCIFj5l+2DcQLoWmwBPOFt5lI6fRir0A7beD3XQAAGR+HPAiEAhSbEAcfgsLeMcGjU/L8hD04+cbzLiaeoTrJpKji32Q8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":171737436},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"0689b8769543233b7c89210ad2bd44831341ef38","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","heap-js":"^2.6.0","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-0689b87_1744300967054_0.3800265537827152","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-canary-c86b44e":{"name":"@neo4j-cypher/language-support","version":"2.0.0-canary-c86b44e","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-canary-c86b44e","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"86a5bbfa4950d3594edf200c8d39ef8eb8c89169","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-canary-c86b44e.tgz","fileCount":167,"integrity":"sha512-A91HEgHJgWKzWFqVddVdOAKeomdn6esoENR2dAVL/730Zk951dbJ+n+VEAxFWkufKvUZT0ZRSi24eDbbAhmFTg==","signatures":[{"sig":"MEYCIQDZAjuA3u+hW6FwBfUMpwZ6frGRshXxiQkeLNyw8FOIsgIhANC6l7vk7iMOs4gJLYriNldM8PLyZYTsE0Mh0JnHJRQB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":171421538},"main":"./dist/cjs/index.cjs","types":"./dist/types/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"gitHead":"c86b44e48febb4098bba96af31021fedb272bbe1","scripts":{"test":"vitest run","build":"npm run gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","antlr4-c3":"*","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"benchmark":"^2.1.4","@types/benchmark":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-canary-c86b44e_1744699736872_0.31818475823695125","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.19":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.19","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.19","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"20d1094b4e4f04525517602ec8027a9fb77cd6d2","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.19.tgz","fileCount":172,"integrity":"sha512-+I+zxL3IWEa+Ai01JPwfZ2fuBUIGiNS8ZegN6WZaYMCgR0Ss9us6m0izUgiRHjy69JfeEIhMS/v6icZeP20hHQ==","signatures":[{"sig":"MEUCIQCTMWcteUJI1g5knfDCH9BNZ0wZwnS2Ux0CV9Yd7kiYwwIgCHOKQfoNsP0GR6Psrx1TMFZ8gJxpYQS1InIjzGpsEFU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":165425570},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-2.0.0-next.19.tgz","types":"./dist/types/src/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/src/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/private/var/folders/_8/rljk3lnn1174zdkf8xtwsnwh0000gp/T/4e34e38ee5731af42d1f48d3ddce470d/neo4j-cypher-language-support-2.0.0-next.19.tgz","_integrity":"sha512-+I+zxL3IWEa+Ai01JPwfZ2fuBUIGiNS8ZegN6WZaYMCgR0Ss9us6m0izUgiRHjy69JfeEIhMS/v6icZeP20hHQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.2.4","description":"Cypher language support","directories":{},"_nodeVersion":"20.11.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.19_1745339738359_0.860400018991915","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250423075344":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250423075344","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250423075344","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"4da8fc554f73bd02b24b0a82d9b65bac5f5d0e31","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250423075344.tgz","fileCount":172,"integrity":"sha512-69UDIe0HAmASkZjavzzqciSUffLZQPhJSiNtNJOCDhlfOwh9bwF+AQzyzy4qNyfYeQWGK92qCFBjMbr930iGwA==","signatures":[{"sig":"MEYCIQCD2PgKojxWp9q4TOTRudkqQmAxC/wEf3TesV3N9zUqcgIhAJNLxg002Pg2//ABbNEWbslgA1Jpa/LWg0/5O6GxMDEo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":165418033},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250423075344.tgz","types":"./dist/types/src/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/src/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/private/var/folders/_8/rljk3lnn1174zdkf8xtwsnwh0000gp/T/3d1beeef10596be7a93aa9886e21610f/neo4j-cypher-language-support-0.0.0-canary-20250423075344.tgz","_integrity":"sha512-69UDIe0HAmASkZjavzzqciSUffLZQPhJSiNtNJOCDhlfOwh9bwF+AQzyzy4qNyfYeQWGK92qCFBjMbr930iGwA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.2.4","description":"Cypher language support","directories":{},"_nodeVersion":"20.11.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250423075344_1745394985788_0.3037523961397439","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250423080101":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250423080101","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250423080101","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"2f543fc8db052be889aa7cebd27c349387e8fb2e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250423080101.tgz","fileCount":172,"integrity":"sha512-wsFVjglAcEVQ/xJoz9n1YCs1bZS9LcvGs4sofdf9Jwdn5MYcGrG2wGONcYoplkBipq7wwSd3wiEe/an6qJantw==","signatures":[{"sig":"MEYCIQDMY8pTPZu0zktyyaONJ/O8hh+TRx8m5waaQ+uFkUXimQIhAI0A4nAYSvy0JbYnCOHQYa3ieRDiukgHTvrVIRYKfn79","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":165418033},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250423080101.tgz","types":"./dist/types/src/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/src/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/private/var/folders/_8/rljk3lnn1174zdkf8xtwsnwh0000gp/T/66339333cff49883f7f38816afc1b75b/neo4j-cypher-language-support-0.0.0-canary-20250423080101.tgz","_integrity":"sha512-wsFVjglAcEVQ/xJoz9n1YCs1bZS9LcvGs4sofdf9Jwdn5MYcGrG2wGONcYoplkBipq7wwSd3wiEe/an6qJantw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.2.4","description":"Cypher language support","directories":{},"_nodeVersion":"20.11.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250423080101_1745395304594_0.8671680437218237","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250423101735":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250423101735","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250423101735","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"376a4332ec697b554f69fbdc02bc126dfee58bb4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250423101735.tgz","fileCount":122,"integrity":"sha512-Va4S7cxgDc6r9ZAVUQno710kVAd8f+c4vNiXybypXmAMZWnVdV+H9HmEXoFLqtOqz9ZzRcewUBACH4mTUZWb8Q==","signatures":[{"sig":"MEQCIBJWpTORieQfQmLYZ79owa77RIeCkKWEV0yN4T2zkjtNAiBoSHLffWM1iP/332+kX1gxEg+dtJJo+/h11UGwsIaBZw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":158213896},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250423101735.tgz","types":"./dist/types/src/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/src/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/7f244e5138fbd0ac9689f9e1457c3a2e/neo4j-cypher-language-support-0.0.0-canary-20250423101735.tgz","_integrity":"sha512-Va4S7cxgDc6r9ZAVUQno710kVAd8f+c4vNiXybypXmAMZWnVdV+H9HmEXoFLqtOqz9ZzRcewUBACH4mTUZWb8Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250423101735_1745403546146_0.17304594354842906","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250423102922":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250423102922","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250423102922","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"20374fec36db32ece40f8726b7cc7258b78353c3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250423102922.tgz","fileCount":122,"integrity":"sha512-xGF7v5mPZGBJ78U56+zfJzCooKLimWJ17crvG59XpjRPKgzYGE9i0qgl8yyfbyTmAWrcQO6uX/tZESu2Si0eoQ==","signatures":[{"sig":"MEYCIQDuq3q0X8bzLWbAEPB0it8f325MkP9NKbT7DhDwdpnujgIhAM9I2u+oxmQbp8DDnLIub8wPLfhJKjegkxqUV9uKmrde","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":158215221},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250423102922.tgz","types":"./dist/types/src/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/src/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/3f689f2e27c1b25f3a1b63b3352801e7/neo4j-cypher-language-support-0.0.0-canary-20250423102922.tgz","_integrity":"sha512-xGF7v5mPZGBJ78U56+zfJzCooKLimWJ17crvG59XpjRPKgzYGE9i0qgl8yyfbyTmAWrcQO6uX/tZESu2Si0eoQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250423102922_1745404255224_0.8995401570708284","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250423114059":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250423114059","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250423114059","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"26aa8bfac0b025970dea05058d754821ff9c0980","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250423114059.tgz","fileCount":122,"integrity":"sha512-HewKFPFzS1CpeRpTk6hgyVD6jY78ffPZlDqRkN44j9qVZjo7vRn9UBzqYD0DwpMtYs0kvImPoPbyTfny53GVzw==","signatures":[{"sig":"MEYCIQClokdkp8WM2fe3mzx3NDBPaZUMXZrMJ3ZMpGTAd9CvfwIhAMz/aGmpDfPgasDev5s2JRZB7LBS4uRADsSPytmdexpD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":158215221},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250423114059.tgz","types":"./dist/types/src/index.d.js","module":"./dist/esm/index.mjs","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/types/src/index.d.ts","import":"./dist/esm/index.mjs","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-types' 'npm:build-esm' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","build-esm":"esbuild ./src/index.ts --bundle --format=esm --sourcemap --outfile=dist/esm/index.mjs","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-types":"tsc --emitDeclarationOnly --outDir dist/types","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/6c43e211b696c1199670055182c515ae/neo4j-cypher-language-support-0.0.0-canary-20250423114059.tgz","_integrity":"sha512-HewKFPFzS1CpeRpTk6hgyVD6jY78ffPZlDqRkN44j9qVZjo7vRn9UBzqYD0DwpMtYs0kvImPoPbyTfny53GVzw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250423114059_1745408553321_0.35758869418658557","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250424133338":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250424133338","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250424133338","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"4f78416843b7524bfced222db03be88cb07078f5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250424133338.tgz","fileCount":315,"integrity":"sha512-ArHQI0ZSYUNbE03sy8OLyVmH5PDFeBcLXnQ2ATK7onRavUU0ROLoeS3c6a/xivN3cCqPaHTuawik0FSSNnbpCA==","signatures":[{"sig":"MEUCIQDWrCMRWbXq8HEHoiahvX6NMlK4uTVLeQXjoUwRtFkM1QIgHWtq5OcO/J/sF1HfYXa6rktBH3qQJpu4iexBboBvkeU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131313481},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250424133338.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/e789c5fe6580231f790138ef2a50919e/neo4j-cypher-language-support-0.0.0-canary-20250424133338.tgz","_integrity":"sha512-ArHQI0ZSYUNbE03sy8OLyVmH5PDFeBcLXnQ2ATK7onRavUU0ROLoeS3c6a/xivN3cCqPaHTuawik0FSSNnbpCA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250424133338_1745501705060_0.47564112149887783","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250424135914":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250424135914","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250424135914","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"906dd6b12b997b8221c7933a7dc70bdabfcaa57e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250424135914.tgz","fileCount":315,"integrity":"sha512-4sCG+z5auKogaJdOnLraSDmOTzuJQhIsl+ZRHHXtWc4JzhCiL7WzbPi9lKQqUhPtgJ7Pk9fg3wd3KSHDqAF7gQ==","signatures":[{"sig":"MEUCIFo/VglIDIRh1rL9z1rg22k1B8hJYfBGL3vwZoaDVBqSAiEApq9apV+DM984LHh/UdTWUuTuL1kuvS6PMFiaY7aUe5M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131313481},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250424135914.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/e02c09fa265344d936a90a94a0ea202c/neo4j-cypher-language-support-0.0.0-canary-20250424135914.tgz","_integrity":"sha512-4sCG+z5auKogaJdOnLraSDmOTzuJQhIsl+ZRHHXtWc4JzhCiL7WzbPi9lKQqUhPtgJ7Pk9fg3wd3KSHDqAF7gQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250424135914_1745503240209_0.08766667397174799","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250425093625":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250425093625","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250425093625","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"5e6ae64d22a072d58f0f5dd4ea7fa54675a67b9b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250425093625.tgz","fileCount":315,"integrity":"sha512-Mg6WbVWj48UMSosMuOlPCILVUEsggI0qamiFRBKfA2Q0t6yNs1dB/8xhhkS9er9lUvMNRuDfwNy3jZcSynUs9A==","signatures":[{"sig":"MEUCIGJm9eeKGydLo63X4Ehy7xngOpYu1J/d+N4b1jVBGvivAiEA/ksX5l8cg/5bYwo0vhXAlgiDOubzRScnr8+gY/lYc90=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131314355},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250425093625.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/e76b741a876da9390344484bb7edd3f9/neo4j-cypher-language-support-0.0.0-canary-20250425093625.tgz","_integrity":"sha512-Mg6WbVWj48UMSosMuOlPCILVUEsggI0qamiFRBKfA2Q0t6yNs1dB/8xhhkS9er9lUvMNRuDfwNy3jZcSynUs9A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250425093625_1745573869681_0.04910538904947215","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250425095519":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250425095519","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250425095519","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"1e5df6f632ed3a1ed5cfe983966913d4f71b968c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250425095519.tgz","fileCount":315,"integrity":"sha512-bRQnOW9qkBFUK4cF8odfVB9De5hu9x772Dyr33tJx8m/dUOMmHFThq1qIHJ8AkD0Vbvbsi6kOLwYMO/eV8U+Sw==","signatures":[{"sig":"MEQCIE26P1p1oqj5f0QrP4xuq4yYvLtO7GUl2vc2iOwyuRgsAiBS75Nu1/kGYLJjKami81XnhUHU/fvm2ji+gAdYJRQ9dg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131314494},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250425095519.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/1359b13d54e00d082d8db1e6b3f70ce8/neo4j-cypher-language-support-0.0.0-canary-20250425095519.tgz","_integrity":"sha512-bRQnOW9qkBFUK4cF8odfVB9De5hu9x772Dyr33tJx8m/dUOMmHFThq1qIHJ8AkD0Vbvbsi6kOLwYMO/eV8U+Sw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250425095519_1745575004267_0.05063740599135125","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250425150928":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250425150928","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250425150928","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"479c957100f7394d013b50578c2777ac4bfcb195","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250425150928.tgz","fileCount":315,"integrity":"sha512-GcmiAQWU+PQlgcfReQB3W7CoDfoNix/5Tvt9KWMHjv04c4FOFdWzRO1iR5t1Gat+bpWKR0f1ul+2OdWdk0YApA==","signatures":[{"sig":"MEUCIQDHjkY5QLY4SmEoGocY5EtzEhZwI1bi/6yDHt01C289CwIgJdm6gEshSS71FTGbgJGq88yw3SypRV2JWYoiW86D05k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131405172},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250425150928.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/97067bad3ec1446ce19bf6095a65ff3e/neo4j-cypher-language-support-0.0.0-canary-20250425150928.tgz","_integrity":"sha512-GcmiAQWU+PQlgcfReQB3W7CoDfoNix/5Tvt9KWMHjv04c4FOFdWzRO1iR5t1Gat+bpWKR0f1ul+2OdWdk0YApA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250425150928_1745593867421_0.5110148379934547","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.20":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.20","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.20","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"299c4a2c58519be0a7a411df26ef5deac4b4b158","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.20.tgz","fileCount":315,"integrity":"sha512-/NrngRulU4H7pS3Zj4s5mtO6hex/dwgS87xR8SKmFgHKck3rYERh9qDs4dcExa63Zys9GElHr22elZ8ScZ/UKQ==","signatures":[{"sig":"MEQCIH86LSxUqjRiIYiyi3FNP4Bf/0SiQ8SsnEGlR2j6AmLXAiA1hsgE5YvGFJyP+k5leGrLCMTtqjm2c6WbZqoqX4dxmQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131401843},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-2.0.0-next.20.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/06cc859e34bb7b6a48ccc306386f9d4d/neo4j-cypher-language-support-2.0.0-next.20.tgz","_integrity":"sha512-/NrngRulU4H7pS3Zj4s5mtO6hex/dwgS87xR8SKmFgHKck3rYERh9qDs4dcExa63Zys9GElHr22elZ8ScZ/UKQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.20_1745939473154_0.2023592538097594","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250429151158":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250429151158","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250429151158","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"9cc4882aea74be0d94908cc0aed2a7b5ae52b9fe","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250429151158.tgz","fileCount":315,"integrity":"sha512-aMnzjOiBn+bvkydJbA7toF/9ipZWRx+Zv6OX4fw2wCw0mB+TVYq//U5Dawf5dNVjy3ZVQBL1kZblCcUibzWb0w==","signatures":[{"sig":"MEUCIQCii3fqQmQt3aGrPmfZbnJM9TnVsh7JpJuWeAtftAwWyQIgDN6KBeid7wsPPtLyzIfq3h/2XH5orhyJVlQrZbn9iHU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131405285},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250429151158.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/af4fd495adaae1ff675845593fb0ec21/neo4j-cypher-language-support-0.0.0-canary-20250429151158.tgz","_integrity":"sha512-aMnzjOiBn+bvkydJbA7toF/9ipZWRx+Zv6OX4fw2wCw0mB+TVYq//U5Dawf5dNVjy3ZVQBL1kZblCcUibzWb0w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250429151158_1745939607292_0.63555609365634","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250430071257":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250430071257","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250430071257","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"5d2ca915db473a79857c8d84cbd23cec4872be3b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250430071257.tgz","fileCount":315,"integrity":"sha512-t2MZp+5rDGf151CGfEniyEr5ScagB9yoI3n74yv7Tu8HP6FDcuyM3dvIKXdP2UEXJCm7wsd6+5dVn/W83HzNtw==","signatures":[{"sig":"MEQCIC4jgZcDGpGup1EB1O+bzEmZ5JOeFMx2zAr9DiEgkXNRAiAf51/JdQBITML0okvpiF3kfG6fua25EtMvFB2VtLLqSg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131414094},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250430071257.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/10c1326c385723dad92f55fbd11ab922/neo4j-cypher-language-support-0.0.0-canary-20250430071257.tgz","_integrity":"sha512-t2MZp+5rDGf151CGfEniyEr5ScagB9yoI3n74yv7Tu8HP6FDcuyM3dvIKXdP2UEXJCm7wsd6+5dVn/W83HzNtw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250430071257_1745997271698_0.945015302335481","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250430072054":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250430072054","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250430072054","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"42d45c74d71d0b5eb0d04d114d8b4edc9f4e5355","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250430072054.tgz","fileCount":315,"integrity":"sha512-OYup9nYj89glpjjyxi04bNHaL6SChQHk1BXefeXNeHm+lm02AobelRlEtvHgrXXl8AsaBNaXRqQxlWZEh8Trpw==","signatures":[{"sig":"MEUCIHUbL8f2zXWG+zaOoUmjdVNfba8UgsJgvIhAkbi3sg+CAiEAqL6L5LqGc7fS5uEaZMVWOQozee3wNno8mCqKeQC8hOw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131414094},"main":"./dist/cjs/index.cjs","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250430072054.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=18.18.2"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/4f48baca23764313d0ce3d61540cc9c4/neo4j-cypher-language-support-0.0.0-canary-20250430072054.tgz","_integrity":"sha512-OYup9nYj89glpjjyxi04bNHaL6SChQHk1BXefeXNeHm+lm02AobelRlEtvHgrXXl8AsaBNaXRqQxlWZEh8Trpw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.8.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250430072054_1745997743108_0.793883847548122","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250505123251":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250505123251","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250505123251","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"64b1dd7315ef73fd758c0bc0d4dc9e3e47d8f1cd","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250505123251.tgz","fileCount":315,"integrity":"sha512-U4PPePQY+QH7YUileNaQm7oMqzObZ1z7W5PPRE0HCPdBt3oLo0AgH7srHjsr9dTAyvhVhIBaEAs7lQYaguCfFQ==","signatures":[{"sig":"MEQCIBBTriYdP/E8NYhSiAbBi2GPtss1moroqYQNgstdDByKAiBA9vADIBZZ27/0BgcT/mwH7mRULzoFRsZn6VUa4Tnu6A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131425014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250505123251.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/89408e3f6a1a797302e3dfbedb027f3d/neo4j-cypher-language-support-0.0.0-canary-20250505123251.tgz","_integrity":"sha512-U4PPePQY+QH7YUileNaQm7oMqzObZ1z7W5PPRE0HCPdBt3oLo0AgH7srHjsr9dTAyvhVhIBaEAs7lQYaguCfFQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250505123251_1746448462217_0.31096699586080456","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250507083455":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250507083455","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250507083455","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"a0b2e1aea6817526629b3023a1700a33d48d5d5b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250507083455.tgz","fileCount":315,"integrity":"sha512-+umY9lUa7n+6414ta69Rm8JtA/7Js2suJi/S3dw++S+Rg/9oAzS6VuP3ck9bahE1KjgKzRmCEABdF5I2tzOEyA==","signatures":[{"sig":"MEUCIQD0rrTgZeRYh9fu21V97G0za1D9kPCYPo4cupoYqRMw2AIgbeM8YfjcU4P4wN7zvfST7BqjWqSStUrEa50cKnPBOxw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131425014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250507083455.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/7d139ddd878a5afe52cb47e4188a34de/neo4j-cypher-language-support-0.0.0-canary-20250507083455.tgz","_integrity":"sha512-+umY9lUa7n+6414ta69Rm8JtA/7Js2suJi/S3dw++S+Rg/9oAzS6VuP3ck9bahE1KjgKzRmCEABdF5I2tzOEyA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250507083455_1746606980989_0.9148314412951142","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250508083901":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250508083901","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250508083901","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"13226c999a9fca155cf7b51da8a6b5d0989e522b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250508083901.tgz","fileCount":315,"integrity":"sha512-JteBpVOYoRRE4n8zv2Pm9bNZOwDe0bfTj1j4hwK2/gMNVgm1D6eicD20Qw7/u9DQC0R3uYPT8RrFahS9PJiYeg==","signatures":[{"sig":"MEYCIQDNJC0c0gKUcWuIWLPEoDZ6JtJ16gJlXVBYrTqCvRYSVAIhALD++PyIMOi4d0GSrQK0kLyJaljm3HiqkjGjnjo3GJRa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131333373},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250508083901.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/af0ea6bcb90abeebdc713c72adf7a23f/neo4j-cypher-language-support-0.0.0-canary-20250508083901.tgz","_integrity":"sha512-JteBpVOYoRRE4n8zv2Pm9bNZOwDe0bfTj1j4hwK2/gMNVgm1D6eicD20Qw7/u9DQC0R3uYPT8RrFahS9PJiYeg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250508083901_1746693627967_0.8866587508053003","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250508145002":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250508145002","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250508145002","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"4070138d1ed1aee14168aa48be9118866bca91f8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250508145002.tgz","fileCount":315,"integrity":"sha512-UkweiNjJurjvHm3gF91SvPpmLrlPW2Dbyuv+amRRKTP5SH/RVOrwUzvujxipSTjZiDatIq5/gpBVLo1WBtKg8A==","signatures":[{"sig":"MEUCIGUtxbomjXY8jQBTdw8jaEAysG1GQOnW3jBCSaPE3uveAiEAh/QE7al/Bv2OTHy8YAFgKmrMusblGKVbtrfZojvBMO0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131333519},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250508145002.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/582d73c7586f733ee9aef833a4358c0c/neo4j-cypher-language-support-0.0.0-canary-20250508145002.tgz","_integrity":"sha512-UkweiNjJurjvHm3gF91SvPpmLrlPW2Dbyuv+amRRKTP5SH/RVOrwUzvujxipSTjZiDatIq5/gpBVLo1WBtKg8A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250508145002_1746715908101_0.5646869993637591","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250509071526":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250509071526","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250509071526","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"178c39dfd208c88470b984ee4e3281d8b53409db","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250509071526.tgz","fileCount":315,"integrity":"sha512-oiL0CINYyz7Hm5hBykq5S+CMXOD2ECXqL1ajrsWsleB39PgFzhJbeAlekvDivNvnUyW0w+j2VWmgUlSMBnGHzg==","signatures":[{"sig":"MEUCICuhg1IfuSq0BPXJpgEVV43sMGRRraoPRX71b8wqHAM4AiEAxBH6rcKCCacQzQpB501vcoRArF8xCX5+/66aZjAsv+4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131333519},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250509071526.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/737047d8da488ad7d4311bfcd0c552d1/neo4j-cypher-language-support-0.0.0-canary-20250509071526.tgz","_integrity":"sha512-oiL0CINYyz7Hm5hBykq5S+CMXOD2ECXqL1ajrsWsleB39PgFzhJbeAlekvDivNvnUyW0w+j2VWmgUlSMBnGHzg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250509071526_1746775014072_0.566498493008168","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250512083053":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250512083053","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250512083053","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"821e5c03e3b400ce85a3ad5e8b290ad7f77efa56","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250512083053.tgz","fileCount":315,"integrity":"sha512-aU/Yd3h45s+nqONhQXeHHXlOMyLktBQvvP4ygYv9ocutfENNLabxzv2ksxc5l+ljlNFB0SMraSOxRS+YMEuiSw==","signatures":[{"sig":"MEUCIQD9FtHwO9lvnuN3XmUuWMcTCZxLXiE8Hq1e8TcA3ayV8AIgBzf3+IyE4YFW1TwM299veyOMpWAOq/IDrfNwssdyJVU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131333519},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250512083053.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/11f2f5d86f107820c5e9d2dcb4e823d0/neo4j-cypher-language-support-0.0.0-canary-20250512083053.tgz","_integrity":"sha512-aU/Yd3h45s+nqONhQXeHHXlOMyLktBQvvP4ygYv9ocutfENNLabxzv2ksxc5l+ljlNFB0SMraSOxRS+YMEuiSw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250512083053_1747038745564_0.7708010016437141","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250515072557":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250515072557","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250515072557","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"8e28980fba4cb3a656bae7ddee949ef2813ef9d0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250515072557.tgz","fileCount":315,"integrity":"sha512-MieasDlm1FCsuThEyaBu77oxA53rlFzzGuqdgYU8Njpklc284+Cm8ec+oLGufyqp5p5klSNg4Tdce+PZAa32uQ==","signatures":[{"sig":"MEYCIQDpNe0SSyMg2inynZxxHt6B7yUFojtXqudiY1sX+OHJpgIhAOWE/wViThpkbVohi0BG1ZMXSAi0/9RNCpHUm56lDPln","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131333519},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250515072557.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/ea7fed0d274f72e59b9ba36bf839412b/neo4j-cypher-language-support-0.0.0-canary-20250515072557.tgz","_integrity":"sha512-MieasDlm1FCsuThEyaBu77oxA53rlFzzGuqdgYU8Njpklc284+Cm8ec+oLGufyqp5p5klSNg4Tdce+PZAa32uQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250515072557_1747294048187_0.7769827366607027","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250515114244":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250515114244","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250515114244","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"6303e708b086b4bf6c3fdbebd7bfe7a17b7eaad7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250515114244.tgz","fileCount":315,"integrity":"sha512-aJ0lVSBYfPGJwpDlJCdPLyb0S9SRWnk3OwD/QjOTjTQKWwHuFe9Z+BBCOBALAuUoi/1UMdYICaUSDWing8cMOg==","signatures":[{"sig":"MEQCIBi+1N4l0piqpfQMqd5kukZIAC9r6Be8UELpCVSjLa0pAiAPy5tVjHtbwp792yHJLKCOslfTrmI4vcx1Iexie30Yhg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131333519},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250515114244.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/f7cc8d854fbac05d377631eaf7c19946/neo4j-cypher-language-support-0.0.0-canary-20250515114244.tgz","_integrity":"sha512-aJ0lVSBYfPGJwpDlJCdPLyb0S9SRWnk3OwD/QjOTjTQKWwHuFe9Z+BBCOBALAuUoi/1UMdYICaUSDWing8cMOg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250515114244_1747309453460_0.7079643219261653","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250520072739":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250520072739","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250520072739","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"e0e7d805bd9cbdc2f90d4833c188dfb30b113832","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250520072739.tgz","fileCount":315,"integrity":"sha512-vcs7H5fWTdWsBiBvzM206b/VmNO2sL0sJLpxi13CCH2I3IGpxMq4nYoWBljH/9afM8vXrs3SNR2gXr20SBX6bw==","signatures":[{"sig":"MEUCIQCVmLKOzTprXBfFMCpv6EjGyz0/n51Wkyl/mBASLGG2BgIgQZ7GuLyReoHA5fUX+rISY1MG8TJhBtk42Fe9i1p4TiA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131333519},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250520072739.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/b623c237ec28daa062992d8ce06ba2eb/neo4j-cypher-language-support-0.0.0-canary-20250520072739.tgz","_integrity":"sha512-vcs7H5fWTdWsBiBvzM206b/VmNO2sL0sJLpxi13CCH2I3IGpxMq4nYoWBljH/9afM8vXrs3SNR2gXr20SBX6bw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250520072739_1747726127783_0.7423374849466378","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250521094259":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250521094259","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250521094259","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"7a21a236893db6d725b78f569350120356bae8c7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250521094259.tgz","fileCount":315,"integrity":"sha512-WJg0DEuWTDp2vnoYFk4CNM5jLQ0z1KPT1cjHR8XiwLlXc+l4+btmp09IPlgrYaGJPOTLCGsPgSo3giiqgRAJuw==","signatures":[{"sig":"MEUCIF0JVgPnM2ikEvggzYyNuwht7DFmVv+v7P2y/LG2Th5TAiEA1DOheqOOqKKBZDTHgXp80dB7/yeVNsfcKBnVk2g8CTk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131333519},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250521094259.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/76a2b2b3480dedbde1c545dd48e9d9c3/neo4j-cypher-language-support-0.0.0-canary-20250521094259.tgz","_integrity":"sha512-WJg0DEuWTDp2vnoYFk4CNM5jLQ0z1KPT1cjHR8XiwLlXc+l4+btmp09IPlgrYaGJPOTLCGsPgSo3giiqgRAJuw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250521094259_1747820648992_0.636330644882112","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250521095609":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250521095609","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250521095609","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"646f62a6e39a293964cf4c18a082367dbee81b56","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250521095609.tgz","fileCount":315,"integrity":"sha512-gcCOMNwyQ5OZIk6qcaXGF0S3nLQVzvEwGpIEY4szZWdoNQee1MKsZKOWav5SOxXrZpBuDSynRt8t3ftlCpFEwQ==","signatures":[{"sig":"MEUCIFX4Ua78P6LzF5e/65Z5lb67hRa5vpTUzSCvx4sxppeyAiEA5I/rha80YuSNHfWU1DkpzoxaI2aMUWX4doJx6ZyCTXA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131333519},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250521095609.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/e6cdc5c87331899d75a5cae3093902e4/neo4j-cypher-language-support-0.0.0-canary-20250521095609.tgz","_integrity":"sha512-gcCOMNwyQ5OZIk6qcaXGF0S3nLQVzvEwGpIEY4szZWdoNQee1MKsZKOWav5SOxXrZpBuDSynRt8t3ftlCpFEwQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250521095609_1747821435205_0.9425858244221008","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250521102546":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250521102546","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250521102546","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"776ea257807b5e5310bba4d47aeff2a02f4a83b0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250521102546.tgz","fileCount":315,"integrity":"sha512-/B9nNEvh6QhW9DOlwjTKemHO613sAsVMusFABbNZYOD1vV51TzCIfD+TOcxDGcd/+zs+OjP1wGLfWRMJaWODPQ==","signatures":[{"sig":"MEYCIQDq6GfQhnP5OiofgnPzkS7mZ/XpUZtrL+8oSb/SAnv0awIhAL4LUXyw87VPkOK4uLbkzSOJwdtZAFSNoOVcsTIjckAl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131333519},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250521102546.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/8e8ae2d57b9449a99c136bd9de992fd2/neo4j-cypher-language-support-0.0.0-canary-20250521102546.tgz","_integrity":"sha512-/B9nNEvh6QhW9DOlwjTKemHO613sAsVMusFABbNZYOD1vV51TzCIfD+TOcxDGcd/+zs+OjP1wGLfWRMJaWODPQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250521102546_1747823211809_0.018887067819070014","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250522073629":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250522073629","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250522073629","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"ad637cb76e5e6013a1b772df7f49427118189a36","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250522073629.tgz","fileCount":315,"integrity":"sha512-+I5krVLe7/Ifxa0WfpK+VTioha+7Og6v66mkxDiJVemkRFXxmfWZkdFJKG5ZJTRI2emXN/J9FvPCTGLDb5Ce4A==","signatures":[{"sig":"MEQCIECxJfAPYhmBfLHA+Vrblr8kCeEW1Bbh2NRZn1/IWUlYAiAIPwE0TDk4LB+W22dMnOwsjo1l18XMAJdTXuv0kNoazg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131337086},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250522073629.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/6281b633c86f3d70baa89b13442b41d9/neo4j-cypher-language-support-0.0.0-canary-20250522073629.tgz","_integrity":"sha512-+I5krVLe7/Ifxa0WfpK+VTioha+7Og6v66mkxDiJVemkRFXxmfWZkdFJKG5ZJTRI2emXN/J9FvPCTGLDb5Ce4A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250522073629_1747899455193_0.30464597669783844","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250522132726":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250522132726","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250522132726","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"d65f2e8646b2d93ea251d022a81ec660ce029ae5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250522132726.tgz","fileCount":308,"integrity":"sha512-+HsSNGFqGg+9+W98Lzqr7yig/Qe+q3RzpQBn2WsQpl9Sv30UI6SyxA6qLs7S0K6/m5dgwzmFaEJrbNmEo2LSOg==","signatures":[{"sig":"MEUCIQDF7FcXp7ptRjK1lRjqbUrDxUt/qVGQm+gQJ31DQTfBUQIgRq3pi37yCNBb8zUexuiTGU2CtQMTmNUaWmgjY+krAOY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131141133},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250522132726.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/daa4baf67426c06f392941f5dc717692/neo4j-cypher-language-support-0.0.0-canary-20250522132726.tgz","_integrity":"sha512-+HsSNGFqGg+9+W98Lzqr7yig/Qe+q3RzpQBn2WsQpl9Sv30UI6SyxA6qLs7S0K6/m5dgwzmFaEJrbNmEo2LSOg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250522132726_1747920516440_0.4639549748611127","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250526134735":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250526134735","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250526134735","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"00e1453bd93316b1be82b7fd9238765b4db834d5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250526134735.tgz","fileCount":308,"integrity":"sha512-F//Jl3zXx7RcUGsa4zC594/NtX2iZWJwSbK6Rs05N2BgzCxlCN1uJAmNleFa+VyHiSfS47a/IV9f12E3Pr0Meg==","signatures":[{"sig":"MEUCIQCL3ppg7TbIEI6bPxT3SuSeXx1IqNSHvVLEnB9L3tQdWwIgXHDbwGecI++5XwluNYdM8kGxUAkWeTNnXK0VIAgqxjY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131141133},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250526134735.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/0d7d82e2c33350a51c393a9693e647d7/neo4j-cypher-language-support-0.0.0-canary-20250526134735.tgz","_integrity":"sha512-F//Jl3zXx7RcUGsa4zC594/NtX2iZWJwSbK6Rs05N2BgzCxlCN1uJAmNleFa+VyHiSfS47a/IV9f12E3Pr0Meg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250526134735_1748267323612_0.1920489359028692","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250527120235":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250527120235","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250527120235","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"29e0f47e7696e848faa6eb69648391bd7f032d7b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250527120235.tgz","fileCount":308,"integrity":"sha512-kSjjIvsEu+hKU9YYFfHhzmPxVB2QVkGRek04FtVDIe4ZMWwEajjEvaSdh0I4H7ZQXCRWkDVg5wUgAJ0ehJn6Ww==","signatures":[{"sig":"MEQCIENIAOulHawn7k5lbQrKLZ7jgFvhPvdkNaYXf7/bKJQXAiBtgt+2OaEowNViE1NjNycCBIvYUAx1Ts/VtJ6MlBN5gA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131156840},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250527120235.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/04f991b2f0072a68854c8c64a7128249/neo4j-cypher-language-support-0.0.0-canary-20250527120235.tgz","_integrity":"sha512-kSjjIvsEu+hKU9YYFfHhzmPxVB2QVkGRek04FtVDIe4ZMWwEajjEvaSdh0I4H7ZQXCRWkDVg5wUgAJ0ehJn6Ww==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250527120235_1748347426589_0.2577796699436219","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250527120948":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250527120948","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250527120948","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"648a3dbaf11fce1d0412453592476eaff1efee32","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250527120948.tgz","fileCount":308,"integrity":"sha512-bgP4p3YZhRvwVFzlA2dDhWMllSmJBNQ+trms2AY16kdcIEQP3jyNOiQDqXSrMORPwUr85Ipx5SY+NbSGs+aMYg==","signatures":[{"sig":"MEUCIF06BiQEOkuvK4HB7mMo2uAzN7aHWYRd//QXRF6nESc/AiEAmaG2LbuWAB0PJvPwSCl4EvvCeejMdUgkgiNF5Xttyhs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131156840},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250527120948.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/d70afdd604f1f55bc3a52bfd0466827e/neo4j-cypher-language-support-0.0.0-canary-20250527120948.tgz","_integrity":"sha512-bgP4p3YZhRvwVFzlA2dDhWMllSmJBNQ+trms2AY16kdcIEQP3jyNOiQDqXSrMORPwUr85Ipx5SY+NbSGs+aMYg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250527120948_1748347862774_0.3251334673154207","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250527121641":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250527121641","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250527121641","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"e2ae61a2d51f39ef873dc6804be0a7ed5c4ca82d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250527121641.tgz","fileCount":308,"integrity":"sha512-pmWjLMl3XGCr5BdMyvJFyGVhUz++57yxXjrg2m9Ai5G1gXrbPDPoaMuk80k3k2FYBFwackiGyoVt9+JuwZc43A==","signatures":[{"sig":"MEYCIQDcUZKQrWF4Zq9NmDyywYNki5sy63rSsl40DXgSu6ZA8QIhAL3IsP009qH9JD4HjnLumrL1iPoAideaFBD/ukJZjoCk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131156840},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250527121641.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/792d4af0e145eb389515e1e3bcf75b56/neo4j-cypher-language-support-0.0.0-canary-20250527121641.tgz","_integrity":"sha512-pmWjLMl3XGCr5BdMyvJFyGVhUz++57yxXjrg2m9Ai5G1gXrbPDPoaMuk80k3k2FYBFwackiGyoVt9+JuwZc43A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250527121641_1748348272733_0.41105434003064256","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250528082000":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250528082000","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250528082000","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"82de16b1304f1d73cffee23a543af028689c55bc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250528082000.tgz","fileCount":308,"integrity":"sha512-Wg23lgswCktASKNlIZ3NVUENBkSSCL23cAmZa2nq9Ql1+hSAUN5wYoeTcvZwLWFdgFxYMXdEKcAaprviKpGRcg==","signatures":[{"sig":"MEUCIQDLWXsT5AOtbCZuKp8ktFumfT25NcxL3RESFu5e9zynbgIgCW1y2Lv11EZMNCuif2VTAKfYOjU3+5Az9SYWRj2z114=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131166381},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250528082000.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/fcf82426ab875eee495cb4c46a64b198/neo4j-cypher-language-support-0.0.0-canary-20250528082000.tgz","_integrity":"sha512-Wg23lgswCktASKNlIZ3NVUENBkSSCL23cAmZa2nq9Ql1+hSAUN5wYoeTcvZwLWFdgFxYMXdEKcAaprviKpGRcg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250528082000_1748420470451_0.21019612918495745","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250528090826":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250528090826","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250528090826","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"31296037472c25ee474433f9d718af3baa22f471","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250528090826.tgz","fileCount":308,"integrity":"sha512-0WZK5RR1kXjcYR0angITEGgPDpY0GnHPEV1hBq04RU6IsVhzB3zaV1epFolIT5gyMvxxiWv0CjoDH88RCjsWOA==","signatures":[{"sig":"MEQCIHXghfUUh3eWDwhgVD9oEFw08niYRFtHwzns8AQ7r6aVAiA9DjVGc04DWtjkknVleDTz4CcXK0sU4/rr8k4tTgmCnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131167315},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250528090826.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/ef511473e57d8e4611ca58f169382dc6/neo4j-cypher-language-support-0.0.0-canary-20250528090826.tgz","_integrity":"sha512-0WZK5RR1kXjcYR0angITEGgPDpY0GnHPEV1hBq04RU6IsVhzB3zaV1epFolIT5gyMvxxiWv0CjoDH88RCjsWOA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250528090826_1748423383631_0.8661956520043328","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250528100301":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250528100301","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250528100301","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"4c4756a2861bdc20c6b4351089ce26307c43e175","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250528100301.tgz","fileCount":308,"integrity":"sha512-CQjoDJ7bOZA+NYOe+9fp5fOdM4tK2TWJ3Y868UeUmjblw1QMkEosGVZa0wquP+OIPFCYKE982q4qlUi0zpwekg==","signatures":[{"sig":"MEUCIAWaFDP2Qt7dLbnzF3UfXAJBVslLX3nG1JDsZrmLL/3BAiEAxGDcreWaVpWBHP4Si+yO/tWma72t8NLx29a7Y9lhgzM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131191212},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250528100301.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/4d41c94c3a0bdc33967cfc46256dd425/neo4j-cypher-language-support-0.0.0-canary-20250528100301.tgz","_integrity":"sha512-CQjoDJ7bOZA+NYOe+9fp5fOdM4tK2TWJ3Y868UeUmjblw1QMkEosGVZa0wquP+OIPFCYKE982q4qlUi0zpwekg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250528100301_1748426651197_0.4037523713969695","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250528101108":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250528101108","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250528101108","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"6bc3c2ce97905524cd593f4f90c82018f2f074cb","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250528101108.tgz","fileCount":308,"integrity":"sha512-YFfi13hYdzoj6+WoTy6TZw0Wu+a1Rty55/78/48VScy3amaNOEbEVKaS+zQ1o3+Bskb+5iBawdX0434CbIgGMQ==","signatures":[{"sig":"MEUCIQDm1ksMkSNPVW6aE4cdR2H58VzRBZkVV7e9m2vS+XI3HwIgW6e5953O0lKlCtQpQIVDZ90ParrWcbz235eY+ulVVSs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131191212},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250528101108.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/979f6d774d378b71479d27c0a10f7f4f/neo4j-cypher-language-support-0.0.0-canary-20250528101108.tgz","_integrity":"sha512-YFfi13hYdzoj6+WoTy6TZw0Wu+a1Rty55/78/48VScy3amaNOEbEVKaS+zQ1o3+Bskb+5iBawdX0434CbIgGMQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250528101108_1748427141287_0.6466437116370143","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250528134001":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250528134001","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250528134001","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"a0d711619f638a5effef20b93e12f8400ac7d764","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250528134001.tgz","fileCount":308,"integrity":"sha512-ZUMSB5SXCm6eEyxwTdPeuVovkpF8uJDJhPUxAVFCPXYy18u4ipJA4gSNdDGR5qHYA6piGDB2IXw+4zE09JU06w==","signatures":[{"sig":"MEYCIQCn057jqxakirWxzsLre1s2/Ms+P6t5D7+Gt74dq7u+XgIhANJzGzJn+mR4NXTcMfyFeBaoGGGyNPtx72ENI/uwIGu5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131191212},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250528134001.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/803f636febff2ad289b186f63432c666/neo4j-cypher-language-support-0.0.0-canary-20250528134001.tgz","_integrity":"sha512-ZUMSB5SXCm6eEyxwTdPeuVovkpF8uJDJhPUxAVFCPXYy18u4ipJA4gSNdDGR5qHYA6piGDB2IXw+4zE09JU06w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250528134001_1748439673593_0.3826603935386037","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250530154614":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250530154614","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250530154614","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"88b2e726b139c9fda70dd0e4fdf9b50ffcf09d63","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250530154614.tgz","fileCount":317,"integrity":"sha512-1wxPOh7y2GPzciGyojBKvnUYykLBZ4QK1eZi+jOsHip3vfEsi/pRm7a/k1bX5Cjg+XmMZGMqjyrsZMEp3kubPA==","signatures":[{"sig":"MEUCIBxU2avJ5mwffW4YGEiDfbVdCAwexTKRKXTQqqbf1cxfAiEA8wS7yWSJGYbbA9DZ3AzbnMNclGMPPWEA0Nn50MQ80cs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":137340064},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250530154614.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/3c784fd03af1c2e7dc0d671e2a7e1638/neo4j-cypher-language-support-0.0.0-canary-20250530154614.tgz","_integrity":"sha512-1wxPOh7y2GPzciGyojBKvnUYykLBZ4QK1eZi+jOsHip3vfEsi/pRm7a/k1bX5Cjg+XmMZGMqjyrsZMEp3kubPA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250530154614_1748620040629_0.8830795784367067","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.21":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.21","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.21","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"136d03f8d5bf8f276d7fc2957f0f8197288851b7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.21.tgz","fileCount":317,"integrity":"sha512-29yOm5RonmXHcyzDaKLH6H2kPGRVJm7fhZKPlSt407P/c/bDRjFHmt0/dNOlWS7T/3cax7lajMHKe177EnQT1w==","signatures":[{"sig":"MEQCIBZ7DcvX0HMFzRP9tlVHC9i9ECVZUcLvRyDEIAy2NLFZAiBVo88+Y0z7G9mZcOuFHxUKfeSjP6EqkAcUqk3vPkpB8A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":137344531},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.21.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/341afaed6e91e0bb611a9a99880b3335/neo4j-cypher-language-support-2.0.0-next.21.tgz","_integrity":"sha512-29yOm5RonmXHcyzDaKLH6H2kPGRVJm7fhZKPlSt407P/c/bDRjFHmt0/dNOlWS7T/3cax7lajMHKe177EnQT1w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.21_1749133046306_0.7664621414450845","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250605141820":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250605141820","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250605141820","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"663892f5c1925e0838b8de3d4bfd147b94db202c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250605141820.tgz","fileCount":317,"integrity":"sha512-4pA7/tJuP91UuZXddhq8xcpBpDsJqMl1amozofau8MDlFHItbBcB0Gb62i1R52i7vDg4Pcdap82EI7QXB/jTwA==","signatures":[{"sig":"MEQCIATGqFM9lLxLK1bgDXPVG/nPUkI1iGzEnv1lfENGO3RbAiBron4Eiuo46BRoMg4ttPPwbqm+3ZaUFsF4KRKxa3fogQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":137348040},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250605141820.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/58d1f3427d563d4d49080d9e9250fc6d/neo4j-cypher-language-support-0.0.0-canary-20250605141820.tgz","_integrity":"sha512-4pA7/tJuP91UuZXddhq8xcpBpDsJqMl1amozofau8MDlFHItbBcB0Gb62i1R52i7vDg4Pcdap82EI7QXB/jTwA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250605141820_1749133174287_0.26236609101411523","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250605142616":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250605142616","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250605142616","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"5b52ae2b5ec0f7700ff8057b53102804b8736821","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250605142616.tgz","fileCount":317,"integrity":"sha512-1FTPLdw3JQkA/I0jhpPMSoZrRA0UEA57ez0ITVzdU2oLG+oQIDV5Rz/+eNtpQZFMV7j63ti0yMZep0ZUAbn+0A==","signatures":[{"sig":"MEYCIQDO5dU3CrqWEkh7QpJqOUGVfz2VPfpyrY9iWwDWmjv2PAIhAMjx/VtVp4sTjuVS3KoWJkzy1tiuNYv1IXjX4FcPH1/O","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":137348040},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250605142616.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/aaa0175b2e55f1f60d9b831bef3181a4/neo4j-cypher-language-support-0.0.0-canary-20250605142616.tgz","_integrity":"sha512-1FTPLdw3JQkA/I0jhpPMSoZrRA0UEA57ez0ITVzdU2oLG+oQIDV5Rz/+eNtpQZFMV7j63ti0yMZep0ZUAbn+0A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250605142616_1749133647423_0.5609300475132564","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250611150810":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250611150810","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250611150810","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b8f1082a3ebb2538334e811199186ca5e7555742","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250611150810.tgz","fileCount":317,"integrity":"sha512-keO9FhP/XxfACUFt9NNuqsu72PwS+ZwyzCzzPDRL1A+/r2kXonv0kJratJfNMCW/mHHg0QHmxz7PQK3qGjS1+g==","signatures":[{"sig":"MEUCIQD7aSIzixsKpe0cTH0Fu0DSTCQ4iMu7nEjE90Ti8mOmwwIgOSuuSq5wJiWNuxwXgaslQDJdVD4nw/adFFTSfgi61aE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75881208},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250611150810.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/37c98baffda6120b8590b5803a494240/neo4j-cypher-language-support-0.0.0-canary-20250611150810.tgz","_integrity":"sha512-keO9FhP/XxfACUFt9NNuqsu72PwS+ZwyzCzzPDRL1A+/r2kXonv0kJratJfNMCW/mHHg0QHmxz7PQK3qGjS1+g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250611150810_1749654561334_0.4125579599919962","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250613103104":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250613103104","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250613103104","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"2ecde3a77b99d34fc38f1f8f8255c93e789c268f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250613103104.tgz","fileCount":317,"integrity":"sha512-O2vLk2KfFy7JHN82uO4uMatvQOc8DCBjqrpx4iP8vr7jrznxENIDAuDa2jhI5Hz9mY7IaScQKmiEWsA6il8V1A==","signatures":[{"sig":"MEUCIQDFX/8Jsf0JRUlKxjjk/UyOD1eLjvg1cAl9iZaBIfNVvgIgRzRJtPurjaMCwjcHLqOuGHJvxy5O1eydlNZKiiXNRIo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75881208},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250613103104.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/f886bb35e5bae78fbdcee0332e5d4e16/neo4j-cypher-language-support-0.0.0-canary-20250613103104.tgz","_integrity":"sha512-O2vLk2KfFy7JHN82uO4uMatvQOc8DCBjqrpx4iP8vr7jrznxENIDAuDa2jhI5Hz9mY7IaScQKmiEWsA6il8V1A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250613103104_1749810732441_0.21695336284195088","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250616103238":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250616103238","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250616103238","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"acf1ec1fad685a5521a6bf39310c99e92b2036ec","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250616103238.tgz","fileCount":317,"integrity":"sha512-eOFXgAmrtOSiaYpQx5CI+jF5n+vHAoMLJAaIeA1a6Usq/Et1f+GU0TS2f92wKWWdjzZR6B6sVe5TaOECpPvRYA==","signatures":[{"sig":"MEQCIDfLChMjjAorvY3pxQZeyqB/aMafqOtLIgkCGZeRHgfhAiB2kS40zIWFpNRMTUmGl9F1kh0ne97sidrKDp12qWEl0g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75881208},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250616103238.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/636f52cacf937ffe83fa85aa4d2119b5/neo4j-cypher-language-support-0.0.0-canary-20250616103238.tgz","_integrity":"sha512-eOFXgAmrtOSiaYpQx5CI+jF5n+vHAoMLJAaIeA1a6Usq/Et1f+GU0TS2f92wKWWdjzZR6B6sVe5TaOECpPvRYA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250616103238_1750070026267_0.869443066477104","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250616161724":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250616161724","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250616161724","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"fdd6253de0b797154d49dc104c2fab985b41737a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250616161724.tgz","fileCount":317,"integrity":"sha512-1e2IJKJrYpWXtBdSwjJh3wA9f7sj1zHEOzKVuWG7zo9Ans4ygTZltZ86Db4wOIvpH+X9yxnTVsJShpjBu0RFkQ==","signatures":[{"sig":"MEQCIEac8X0KqP1a/FnIVJDh+b56UhhnkWwFM/h0w24i6ql6AiAdz5HWvJw+RrPP3fd0dlFiz5XacxASvEFPO0Xn6Pt8cw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75816002},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250616161724.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/6a4e5ce1d99ed30c4682ec89e5dbeeb3/neo4j-cypher-language-support-0.0.0-canary-20250616161724.tgz","_integrity":"sha512-1e2IJKJrYpWXtBdSwjJh3wA9f7sj1zHEOzKVuWG7zo9Ans4ygTZltZ86Db4wOIvpH+X9yxnTVsJShpjBu0RFkQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250616161724_1750090710278_0.5121761342729516","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250617090637":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250617090637","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250617090637","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4ea80313c6854dc078b77398a1baae7f39070cf6","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250617090637.tgz","fileCount":317,"integrity":"sha512-lclzfaoP6tMOIND3zi0CJA8ByY86MifCdprNBk2UMcksUMRjCKMmXuR/qG5F3fHiwXLWfs9ipjXYA3AzSopu7Q==","signatures":[{"sig":"MEUCIQD6LiB3UCOQOCMj5cJhFstCSD3TOjv5jZCQZ0anoW22JwIgfzcng/+dRQ3Awkkxsng6TzNrIQCpAWUxtsG76kC07/8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75816002},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250617090637.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/e74c05467b05b5ee786f8029cc54e49d/neo4j-cypher-language-support-0.0.0-canary-20250617090637.tgz","_integrity":"sha512-lclzfaoP6tMOIND3zi0CJA8ByY86MifCdprNBk2UMcksUMRjCKMmXuR/qG5F3fHiwXLWfs9ipjXYA3AzSopu7Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250617090637_1750151270565_0.11745736370244919","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250619065806":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250619065806","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250619065806","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d62d878929f9a0e61034c4b1ec7c06de3372acb4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250619065806.tgz","fileCount":320,"integrity":"sha512-4yMid2j7x4Bua8U0IIlgpTpQTSmvqtz2YUzZOyboja1DxFe6E8Wv/hOz+4/6HkPuFcej2nl+0DbvGml/i1QOcQ==","signatures":[{"sig":"MEUCIQDvhfGCHuXBW2/fRONbEx3PK6VfaPqMEJs5te7JDukdtAIgRxKMwfeiIDJ0hdFvX3AyGsgn9Pqk0x+L/us1wvb3fQs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75931365},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250619065806.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/4dad217653bcd76544b148bd016e7845/neo4j-cypher-language-support-0.0.0-canary-20250619065806.tgz","_integrity":"sha512-4yMid2j7x4Bua8U0IIlgpTpQTSmvqtz2YUzZOyboja1DxFe6E8Wv/hOz+4/6HkPuFcej2nl+0DbvGml/i1QOcQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250619065806_1750316356394_0.945628060227617","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250619091656":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250619091656","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250619091656","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b5c0e8f91fa16186e4193b6641c212af8db288f7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250619091656.tgz","fileCount":320,"integrity":"sha512-oqeLAV5UcPYSIA7B+sOKrLKJzS9yAOWmqRGZNb39s6LQJG735roS0Y5UOOKgBwqJceIByoePeFHACzNB66TgRA==","signatures":[{"sig":"MEQCIHz3s4tGtDaGVgY68lFEVWygmh+do96LzIsC3EvZMn9VAiA2tDeBOKwUOwvL7b2kGdgm1WfBnZnZbw2WrbVKSWbrVA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75931365},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250619091656.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/b6d2b817b49716b35c08049fadb27c4a/neo4j-cypher-language-support-0.0.0-canary-20250619091656.tgz","_integrity":"sha512-oqeLAV5UcPYSIA7B+sOKrLKJzS9yAOWmqRGZNb39s6LQJG735roS0Y5UOOKgBwqJceIByoePeFHACzNB66TgRA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250619091656_1750324682965_0.9051050358076036","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250623085008":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250623085008","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250623085008","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"04228f1a4b8123cbe456d98bdcc3f3cbd2ca8163","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250623085008.tgz","fileCount":320,"integrity":"sha512-lHnrdA49CJFSqeEjnhjfrnLmCR2yigA9k/ryFyMrJwEm40JmX6YukP0JNqrKNmZWSRUL+1fURXbO19m5diewMQ==","signatures":[{"sig":"MEQCIHUQvKVU0/MHcjH5z35Gfq82ZuYaRgxgfoLGYpXIffjaAiBjb8srNILY4vGv4TY53+hAmBSxzRWwkUSF74k93R98bw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75931365},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250623085008.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/2ae2f9e3d219118366b1789445151e24/neo4j-cypher-language-support-0.0.0-canary-20250623085008.tgz","_integrity":"sha512-lHnrdA49CJFSqeEjnhjfrnLmCR2yigA9k/ryFyMrJwEm40JmX6YukP0JNqrKNmZWSRUL+1fURXbO19m5diewMQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250623085008_1750668673923_0.7705137366729173","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250624084206":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250624084206","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250624084206","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"39ff7218848483f5be71211356cd1dd21713176f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250624084206.tgz","fileCount":320,"integrity":"sha512-2WWhLQGKAij3wyN1K5AQdeq/u6pBHMeQfEOkjSrlxxkaQOUsVQKRv3Zbb2qZAFqyLs9rmUPZMMZqDKyxevr67g==","signatures":[{"sig":"MEYCIQDV1wk0viejBOCjISUfNPhA245vMk0l7Gz4C/7vI0T26AIhAMBHFgRb8cPa/xGRkOK8ylys/J02UTAkmA8lVxNQ9AbX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75931365},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250624084206.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/1be665a3dd846ecdb830842636aba1df/neo4j-cypher-language-support-0.0.0-canary-20250624084206.tgz","_integrity":"sha512-2WWhLQGKAij3wyN1K5AQdeq/u6pBHMeQfEOkjSrlxxkaQOUsVQKRv3Zbb2qZAFqyLs9rmUPZMMZqDKyxevr67g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250624084206_1750754593552_0.42430862760983223","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250625122640":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250625122640","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250625122640","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"65fe734ab16d5bb81c43ec7d7ea66b516734b86c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250625122640.tgz","fileCount":320,"integrity":"sha512-7LO7WuGAoLPl4Q35fUDuO8mY78B7s4C24G/EFsxyUlxsOx2e5pFvimh4u2qNmK2howlm0dOZnTL6PaCGYG+s9g==","signatures":[{"sig":"MEUCIGkk8M70hYc7pozs/2PTqNIobEPBhUu6wIZNkY1OsmQDAiEAtY5CLosDpgAOBrQae0Q0xOmngpU08D06mwVyaZ0kdng=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75931365},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250625122640.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/ee041ee7adebad0ee393d0c646689080/neo4j-cypher-language-support-0.0.0-canary-20250625122640.tgz","_integrity":"sha512-7LO7WuGAoLPl4Q35fUDuO8mY78B7s4C24G/EFsxyUlxsOx2e5pFvimh4u2qNmK2howlm0dOZnTL6PaCGYG+s9g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250625122640_1750854469693_0.26800846423999625","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250626134913":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250626134913","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250626134913","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"0af922df83f4a1c8eb1d7dafe545df4937e0bfb0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250626134913.tgz","fileCount":320,"integrity":"sha512-b/0ku1salvuZ9rRYES6SqeCoFKZKF2Er8MZWJ9J7sxQLIi6CGAqnW66nNNRcnB8KOEJwkld3ItdnzbYrOC1wrw==","signatures":[{"sig":"MEYCIQDPcB3V1HGd37rVUaX2ToSLc88Bu1x3I0UDcBqJ8PUhJgIhAMCLEyQU2Nn9IXXJ8viG+rUPmlrwS0uFA+NbODLTSqb5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":75931365},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250626134913.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/8077b05ae43e209d05c4bbf9dcdea0fa/neo4j-cypher-language-support-0.0.0-canary-20250626134913.tgz","_integrity":"sha512-b/0ku1salvuZ9rRYES6SqeCoFKZKF2Er8MZWJ9J7sxQLIi6CGAqnW66nNNRcnB8KOEJwkld3ItdnzbYrOC1wrw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250626134913_1750945829731_0.14976773573102542","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250701142958":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250701142958","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250701142958","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"87c1caf2c2f51941edfee2c33acdcd0ffb1d98e2","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250701142958.tgz","fileCount":323,"integrity":"sha512-9VIQuXD++KprbsGCAXfhsO0k+0yY+7JWF47jRu4QcKiHZRzkkrPgsT8IYgxu+9PVEHk7sZFKr4HfPB9njvZhkw==","signatures":[{"sig":"MEQCIF2RPxQzBuqLcRxt1ULzNX4a5IpED6h5hG508ABrUuOcAiBDpI/CF5Zr4gDkqQwKhTKRKvhkLBmAcwpIIk5y+d5TLA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76249027},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250701142958.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/5faa3169c75f14c07b7a0b9aa1321376/neo4j-cypher-language-support-0.0.0-canary-20250701142958.tgz","_integrity":"sha512-9VIQuXD++KprbsGCAXfhsO0k+0yY+7JWF47jRu4QcKiHZRzkkrPgsT8IYgxu+9PVEHk7sZFKr4HfPB9njvZhkw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250701142958_1751380279470_0.6398790110552843","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250703115849":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250703115849","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250703115849","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4044c12a803d073676e979d19725389407021cee","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250703115849.tgz","fileCount":323,"integrity":"sha512-8jcZYtGkvNv13odNMqX3CAY3s/tKoANEGDYTZ+sDH19RhZ1Vqi6dkAakd8pwpO+/d/QuR0IQ8oebSu7rfbniWA==","signatures":[{"sig":"MEYCIQD4kcN76zlRXNbWUOr9wvpBvpZncdUlI+T0Run3OAbIJwIhAN/kWiS4ue2HDuvM/8BUvUG02b1ArZpvYa4AyugiTYuh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76249027},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250703115849.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/be6427157b5dec408c6411cedefc6cb4/neo4j-cypher-language-support-0.0.0-canary-20250703115849.tgz","_integrity":"sha512-8jcZYtGkvNv13odNMqX3CAY3s/tKoANEGDYTZ+sDH19RhZ1Vqi6dkAakd8pwpO+/d/QuR0IQ8oebSu7rfbniWA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250703115849_1751544003966_0.46740068454462214","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250704134922":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250704134922","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250704134922","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"49b3459b8b9edd4268ea3172931cc247e79a4bb1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250704134922.tgz","fileCount":323,"integrity":"sha512-Zt1jnPPqFCuA5DVCsIjFfQIvixFLjut9gd2ofHotoiF6uucV4+dGYZPuO/1DFmXRWQmdbBlPCVO3M0/wr6K5sg==","signatures":[{"sig":"MEUCIGNQieN5YnMEIs95XCjD/J4wJCzixRQdNMPI1zs0hsq8AiEA2SbYiqCNo3TJ9OyyYsiw9dGDA0e+CNlyhSwyZsysxZo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76242805},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250704134922.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/b15140bb1a71e97b7c409169ac527ccc/neo4j-cypher-language-support-0.0.0-canary-20250704134922.tgz","_integrity":"sha512-Zt1jnPPqFCuA5DVCsIjFfQIvixFLjut9gd2ofHotoiF6uucV4+dGYZPuO/1DFmXRWQmdbBlPCVO3M0/wr6K5sg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250704134922_1751637037406_0.13727448622571514","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250704135713":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250704135713","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250704135713","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"50622870e324ed7fe93950658c1aaf55d301b39a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250704135713.tgz","fileCount":323,"integrity":"sha512-ML5zhReQeCJgoXuECJc5zzWoVpgXtq26SpiwsxhUdndawF1/yOeZEwP25lTItTePUnWp23GQXzo88291GjPGxA==","signatures":[{"sig":"MEUCIFSOaBoNXpn4vEXcSFfCM3V4IDzbbYUYHi4UZE3+HIyLAiEA54GZ+XpmQZGOiXdXsLyxfQZ1+yCDpXHxY8KqW7llOJA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76242805},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250704135713.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/485b305198fdaa22032344c1893bbb0b/neo4j-cypher-language-support-0.0.0-canary-20250704135713.tgz","_integrity":"sha512-ML5zhReQeCJgoXuECJc5zzWoVpgXtq26SpiwsxhUdndawF1/yOeZEwP25lTItTePUnWp23GQXzo88291GjPGxA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250704135713_1751637512975_0.8379444425546925","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250704141926":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250704141926","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250704141926","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"a898b863524bbddc03b769e7005d54fd1a56c85d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250704141926.tgz","fileCount":323,"integrity":"sha512-+Xx6RB6tatzBmRQQkvdVwbzTaTFbGEfNk0o/t7cmeSb1Rt1D+EQuShRyY0wNYi8RmcRP9uQwH9nLznXClWAAiQ==","signatures":[{"sig":"MEUCIApZVk+D1i6PNLySH7kBtAv6sE2vfR306nI4oB98fl9YAiEA9Fd+U0w4Pcxo5Dcxktrh9xm7jaj82cDS2VNGwCgC0bE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76242805},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250704141926.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/f76fb5a08923d4e62835f535b5164ef8/neo4j-cypher-language-support-0.0.0-canary-20250704141926.tgz","_integrity":"sha512-+Xx6RB6tatzBmRQQkvdVwbzTaTFbGEfNk0o/t7cmeSb1Rt1D+EQuShRyY0wNYi8RmcRP9uQwH9nLznXClWAAiQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250704141926_1751638835508_0.4401915290671248","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250704150244":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250704150244","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250704150244","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"6525d8e3455d3138e669d8d96d31f63787138699","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250704150244.tgz","fileCount":323,"integrity":"sha512-I5R6U7e0sNzQ6r1dOti8lv14coGe6r4GbLu1paxlnxRQqNZOdorzrUkXxfMydMsVlK2QhQn4StX5IDiJ2xTjMw==","signatures":[{"sig":"MEYCIQC3KMOvtt8JDHprvZRz9zfzffSAmeDzDaEBW5cW1/UKsQIhAJTZvz+vOLDgFP4sMl9+O7w3hDMlIcTtLrNF2sE+aP5/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76242805},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250704150244.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/95f6fec3bf74ddee88e4c2f8deb34d9d/neo4j-cypher-language-support-0.0.0-canary-20250704150244.tgz","_integrity":"sha512-I5R6U7e0sNzQ6r1dOti8lv14coGe6r4GbLu1paxlnxRQqNZOdorzrUkXxfMydMsVlK2QhQn4StX5IDiJ2xTjMw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250704150244_1751641437205_0.15921553652247789","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250710151204":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250710151204","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250710151204","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"6c982c602bf6c3e574a3bb8128aa4a7aef78d7db","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250710151204.tgz","fileCount":323,"integrity":"sha512-RdYLMN+phk88cQMoO1oh+eKvCP0NSxruvKxTWEb+sYi9tqveaJxecuRB3xEiYRxsgPx6FC8B2nsHCoiDvO8a9A==","signatures":[{"sig":"MEUCIQD/zkfLfQbiMyO+PZQU4BAe0/bZRVfmZf/r/1Q0Q75i9QIgN7w9IIJa1qh6CMwj662IbUAsyBtnXd4HTXojMiUDkKQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76782428},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250710151204.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","actor":{"name":"neo4j-organization","type":"user","email":"npm@neo4j.com"},"email":"npm@neo4j.com"},"_resolved":"/tmp/d13a2e7b6af6ca35badd1f8d0868f8ee/neo4j-cypher-language-support-0.0.0-canary-20250710151204.tgz","_integrity":"sha512-RdYLMN+phk88cQMoO1oh+eKvCP0NSxruvKxTWEb+sYi9tqveaJxecuRB3xEiYRxsgPx6FC8B2nsHCoiDvO8a9A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250710151204_1752160392307_0.8176364022277092","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250715085810":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250715085810","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250715085810","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"7dfda710b31be3787ac536b11444dca80e3cabcf","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250715085810.tgz","fileCount":323,"integrity":"sha512-WBLbPUWLrEw76l1DoNEHJmOdfgCvOkp1uSntGwnbI9AbypaiQrYq8TxIhOhobSUElSTqzYUiCU9fWmg9a+YOSg==","signatures":[{"sig":"MEUCIBYOQ7RiLvtFDTc2RsRKjUq7jpQdqU8HwxRSSru5fmDTAiEA8i3ZQOGPckF6LlphubBkwVdcavJEDyXjTHf780LDBm0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76782428},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250715085810.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/64ed75cdd4eb72eaa36f32b050b4dbc3/neo4j-cypher-language-support-0.0.0-canary-20250715085810.tgz","_integrity":"sha512-WBLbPUWLrEw76l1DoNEHJmOdfgCvOkp1uSntGwnbI9AbypaiQrYq8TxIhOhobSUElSTqzYUiCU9fWmg9a+YOSg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250715085810_1752569960727_0.41629117736655363","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.22":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.22","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.22","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3d4e7676615c80b37e62ba6d143433daa956f7aa","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.22.tgz","fileCount":323,"integrity":"sha512-vL1aWoH+9Qx0OtL04zYqwKyxoPlskgA9kmUmvpkmzgweY2EFoJeyTS53x/BmFnsHwLno+4wJlUzAjrEtgp6O4A==","signatures":[{"sig":"MEQCIFMuAYeQeA6bhQizuUSsPmIl7f0NrZwVw+H9t6wxwr35AiBgoeRw2Hz67pVC/PjoD8037WDZ6WwJQOolVMWxaXTHqw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76778977},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.22.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/72b7c679b436d215c720db81bffac2c8/neo4j-cypher-language-support-2.0.0-next.22.tgz","_integrity":"sha512-vL1aWoH+9Qx0OtL04zYqwKyxoPlskgA9kmUmvpkmzgweY2EFoJeyTS53x/BmFnsHwLno+4wJlUzAjrEtgp6O4A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.22_1753282800783_0.8568718355061862","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250723150043":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250723150043","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250723150043","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"6e595d8a165f3a36d8045475959268fed567dc37","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250723150043.tgz","fileCount":323,"integrity":"sha512-JtbAWlMzQ4RGDMrR9bYwOppJ0BZ2oTHJD8wdvK9+zTEJNEWAmgRdC68hqHI1MEKjosyh1JuwR9GM0HQTXJdLaQ==","signatures":[{"sig":"MEYCIQCmg0jgCsSDgypD1IIL9V1WZ2amnUdJrb8aYjIa0zD6EQIhAIl4CfpBoVSfZpgEHeD/mDQMNy1vXG7s0LKiKNF4V9ZC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76782824},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250723150043.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/5b8418e5540e79c2bdb74088e3bd28e9/neo4j-cypher-language-support-0.0.0-canary-20250723150043.tgz","_integrity":"sha512-JtbAWlMzQ4RGDMrR9bYwOppJ0BZ2oTHJD8wdvK9+zTEJNEWAmgRdC68hqHI1MEKjosyh1JuwR9GM0HQTXJdLaQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250723150043_1753282913034_0.7779321560272017","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250723151118":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250723151118","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250723151118","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ccc3472be3803b0f1e7bf3c30dc145615d648b60","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250723151118.tgz","fileCount":323,"integrity":"sha512-t6jrH1G5w0sGIJ60fwGkcd3BdWUjoFze+/XcSmbd7bAmS+7DQHM8/nycmc2OL1dH3FdefDUHm7hdQ2YEhudw4A==","signatures":[{"sig":"MEUCIFR5tk75ep/I1ELqEXT5c7Sxw/zMskYVi+pAJfzhKdEFAiEAiG82hQ4KeGdRnBcamniHRtd3VVHJpAajyT2X9fy8hX4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76782824},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250723151118.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/dac85403c33a9c08acc8fdad43933819/neo4j-cypher-language-support-0.0.0-canary-20250723151118.tgz","_integrity":"sha512-t6jrH1G5w0sGIJ60fwGkcd3BdWUjoFze+/XcSmbd7bAmS+7DQHM8/nycmc2OL1dH3FdefDUHm7hdQ2YEhudw4A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250723151118_1753283559433_0.9023960033297915","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250730152102":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250730152102","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250730152102","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"47495e751d408f732d729e0f0749ed6d3feb2344","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250730152102.tgz","fileCount":323,"integrity":"sha512-a3rw3wiXpUWW4m9Q02mzM4noxEXOy/1CHHRXLmW0r+dxUwxXiZ6LZfR5KxZXLOo3sTClguum4heveBHumzzSwg==","signatures":[{"sig":"MEUCIQCqPV4IkZfTB3x9M8uTOn+ZOyU5QCoRTpykFKcl1OK/5gIgLAP0M4WYyGmFA9mgX7j0dX835wnbkL8bdn+eDzb+7xY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76782824},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250730152102.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/4de88963ad1e9e84eebea8ec162161dd/neo4j-cypher-language-support-0.0.0-canary-20250730152102.tgz","_integrity":"sha512-a3rw3wiXpUWW4m9Q02mzM4noxEXOy/1CHHRXLmW0r+dxUwxXiZ6LZfR5KxZXLOo3sTClguum4heveBHumzzSwg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250730152102_1753888934600_0.48897649969628576","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250804113725":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250804113725","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250804113725","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3e90eed8a92c18f77d086cc0253f223679d3a2bc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250804113725.tgz","fileCount":323,"integrity":"sha512-l73v955ykaLWB4dbWdCGbFd2KYCK4txP57EcEnfVxWs7fdhbD4TrPbNEkyCbHtCkO65genEukI+uJGd7Am8JCg==","signatures":[{"sig":"MEQCIDRV1dlD4DDoRFvd0fDtGX1DiWVa6S2N9pzJM8Ea94F/AiBaO4BGT9g5ZpZ3r+2rvHVdIZq2PNPH9IbT63gRPj73nA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76782824},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250804113725.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/757a69c011a0fe73e3b1c35b5aef8ce4/neo4j-cypher-language-support-0.0.0-canary-20250804113725.tgz","_integrity":"sha512-l73v955ykaLWB4dbWdCGbFd2KYCK4txP57EcEnfVxWs7fdhbD4TrPbNEkyCbHtCkO65genEukI+uJGd7Am8JCg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250804113725_1754307515906_0.3054449107112527","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250804135208":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250804135208","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250804135208","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"f854110933c5e62340299c778723a3ebf0c2b253","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250804135208.tgz","fileCount":323,"integrity":"sha512-YtdQsYDAiMxgugzZcZOepyxG2vkiuN6MIj5tDbX4uBB06nQ0PWT0aka/c4uJ3ZrmmmyHiKs4NOe/t3ecs/aZMQ==","signatures":[{"sig":"MEUCIEiXPHmYI4/thnKjtdLg6zm99RRLAj56pslJqYXywYAYAiEAux3XyBQcH3eC+45I8Jcdmm6Dsx11wu6jzQU6x1Y67jI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76782824},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250804135208.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/045faa45a69ae4319de0770015937075/neo4j-cypher-language-support-0.0.0-canary-20250804135208.tgz","_integrity":"sha512-YtdQsYDAiMxgugzZcZOepyxG2vkiuN6MIj5tDbX4uBB06nQ0PWT0aka/c4uJ3ZrmmmyHiKs4NOe/t3ecs/aZMQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250804135208_1754315601458_0.8725510362741196","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250806135337":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250806135337","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250806135337","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"17dcac5e5049346724ed95a45b781a03de628e9e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250806135337.tgz","fileCount":323,"integrity":"sha512-Hp/HHL3oDko5UyzeY+ZKH4nJxakswBGkN88BWB4Is8AI4sCYphZOAqcjWfGGh2NhCeiX/mxR8BLknrfP/poH0Q==","signatures":[{"sig":"MEYCIQDnoTqe82z6G8ZtlZbSSkGqRNIJHc4ip8MlxBsKtstevwIhAPqpkJa0khk/axuoQlKUtW3dXon0usyehEBhj1V104Kz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76782824},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250806135337.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/43da4206f6519cfce2340f49f4cbedb8/neo4j-cypher-language-support-0.0.0-canary-20250806135337.tgz","_integrity":"sha512-Hp/HHL3oDko5UyzeY+ZKH4nJxakswBGkN88BWB4Is8AI4sCYphZOAqcjWfGGh2NhCeiX/mxR8BLknrfP/poH0Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250806135337_1754488488203_0.13910535236134813","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250807071321":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250807071321","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250807071321","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c5a5a96541b2ca7e72b59b5b4e9c9f6a6cc6baa8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250807071321.tgz","fileCount":323,"integrity":"sha512-rgawYYUTEwGUQbxMIK1ejkxKYv5eu2dAtcOGc35qXlMMP8qfLFZpPu8zebG8zYme1yM37a+NPRUPmPASepF4fw==","signatures":[{"sig":"MEYCIQCLHIOwzwaq1vBIsbrfZCUuY/sh9n48Q2NkoWl2mnAyRwIhAOyOibL2XDNckf/gs7IATdbTcc6RKOH/OKn+COMAi6bA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802363},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250807071321.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/d62859534d6e4f5931392b2be91c9731/neo4j-cypher-language-support-0.0.0-canary-20250807071321.tgz","_integrity":"sha512-rgawYYUTEwGUQbxMIK1ejkxKYv5eu2dAtcOGc35qXlMMP8qfLFZpPu8zebG8zYme1yM37a+NPRUPmPASepF4fw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250807071321_1754550878280_0.4451105561196107","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.23":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.23","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.23","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"17365af3691ee9b9f580bbf7ac46f4e56fbc9692","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.23.tgz","fileCount":323,"integrity":"sha512-f1rACEVrfrQoRDIZFi4oJ4dCRoPIqlFFpVkKrT6W0yH5n8evQ2GbP9Erv8fNgaehJ6pJU19ukYYsfHybJpw1YA==","signatures":[{"sig":"MEYCIQCaF9jAmxT4sABpoiKM8NRh3RG58Zxe2MwgOj0EdlubcQIhAJNdEcBoEEn2jiVeKrArsPqXDuOCL1gel7G9lE4pBRQx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76798554},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.23.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/06bca1c8b902cea18433e408ab99c267/neo4j-cypher-language-support-2.0.0-next.23.tgz","_integrity":"sha512-f1rACEVrfrQoRDIZFi4oJ4dCRoPIqlFFpVkKrT6W0yH5n8evQ2GbP9Erv8fNgaehJ6pJU19ukYYsfHybJpw1YA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.23_1754645734208_0.6834946215554725","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250808093623":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250808093623","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250808093623","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"02e54329074b5975b7eda9658d9bdac0b87cdf1f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250808093623.tgz","fileCount":323,"integrity":"sha512-oh9Xm8mbJE+UDr3klqOi39/kSG+aFBKJMK58/BRmc7UdgJAhc2t5McWoOFJLKhQGwio3Ax8bt7RAqVZTPyjWFw==","signatures":[{"sig":"MEYCIQD6YE/FcyQkJuUysN3XXdzo9hrLC8crtst8nPXIJxASnwIhAJMHeMfhik1W8ZnmLXMuDKi27wgc2lB1T/5R5r6yh2H1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802469},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250808093623.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/59296cb462b086377599ec5fa5f4315c/neo4j-cypher-language-support-0.0.0-canary-20250808093623.tgz","_integrity":"sha512-oh9Xm8mbJE+UDr3klqOi39/kSG+aFBKJMK58/BRmc7UdgJAhc2t5McWoOFJLKhQGwio3Ax8bt7RAqVZTPyjWFw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250808093623_1754645866545_0.4303989095107701","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250808135150":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250808135150","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250808135150","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ea25d257a83abdc93f84efd236806aea841dd74a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250808135150.tgz","fileCount":323,"integrity":"sha512-8dTgiRJq27qDk0x5p3cIrsnsAgD8eMg+TF60Bb/doUx1nv8rCNW3qmIbDbjTErGJR3FrjU4w8Xeyonye0QWc+Q==","signatures":[{"sig":"MEUCIQDwmkZokaDZaULJ+Bsq5XIKEmCZW3wXDc56Q/Mq2u9w2wIgPlM/vfkCDk11dciNOENkgdK2cZ4tnnI12kSnfOkSTts=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802469},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250808135150.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/6b2f754f6bb780fbec8fe7d12164188f/neo4j-cypher-language-support-0.0.0-canary-20250808135150.tgz","_integrity":"sha512-8dTgiRJq27qDk0x5p3cIrsnsAgD8eMg+TF60Bb/doUx1nv8rCNW3qmIbDbjTErGJR3FrjU4w8Xeyonye0QWc+Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250808135150_1754661183958_0.9717232107387903","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250813150051":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250813150051","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250813150051","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e9c5c5dfd92465ae2fcfc411a965c940cb784e03","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250813150051.tgz","fileCount":323,"integrity":"sha512-6gpemUCP/HZc2od+7KVRnLKrr7wAjY9bazJaEVy3SEc4YWdXy21KzadoFMoaxB983znuaJHLWdmk6O0Z1e1Mng==","signatures":[{"sig":"MEUCIFfYdK4vb/vBudZGhwZjI7y4YzN/OtLn6DLmhUrjtgeWAiEAlA9VWOCnqQ47B0xQeQakS+ISzDxkqpkIyHzs8LC9h7k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802469},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250813150051.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/063e4d0d954dd122df94409c264a0ade/neo4j-cypher-language-support-0.0.0-canary-20250813150051.tgz","_integrity":"sha512-6gpemUCP/HZc2od+7KVRnLKrr7wAjY9bazJaEVy3SEc4YWdXy21KzadoFMoaxB983znuaJHLWdmk6O0Z1e1Mng==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250813150051_1755097332875_0.4734044061484812","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250819140908":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250819140908","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250819140908","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4f5a014a6288e5c24c6bfa493d74cda2361314da","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250819140908.tgz","fileCount":323,"integrity":"sha512-vommHul0Sqb2Nb4IPeGvFqvtpfBGdTGIFz5wTPXfMLWnV7ngXVdekkCmCjuAw10qbnJ+DPWIX8mQ45IVlwrK+A==","signatures":[{"sig":"MEUCID3x+Uo2Cx+syIzv+427WAUskuNfNrW+Bd3x/VBxP9HpAiEAhiEd4fOlz4QZw6leUEA4Ct6r86/6eTRydKLo2nVLhEE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802469},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250819140908.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/7c92fc5b8503c225263b01549e8197aa/neo4j-cypher-language-support-0.0.0-canary-20250819140908.tgz","_integrity":"sha512-vommHul0Sqb2Nb4IPeGvFqvtpfBGdTGIFz5wTPXfMLWnV7ngXVdekkCmCjuAw10qbnJ+DPWIX8mQ45IVlwrK+A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250819140908_1755612631969_0.2644291935339065","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250820082752":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250820082752","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250820082752","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"06dec5f07847ca216baf37963eba11535f277472","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250820082752.tgz","fileCount":323,"integrity":"sha512-59maHwmt5tCIosgBLUh+kKa5XcJYB6c8WVqfDGKkIKKxGIzlf9Pc/coYM883ddKGDJNSk9RpIHwdgw5qIhXbNw==","signatures":[{"sig":"MEYCIQDy8XEaxKSEMEpR+lQy7lLBlM6weAzouPyO3bA7TeI17QIhAOFPACEm/Usn1R+PvS0Y+FjcuHWoBFi3jaD7d4szLPSp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802469},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250820082752.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/62fc1391db74aaa6d1da73e494aa681b/neo4j-cypher-language-support-0.0.0-canary-20250820082752.tgz","_integrity":"sha512-59maHwmt5tCIosgBLUh+kKa5XcJYB6c8WVqfDGKkIKKxGIzlf9Pc/coYM883ddKGDJNSk9RpIHwdgw5qIhXbNw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250820082752_1755678554039_0.08574033788152913","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250820134459":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250820134459","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250820134459","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"681d67ab148cb63e1453fdaf8b360060235f7352","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250820134459.tgz","fileCount":323,"integrity":"sha512-DPARRzumB86vmJzbPylmlUkv0G9HUwrnUlJJWmqiFXUzhMcHy5SaAo4LqvCe7lZ7yZ/XQN+9AqwAB04cx8Kunw==","signatures":[{"sig":"MEYCIQCAHlBg6PDnuUFLowZfBIxscHEhFhDiiondr51V57gBQAIhAL9NvCQcUXISzuwv9309KvP+vpoJAi+VcEl5kV1WIpvW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802469},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250820134459.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/21b85ce7091506f2f6fab50c6737d9f1/neo4j-cypher-language-support-0.0.0-canary-20250820134459.tgz","_integrity":"sha512-DPARRzumB86vmJzbPylmlUkv0G9HUwrnUlJJWmqiFXUzhMcHy5SaAo4LqvCe7lZ7yZ/XQN+9AqwAB04cx8Kunw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250820134459_1755697585672_0.8308803523308101","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250825122554":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250825122554","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250825122554","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"17404b1cc9969ccc2a8708d17e9822aec53ee015","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250825122554.tgz","fileCount":323,"integrity":"sha512-ZIv/kFczBvO51MLQXbszjYJ7gEHa0AfBopsGO5yJypeDDtnYfDILkZgh4ZfgbHtJg7ZrM1cZfvlBQIQhKy0/hg==","signatures":[{"sig":"MEQCICJ0OZDHYeYvgiiuTpSAltz8kD/oYPbSGXqZsqwFa0XEAiAqwLmYhCd3rOPqQzqJRrxQNsAwEhYXUkAIx88aYdACMg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802469},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250825122554.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/b261fd6473c479ee056ce0bc9e514c4d/neo4j-cypher-language-support-0.0.0-canary-20250825122554.tgz","_integrity":"sha512-ZIv/kFczBvO51MLQXbszjYJ7gEHa0AfBopsGO5yJypeDDtnYfDILkZgh4ZfgbHtJg7ZrM1cZfvlBQIQhKy0/hg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250825122554_1756124835197_0.8286257747785875","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250825141136":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250825141136","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250825141136","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3a3e20c660d8011ee2e87fbc0cb4f6a4d79e1cc7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250825141136.tgz","fileCount":323,"integrity":"sha512-FdvEY7WvWBOPn7euzef3V+qTQOgRdOY1I05eSyB5vIn9ACrXnH0X0VrEPFmse6XmVlNZ6Ft6VW9uuqyGkmx2AQ==","signatures":[{"sig":"MEUCIQCPzEaio/F3k+A8jk0USr7gY1EKuULbxhtz6TvKdivCywIgXZVHNQKZH6YOqgJkqlMgCsCOkXmYAbAyLNEBlQ555tM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802630},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250825141136.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/7113367696727e1b75a2268dd8f3b30b/neo4j-cypher-language-support-0.0.0-canary-20250825141136.tgz","_integrity":"sha512-FdvEY7WvWBOPn7euzef3V+qTQOgRdOY1I05eSyB5vIn9ACrXnH0X0VrEPFmse6XmVlNZ6Ft6VW9uuqyGkmx2AQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250825141136_1756131180820_0.04009014912815778","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250826024713":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250826024713","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250826024713","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"f7bb0c5f38246ffd413d5a5998f2e3467308b89e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250826024713.tgz","fileCount":323,"integrity":"sha512-IZgnE59p13U2UGZbfeX9VAbzWbIL9A6sweD7SbvNNteDrBvjs480G+aogjiT2lHkGTKLaJi8UeqXpRJv9gYDDA==","signatures":[{"sig":"MEUCIHw57mnTSlI5xIkkOb3P3trgKShEHKWA7Lv7OJ3DvGj/AiEA5CNSwO1SDM9AXCQHcUvWZ65rS/NX9pnA9tEqvAlUMfs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802630},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250826024713.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/fdec0c03ffb8febca17dd562ca991683/neo4j-cypher-language-support-0.0.0-canary-20250826024713.tgz","_integrity":"sha512-IZgnE59p13U2UGZbfeX9VAbzWbIL9A6sweD7SbvNNteDrBvjs480G+aogjiT2lHkGTKLaJi8UeqXpRJv9gYDDA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250826024713_1756176519345_0.3436269269773864","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250827131216":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250827131216","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250827131216","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"9b49179864dfa6b3307cfe4da4155113dabd6991","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250827131216.tgz","fileCount":323,"integrity":"sha512-j+N1dwQvjSUWop1x7RXBb7WnKFH5N2T5P+TVbayu9PSyYqg65lBqDvWUK+eKH3X5mJ+m7NhWfNhIsLfRuhF6aw==","signatures":[{"sig":"MEUCIQCo8al76IXxUFMi4LrTlE6/pCX3VO4+Vq0kkcohtTO+ggIgYsLg/m2nTSAi7jRj9s6N1g5rZP1AU77CyEu+TKOUtHs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802630},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250827131216.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/3a6b996d0805923bece1228540bc2995/neo4j-cypher-language-support-0.0.0-canary-20250827131216.tgz","_integrity":"sha512-j+N1dwQvjSUWop1x7RXBb7WnKFH5N2T5P+TVbayu9PSyYqg65lBqDvWUK+eKH3X5mJ+m7NhWfNhIsLfRuhF6aw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250827131216_1756300423739_0.39364752676088455","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250828024445":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250828024445","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250828024445","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4b16b6ea3b76c39dc6de9d5268c6d788d51b0cc2","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250828024445.tgz","fileCount":323,"integrity":"sha512-vYw58JsrFx5o44pJc+MVQb8s1K2kXow5DXCsgVdZjrg1yHKWMeOrUYeGVEOMmCEfqrfsq6fte66yeZsKrYwu/A==","signatures":[{"sig":"MEUCIC1juglLSmXmT+9FuMYXX2GraeRPIVLNaqirCptfBXgaAiEAyRyBjUP59FkGVkwB1yl9MUOtDQpP6bWCeDdRlpPBXJc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76802630},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250828024445.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/fba39e7689f17e622dc399951ec973f0/neo4j-cypher-language-support-0.0.0-canary-20250828024445.tgz","_integrity":"sha512-vYw58JsrFx5o44pJc+MVQb8s1K2kXow5DXCsgVdZjrg1yHKWMeOrUYeGVEOMmCEfqrfsq6fte66yeZsKrYwu/A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250828024445_1756349166051_0.2602482226831466","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250828135512":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250828135512","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250828135512","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"084b96eade20d470e009876ec9be2b76c82165ac","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250828135512.tgz","fileCount":323,"integrity":"sha512-tiVZHdxmwtmThot+A+rU7YKiWR5+HJl1z863lEKsw26OILXtEB3YY9vzz8+AyyTCVbszeconTCI3Z+7Qefpbmg==","signatures":[{"sig":"MEUCIQCB2wyOlRAp1k54PKLFUXu48hjxjKWbmsjjk5WpZ1DfZgIgYjQ0OJgPqmFI18t/Po110ILu6sHFqCcZz6tIhlXhQes=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76812465},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250828135512.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/8452be0b90464005d83bbda61a99ac29/neo4j-cypher-language-support-0.0.0-canary-20250828135512.tgz","_integrity":"sha512-tiVZHdxmwtmThot+A+rU7YKiWR5+HJl1z863lEKsw26OILXtEB3YY9vzz8+AyyTCVbszeconTCI3Z+7Qefpbmg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250828135512_1756389394861_0.1297203888818279","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250829024359":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250829024359","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250829024359","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"1462e1f412a73b865ccd7f77a163ab12b8964fbf","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250829024359.tgz","fileCount":323,"integrity":"sha512-Un88f4jQP+bUkxP8ZmH7tIphzydC9waGRNa0YDRFRTVAvUukqhof1rT0N1HHMQ58UoRvA8pLgawxkSFWVBqnHQ==","signatures":[{"sig":"MEUCIHmDtCTQnH9GORBtR2IK6xxsR5bgkGMOIr7JAuqwr4ZcAiEA06ijJws2hWztHjHPD1Os9JpsbIz9nYFDtfTMXWGrBtA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76812465},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250829024359.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/a35861f790e40741bcc1c1c5be210d3e/neo4j-cypher-language-support-0.0.0-canary-20250829024359.tgz","_integrity":"sha512-Un88f4jQP+bUkxP8ZmH7tIphzydC9waGRNa0YDRFRTVAvUukqhof1rT0N1HHMQ58UoRvA8pLgawxkSFWVBqnHQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250829024359_1756435523085_0.3096783927991422","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250904083511":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250904083511","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250904083511","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4fbc74720eb8e842d99e9689e1e4156077344f06","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250904083511.tgz","fileCount":323,"integrity":"sha512-hXA6LymxvcAtDSzig+UcYUe9AvFWYmOkFjbe4icBDIUHYTkE3eX/wf7J/K1Dwmqp5GxQealeT6P2mpdi66EalQ==","signatures":[{"sig":"MEUCIEZBJhTsH+51tM4teI/kywC8lTiNCxorY0M8J7sAgMYXAiEA6wWp+VwylTcMI9dUU1D53xZNsA2j2Ue8RIIMTZEKMQo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76812465},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250904083511.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/f4422eb806a90f87237e3ff74b4fbdf7/neo4j-cypher-language-support-0.0.0-canary-20250904083511.tgz","_integrity":"sha512-hXA6LymxvcAtDSzig+UcYUe9AvFWYmOkFjbe4icBDIUHYTkE3eX/wf7J/K1Dwmqp5GxQealeT6P2mpdi66EalQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250904083511_1756974995326_0.9812698019003523","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250905024342":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250905024342","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250905024342","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d9c25569959453513de4b3288f25a6581d4ca0f2","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250905024342.tgz","fileCount":323,"integrity":"sha512-8yqkg9DsilYfM0Rd47/M6tHf6uluJt7k8E6VLAMXgddFOZZMahCC5LWI4l7Qkpa6Xq4g7mibAZwUSE3pLDPx2Q==","signatures":[{"sig":"MEUCIQCpDSaZtH6JFZk7isC3N0/g2uKsFWCffFYhHHVLow/wowIgGcMTCWSgJmp/35rG55T691E+iyZT7lx7bVEOON9Fvpk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":76812465},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250905024342.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/73d701cae035d1abe42d6d85e50eca85/neo4j-cypher-language-support-0.0.0-canary-20250905024342.tgz","_integrity":"sha512-8yqkg9DsilYfM0Rd47/M6tHf6uluJt7k8E6VLAMXgddFOZZMahCC5LWI4l7Qkpa6Xq4g7mibAZwUSE3pLDPx2Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250905024342_1757040306242_0.4183739015472434","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250911144045":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250911144045","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250911144045","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4f6f6eb87316c90012be94286a58f10f39b74048","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250911144045.tgz","fileCount":323,"integrity":"sha512-BOGlPE6jx5ywgT1sR5ySB2xKU0LfmrSosNmgzC6IiNJSuSjDUN1kCre1rvwb70d4PhVeL+OLDRuAlJWD5LhejQ==","signatures":[{"sig":"MEYCIQCleE1k6IMqh0iTJdJ7yauLWj+Ev1rVeG/EttqTlAHgvwIhAKUiEeq+VCHuMJmA32hVMmSv0PVcj9Ts3GjcAqFoeIA1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77478479},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250911144045.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/585f8dedb5df87caaf211403d4592a0d/neo4j-cypher-language-support-0.0.0-canary-20250911144045.tgz","_integrity":"sha512-BOGlPE6jx5ywgT1sR5ySB2xKU0LfmrSosNmgzC6IiNJSuSjDUN1kCre1rvwb70d4PhVeL+OLDRuAlJWD5LhejQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250911144045_1757601737851_0.6673418077567908","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250912024037":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250912024037","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250912024037","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d7bc0768f6b8f7f73d6a8836d4f8d6c38ecb8b58","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250912024037.tgz","fileCount":323,"integrity":"sha512-YScr7JcdoaLwC4YZL+LNRBfa/3aXL23aVAHch9uzyljg8o/MZwRTNx71ahvxKpERBBk4197W98bGv3ndQfuMnQ==","signatures":[{"sig":"MEQCIASL0Gf0Rz+cUagvh/jOUNhLaIr4wqiuf98i2lZ4bESTAiAj61yrWn3O69BRi32pSCW5nSpcbTLmYAupFgaBovR8OA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77478479},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250912024037.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/e41384e25d17f3af38af5e9971f08182/neo4j-cypher-language-support-0.0.0-canary-20250912024037.tgz","_integrity":"sha512-YScr7JcdoaLwC4YZL+LNRBfa/3aXL23aVAHch9uzyljg8o/MZwRTNx71ahvxKpERBBk4197W98bGv3ndQfuMnQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250912024037_1757644923585_0.686877262491107","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250912085944":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250912085944","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250912085944","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"85ec9c772412114bcbe221daebe33166e611ecf6","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250912085944.tgz","fileCount":323,"integrity":"sha512-k1lIboRbD+q7KW7si1UsUniEZPbQAbIuIzEK3NYHDGLm/dP5pG/rGy6Hf2T/DnxMBNFLFnXy3o8okHON2UNYNg==","signatures":[{"sig":"MEUCIQDQNoTYz1o/ehuAaYW17ieSTb7xY/75yMgutUsHMUowiQIgDobP5GrJZLSOvR4YAs0Lu52h5k+DUvbapzTmjH364ss=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77478479},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250912085944.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/3aa1e2dfef561dc28beb5d97a2f1634a/neo4j-cypher-language-support-0.0.0-canary-20250912085944.tgz","_integrity":"sha512-k1lIboRbD+q7KW7si1UsUniEZPbQAbIuIzEK3NYHDGLm/dP5pG/rGy6Hf2T/DnxMBNFLFnXy3o8okHON2UNYNg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250912085944_1757667675295_0.6931490630149728","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250915024736":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250915024736","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250915024736","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c6e46bf81477f1d8ce96396107d05afee3a05d02","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250915024736.tgz","fileCount":323,"integrity":"sha512-Xm4gAegZoXHmTW5yKdXlIMa94FS4PkBPsQZfJFcQR/WiMog3AZL5ZgKetV1wQQIL4wwMHmBdv3tcxfhyVxhiCA==","signatures":[{"sig":"MEUCIQChnVBZ5lTU5Ioj4h6TMLXBBjLUFN5pOPugoafLH7v1ugIgRtWKAssRTAuVh+9NSec2iKBsx07lFXTMrWs+VAZc03w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77478479},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250915024736.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/90cccae5148fc01e76853ed5c0b54718/neo4j-cypher-language-support-0.0.0-canary-20250915024736.tgz","_integrity":"sha512-Xm4gAegZoXHmTW5yKdXlIMa94FS4PkBPsQZfJFcQR/WiMog3AZL5ZgKetV1wQQIL4wwMHmBdv3tcxfhyVxhiCA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250915024736_1757904548024_0.8689315541655249","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250917072409":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250917072409","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250917072409","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d9c3389d8cc4940b792c3501459fbd4cf36c5192","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250917072409.tgz","fileCount":323,"integrity":"sha512-yQrx4XhDD/PvhzmNdQIpupfSoHpJyfeJPzeqFfmMQLkaHuM2stdLKKzFTSpR2MAxMZxnFED2nV2w0xZhz1fjYA==","signatures":[{"sig":"MEYCIQCu+veMj7Ep9FAzfKISh654shwCYhwZ9SujO/FjCpqbSQIhAMmksWw+gy3MqyvH+/3q5BxDMmgHEkDNC6Lr0PEorWPV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77478479},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250917072409.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/9b127829e3adb2e712c5b1281f6962ab/neo4j-cypher-language-support-0.0.0-canary-20250917072409.tgz","_integrity":"sha512-yQrx4XhDD/PvhzmNdQIpupfSoHpJyfeJPzeqFfmMQLkaHuM2stdLKKzFTSpR2MAxMZxnFED2nV2w0xZhz1fjYA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250917072409_1758093937445_0.8514428445886633","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250918024114":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250918024114","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250918024114","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"17c43ca410ab1f4c8416d24b7fa16ed2a46822ae","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250918024114.tgz","fileCount":323,"integrity":"sha512-SmWnhD1C04497NPHTsL6rNqjNt2WkfLRXfRsCExh4cfPEGSquFPPHr67HGX5G8zwb8MIkZf2FqOkIjm0ZfQqzg==","signatures":[{"sig":"MEQCIHCgmV0oJ3HeEoDZmx16nwtG50Np1ngNgmhgxE9mRbZIAiAOI16yOAKXvARt6WhufNw4kxBuEKKAwzNmwC3Z8z5N2A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77478479},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250918024114.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/544e4b874eb49463a516ef4226047926/neo4j-cypher-language-support-0.0.0-canary-20250918024114.tgz","_integrity":"sha512-SmWnhD1C04497NPHTsL6rNqjNt2WkfLRXfRsCExh4cfPEGSquFPPHr67HGX5G8zwb8MIkZf2FqOkIjm0ZfQqzg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250918024114_1758163369625_0.7458279699646171","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250919073638":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250919073638","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250919073638","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d1f6616c17c2a93e150328ab63111092a4424cf0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250919073638.tgz","fileCount":323,"integrity":"sha512-0ORzQSyNsWtNTMfW5CM+X2kGFFvZXwDIzjv0R70X/Ls9D6ms7uHK3c66ICs3EBYJX39VEop/Eh+ecmTWrLkLuw==","signatures":[{"sig":"MEYCIQDt7wh0eM24wS3nFU88tIof1RccZcFdz82FWculPO2TxgIhAOApK7z9dQTDO0C+d6bXuuJyw4a+pMy7dRpXdtdhKR2v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77478444},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250919073638.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/f776d9b72d7dbf4e92c915b36ff0211b/neo4j-cypher-language-support-0.0.0-canary-20250919073638.tgz","_integrity":"sha512-0ORzQSyNsWtNTMfW5CM+X2kGFFvZXwDIzjv0R70X/Ls9D6ms7uHK3c66ICs3EBYJX39VEop/Eh+ecmTWrLkLuw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250919073638_1758267481876_0.466270340754146","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250919074447":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250919074447","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250919074447","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b6121b442d29d57c1b0c98eb25c5b824ef5abeea","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250919074447.tgz","fileCount":323,"integrity":"sha512-o3xhFHia4ENxTD15uRK9v3lsHlAzdtM93TX2JmQIwtiKSg6j7c9hn1FYCo/jsn6lO1JNUmZ90QOBzPtFk6BFGg==","signatures":[{"sig":"MEUCIQDbc9usnHQWVOkryCm+8tmxnnL46J2WIqzTfrJzyrI0bwIgentoKIcWjsV8eWXVho8AreCco29hop/Gzwx+0AN45ao=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77478444},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250919074447.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/b8040e64cf15f273ff8ba40faad82c2a/neo4j-cypher-language-support-0.0.0-canary-20250919074447.tgz","_integrity":"sha512-o3xhFHia4ENxTD15uRK9v3lsHlAzdtM93TX2JmQIwtiKSg6j7c9hn1FYCo/jsn6lO1JNUmZ90QOBzPtFk6BFGg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250919074447_1758267973014_0.44626695345567424","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250919115513":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250919115513","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250919115513","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ae5bfbc5cd133f21b6f2e9c37fcbaed2f05bed1e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250919115513.tgz","fileCount":323,"integrity":"sha512-5D1hdTRmdeqU1rd8TjdqjQ4btquahEC7lNGYmYMUnsorBKsjdbglqOcdiWKrloYS2RZlJFirXQm9MezmP6Kung==","signatures":[{"sig":"MEUCIQD+f8TkK8IFgAMkv9WLn/xBEMiDXbrC/Zv/eDyNd6KEXQIgIMCNWdOfzrpNSWHIUHl1YBx5A/7Er9p17itzwdcoMLw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77478444},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250919115513.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/7f915ad4ebe02237c21613f3b31b047a/neo4j-cypher-language-support-0.0.0-canary-20250919115513.tgz","_integrity":"sha512-5D1hdTRmdeqU1rd8TjdqjQ4btquahEC7lNGYmYMUnsorBKsjdbglqOcdiWKrloYS2RZlJFirXQm9MezmP6Kung==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250919115513_1758283002622_0.12372889740435755","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250919120406":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250919120406","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250919120406","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"9ec2e71de05ce5948b2357653c95bcf8bf3aecc9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250919120406.tgz","fileCount":323,"integrity":"sha512-7PTipqtrWuLos7efWKsXjMYgnn5rW/do6CNBM5IBtaQ7dEuulWHrWXyXBlBxaO0ZgCU6NuCdWnCFdGXMENm4OA==","signatures":[{"sig":"MEQCIB98Jkd4FVW5prMbmooolVZArUAKBD3UTyn1BxMD7xjAAiBGOYdUqU6TUZaerRmmAqzRJw/6k6JMc0UzcmpL0InEIw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77478444},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250919120406.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/48d52a633609c4f3251e51f7f3566236/neo4j-cypher-language-support-0.0.0-canary-20250919120406.tgz","_integrity":"sha512-7PTipqtrWuLos7efWKsXjMYgnn5rW/do6CNBM5IBtaQ7dEuulWHrWXyXBlBxaO0ZgCU6NuCdWnCFdGXMENm4OA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250919120406_1758283537913_0.7743469179463014","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250922133930":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250922133930","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250922133930","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"f479e66e6641c20b8f1530224096bf93eb9c7ccc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250922133930.tgz","fileCount":323,"integrity":"sha512-/wop3rBtul0S0bYLkfBwyycFWx44iPqkTtnrZ0f9tvPGHTZaK1rJXi/jT70kbrzCRdG6f2AFWyVVGUo+IUSaZA==","signatures":[{"sig":"MEUCIQDshsPQJ85sH4r42GhHMJOJ+T0Z4+WHBHNeXRnnp77JzAIgMKVcaEWvv/GAtuLVNgfcdPfKh1VzpVA1Cyj+jqdOOqw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77488153},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250922133930.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/89913f83157bae03ada3ce780c04463c/neo4j-cypher-language-support-0.0.0-canary-20250922133930.tgz","_integrity":"sha512-/wop3rBtul0S0bYLkfBwyycFWx44iPqkTtnrZ0f9tvPGHTZaK1rJXi/jT70kbrzCRdG6f2AFWyVVGUo+IUSaZA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250922133930_1758548468158_0.2156815740914595","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250923024241":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250923024241","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250923024241","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c7521a499e4c2352256376baa1f26d6cb5aed1ea","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250923024241.tgz","fileCount":323,"integrity":"sha512-2TRXFajUdlnAcChCEXop+EW4uRjdYDOmXnvNSZiZwDOECvfRhcs6SimwMR/A96oVAMED0lfPYFdnUAisjeCE1A==","signatures":[{"sig":"MEQCIGBkeohuS2BytK2A/ruTMZUWh4DqXIw/B+2e/pIcivgYAiBMV44lTK8KfiWmcUql+kJ9zEsp01jIa3P8zrQVHb/COg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77488153},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250923024241.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/6aefa34692d44c5cc92dcc3d5b88eff3/neo4j-cypher-language-support-0.0.0-canary-20250923024241.tgz","_integrity":"sha512-2TRXFajUdlnAcChCEXop+EW4uRjdYDOmXnvNSZiZwDOECvfRhcs6SimwMR/A96oVAMED0lfPYFdnUAisjeCE1A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250923024241_1758595451165_0.9278606411980788","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250930105719":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250930105719","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250930105719","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3af540dafba68d4b338d253d193ec15ca8121a13","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250930105719.tgz","fileCount":323,"integrity":"sha512-Tp+yypOKgylEHGxUFQgy97KEhwwTTDWfEYqzDLMq1M5lSAL0ksmLO96Xs2u9v6GZbIkgPZQ6djgHKObhba9DnA==","signatures":[{"sig":"MEQCIAm0VXgjiikaJHulcn1XbaPecg/QwLyELv735rgw+2blAiBpjK+UzaZAdD8PIBJ1mh23t3Q6jmnHX0s5GPgOZCX8MA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77488153},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250930105719.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/5ed807b44f1bdc6e89d77025b9ae57c6/neo4j-cypher-language-support-0.0.0-canary-20250930105719.tgz","_integrity":"sha512-Tp+yypOKgylEHGxUFQgy97KEhwwTTDWfEYqzDLMq1M5lSAL0ksmLO96Xs2u9v6GZbIkgPZQ6djgHKObhba9DnA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250930105719_1759229926785_0.9502906090558232","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250930122323":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20250930122323","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20250930122323","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ad17c7638fd36b9802bde992ac754f8d18e116f7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20250930122323.tgz","fileCount":323,"integrity":"sha512-3TttjizpBB2s6gvYSUG24CJ4jmCdSwqyJpZaQc3kncCS/2gSJc87T24mgcFhJMGgFLW+P69zv5DEvxLoW3Ph2Q==","signatures":[{"sig":"MEQCIHV8GWZIl+PcPrSFW6BnEmfqHveTBL//rd/CFbWffqRWAiAn9DAUScPc66b4PHRztAVlWZLxowCqHIE47MPLcPsldg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77665492},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20250930122323.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/600d1dfe91cb3089f3bafb9869bfdf48/neo4j-cypher-language-support-0.0.0-canary-20250930122323.tgz","_integrity":"sha512-3TttjizpBB2s6gvYSUG24CJ4jmCdSwqyJpZaQc3kncCS/2gSJc87T24mgcFhJMGgFLW+P69zv5DEvxLoW3Ph2Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20250930122323_1759235099474_0.07532296992133536","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251001024434":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251001024434","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251001024434","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"7d91f6b0bec8c162bf31cdb24d964d0653a2c0dc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251001024434.tgz","fileCount":323,"integrity":"sha512-0GETfF5tTOjTVdn66noAmHySEdc28GvgrcdHkaFXrKAmQcNdoQmZwjzJ7et9mN8ccq/mQXdM54i+uqVTve4xyA==","signatures":[{"sig":"MEYCIQC09YhGZi1ew1y1Xxa/nkpYKefIZm6w+Wp4DusPynFiCwIhAIcpd05BFX8szSkvAafet2Z/3IB5gKy5+GnxD6dwZ2TS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77665492},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251001024434.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/8b9a6bc4a1fa797de579f367159e2df8/neo4j-cypher-language-support-0.0.0-canary-20251001024434.tgz","_integrity":"sha512-0GETfF5tTOjTVdn66noAmHySEdc28GvgrcdHkaFXrKAmQcNdoQmZwjzJ7et9mN8ccq/mQXdM54i+uqVTve4xyA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251001024434_1759286759388_0.23911293042782655","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251001114619":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251001114619","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251001114619","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"24595b2165d1a956c95bdc580691aeae826eb32b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251001114619.tgz","fileCount":323,"integrity":"sha512-BtoKXAM888O5m2ZrfDPlVqbmdw+8BZfeah69H8IjItHxz+34gqjymVPzyyKxoHgxa6H+twhNlaJ3xRmmKIOjWw==","signatures":[{"sig":"MEQCIDSQUIPpmDj3li3YJ/qeOe4awy0DrLcCWMDZX6OSbJppAiBlhl8PgAbwPIP67NlAsheVLv9jkhh8T5Iga5bHEanuWg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77665492},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251001114619.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/cb5ef83939a8cde9a14331ce9ccfb98a/neo4j-cypher-language-support-0.0.0-canary-20251001114619.tgz","_integrity":"sha512-BtoKXAM888O5m2ZrfDPlVqbmdw+8BZfeah69H8IjItHxz+34gqjymVPzyyKxoHgxa6H+twhNlaJ3xRmmKIOjWw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251001114619_1759319268022_0.6906656437200129","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251002030120":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251002030120","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251002030120","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"01e0ea7543b182841947978d0439fe4addbf57ce","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251002030120.tgz","fileCount":323,"integrity":"sha512-GTlxuCRDs05IVkrvI8XwdLYNOhJ4fJunJYjCKQPYvW0O2FE0G05UqMFP8yuGtnsFCR7mUsI+gHWcJdYdc+f1eQ==","signatures":[{"sig":"MEQCIBd3nqGOcnT3vhTlg9OVzLe15njCteD6qDZ7j85LcJ4mAiBfNy8VP9TwvcKxnaXU1SRExUCPEav8o9y4HrEnpxU3fg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77665492},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251002030120.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/babd0007dafe187f52ac9ddb34a83b11/neo4j-cypher-language-support-0.0.0-canary-20251002030120.tgz","_integrity":"sha512-GTlxuCRDs05IVkrvI8XwdLYNOhJ4fJunJYjCKQPYvW0O2FE0G05UqMFP8yuGtnsFCR7mUsI+gHWcJdYdc+f1eQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251002030120_1759374168960_0.3297201253259372","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251007073701":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251007073701","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251007073701","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c349f2c85df3fc5219749a3b73cbec4d0d609fe1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251007073701.tgz","fileCount":323,"integrity":"sha512-JZP9zE4di40lblDvBbpLzEywCmkfTV/DZvfco6H4geVq9L2YMONPVdtyOl/Kl/xRer+L5H13twhSsFq04Nc42w==","signatures":[{"sig":"MEQCIHv8zN+KXssaGOvjPO6yoP08U+IpxhTyTJ0w2I529RbAAiA6Y9qbHCQZ8LcfGje8HrpBe/a/jVqtRfMcM1KnZb0LnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77721003},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251007073701.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/893141840f626b51ae2332c56023d453/neo4j-cypher-language-support-0.0.0-canary-20251007073701.tgz","_integrity":"sha512-JZP9zE4di40lblDvBbpLzEywCmkfTV/DZvfco6H4geVq9L2YMONPVdtyOl/Kl/xRer+L5H13twhSsFq04Nc42w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"1.0.16","vscode-languageserver-types":"3.17.5"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"7.7.0","vscode-languageserver-textdocument":"1.0.12"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251007073701_1759822706910_0.4295525220293661","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251007112913":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251007112913","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251007112913","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"53f918abab4afe3949c737c4ea3722b0652dd327","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251007112913.tgz","fileCount":323,"integrity":"sha512-KjwVWtb7s6jIU4xVKSzhAk89QIysJrX/At1Dv1lSGxL5uatsjlmawjBIxDF7tk1dDluw67b9OvRMxKjyq9M/JA==","signatures":[{"sig":"MEUCICsuRsnpv8Vw4E8K6NWIvxQblrOfBvKqX0tBdExhE4YIAiEAx06WwR5I0hqMo80eORXS9iQRcLv9Xf4xTjYDLrvqdig=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77721038},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251007112913.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/18ebecd60d8c4bfe066d54139f41a141/neo4j-cypher-language-support-0.0.0-canary-20251007112913.tgz","_integrity":"sha512-KjwVWtb7s6jIU4xVKSzhAk89QIysJrX/At1Dv1lSGxL5uatsjlmawjBIxDF7tk1dDluw67b9OvRMxKjyq9M/JA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251007112913_1759836638030_0.17636234597614786","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251008024207":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251008024207","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251008024207","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"73ef98ee38f03560cb3a0038abcdbd453535c12c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251008024207.tgz","fileCount":323,"integrity":"sha512-CPZt1I1sL3jy6dNZIxz0t+geNT84ew6qVN7H32G9BGsycWRQzSehoobULGTNMpyWmKHnaBYyh1xPJxBijnnQzg==","signatures":[{"sig":"MEYCIQDMF4wPiwS52LZa1EkC20Vzwyjo/TcXQsJ50XEizhCYVQIhAMZBD7VRknurcmvTefw9JnOL2wSJaDnrndYqvnxq6mYL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77721038},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251008024207.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/97b04759581fdb52d1843c22ad294d9b/neo4j-cypher-language-support-0.0.0-canary-20251008024207.tgz","_integrity":"sha512-CPZt1I1sL3jy6dNZIxz0t+geNT84ew6qVN7H32G9BGsycWRQzSehoobULGTNMpyWmKHnaBYyh1xPJxBijnnQzg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251008024207_1759891407384_0.4136351848899382","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251009120808":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251009120808","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251009120808","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"37b16574714da0ba82f02716a07cfa84f56548b4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251009120808.tgz","fileCount":323,"integrity":"sha512-Q3+Q2LP2hbscbCC3PlR6VOkRFej7L25i8vyYM42OnAwPjsqJjK0+AseG4FYhySdBBa4ysbZGH/uzNODMDC5jLQ==","signatures":[{"sig":"MEUCIQCv23BkYvCzhk+JjPjbk/vAWs0uXnr7X+DpUSJu4Uq2NwIgO5yuatC/O2U3kAVRf2Ps12gk9p8Eu5WJ2vsEs0bF2/k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77724943},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251009120808.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/0224a9c4c722fdb11ed3f427f377c4b8/neo4j-cypher-language-support-0.0.0-canary-20251009120808.tgz","_integrity":"sha512-Q3+Q2LP2hbscbCC3PlR6VOkRFej7L25i8vyYM42OnAwPjsqJjK0+AseG4FYhySdBBa4ysbZGH/uzNODMDC5jLQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251009120808_1760011773202_0.4158078653264361","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251010024450":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251010024450","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251010024450","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"16e8d20add2a850f7ba855ce1289da66781cec80","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251010024450.tgz","fileCount":323,"integrity":"sha512-2x7fDX7SuQz0xa67dBpV6pRlkSDuHlnYNuuwjAN+Sa9lk4W5xVll+rEU2YqV+y2di1TyPlfKldcB+hN+TDTeFg==","signatures":[{"sig":"MEUCIBDG2cU8sJ6SklDBOaCEX0RZBjRmTUzBicD7HuWjMRjWAiEAuSFduJLxgUbVccaTB3BYSsz9AaqrAzJiLNR1Qb8Pk1U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77724943},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251010024450.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/ef592398378163658f3a64d9bcb8c5c9/neo4j-cypher-language-support-0.0.0-canary-20251010024450.tgz","_integrity":"sha512-2x7fDX7SuQz0xa67dBpV6pRlkSDuHlnYNuuwjAN+Sa9lk4W5xVll+rEU2YqV+y2di1TyPlfKldcB+hN+TDTeFg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251010024450_1760064374865_0.11354476869018715","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251013133655":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251013133655","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251013133655","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ad37b328e80fb3f1c116b1ea836cf0fccb795f4d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251013133655.tgz","fileCount":330,"integrity":"sha512-mvz3FnDxsBZ7W/LstlGDbk/lAUAZGB5DINlmFYlS40QsHcFXo5UVh5PDMC8TRDQ0xqV2fKP+V28FShGCcNic4Q==","signatures":[{"sig":"MEUCICnUj3zK7ZtF/U38jaEyKWq6q8Ho8oNm7djhzcWnMLOOAiEAxK2UNS2aTz9f7VdJMju+BgBRvDYamYbR8UO0QeGRr4Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77772696},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251013133655.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/3578f128a920910094ea1eede3606512/neo4j-cypher-language-support-0.0.0-canary-20251013133655.tgz","_integrity":"sha512-mvz3FnDxsBZ7W/LstlGDbk/lAUAZGB5DINlmFYlS40QsHcFXo5UVh5PDMC8TRDQ0xqV2fKP+V28FShGCcNic4Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251013133655_1760362699048_0.06300213046459424","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251014024426":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251014024426","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251014024426","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"6f00603588f66ca1d78b90873dabfc65728eef52","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251014024426.tgz","fileCount":330,"integrity":"sha512-lI6iv3tQzNY15kmaFjTgU+oD1W8sO2djgq3p+Etec/FxKHS6jufOMxkMwt/FCms96cO5Paldv7YcVkjLJoLPxQ==","signatures":[{"sig":"MEQCIEzKBumJBnENbL27Xtq+P6Ubwq1Qfw+Wg+Rtj9qNpzZwAiAwI4RcqBfUrsgdmFMzl6NT6KSGwSvqtL0nimXu+86BGw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77772696},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251014024426.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/bfc97343b4dce53636bef262a5deb8fb/neo4j-cypher-language-support-0.0.0-canary-20251014024426.tgz","_integrity":"sha512-lI6iv3tQzNY15kmaFjTgU+oD1W8sO2djgq3p+Etec/FxKHS6jufOMxkMwt/FCms96cO5Paldv7YcVkjLJoLPxQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251014024426_1760409949428_0.34387800841055016","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251015094819":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251015094819","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251015094819","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"91dde0d2156300e82108747c5921c0a4c8d3f5d1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251015094819.tgz","fileCount":330,"integrity":"sha512-6HwCAkBgRJJe4oW9iPwFHxhlvapd+0ztPqggtSqBH2i9RvJ4kygDDYRLZ6b4as6a2WnGvfsodw7iQ5uB8NcovA==","signatures":[{"sig":"MEYCIQDj4GCREd0PCoGuR+DxmEveYi4oGYpruM3nsJlPxz2y2QIhAPyTXzIT1nJhS4EfHKqDlX3dWVVa2eAvSK/HgUH9aUxh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77773645},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251015094819.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/56a0a2e43299f41dbee0591490ae0e8c/neo4j-cypher-language-support-0.0.0-canary-20251015094819.tgz","_integrity":"sha512-6HwCAkBgRJJe4oW9iPwFHxhlvapd+0ztPqggtSqBH2i9RvJ4kygDDYRLZ6b4as6a2WnGvfsodw7iQ5uB8NcovA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251015094819_1760521786214_0.925842677473824","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251015095807":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251015095807","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251015095807","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ef1c5f78750517d218277e83c87ea134fe0bb206","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251015095807.tgz","fileCount":330,"integrity":"sha512-6bzh89j6LKMzm7Xlhi3jOVk5QPii5/FMzwg+9hyG0fHEKVKGE0qVMAb9mZftDdLhuwaJqD4rBMyoBBCWfNwVyQ==","signatures":[{"sig":"MEYCIQCxWhUYAQJa8ka9kEDnWtlF7GHgRG+8gTIdJfzWRMyW4gIhANOao2fvu676nOUowOwc8nUVjCLD6Gf1XoBbWTxtqoaj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77773645},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251015095807.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/69e7110920b43457c381e4f5e9480b86/neo4j-cypher-language-support-0.0.0-canary-20251015095807.tgz","_integrity":"sha512-6bzh89j6LKMzm7Xlhi3jOVk5QPii5/FMzwg+9hyG0fHEKVKGE0qVMAb9mZftDdLhuwaJqD4rBMyoBBCWfNwVyQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251015095807_1760522383021_0.08132366319065731","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251015110238":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251015110238","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251015110238","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d469184325c857f2104a446c94963bc7bad1f2a8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251015110238.tgz","fileCount":330,"integrity":"sha512-xi9rKX5ZwAdDKGA0j/ZF2+hsljQSV1zuQJ8q2FxKEHGLHa1viIo2mqlVBs2Eqo+dQwenwffiGplMf8KNAwTJ/g==","signatures":[{"sig":"MEUCIBWemcQcznmCmxxKkPkY8/bg9lkuiT56kOJzr9Ty8bhQAiEA/wl8p6pOStMcAwfviM7q4QXcmkQaaQHuZ81cmowFMsE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77773645},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251015110238.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/e0d716c4cc42198cb7314d7d71851aec/neo4j-cypher-language-support-0.0.0-canary-20251015110238.tgz","_integrity":"sha512-xi9rKX5ZwAdDKGA0j/ZF2+hsljQSV1zuQJ8q2FxKEHGLHa1viIo2mqlVBs2Eqo+dQwenwffiGplMf8KNAwTJ/g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251015110238_1760526242899_0.22889510945431457","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251015120633":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251015120633","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251015120633","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b4fabf66f75fc9df8179fde09a031e6db9a541b6","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251015120633.tgz","fileCount":330,"integrity":"sha512-/mUZT+7pDseFypOmencW80pYWTBOcjN8A9JoJgqlgQH6mKtFSDjlp8PiGYVAc90mgGhHuy9jb/hD1q+2A+uPcA==","signatures":[{"sig":"MEUCIQCUj709ihqHqQE8POSs+12xNY24CFjW5GqK40J8bZFdnwIgBOzxU8KMtamSke1NvLwixpikzIru5YTWYA4xZmIwnHA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77773645},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251015120633.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/22ed26ae4212b052018646ee1bb706b1/neo4j-cypher-language-support-0.0.0-canary-20251015120633.tgz","_integrity":"sha512-/mUZT+7pDseFypOmencW80pYWTBOcjN8A9JoJgqlgQH6mKtFSDjlp8PiGYVAc90mgGhHuy9jb/hD1q+2A+uPcA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251015120633_1760530081274_0.8854746628489334","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251015121355":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251015121355","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251015121355","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"fc0eb524564a42842de3cc5635c046ebee2d425f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251015121355.tgz","fileCount":330,"integrity":"sha512-yNV/mlOqa8ZRLGBicFR7acuxL+83UVgs83FDrdc5F9Y5muO9iK389MyafsPGvQWbyr/gYoXWfAyrjlSeNw6D5g==","signatures":[{"sig":"MEYCIQCNjpngb+24UX73EoRZ31XKUUffqqCg1uUqJTFVzI1TUQIhAOCWQSl1i+RBTx0nOWA+AAOmd/M8e20pB/WN6I9R55FP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77773645},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251015121355.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/07908b294f56a0e4a71dd43924566884/neo4j-cypher-language-support-0.0.0-canary-20251015121355.tgz","_integrity":"sha512-yNV/mlOqa8ZRLGBicFR7acuxL+83UVgs83FDrdc5F9Y5muO9iK389MyafsPGvQWbyr/gYoXWfAyrjlSeNw6D5g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251015121355_1760530517474_0.003345495084950967","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.24":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.24","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.24","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"6e07beab74873720463e89ad7485e40f209fa221","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.24.tgz","fileCount":330,"integrity":"sha512-KoLWM9Jb71SLErvlEjkYkd3HIMkyu4J8bcqrQQmsQzt/cZC579wdU6E2LC7vvPRfkXc3zbtLpdRt8ewQLiWj1w==","signatures":[{"sig":"MEUCIDzUnL4bCFqjzQIuAMhg+UqIdqfEVida0nFkujV+zt4OAiEA7IWyLXvc/otmwfudQNk7Sk5KgMl3eLMRhXv/0HtUheI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77769768},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.24.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/26f752ce484338f298d2303c1bdc51e0/neo4j-cypher-language-support-2.0.0-next.24.tgz","_integrity":"sha512-KoLWM9Jb71SLErvlEjkYkd3HIMkyu4J8bcqrQQmsQzt/cZC579wdU6E2LC7vvPRfkXc3zbtLpdRt8ewQLiWj1w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.24_1760613349833_0.954344790871593","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251016111639":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251016111639","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251016111639","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3ddb2805960ac5982a8af5960b5a07245684509e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251016111639.tgz","fileCount":330,"integrity":"sha512-ay1pb/Rv1YTYfCLNBdHdgmAqUiAY03x7PUmLdLgryzViuNLmEp71lNdEh2itZyMNV1rUOjLcaEUvJ8/vvkIYnA==","signatures":[{"sig":"MEQCIByHzGULhyiZuK7mkIeB8lCH8AVlTL19E65X1064qS1EAiB8julIDuJaR2hTYwPkCgoaYz2smK0BXzRkfORbPFDdfQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77774044},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251016111639.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/aa89c0ecd0b58cc4401c8197d1b1457d/neo4j-cypher-language-support-0.0.0-canary-20251016111639.tgz","_integrity":"sha512-ay1pb/Rv1YTYfCLNBdHdgmAqUiAY03x7PUmLdLgryzViuNLmEp71lNdEh2itZyMNV1rUOjLcaEUvJ8/vvkIYnA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251016111639_1760613487211_0.03835488710245816","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251016204951":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251016204951","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251016204951","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"1e1f954cdaacdccd6c882651b2cd09fe13a552cb","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251016204951.tgz","fileCount":330,"integrity":"sha512-nFO/pSXZUF7COFBImtxaiODe1EbBz1zHukYtzZ4Yoea1dLBj/xW5N0L0qkxCKJGLPfdnXufeKNxYkWD+eQv+hw==","signatures":[{"sig":"MEQCIG8EdGfu+Lwm8XTP/S/EpdyvuErcsmgdJb/Ugpc5TrQfAiBiU1Zj/kSClAjayReB/COT5//3EpnQViJ7H3zdIRMoPQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77774586},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251016204951.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/9c579171efdb371ffc09c4ad65704899/neo4j-cypher-language-support-0.0.0-canary-20251016204951.tgz","_integrity":"sha512-nFO/pSXZUF7COFBImtxaiODe1EbBz1zHukYtzZ4Yoea1dLBj/xW5N0L0qkxCKJGLPfdnXufeKNxYkWD+eQv+hw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251016204951_1760647881621_0.035246332052147","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251016210018":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251016210018","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251016210018","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"5d8d8dbd62f7facece40d9c00b94e8d1c011f7dd","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251016210018.tgz","fileCount":330,"integrity":"sha512-l8DCNNPwjIk2rSKawk4Cy5stzPOaxveOMhCqYDVJl6fT4LEeIaT9q6OYamofGHhNKiTG5RyQut5c2BGMTbQWHw==","signatures":[{"sig":"MEUCIQCTr2BdH7IXGFKuE9c9yp15/i+MOTqv8BmlpnFSV7DSzQIgUzhpgNbpJLmlj7Ipy9JdsfgbVq89BEq6wHgMT0vfH+0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77774586},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251016210018.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/01eee7afee2be81f9216758a22dbd5f7/neo4j-cypher-language-support-0.0.0-canary-20251016210018.tgz","_integrity":"sha512-l8DCNNPwjIk2rSKawk4Cy5stzPOaxveOMhCqYDVJl6fT4LEeIaT9q6OYamofGHhNKiTG5RyQut5c2BGMTbQWHw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251016210018_1760648509404_0.5361870581865289","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251017121931":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251017121931","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251017121931","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"1ce5436906dba874029c972cac26bcb89857a905","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251017121931.tgz","fileCount":330,"integrity":"sha512-SthlB4ZbjbRSUwjIfnFhEQna+lQl0Y26T4uP9TmXfayUKAtw1uA/FG9WdEkoOu9ayijXintNbVAl+96J37N6Xw==","signatures":[{"sig":"MEUCIF62GCrtayIzp4zvOzH7W5UjG5Yz7rtDQOB54YTO/rhmAiEA313y2T6jYgjuJY8ludP26uXM/n1F1W9ijkvYypZJLs0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77774586},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251017121931.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/092c0e885664caf33965969836994be9/neo4j-cypher-language-support-0.0.0-canary-20251017121931.tgz","_integrity":"sha512-SthlB4ZbjbRSUwjIfnFhEQna+lQl0Y26T4uP9TmXfayUKAtw1uA/FG9WdEkoOu9ayijXintNbVAl+96J37N6Xw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251017121931_1760703662325_0.08051971306607597","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251017122643":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251017122643","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251017122643","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b93b2fe7d03cf180fede646c8008575a8561321f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251017122643.tgz","fileCount":330,"integrity":"sha512-mhB9zbfWj+Kdy/w2FgRmKglKWZ/LXzPjZAyNe1cxHhCATzvOf8hS2O1c/UPoa+LVIcluIIFnkLrd/KIDn1E+lA==","signatures":[{"sig":"MEUCID7uec2OwHHILnvvs122uSuHzxaloWSFP2kRQ35Z3joJAiEAjxfGxDGmqa/9nLulEoJqceXPRE4RntWmooKiA+0TU3U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77774586},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251017122643.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/d3ca17405b3ee19925ec3af728ef6f5e/neo4j-cypher-language-support-0.0.0-canary-20251017122643.tgz","_integrity":"sha512-mhB9zbfWj+Kdy/w2FgRmKglKWZ/LXzPjZAyNe1cxHhCATzvOf8hS2O1c/UPoa+LVIcluIIFnkLrd/KIDn1E+lA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251017122643_1760704089423_0.6315248789803838","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251021160815":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251021160815","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251021160815","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"007b43b94c31ded45c594dc194bd193ce9936aad","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251021160815.tgz","fileCount":330,"integrity":"sha512-jdLAOpNUWy65R+j/3jnBaYY7xlWBnCBCJQ70VvLWWeUKZ8pUq3M9jtCsRw/z/KZGsKsObdLCFNS/cbueW84Tkg==","signatures":[{"sig":"MEQCIH83IJTuInOOVGhp5JnNYPCYW0MSMVmb2uJ7lT6dtnTSAiAu2t4amZ1iHPwdp72ogjvGFdy02Fx+ZkEKptOg7xgLjQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77774586},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251021160815.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/0975228b0b705f337b8245e8df135c54/neo4j-cypher-language-support-0.0.0-canary-20251021160815.tgz","_integrity":"sha512-jdLAOpNUWy65R+j/3jnBaYY7xlWBnCBCJQ70VvLWWeUKZ8pUq3M9jtCsRw/z/KZGsKsObdLCFNS/cbueW84Tkg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251021160815_1761062987610_0.4784574371396928","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251021161429":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251021161429","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251021161429","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e5ae0b73767ca2fcfea6c395cc6d5c96c38d67e1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251021161429.tgz","fileCount":330,"integrity":"sha512-pK0RlW3xl1fJehiA0OofM84MH+ZSdysH4FZeWtsrE4Xx+OY+ClM0z2O4FG3yF+QIexI4PmsMPeDUgJDf9y6AGg==","signatures":[{"sig":"MEUCIAdJVZZerH53kJ+a4rGBhqHTqCcn9vi61f/CqpdlZqrfAiEA10p1oZFsGtO/rqHBAUx3C6i6L+Oo3J5vPyu4sD6DaGg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77774586},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251021161429.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/26bb074455a5b8a4df3572db4d17ce4c/neo4j-cypher-language-support-0.0.0-canary-20251021161429.tgz","_integrity":"sha512-pK0RlW3xl1fJehiA0OofM84MH+ZSdysH4FZeWtsrE4Xx+OY+ClM0z2O4FG3yF+QIexI4PmsMPeDUgJDf9y6AGg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251021161429_1761063360690_0.18344546106535908","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251023074354":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251023074354","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251023074354","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"959866d1bd5f277fd6c8897d59d3ee50ffd80e06","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251023074354.tgz","fileCount":330,"integrity":"sha512-8kZmYWloflIADVL2VxG7iK02WOLShoNdzc7i2MkmxHzz/lw/ABSsPp/LglakhKfs4SwZ3Mpz4/HtXhyA8Oxl7A==","signatures":[{"sig":"MEQCIFYg1ribGiUeymhBK1uv7q7DYxEtGuCKE+xj5TJi+iwLAiAbL7D2y3ezfL1iWTcHX69LDbpfUKk9q+3iC1jFj02ntg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77791252},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251023074354.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/22d1c07528114546b3470c1087fc1917/neo4j-cypher-language-support-0.0.0-canary-20251023074354.tgz","_integrity":"sha512-8kZmYWloflIADVL2VxG7iK02WOLShoNdzc7i2MkmxHzz/lw/ABSsPp/LglakhKfs4SwZ3Mpz4/HtXhyA8Oxl7A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251023074354_1761205526654_0.23024580478476286","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251024024551":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251024024551","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251024024551","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"dee5120a3ab16da2bbd4243c284ce6fd3da5daca","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251024024551.tgz","fileCount":330,"integrity":"sha512-yTWfeuk6HbW60K9AmRLUNtzS+QDvFhQlIPDUSJzsA+LBulwJ0/aCPZmwg0Rh9txMCeOirx8puXYPqoXwg3cHYg==","signatures":[{"sig":"MEQCIANvBSzCZbL0Zf+V9+4AKXpDATKc7tjQ/ZalW/4phuSKAiBA1gsmodUzZhiFjf6fUoXVOv9a3Bv7jSwbbMHOrAWUoQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77791252},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251024024551.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/fbfbabc46e81fc39939be6f385a30cc8/neo4j-cypher-language-support-0.0.0-canary-20251024024551.tgz","_integrity":"sha512-yTWfeuk6HbW60K9AmRLUNtzS+QDvFhQlIPDUSJzsA+LBulwJ0/aCPZmwg0Rh9txMCeOirx8puXYPqoXwg3cHYg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251024024551_1761274041927_0.4675450843851554","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251028123203":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251028123203","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251028123203","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"7d8e5e6d770347b8c55d101bd832667d605430d1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251028123203.tgz","fileCount":330,"integrity":"sha512-x2bj+lMjPf1prxzpo+8BAa2V8h8YPb98D+WuWwSzfE8C9uw/sWWfF5b/mQ1qGyJ0p6zuW5eEAYkTkPwSRqHvFA==","signatures":[{"sig":"MEUCIQDkVzqWrjpMJ1vQNQhEpvWOqM6sNnfLoLCk3B7ncanW/QIgAgNT0VyFotWU/sRu55TK4Ri/4KBL5gu5z3T4sRke7Y8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77793693},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251028123203.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/55857437536e3c876395ccbabb3bf2e1/neo4j-cypher-language-support-0.0.0-canary-20251028123203.tgz","_integrity":"sha512-x2bj+lMjPf1prxzpo+8BAa2V8h8YPb98D+WuWwSzfE8C9uw/sWWfF5b/mQ1qGyJ0p6zuW5eEAYkTkPwSRqHvFA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251028123203_1761654813828_0.48022745998504024","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251028142834":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251028142834","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251028142834","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"9f6bd5a83f6495328a1dc12075aa9ebf96752739","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251028142834.tgz","fileCount":330,"integrity":"sha512-kMpOmEmXf+E+LXf7lbeJ/X32WTDowlhqBdaWDPSycf+JIGiGPT+dx+5OX38amAY8yFsVCsY6YAM2rtDezieYPA==","signatures":[{"sig":"MEYCIQDu50OvOnRuhiOUNeRYPTQ2QlqPNdn0FXzACS1Cdmu8vwIhALmyCHCRvE8/TJBsYWJnqL8vK7OnNxNXHvxsr60VP434","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77791252},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251028142834.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/ec91049a313cfafee67e6f60ca8a24f7/neo4j-cypher-language-support-0.0.0-canary-20251028142834.tgz","_integrity":"sha512-kMpOmEmXf+E+LXf7lbeJ/X32WTDowlhqBdaWDPSycf+JIGiGPT+dx+5OX38amAY8yFsVCsY6YAM2rtDezieYPA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251028142834_1761661810493_0.639467226109836","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251028154354":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251028154354","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251028154354","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b334d85ab22df67bd0b59b8966ff0479ff85145b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251028154354.tgz","fileCount":330,"integrity":"sha512-WyQ1jpOC8CuqHTXcj+fd+dUI0TWZj6vFqu8BlKByb2I1Tj9W5o00JlxIsBENWMgvB5CgY3W1BgaSTGLguBoEiw==","signatures":[{"sig":"MEYCIQDLmDhoFOKMCi2oItQR5r/olSCOw382C0oKK3vuAehTMwIhAMSVLuRbRKhrsMAg+S6HA/mFtCkTbkD8ROM+WMTy0XsA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77791252},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251028154354.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/d516bd02c97951cd1031832d72d9d1bd/neo4j-cypher-language-support-0.0.0-canary-20251028154354.tgz","_integrity":"sha512-WyQ1jpOC8CuqHTXcj+fd+dUI0TWZj6vFqu8BlKByb2I1Tj9W5o00JlxIsBENWMgvB5CgY3W1BgaSTGLguBoEiw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251028154354_1761666328790_0.05074753934777787","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251028155233":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251028155233","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251028155233","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"efbe6059d691b7b3093771210e16f1487265c805","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251028155233.tgz","fileCount":330,"integrity":"sha512-LZGIaABcht96JEN1lTq5Y1rHgoBYoaqZoyMbcEd8J37FwnLlsZffLqTjiHWz5hVNlSmZesViAtLfk4/UWp8fyw==","signatures":[{"sig":"MEUCIQCzrFChJ+idRfauTIiHA+tWszxjeZ2uX+W4f7JMEOcAsQIgWlV+FDpvPa1uMMNTNt1GZ+Q5z/kqzMvlX0Tn17GNHDI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77791252},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251028155233.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/884335267016384ec53dabe2acdb0388/neo4j-cypher-language-support-0.0.0-canary-20251028155233.tgz","_integrity":"sha512-LZGIaABcht96JEN1lTq5Y1rHgoBYoaqZoyMbcEd8J37FwnLlsZffLqTjiHWz5hVNlSmZesViAtLfk4/UWp8fyw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.3","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251028155233_1761666839482_0.6053750421117996","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251031184505":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251031184505","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251031184505","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"eb8cbbf9c25283f05cfda76f2f17cb62ddef061d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251031184505.tgz","fileCount":330,"integrity":"sha512-//MA5zhGMfiOH/E4tvqSL51VSdZnlZTaoTHulOqWUh4v/kFFxzfarhmQb1wjOZvVNsaJ15pZF8fwV2ZVZm7CjQ==","signatures":[{"sig":"MEUCIQDpSoJx1ivSPRVH/Iu86AOszEt02hjj86czj+ZNgrROWQIgQzanoxMp7V4Oc+PSutJF/WzQ3p+yzjIy2DQNWUc/4kw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77819378},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251031184505.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/5e71057f3e0997243b2b0dbedb5c78f0/neo4j-cypher-language-support-0.0.0-canary-20251031184505.tgz","_integrity":"sha512-//MA5zhGMfiOH/E4tvqSL51VSdZnlZTaoTHulOqWUh4v/kFFxzfarhmQb1wjOZvVNsaJ15pZF8fwV2ZVZm7CjQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251031184505_1761936393497_0.0005327515352531176","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251103024845":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251103024845","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251103024845","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"5fa765731ce83cbd1a38fa8ab18dbba498b80f29","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251103024845.tgz","fileCount":330,"integrity":"sha512-BkKhB53NNC81d64TAUQtFLvwU7owPfKr3E7czzw2zwoNa07egGVYyQDjLM3a95FKKz8QYg0JerJbwh+JjVXK3Q==","signatures":[{"sig":"MEQCIEEcO640hvuJdTccP5Q/xCeFrUPLfay5XOoKNOdZSwo+AiBybLasS6qnFjKNQ3rKeU6kzb1iouBaPUiKZKFGDwZl5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77819378},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251103024845.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/5e1d7026e1b0184e15260c565d677cff/neo4j-cypher-language-support-0.0.0-canary-20251103024845.tgz","_integrity":"sha512-BkKhB53NNC81d64TAUQtFLvwU7owPfKr3E7czzw2zwoNa07egGVYyQDjLM3a95FKKz8QYg0JerJbwh+JjVXK3Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251103024845_1762138213007_0.10774925352211717","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251104082344":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251104082344","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251104082344","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"9aa07ee847994bcdb1257f1483c5721a4342369b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251104082344.tgz","fileCount":330,"integrity":"sha512-sGOcW8smRuz/py3DGnnD6tjL2BbOwwIWltz/DQr0HIYAlwyL/7jmt9QrwkWyR38kr6LtnHCSFDdoFESBN0y6uA==","signatures":[{"sig":"MEYCIQDLD2VcacMFDevPt0fgLK8zUx5gBF2/OrLb/QfiD5hZcgIhAPrE3CieU14UEPHT+G83YJIg4AEssvAIKZcSP/qDmIqU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77820105},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251104082344.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/47d7c0710cec9481a3a96be99819cd0a/neo4j-cypher-language-support-0.0.0-canary-20251104082344.tgz","_integrity":"sha512-sGOcW8smRuz/py3DGnnD6tjL2BbOwwIWltz/DQr0HIYAlwyL/7jmt9QrwkWyR38kr6LtnHCSFDdoFESBN0y6uA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251104082344_1762244712797_0.5201815982203597","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251105025105":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251105025105","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251105025105","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"6b649c2241802d00d5d737d5632486221294a40b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251105025105.tgz","fileCount":330,"integrity":"sha512-K/htFVMwmC6wIZGv7DCjzUh/df7I3S0AHQZ4CADMfufl06kymXSFqDAwbpg1Pggl5TWAGCPSAZsJgvq6aaLMFg==","signatures":[{"sig":"MEYCIQC+rSZ/YIn25iLtFxZv8Jl63den/n+1FgBFe38Ezm7iGAIhAOeG5WmI+c8kg7foZ6JiDCGmDcOwB3MApq3caimoveJC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77820105},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251105025105.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/bbeac2fd352c24accbc890fcf9aa8be2/neo4j-cypher-language-support-0.0.0-canary-20251105025105.tgz","_integrity":"sha512-K/htFVMwmC6wIZGv7DCjzUh/df7I3S0AHQZ4CADMfufl06kymXSFqDAwbpg1Pggl5TWAGCPSAZsJgvq6aaLMFg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251105025105_1762311158343_0.759002719283089","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251105152051":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251105152051","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251105152051","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"f142e814b0fe7cbbaa7306472ce95ce1fa5f3e1f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251105152051.tgz","fileCount":330,"integrity":"sha512-iQIDZDGnINhFd0UGJOUBQUmB8GC6Az9e1esIEFG9CSQkolCWdefk42igL9HGpaCPHIV3XageTwbGNSIqotlxEg==","signatures":[{"sig":"MEUCIQDX4MUyr4PEHi43tq3RewmBTljnTPe1udlgPjyqapqeSgIgHUK7NYidbIldIVvt7XWUyGW+CKO6MpgDiJaCJ53Q2B8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77850260},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251105152051.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/1e16eb0405f4e406e57c86223acab3fa/neo4j-cypher-language-support-0.0.0-canary-20251105152051.tgz","_integrity":"sha512-iQIDZDGnINhFd0UGJOUBQUmB8GC6Az9e1esIEFG9CSQkolCWdefk42igL9HGpaCPHIV3XageTwbGNSIqotlxEg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251105152051_1762356143474_0.3248788274108503","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251106024917":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251106024917","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251106024917","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"91a22bb3fc95371c94e9f24615c69a68289aa82c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251106024917.tgz","fileCount":330,"integrity":"sha512-X0BQ55IBkfJ2xNS9WsgArhXw9cR+PGskuTQU9ZogDsVpKSzSsSs4E+72ehD/+QK0z/DpPp/FHREeY+8Ev1gZyw==","signatures":[{"sig":"MEUCID4BsKd19mCCOPYR5YVlmGyhZeCEm2ONjKtjPixEcRBnAiEA6gRDV/l5Ls38S2KB4qGg6rDSS2i0jc0YyDDPRua6ln4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77850260},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251106024917.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/988be995fefe6563b6ffabbe4a5dcdbe/neo4j-cypher-language-support-0.0.0-canary-20251106024917.tgz","_integrity":"sha512-X0BQ55IBkfJ2xNS9WsgArhXw9cR+PGskuTQU9ZogDsVpKSzSsSs4E+72ehD/+QK0z/DpPp/FHREeY+8Ev1gZyw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251106024917_1762397448218_0.46359701112023144","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251110154100":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251110154100","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251110154100","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"16a8d6f54e99159e0e0d0671b9287bccf992ae79","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251110154100.tgz","fileCount":330,"integrity":"sha512-zVKnnk2fCDpaH8+njkuimFSvo2eM+F3noKLEDZliDEv9Ci7njVBBzHCn0JwpkprIBYJ7TN+Amz1eCv8JHl0Gsg==","signatures":[{"sig":"MEQCIGlj7Zkm75qRjnXtekORaGi/pzB653u+97gLthqtfF/NAiA/OXs+EW6FvVP9ye1kV5B1/6lMeF5SVgtJrzYq25eiDw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77850260},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251110154100.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/1f2bbdd50c57afebc7b3f4d3e31ec31a/neo4j-cypher-language-support-0.0.0-canary-20251110154100.tgz","_integrity":"sha512-zVKnnk2fCDpaH8+njkuimFSvo2eM+F3noKLEDZliDEv9Ci7njVBBzHCn0JwpkprIBYJ7TN+Amz1eCv8JHl0Gsg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251110154100_1762789350274_0.44452098523869354","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251110154806":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251110154806","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251110154806","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d9f7f80bb87ed38a07e1cf62f6bc436723912f11","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251110154806.tgz","fileCount":330,"integrity":"sha512-PstvX43VnpvgxBbJ7cHG3qmnojd03O5U+41t/WiqoEDbJ7cFBOnIsX0HAGwy6DuZqGCfRKclOLdO45ZcJz2wjw==","signatures":[{"sig":"MEUCIA0JAaRuKslegJq9JPIHOWZAGC21u8A3o0//UuvZEND+AiEAw0PwNi0pzPXtehVjQChl0yHiyB4RHYaOyTehVQWEhmc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77850260},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251110154806.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/36ebae866d67dd36235c9287f72b00b6/neo4j-cypher-language-support-0.0.0-canary-20251110154806.tgz","_integrity":"sha512-PstvX43VnpvgxBbJ7cHG3qmnojd03O5U+41t/WiqoEDbJ7cFBOnIsX0HAGwy6DuZqGCfRKclOLdO45ZcJz2wjw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251110154806_1762789775047_0.8411043238726112","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251117121011":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251117121011","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251117121011","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"7c7b8e5b999a015f87ce242c51bc1a5708ff4363","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251117121011.tgz","fileCount":330,"integrity":"sha512-ueK/UKRfEorKlKKYsXucNo3/7oOhzIuNfSYeq9tDrWZbURYaP5HaX8+Hi6zABisg2dBQ/c/0nrJEUt5jnAm5qQ==","signatures":[{"sig":"MEQCIALGDRxzioOAL4FyVd78DFmwkkm1qKYlrk+ek2Pm8n0AAiAbaYz6gh/RmGABaRmp17AskKm6Tr/5m/kj/Pe4aL7w7g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77850260},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251117121011.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/62748e237e48230c5ecbb4e064284364/neo4j-cypher-language-support-0.0.0-canary-20251117121011.tgz","_integrity":"sha512-ueK/UKRfEorKlKKYsXucNo3/7oOhzIuNfSYeq9tDrWZbURYaP5HaX8+Hi6zABisg2dBQ/c/0nrJEUt5jnAm5qQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251117121011_1763381499861_0.16859126389753132","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.25":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.25","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.25","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"a658a66d26df9c54fcde7c346e045999d39cff69","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.25.tgz","fileCount":330,"integrity":"sha512-TQblZQopnWCVg2XsqyZpnhxPA4oAOns6Fb1TdQYtS0hVMneV9n/2zndargU1ydSC4FmDTA5blshARETODyPFqQ==","signatures":[{"sig":"MEYCIQC90V07PpVubcXiZ8iJKxozvIOWMVqOnNP1EE1O3E9YiQIhAMDINGOd8oJunRKYAzLToxfo5YcROHt3QtjVDd/imJxm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77846022},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.25.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/5b50cd0f4c60594e1d451adda2219360/neo4j-cypher-language-support-2.0.0-next.25.tgz","_integrity":"sha512-TQblZQopnWCVg2XsqyZpnhxPA4oAOns6Fb1TdQYtS0hVMneV9n/2zndargU1ydSC4FmDTA5blshARETODyPFqQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.25_1763396451697_0.9202990029121179","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251117162134":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251117162134","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251117162134","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"759cac92bd536037dfb345ce0fe447abf147b116","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251117162134.tgz","fileCount":330,"integrity":"sha512-0h7nd5qVviKBiqizwYvFNkZ89wi3GWixQxR99mop4wHcy01Z+DmAjKGEneASx6o9EmrDQgPGdu2+x2sBte+ZvA==","signatures":[{"sig":"MEUCICbD3GdSlxYbHLhotN2pLjAtOAtsNqkcq7guiQcp6pWpAiEA5Aih/A8OA45zZaKV4KqB8kh3FqJb465qXTT/uaUNIQs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77850345},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251117162134.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/da5e8985281f7e001d6f432887d55fc4/neo4j-cypher-language-support-0.0.0-canary-20251117162134.tgz","_integrity":"sha512-0h7nd5qVviKBiqizwYvFNkZ89wi3GWixQxR99mop4wHcy01Z+DmAjKGEneASx6o9EmrDQgPGdu2+x2sBte+ZvA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251117162134_1763396590388_0.38829270357079415","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251118024735":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251118024735","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251118024735","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b46dc6921094a69b4fdf9df57022759981c66cbb","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251118024735.tgz","fileCount":330,"integrity":"sha512-JHnGzhY05b9I2/xFjjcADk6x48fb5HR0U7am0lSZct1hFNibM45PtBI6DRpUOay5c7u1YydfPJjW6fzgGvW1uw==","signatures":[{"sig":"MEYCIQCqPM9CooNhsOAq6fY4CNNoofgQpaV3ruOr5JjrWhj5HgIhALgydwVKjYW1jWqWzDpASk1K0aub+hJrSpDH++K/Fh5N","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":77850345},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251118024735.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/54b67c39bf5509eb82bfe5e3abbe154b/neo4j-cypher-language-support-0.0.0-canary-20251118024735.tgz","_integrity":"sha512-JHnGzhY05b9I2/xFjjcADk6x48fb5HR0U7am0lSZct1hFNibM45PtBI6DRpUOay5c7u1YydfPJjW6fzgGvW1uw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251118024735_1763434144856_0.6008436229560743","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251125145238":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251125145238","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251125145238","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"263d9d2608b29c898e999b3dec18a449364bf3e4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251125145238.tgz","fileCount":330,"integrity":"sha512-kff1rsCO4/zkt4WQcjX5q0eVt1EWf2czoaHSjTrOkH3FfwWFRJrFJux8MDANi4ECKko163aK66q4+fu2UEZbPg==","signatures":[{"sig":"MEUCIQD4o3DneE3pqqUfPjCsU6g9JdF+gfn/tOcvygYsOYERYgIgIY1+U8XI6yl4HW0xVEy6Rr01+iZt4/R0LxmpN9ZDPWc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":78452609},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251125145238.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/2452824596382cc045b4e504cb1c6a50/neo4j-cypher-language-support-0.0.0-canary-20251125145238.tgz","_integrity":"sha512-kff1rsCO4/zkt4WQcjX5q0eVt1EWf2czoaHSjTrOkH3FfwWFRJrFJux8MDANi4ECKko163aK66q4+fu2UEZbPg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251125145238_1764082457224_0.11102533307078999","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251125145939":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251125145939","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251125145939","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"eb240a5cf2d49846605b8bdc77f2e3abfc4da237","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251125145939.tgz","fileCount":330,"integrity":"sha512-IFBaSZI40Y6fOS1n4fXwezeSu2JEAcz3MKN++VYGQVS/BvNezRIuzBsw/+bK5OFszpV2Z/iS7oHCHh7Yo1QTtA==","signatures":[{"sig":"MEYCIQCF7llPpFd+Qqq4zoCnLUtk3N0N5afWL4QHEXtC0Oz0NQIhAMykiMgs1KMdkfFOAnN0wTls2BdrEjd46b+1/YUamDdJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":78452609},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251125145939.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/afb2e660d8f66ab8319cd60b502718a0/neo4j-cypher-language-support-0.0.0-canary-20251125145939.tgz","_integrity":"sha512-IFBaSZI40Y6fOS1n4fXwezeSu2JEAcz3MKN++VYGQVS/BvNezRIuzBsw/+bK5OFszpV2Z/iS7oHCHh7Yo1QTtA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251125145939_1764082876608_0.17763029654855012","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251127091653":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251127091653","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251127091653","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d0063b1ba4db6dc7a1a79f85365b576e5e78fc5c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251127091653.tgz","fileCount":330,"integrity":"sha512-2tSJiz4p8eyOZ5h5kiGMmiRk20M0PnC9jtmmjy0DAuzwl/i2hxPpJVasRmHmq53w8xtFt3JlsqB+TvEbGl9SgA==","signatures":[{"sig":"MEQCIHJCtb8gOa3zvzrtqjmT2/wx4U0LuLhBds/ERjiwSkD7AiAHSQmGkElYoc/Ew/nt7z5MUofg4mpD+cuk7kOUQB50OQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":78444889},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251127091653.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/0fbe5bfcc54a5eb6ccb8a0269da09542/neo4j-cypher-language-support-0.0.0-canary-20251127091653.tgz","_integrity":"sha512-2tSJiz4p8eyOZ5h5kiGMmiRk20M0PnC9jtmmjy0DAuzwl/i2hxPpJVasRmHmq53w8xtFt3JlsqB+TvEbGl9SgA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251127091653_1764235107691_0.13415288978680318","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.26":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.26","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.26","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b91161c8f4aa3d269012c87a9a690d8cf05606e6","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.26.tgz","fileCount":330,"integrity":"sha512-61GZLgSAk+/moe6bYARChGdxFvpCdzVocPBcXWYpu+NZeJXGrLWhHLpRharsOi9MCWkvttR+wMDWe0kgYZBGYA==","signatures":[{"sig":"MEYCIQC77RR13/3EOo1z8fkhOTo/astDU17yAv707+6i+o2VgAIhAM46zCzQkULFzGXRCoDgdGa/S9PqkYGvWY/WHiCYv+Nc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":78440604},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.26.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/7b9f7f5392543f9d82b4120fb5b4b43c/neo4j-cypher-language-support-2.0.0-next.26.tgz","_integrity":"sha512-61GZLgSAk+/moe6bYARChGdxFvpCdzVocPBcXWYpu+NZeJXGrLWhHLpRharsOi9MCWkvttR+wMDWe0kgYZBGYA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.26_1764238420402_0.02248577596868251","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251127101422":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251127101422","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251127101422","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4d17f0dcff895c117bb2b1189c1b6f7f66ca5ce2","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251127101422.tgz","fileCount":330,"integrity":"sha512-jmD+iHWNfH4OtBCvQf6jH8VPsvWnmaWpKBCLPG5xV2Wdmrr9yjA/wGcqkhz8LE1GQknkUYV4p6U4D38vtSDpNQ==","signatures":[{"sig":"MEUCIDd+lSVwRdYHqb9dd8PAC5CoUPTndnlNjzsV5qpxVlJrAiEAw15XiE07F/SV3BHHLSYaDLnSgWcWZF2xpJpJ7EKppdY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":78445028},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251127101422.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/bbae299d1cff50385a007d55f1a904c4/neo4j-cypher-language-support-0.0.0-canary-20251127101422.tgz","_integrity":"sha512-jmD+iHWNfH4OtBCvQf6jH8VPsvWnmaWpKBCLPG5xV2Wdmrr9yjA/wGcqkhz8LE1GQknkUYV4p6U4D38vtSDpNQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251127101422_1764238553411_0.7316552072559905","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251128024640":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251128024640","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251128024640","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"8d74bb1cec2294311a274df547f87650dacd3bc1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251128024640.tgz","fileCount":330,"integrity":"sha512-gHDtDKWB0QSpqMe0x5QufF/D5nl+cSbeaqqvW+GXJTfX9zfr95NqmwPvfPOMEUgcGUDbyjeK67G2gTm3if7FYg==","signatures":[{"sig":"MEUCIB4QDzblze8ODf/nMPCzVscnV85KdAQzvvD/KHq/8t/rAiEAl2jsse3XfNWYHz2SqyatmT8sJcEcbpYTyiI/bvHjROU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":78445028},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251128024640.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/032aa38d1443b1a46c03fcefe963158e/neo4j-cypher-language-support-0.0.0-canary-20251128024640.tgz","_integrity":"sha512-gHDtDKWB0QSpqMe0x5QufF/D5nl+cSbeaqqvW+GXJTfX9zfr95NqmwPvfPOMEUgcGUDbyjeK67G2gTm3if7FYg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251128024640_1764298095616_0.3699912677139727","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251201152451":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251201152451","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251201152451","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ce411b44eced33d64ee09aed3f4d4266b9defb2c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251201152451.tgz","fileCount":330,"integrity":"sha512-BKA8C7nlWTmS6YcLx+7d1nKe2nkiLjRpm6AqjC6ql1rib+Ze2+44SPIffvGK5/cR8Gv5P0+Bk77liBKrC4z/uA==","signatures":[{"sig":"MEYCIQDm9WcaGwv97+yNhVMLA2yFqXTGZYmRbjn8ey3Sqpij8AIhAK/rZWaEkUoEG/T2rXrU+RasY2Jebh1QFaurREZPdQE3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":78445028},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251201152451.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/6aca412b9e4c19f9448a01aed2883a8e/neo4j-cypher-language-support-0.0.0-canary-20251201152451.tgz","_integrity":"sha512-BKA8C7nlWTmS6YcLx+7d1nKe2nkiLjRpm6AqjC6ql1rib+Ze2+44SPIffvGK5/cR8Gv5P0+Bk77liBKrC4z/uA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251201152451_1764602784401_0.4362271014222048","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251202025009":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251202025009","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251202025009","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"f17b055f0a3a9dc52ad5622bba5afec6fb066f7b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251202025009.tgz","fileCount":330,"integrity":"sha512-ql2d7MXGKwlsj+IkCVEobb+g3W/+Xh8KmhU7jx8yvpOjJCTx156sB9eZaoO4fa+fV/04j2YGkhKK13o1HaRw5A==","signatures":[{"sig":"MEYCIQDtl0qFH07v56rUMk4SoHzTgDS4zcAF7cs/7IlzOhLoegIhANcnQ2/5/pTgi+tCLniPFsbgB45JrmFq3eiUqNT0p6MR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":78445028},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251202025009.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/d0b89578369f7165122889c8914749b8/neo4j-cypher-language-support-0.0.0-canary-20251202025009.tgz","_integrity":"sha512-ql2d7MXGKwlsj+IkCVEobb+g3W/+Xh8KmhU7jx8yvpOjJCTx156sB9eZaoO4fa+fV/04j2YGkhKK13o1HaRw5A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251202025009_1764643902206_0.686919302110379","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251203111236":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251203111236","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251203111236","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"80ef617ca50599d74b98ca2ba3bedaaebb4f6821","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251203111236.tgz","fileCount":330,"integrity":"sha512-qDHQ8trei8myYlY1RnmNmM3HxPRMj0dB5Zvq4J03xMhjagHdZRrBUBq0/2+rjT1yCWGuCS8NzQ7vkaBdwp8YeQ==","signatures":[{"sig":"MEUCIBs5ZC5nCjsln70lfAZNGo+OnUEvc4+mFIYQPgvv8BKGAiEAzQATSne6gMhKU2m8u/JVQNdAylL+nrNNiuG6ltX3EKg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":78445028},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251203111236.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/f4c8dc3c73165bbe875523ee34817a48/neo4j-cypher-language-support-0.0.0-canary-20251203111236.tgz","_integrity":"sha512-qDHQ8trei8myYlY1RnmNmM3HxPRMj0dB5Zvq4J03xMhjagHdZRrBUBq0/2+rjT1yCWGuCS8NzQ7vkaBdwp8YeQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251203111236_1764760450944_0.5062219606374712","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251203112102":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251203112102","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251203112102","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"7ac126baa8baba81efac6d576f55dea476de57be","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251203112102.tgz","fileCount":330,"integrity":"sha512-89uUKgrMDDO4WAR+AoJoC0Xo1B41X5DHUXVQQEWLmFrBZv/A+IP1ww8PHWA+rShoHY7UlyGW0wgIMZl02CeE5A==","signatures":[{"sig":"MEQCIG+PLCNiHJyFnaoeh4C2+1vvCzcZ1VwL7fYTir4RC9lAAiAuxKTd5wMQz10Vr5crLLEPtqVlbqDu1Eg8tHzVg1FC8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":78445028},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251203112102.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/bb441613758e2269af8ef4b37e078f0e/neo4j-cypher-language-support-0.0.0-canary-20251203112102.tgz","_integrity":"sha512-89uUKgrMDDO4WAR+AoJoC0Xo1B41X5DHUXVQQEWLmFrBZv/A+IP1ww8PHWA+rShoHY7UlyGW0wgIMZl02CeE5A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251203112102_1764760951880_0.2935662550658906","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251204092121":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251204092121","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251204092121","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"2e68f9586fb22ed4890bfeb9ae4cf6539d0e5725","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251204092121.tgz","fileCount":330,"integrity":"sha512-u0wHKdbcuZSqV1Tx8kf+3hu9rXvWfMncWBEZqskp2nHZpbPKX4DRvChqqnrq177tfxfI3OKRdpv2pSeEEFxY0Q==","signatures":[{"sig":"MEUCIEyCbNnNNmQOtstxCyeYKRk36jXTEZez5jQXdxWUNqMwAiEAoD0cXfp7QSCesjmy4cELc4iBtKIrKGb3mIhFSAEZI2w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80140985},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251204092121.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/7986c8d109fcb3b1631edf5849537926/neo4j-cypher-language-support-0.0.0-canary-20251204092121.tgz","_integrity":"sha512-u0wHKdbcuZSqV1Tx8kf+3hu9rXvWfMncWBEZqskp2nHZpbPKX4DRvChqqnrq177tfxfI3OKRdpv2pSeEEFxY0Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251204092121_1764840173260_0.004991970823092551","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251204092825":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251204092825","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251204092825","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"7a6cf6a950d14531ba6547d9f1670bab28055595","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251204092825.tgz","fileCount":330,"integrity":"sha512-HywE8prjPTYBcdWpGwf79+OodO5YGw/aozk27fT3cnKN5mXdFiWOUNCCtmFEmgz8mFYNw2KvQtFbaroD0o10MQ==","signatures":[{"sig":"MEUCIQDB8kdRckbuAJqLG8GUCRoIL788p7QWhxEklT1U3TEoLAIgZlnA7EPP/+cJvFLPxLsqphqyUH9QxbvAiG1xvT1AuCY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80140985},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251204092825.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/e244b3d97e9fb4fad7e8dc93cd074b93/neo4j-cypher-language-support-0.0.0-canary-20251204092825.tgz","_integrity":"sha512-HywE8prjPTYBcdWpGwf79+OodO5YGw/aozk27fT3cnKN5mXdFiWOUNCCtmFEmgz8mFYNw2KvQtFbaroD0o10MQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251204092825_1764840592142_0.35872157007051486","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251204163421":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251204163421","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251204163421","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"1b4fec50cb0ece4510ea0c8461691c8ce0940549","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251204163421.tgz","fileCount":330,"integrity":"sha512-9pGnrPTPmsJHD0ZUuqh1E1xbOdSHpNRgcfdojnKI898yMUorq2UGq2o9MX2/fMXkMGa/ZOM+x7KPFxFx7Om/Cw==","signatures":[{"sig":"MEUCIQCHITF5J3K2aHVrKahJfvof7otWvAY8mRqz4EYuVeIr8AIgVDgusn8HGtpgP+0zwtS/kePwZXbKfwjP7Cta4Zy37vs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80158345},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251204163421.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/64939080196e9f43254763eda6b36852/neo4j-cypher-language-support-0.0.0-canary-20251204163421.tgz","_integrity":"sha512-9pGnrPTPmsJHD0ZUuqh1E1xbOdSHpNRgcfdojnKI898yMUorq2UGq2o9MX2/fMXkMGa/ZOM+x7KPFxFx7Om/Cw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251204163421_1764866157269_0.38714582421315114","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251205024853":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251205024853","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251205024853","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"6ba859a4834a6432d26d3d7803376ef4fcfa6764","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251205024853.tgz","fileCount":330,"integrity":"sha512-J1qKmYiR3L+mrSGyNlrlALBI5e/4y9EQKHolY1FHqHF0riw3lT/eMlePZ2sXhZdZUDYLdGKz81rwTng1vgpHGg==","signatures":[{"sig":"MEQCIQDnJlhj6v0Jf7y2fNeyjWCMzdvaDoKOtE+ODoRxxKWIywIfTAiKWtUnH+xGx5eSarBHifUVwhJmnYjGps2bvyuToA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80158345},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251205024853.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/73692ece4587de871ee087aa20f8eef5/neo4j-cypher-language-support-0.0.0-canary-20251205024853.tgz","_integrity":"sha512-J1qKmYiR3L+mrSGyNlrlALBI5e/4y9EQKHolY1FHqHF0riw3lT/eMlePZ2sXhZdZUDYLdGKz81rwTng1vgpHGg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251205024853_1764903023986_0.8644005161690618","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251205155427":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251205155427","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251205155427","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"283df4d560222487ce72db10ad2342dbe8755a40","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251205155427.tgz","fileCount":330,"integrity":"sha512-xsEmmTEYWXEWa3c/WyI1ZU6evkypUyRCHyEriIuQ5W6qYcmLU4mCS1tGOvSXa4r/VlQab99H/Pc1fdSBfAAKFw==","signatures":[{"sig":"MEQCIBMT6jhptJHt9RNAc9BJNl4hG7Q7xc++gPACSFoO7yuqAiAhpvIy7SXruUiB5640p/faQuwhIJiVSz9irgVsqz0yUg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80158345},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251205155427.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/3922ffc3ffb26de7a808c529fcc6df91/neo4j-cypher-language-support-0.0.0-canary-20251205155427.tgz","_integrity":"sha512-xsEmmTEYWXEWa3c/WyI1ZU6evkypUyRCHyEriIuQ5W6qYcmLU4mCS1tGOvSXa4r/VlQab99H/Pc1fdSBfAAKFw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251205155427_1764950157854_0.5908899472821965","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251208024936":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251208024936","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251208024936","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3353a6327426f9b6e89a725cbf6db10393c39110","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251208024936.tgz","fileCount":330,"integrity":"sha512-1wd6N3uuXUx4f8Uk/T56H0M3Wi2XyNCSOhq+4zQMu7sHreJWYczQKCEImqJJIbtzJ9dB9wmt6crOKzseoa6HKA==","signatures":[{"sig":"MEQCIQDETeHq46aIdoK7yNJc2Bh2hXkBpMfLClt+ZCZCWNI6QAIfW5A6IDCvGqww6fDp0RDjoYW52i61AjF4L3qG26+MwQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80158345},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251208024936.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/036b868f3a09ca6f2ad1cc67ea0b022b/neo4j-cypher-language-support-0.0.0-canary-20251208024936.tgz","_integrity":"sha512-1wd6N3uuXUx4f8Uk/T56H0M3Wi2XyNCSOhq+4zQMu7sHreJWYczQKCEImqJJIbtzJ9dB9wmt6crOKzseoa6HKA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251208024936_1765162266145_0.6353245952708697","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251208134850":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251208134850","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251208134850","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"5b2993b4e735a7416e282facbbff6e89546dba3f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251208134850.tgz","fileCount":330,"integrity":"sha512-sNtDLwUFeQ8P7pGj2ItjekX48HIheL1V/K8VTRYrfAvM+a8zfpi2a8SJZ5+OnCnPacaoh0wQLRd4ZK4UHDLnow==","signatures":[{"sig":"MEUCICC4GUA2yMrYCtvndwNz9/PWKbkdUsozFerSrXIQw08uAiEA5m96hgPAi0WQqSC/bZ/o0iLMu94H4uyou21n7+SS2BE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80158323},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251208134850.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/32f577dd02b868be7da7dfe62ddc1b34/neo4j-cypher-language-support-0.0.0-canary-20251208134850.tgz","_integrity":"sha512-sNtDLwUFeQ8P7pGj2ItjekX48HIheL1V/K8VTRYrfAvM+a8zfpi2a8SJZ5+OnCnPacaoh0wQLRd4ZK4UHDLnow==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251208134850_1765201819390_0.7561348792574893","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251208135619":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251208135619","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251208135619","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"2b9eb42f26d624e9963428bc89b94684936a1aa1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251208135619.tgz","fileCount":330,"integrity":"sha512-LSGlERBojxkr4KU/3H8r9zfnmjSK7oRAy0W/x4bsneaiUQzy7j/4UhonWFuUmPXAfWJuz3tCw7qPTma7f++S/A==","signatures":[{"sig":"MEQCIGvFHlVyuaodtqKoF4xXwb4pIG4ygweLDWMzI7n3GEcGAiBdKpu0MqRwG0mxio2A5SutUwNGTHsboMyr/LDUw5ZDKg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":80158323},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251208135619.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=22.15.0"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"neo4j-organization","email":"npm@neo4j.com"},"_resolved":"/tmp/79bf92953b190063af41ec6b24d16398/neo4j-cypher-language-support-0.0.0-canary-20251208135619.tgz","_integrity":"sha512-LSGlERBojxkr4KU/3H8r9zfnmjSK7oRAy0W/x4bsneaiUQzy7j/4UhonWFuUmPXAfWJuz3tCw7qPTma7f++S/A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"10.9.4","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251208135619_1765202264140_0.8275896280693151","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251209150734":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251209150734","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251209150734","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"de6e8cdd43e57bb750fdc5625e87a5093c951ebd","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251209150734.tgz","fileCount":330,"integrity":"sha512-zy9uoSYVLd24GFSrKgXcDQlr1fanZMe5Bt8MaL2rI7GCucUSOBVFu+Pd1rONxhOJEnTTbpDvy5e2SP1cDIlsdw==","signatures":[{"sig":"MEUCICv4DqGMHPKO88NIFD9UNrJFLukQpvL9U8SsmaQk+TN6AiEAk1vU3hc4b2lHScFwU52QzW9z2UfFeaB3oUsSRYPnOgI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251209150734","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":80170734},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251209150734.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/90f833ea54fd43c70e42199842067263/neo4j-cypher-language-support-0.0.0-canary-20251209150734.tgz","_integrity":"sha512-zy9uoSYVLd24GFSrKgXcDQlr1fanZMe5Bt8MaL2rI7GCucUSOBVFu+Pd1rONxhOJEnTTbpDvy5e2SP1cDIlsdw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251209150734_1765292946709_0.2735265468604824","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251210025431":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251210025431","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251210025431","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ee0c8579cc2bfe691ece063aed3674b410ab1367","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251210025431.tgz","fileCount":330,"integrity":"sha512-p6Kl42WPNQHsS+xektPL+zLlMEQQgpUneJlptVmLI9fRsCZm/MiOr6BaNLZ4kQ+4mBYDJ6wA41HpriKcuIWkzQ==","signatures":[{"sig":"MEUCIQDqZ+5eMag4nBMnwOxipqnUCxZJiIz1AOZKuCOirl1bWgIgCSkBy4CAM140ErmbmZlJ+vzS7n8zpcwazasOqaIKsfA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251210025431","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":80170734},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251210025431.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/cc688df0d61862598ac44de3441de6f6/neo4j-cypher-language-support-0.0.0-canary-20251210025431.tgz","_integrity":"sha512-p6Kl42WPNQHsS+xektPL+zLlMEQQgpUneJlptVmLI9fRsCZm/MiOr6BaNLZ4kQ+4mBYDJ6wA41HpriKcuIWkzQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251210025431_1765335361114_0.8326533425661551","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251216151725":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251216151725","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251216151725","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"27215f4b2fdadb71ab7840166dfa2a654af7f205","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251216151725.tgz","fileCount":330,"integrity":"sha512-LKw9hLBMlVnhg5Zadq0Jgt3T9L9x7WMt84lk10kGMZB4Yi5nxiCu/fR89AoPpIso3ACdp/kpK4voTqSfQZ1biw==","signatures":[{"sig":"MEQCIC3qEhSCB9L3irHcGvFCy3ZtshOdYI+Y3evM2nqKnXtRAiArVkLLDr5wlvPrDOw4gTbipfSw4Wq0PD4wuSHZCL/woQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251216151725","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81150759},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251216151725.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/8eb247f594900fab0c9065b4d3e45e98/neo4j-cypher-language-support-0.0.0-canary-20251216151725.tgz","_integrity":"sha512-LKw9hLBMlVnhg5Zadq0Jgt3T9L9x7WMt84lk10kGMZB4Yi5nxiCu/fR89AoPpIso3ACdp/kpK4voTqSfQZ1biw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251216151725_1765898335900_0.8990372879060746","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251216152439":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251216152439","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251216152439","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d0758b581880eb134102bd523520cd56eb15a73b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251216152439.tgz","fileCount":330,"integrity":"sha512-oN8UEj6Yfk72+yJp6+/WriPrfc7gzyI5yxhQxkHzBRAZHD0coOq90L337pPlG6APawwTyGGIQAh6BQS7c/vkSA==","signatures":[{"sig":"MEYCIQD+I+2j8otm9WRvP9XvBpCtFXpPlPUnnezZt2BBnvKDXQIhANUW2A1yAwQMbZYDK1yRDMyC9E0Qn86dI5/UnXMQoaGb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251216152439","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81150759},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251216152439.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/f9570a091cf96146bf22d54c7258aa3a/neo4j-cypher-language-support-0.0.0-canary-20251216152439.tgz","_integrity":"sha512-oN8UEj6Yfk72+yJp6+/WriPrfc7gzyI5yxhQxkHzBRAZHD0coOq90L337pPlG6APawwTyGGIQAh6BQS7c/vkSA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251216152439_1765898769451_0.49138836593524604","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.27":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.27","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.27","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"71ffc4c12c19ef0d04b19e3200504258c70b6d5c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.27.tgz","fileCount":330,"integrity":"sha512-fuJm/YIYYW/NTTd6dWP46wLV7j1v9mXpsJpIKDEF9nLeoh89RPaVZmY7kQCgY9zGkoke7WC+p8fiZRicUkGw1A==","signatures":[{"sig":"MEQCIA+Y3hFsx8fh+MmMYl1B5/0mmqKWsxKcLWakbkypIbixAiAcKtrdrZLkYz87hi017Pc0jXY78Nh4n1Ye0dWLp6sEtw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@2.0.0-next.27","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81146373},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.27.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/bc5a7488346ac08494083a21f6f22ca6/neo4j-cypher-language-support-2.0.0-next.27.tgz","_integrity":"sha512-fuJm/YIYYW/NTTd6dWP46wLV7j1v9mXpsJpIKDEF9nLeoh89RPaVZmY7kQCgY9zGkoke7WC+p8fiZRicUkGw1A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.27_1765899967020_0.011754100898109021","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251216154659":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251216154659","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251216154659","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"0b10d261be356b314d5d6615861de3751bff3c77","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251216154659.tgz","fileCount":330,"integrity":"sha512-jOHmaMQbYuBNJh75UtPD3p6suJCo0rs+g2pFdL8IBZ91b6OH0pkqNsnc4HBjTA6BwujX+CPYyAa3f2zMHSxupg==","signatures":[{"sig":"MEYCIQCsnln9kNyihqbvOl0m8/S/qEgvMXTOanwTJzP9BZGg2wIhALRLSDI5zM6oAjDvGxgaHogRA0jo5E1rnPV4+EBy2cMf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251216154659","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81150885},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251216154659.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/cd6764887bd467cbdd16aaf41e545961/neo4j-cypher-language-support-0.0.0-canary-20251216154659.tgz","_integrity":"sha512-jOHmaMQbYuBNJh75UtPD3p6suJCo0rs+g2pFdL8IBZ91b6OH0pkqNsnc4HBjTA6BwujX+CPYyAa3f2zMHSxupg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251216154659_1765900106385_0.8706050637364984","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251217024906":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251217024906","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251217024906","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"a2497a94b92b488da023fa9b512182b434f17aed","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251217024906.tgz","fileCount":330,"integrity":"sha512-4m+iWCM+vP1CLlXHzctihv8icYqjUrHImV5dYPiZY57xQZSEAMlxjuw3P2Uv56SSafhRc/4MEDVl42jV66ge8Q==","signatures":[{"sig":"MEUCIALFkyrP6MDFYmXpA7j8ft2Vh69cy28ycYpbUhvFQhhkAiEAvUC6hz+w21nwYD6HUMAyMPWf4VoLN3drGv0+l8p52UA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251217024906","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81150885},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251217024906.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/c028e6d70f80521d19a8020930e4b883/neo4j-cypher-language-support-0.0.0-canary-20251217024906.tgz","_integrity":"sha512-4m+iWCM+vP1CLlXHzctihv8icYqjUrHImV5dYPiZY57xQZSEAMlxjuw3P2Uv56SSafhRc/4MEDVl42jV66ge8Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251217024906_1765939840138_0.5676722085591801","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251217145207":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251217145207","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251217145207","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4e5f72b06c2846acfbd4aeebb0e9c538b3cce6d6","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251217145207.tgz","fileCount":330,"integrity":"sha512-aE0rNJXruu+wCM2vfbATolpukLrTfHNC7eSoyFWh0D/T5wgGp6cYppzQn/VdXc4FR1qOjLtxLdo1CuFBGE2YRQ==","signatures":[{"sig":"MEQCIDOMXW6+kCy4yxgX48EQjGWVj4Pqf9epodByMn5NT6tMAiBB8cYeGQxvY7binzXX9hOY2cjyx8WUUq7U36tgzr3ScQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251217145207","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81150885},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251217145207.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/32d36fe5a1b60cc2b26e88baca84ea09/neo4j-cypher-language-support-0.0.0-canary-20251217145207.tgz","_integrity":"sha512-aE0rNJXruu+wCM2vfbATolpukLrTfHNC7eSoyFWh0D/T5wgGp6cYppzQn/VdXc4FR1qOjLtxLdo1CuFBGE2YRQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.11.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251217145207_1765983224639_0.03887746050540408","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251218024954":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251218024954","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251218024954","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"68da253a412add1e642c14b99e9e5524a7b34ea1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251218024954.tgz","fileCount":330,"integrity":"sha512-YYYI52llt63GmzOzeB9NUf+ib8dWK0lESWOoqbNVleltInFX5D/qQTysFmIug+twRo0Ip/3zNR0hgWidsluUXw==","signatures":[{"sig":"MEUCIQDNDyxmDxe38v7UvljGVaad3dv98G/IDUlh3r4rbkV+NQIgT+aqms/r1LZCCk8YNaTcnOmoto6rbTO7a5V7etBWlK8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251218024954","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81150885},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251218024954.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/dec32357e17e40fadb229bf4c21ffe3a/neo4j-cypher-language-support-0.0.0-canary-20251218024954.tgz","_integrity":"sha512-YYYI52llt63GmzOzeB9NUf+ib8dWK0lESWOoqbNVleltInFX5D/qQTysFmIug+twRo0Ip/3zNR0hgWidsluUXw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251218024954_1766026287636_0.5500070637242196","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251219091544":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251219091544","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251219091544","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e187ffcc95acb972eae55982a78a3172f5303447","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251219091544.tgz","fileCount":330,"integrity":"sha512-lHIUvYnidk9/+1GmdArNwoyTQDNBrTchIhGGBe7QcarvzhFuxY5gAf1tsGQqw5ox+QdLYlbqcHIJWhUE4mSuJw==","signatures":[{"sig":"MEUCIQD1t3SM4whvW7j9dKqLJvMoHGnj3a8lyU0uKdDOo1HMhwIgXZpuXOTbuc+G768Cbspsm153ECvNnaGqKoB9hPZ1Qpc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251219091544","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81150885},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251219091544.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/2ee4dbd2d629a36198259c0ed848e536/neo4j-cypher-language-support-0.0.0-canary-20251219091544.tgz","_integrity":"sha512-lHIUvYnidk9/+1GmdArNwoyTQDNBrTchIhGGBe7QcarvzhFuxY5gAf1tsGQqw5ox+QdLYlbqcHIJWhUE4mSuJw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251219091544_1766135840441_0.3665785727278501","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251219092127":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251219092127","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251219092127","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"2ee63b1b6b74955cb4e1dd925b5184d3062b2c37","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251219092127.tgz","fileCount":330,"integrity":"sha512-pmWkr203d4Smy8DyHzEuf49AYbSjFRk9/lFlSqLLIRNo6A0zK2XXRFEBzwghomx/6P9xWWwljjGi8FRVJCyE9w==","signatures":[{"sig":"MEYCIQDa4eILc1+PMK65k/np53NftgQ74a6gBg1xkM/EJ5SO5QIhAPoljmMFVjgJvy7ueiBCtKUSaQWl5ahaZrXcgriI/zMF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251219092127","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81150885},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251219092127.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/839c35fc7de7b567a478ba863347d476/neo4j-cypher-language-support-0.0.0-canary-20251219092127.tgz","_integrity":"sha512-pmWkr203d4Smy8DyHzEuf49AYbSjFRk9/lFlSqLLIRNo6A0zK2XXRFEBzwghomx/6P9xWWwljjGi8FRVJCyE9w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251219092127_1766136183612_0.010901039798834722","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251219103421":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251219103421","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251219103421","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c1c81f75f545d52c6a70ef6dafdac43ae5e9b842","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251219103421.tgz","fileCount":330,"integrity":"sha512-7AvyVZDGKp3qUJuwbu5PIm0ij04jkB//ZLdVQWuEDbjrtjPM2Git/ykX6ivh9Avx7rlaBzj48owXt5lri3RW1w==","signatures":[{"sig":"MEUCIADHowgO/NeKiJHVmiczDBOIbbG/OhuosqCG1vu8UC1YAiEA3HgDQVHTz3j3SjDL00seEuS5IlhXBq7QJc8Q5YL/bXU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251219103421","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81149352},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251219103421.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/1bfa6f6c8a662680842a304f8f680564/neo4j-cypher-language-support-0.0.0-canary-20251219103421.tgz","_integrity":"sha512-7AvyVZDGKp3qUJuwbu5PIm0ij04jkB//ZLdVQWuEDbjrtjPM2Git/ykX6ivh9Avx7rlaBzj48owXt5lri3RW1w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251219103421_1766140552239_0.42892217743676797","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251219104229":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251219104229","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251219104229","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"74b05950e123ca967824a6fd80359d7d286afede","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251219104229.tgz","fileCount":330,"integrity":"sha512-NJIBAXLDB3ZGQtBda4QTpkTx8R72N8bJoE4vF6semWh1/tdTNu9PcoAi+MDsjnNrMvu4MC1cxMScvqLqtOkdzw==","signatures":[{"sig":"MEYCIQDRN4YCK18+94PrsmGy76D6WZI56pIeSvFtoDg0QBjqRgIhAMcRZrMVeRReAbmvd95lcxx+F7+EsXY/awhVM9qwRgp9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251219104229","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81149352},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251219104229.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/d838df461f5278ec5cc453e41b0b72ed/neo4j-cypher-language-support-0.0.0-canary-20251219104229.tgz","_integrity":"sha512-NJIBAXLDB3ZGQtBda4QTpkTx8R72N8bJoE4vF6semWh1/tdTNu9PcoAi+MDsjnNrMvu4MC1cxMScvqLqtOkdzw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251219104229_1766141047924_0.07380265155721433","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251219153906":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251219153906","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251219153906","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"db3c0e83f6eb3c7ce8c71477f52694dfcb7bf5c7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251219153906.tgz","fileCount":330,"integrity":"sha512-u3ZH6Mb1dnwhs3j2C7RLRM2BAIqOk0rSzYpjGcAVRouzfMk1D6iYERpEZWBIF/tSGoy8TeInLTri4whz4AGoxw==","signatures":[{"sig":"MEUCIAYhqcCIypsrAkjSGxIWQ0V1S6BWZHF5rJdYNrJNhRaGAiEAs0KGQ+Bhb6PmzYTrj+fUZJ0X9aUNCPFHHUKN41/iqpw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251219153906","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81149352},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251219153906.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/de47ae3c52fcf0c920427541ba3b51ca/neo4j-cypher-language-support-0.0.0-canary-20251219153906.tgz","_integrity":"sha512-u3ZH6Mb1dnwhs3j2C7RLRM2BAIqOk0rSzYpjGcAVRouzfMk1D6iYERpEZWBIF/tSGoy8TeInLTri4whz4AGoxw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251219153906_1766158846786_0.7993982751211888","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20251222025546":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20251222025546","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20251222025546","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"38c49e31cec809a0484413c1bb44ff19e98d378b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20251222025546.tgz","fileCount":330,"integrity":"sha512-NeIAaZBvTVriDc4GAS3pBcf1nQPWN5FiRMk7E1WO8WQRKt+hYEW3gElv3dDOPQtA6P8a9+UfO2TcDA7woefr2Q==","signatures":[{"sig":"MEQCIEoEPdj+3XG28vGV4LPPBtKoFwH4+9Y8HjPv0mwkKbknAiBRXdrF7XfBPYpWBGJYjy0vvSiGunL0GoGCeY9WFwYeQQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20251222025546","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81149352},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20251222025546.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/19f482528035f5f52125655cde415a83/neo4j-cypher-language-support-0.0.0-canary-20251222025546.tgz","_integrity":"sha512-NeIAaZBvTVriDc4GAS3pBcf1nQPWN5FiRMk7E1WO8WQRKt+hYEW3gElv3dDOPQtA6P8a9+UfO2TcDA7woefr2Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20251222025546_1766372235276_0.38868992331310537","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260107151319":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260107151319","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260107151319","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"386e394589c63923773da198600c8c22c5217330","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260107151319.tgz","fileCount":330,"integrity":"sha512-mJ3KSPebOZRwVek6ZHjwrFsmUGdye4lcr4oRCeY0m76+2rhQ0NAwfrV+gL4EHNYWlss3UzGEcaUtwqqKYAPmeA==","signatures":[{"sig":"MEUCIQDaO7vINOqoZv/vscGh58DPr/R8CILZQZ5aW0S5WAqu0QIgZ2blB5i7j8IFN6mXHMIWORE2eKiHaURIY1vWgdfQTts=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260107151319","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81157322},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260107151319.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/79eaf071a72d46375d31e8b96a97084d/neo4j-cypher-language-support-0.0.0-canary-20260107151319.tgz","_integrity":"sha512-mJ3KSPebOZRwVek6ZHjwrFsmUGdye4lcr4oRCeY0m76+2rhQ0NAwfrV+gL4EHNYWlss3UzGEcaUtwqqKYAPmeA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260107151319_1767798896668_0.17862522077653398","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260108025437":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260108025437","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260108025437","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e60df5312c3e8124e4ca1b81d907ef370a6e470d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260108025437.tgz","fileCount":330,"integrity":"sha512-1Cv89OqfrMgsvpGK9Tc1+3t4XQZ478A58h0ii7HR85DomckwkTJS9gL65NTU2TuVzgNgxuACHbuRHZgO4mWI/w==","signatures":[{"sig":"MEQCIBZtvWkuovQQQXJsNuiJ6ZQUU2CFNuYPMWHQjOinZgtFAiAodfWXNFy6kJxBe13FQfAWotw9+cQnlTeJo1EgNhy3kw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260108025437","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81157322},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260108025437.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/4d797aea6fb1614cd26efd256a910c2a/neo4j-cypher-language-support-0.0.0-canary-20260108025437.tgz","_integrity":"sha512-1Cv89OqfrMgsvpGK9Tc1+3t4XQZ478A58h0ii7HR85DomckwkTJS9gL65NTU2TuVzgNgxuACHbuRHZgO4mWI/w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260108025437_1767840970523_0.9853376465312289","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260108135612":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260108135612","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260108135612","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b0d7ec0b2c50d0efc751fab3e77c92d359adf03f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260108135612.tgz","fileCount":330,"integrity":"sha512-XYuFo57ArK161GFna7/BxS/Pq803ojV7GULQ9XpNBhDLX2D+hnC4/BzQVVNo+BFepFvI+ziy4o6nj48ye5P5Vg==","signatures":[{"sig":"MEUCIFtzGe9/CmSsvT2FbhQHVxwKVKX1892WAUTLbBJ8CZbKAiEA+cEH/eKz31JOr4HwGSAj3YH0U6r/NxRbdUmNvVF2bAQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260108135612","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81157322},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260108135612.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/67ab4356136693bae292a6f5903193cb/neo4j-cypher-language-support-0.0.0-canary-20260108135612.tgz","_integrity":"sha512-XYuFo57ArK161GFna7/BxS/Pq803ojV7GULQ9XpNBhDLX2D+hnC4/BzQVVNo+BFepFvI+ziy4o6nj48ye5P5Vg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260108135612_1767880671065_0.6164966563172383","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260108140410":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260108140410","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260108140410","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"cbe008ce14a0959f6e5523fcb98525bb46dfb30d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260108140410.tgz","fileCount":330,"integrity":"sha512-KjfJJgXeeYfZtpPGnbzHGCUTUzuGFVG+OcEvg0f4oW9BdB8zV0rX+m/KVLH+BkBWG0e/IcKAJRwHiFbAIzj3hA==","signatures":[{"sig":"MEYCIQDEbNSfFj14q9gScCkcJK4RhKTBdlf+BXyWiuh+QYciqgIhAI4az4JsmoS2uuZvWlPnSE4sMUEJ6+iPQoPIbA/a1fw8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260108140410","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81157322},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260108140410.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/63fca73cb54d9625e53645df828dbdfe/neo4j-cypher-language-support-0.0.0-canary-20260108140410.tgz","_integrity":"sha512-KjfJJgXeeYfZtpPGnbzHGCUTUzuGFVG+OcEvg0f4oW9BdB8zV0rX+m/KVLH+BkBWG0e/IcKAJRwHiFbAIzj3hA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260108140410_1767881138737_0.4639851687369425","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260108144859":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260108144859","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260108144859","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"20e7f7ac37324a273990e85b9971d32c3fcaaf30","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260108144859.tgz","fileCount":330,"integrity":"sha512-xVzN75YTVxIRYQ0/cDyba+K1ITkNMuNjeb2nGH2dGBo2yxYhHfvWKn35vrLFEPuJoRml5MbO0ejssodvPRR3ag==","signatures":[{"sig":"MEUCIQCMuphrVfZx3KoWwv3nTLGjxvESsbBl/xv87svQEKw5twIgFwuBeD2a3mh/TictY8o+ZnBUlc1sS/KvYTQwWf6lJaE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260108144859","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81157322},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260108144859.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/cb226203ba8d7501312298776c9e5c64/neo4j-cypher-language-support-0.0.0-canary-20260108144859.tgz","_integrity":"sha512-xVzN75YTVxIRYQ0/cDyba+K1ITkNMuNjeb2nGH2dGBo2yxYhHfvWKn35vrLFEPuJoRml5MbO0ejssodvPRR3ag==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260108144859_1767883834014_0.276175817299281","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260108145607":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260108145607","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260108145607","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"a94041cc0433506bc1cc30d56a636df4a440097d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260108145607.tgz","fileCount":330,"integrity":"sha512-UxpmyOfk7t3V3wan4yUy+9iYOZsZwzFlRiEd+2Y/feb83Tc2LZ4eLYku+s1QTtQqtuCN42KPBD41mxpY2tvtyA==","signatures":[{"sig":"MEUCIQDeC6N9g3QIlJYAGl1gFejyHulZ7v9nXp4HkH2CI3lX7gIgW5XGZi8ZgFelIV5pDQS38SQarQ6npey1W9+WRuUElIE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260108145607","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81157322},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260108145607.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/37378c18848f4c18d83a3e12a26fc92d/neo4j-cypher-language-support-0.0.0-canary-20260108145607.tgz","_integrity":"sha512-UxpmyOfk7t3V3wan4yUy+9iYOZsZwzFlRiEd+2Y/feb83Tc2LZ4eLYku+s1QTtQqtuCN42KPBD41mxpY2tvtyA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260108145607_1767884264085_0.29020443724581946","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260108151012":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260108151012","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260108151012","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"65c9153608e6dfef8cbcadf876085c1a700d7a4d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260108151012.tgz","fileCount":330,"integrity":"sha512-CXwM+oaozGwtmQWJjgBxXxBpPl1I/2UjmzfD+WUCETbMvpk0/bX7BklY7zG+2KOLLGpc5mfM8F1mO2CWlHGtWw==","signatures":[{"sig":"MEUCIQDafCIxbhqf22kzaMQysD/g6JdeI8xVtUke8bo4B2Q8EAIgHlH340mCFAIjhyMCFa/mIO8t7QeB5wo7KL0h+ALk/iE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260108151012","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81157322},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260108151012.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/68759ac22dc3810af2e0101f1a4f0952/neo4j-cypher-language-support-0.0.0-canary-20260108151012.tgz","_integrity":"sha512-CXwM+oaozGwtmQWJjgBxXxBpPl1I/2UjmzfD+WUCETbMvpk0/bX7BklY7zG+2KOLLGpc5mfM8F1mO2CWlHGtWw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260108151012_1767885104926_0.0035070290735632614","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260108151539":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260108151539","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260108151539","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"60ff258b0bd76a15d7e0088ee66efa04f2643557","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260108151539.tgz","fileCount":330,"integrity":"sha512-N1JrjiPRQ5CTzDiJZ2QEswelhklD3sGWRt2eFVyZZpC08siZuIJjb454Rr+m+DjYsfjrWUG0h5XjTTCnKt+soQ==","signatures":[{"sig":"MEYCIQCIzmXnXzThq22sfD7kuzeseaMasfcNjS4FBQZFIvPTuQIhAMrukEtHv0Zqan+SbuuRsghQwvlQ6eXZ7YOhgTboqKJ6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260108151539","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81157322},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260108151539.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/67ed34a8f9442b0a530e124f2c926a63/neo4j-cypher-language-support-0.0.0-canary-20260108151539.tgz","_integrity":"sha512-N1JrjiPRQ5CTzDiJZ2QEswelhklD3sGWRt2eFVyZZpC08siZuIJjb454Rr+m+DjYsfjrWUG0h5XjTTCnKt+soQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260108151539_1767885430495_0.25744163115148244","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260108152239":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260108152239","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260108152239","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"bf75706a1f7730d3d0601917fd8d864cdacaaac5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260108152239.tgz","fileCount":330,"integrity":"sha512-VjpHiLCCiu/7bAhBXxb6jraZjQEw2ZjXGHsejD7v70REvj4zl96vq2Qv+2ZaP1Qcn9niQIz7Wj5z/aGfJosNPw==","signatures":[{"sig":"MEUCIQDiVqoMr+8+0w/M/jR8wlQydDtYeJ9Q6ukKeqsOAJTpyQIgMzP4sddXwvh10hT+5QOVdZwA67euoI4KDRODe/a8EEA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260108152239","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81157322},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260108152239.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/9f193039978ea6906026e108aea6a22d/neo4j-cypher-language-support-0.0.0-canary-20260108152239.tgz","_integrity":"sha512-VjpHiLCCiu/7bAhBXxb6jraZjQEw2ZjXGHsejD7v70REvj4zl96vq2Qv+2ZaP1Qcn9niQIz7Wj5z/aGfJosNPw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260108152239_1767885857666_0.9566951880032768","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260112090227":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260112090227","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260112090227","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"acc6b0ad5177234b6344181b95aa91c71d9c415f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260112090227.tgz","fileCount":330,"integrity":"sha512-2kQOyeo3wuYB9jeAmkUY0/Leo6zxOM0A95BLjxHiWbjWCsoRnVwbrq/qDyH4fjbdAZ7g1mOueMh7S1Yd76KAKw==","signatures":[{"sig":"MEQCIDcHegeaAnHdobP27NaDuGs7zoDARaMgr9cECsZrx5C2AiBAdMRCg5l2JMyUJZgRjgtX6hJbbJakMX1QGHeiWNfj0Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260112090227","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81733951},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260112090227.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/182e36b58f9d351c258a003b83c9effd/neo4j-cypher-language-support-0.0.0-canary-20260112090227.tgz","_integrity":"sha512-2kQOyeo3wuYB9jeAmkUY0/Leo6zxOM0A95BLjxHiWbjWCsoRnVwbrq/qDyH4fjbdAZ7g1mOueMh7S1Yd76KAKw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260112090227_1768208648908_0.8124500344192056","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260112103933":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260112103933","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260112103933","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"668afb2705a20d7363a48ab3ea2cbc402a88bb26","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260112103933.tgz","fileCount":330,"integrity":"sha512-1NwmU7gR6rEOkEGJvhuA+NRHpI93Um08voK6MfNzs54JnlOQCmUBjNjntQS/MFvcq92lzkICb8/pDGrNrjRwKg==","signatures":[{"sig":"MEUCIGPm/UhXnl9pHCnu1XsgRql9hRfSscEBeFrii7qkG29jAiEAs/JwYnC1dC/0QF2L0cG9XE9NT55/mDADJZQMPmbOhPg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260112103933","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81733951},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260112103933.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/0c6ba8b9e7a5355498ea0efafe6732f8/neo4j-cypher-language-support-0.0.0-canary-20260112103933.tgz","_integrity":"sha512-1NwmU7gR6rEOkEGJvhuA+NRHpI93Um08voK6MfNzs54JnlOQCmUBjNjntQS/MFvcq92lzkICb8/pDGrNrjRwKg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260112103933_1768214464358_0.83246038495423","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260112105219":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260112105219","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260112105219","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e5ea41f8b8cd558c96e8144960faa42eb50656d9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260112105219.tgz","fileCount":330,"integrity":"sha512-iANxSgxTqixW9HmSS1TiCX5bHsMcxTNkc/JYAx92xfZRJoAiuF5Y0YRgy0Ow8eN/ovZJucQ3VtNhlBz6DX6zHQ==","signatures":[{"sig":"MEUCIQCfMYFS+oUs3wNrwV234QextvJhggs6lmWfqj/74BvDUQIgVSnxe6ixZ0N35MYItlztwxiabVMXBof42cGfXm41spw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260112105219","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81733951},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260112105219.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/25c90d7fdc5ac5c1d9a31e47488998ce/neo4j-cypher-language-support-0.0.0-canary-20260112105219.tgz","_integrity":"sha512-iANxSgxTqixW9HmSS1TiCX5bHsMcxTNkc/JYAx92xfZRJoAiuF5Y0YRgy0Ow8eN/ovZJucQ3VtNhlBz6DX6zHQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260112105219_1768215237986_0.8267120571197331","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260112131557":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260112131557","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260112131557","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"eca25ebc41bb3b57b9a6f88e31f1a60aa32b06d4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260112131557.tgz","fileCount":330,"integrity":"sha512-pKGP+qouKXEfDjJtvi/DeDjlv4QvzDLqbu/RijvUkmtGHCH17gwvuENl1s9hNSkQFDvXhFTjEv8NryTNeKPFkQ==","signatures":[{"sig":"MEUCIQC16yz8S2QJyTxIqK4Zi28IfteNkjwTHuGfYg3zoI9RAQIgN2HQsr9zcoRVBqEkNz974p3+E3rnr1Wzb1oV6ithRS0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260112131557","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81733951},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260112131557.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e3697f8eb729d1817d9235022e977ea6/neo4j-cypher-language-support-0.0.0-canary-20260112131557.tgz","_integrity":"sha512-pKGP+qouKXEfDjJtvi/DeDjlv4QvzDLqbu/RijvUkmtGHCH17gwvuENl1s9hNSkQFDvXhFTjEv8NryTNeKPFkQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260112131557_1768223854729_0.4107401099395036","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.28":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.28","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.28","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"24c2f12535c393fd3b6518163ee43952fd0d22ce","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.28.tgz","fileCount":330,"integrity":"sha512-f7U9SlxtSdkpmMXOUXZGo6MDOen6zKPWmlUf66JGo/51y1Wzjj8PhnlNO+0fZ4wVMBr5lRF1Q0SurpLxX7pz/g==","signatures":[{"sig":"MEYCIQDU3TJV/8tfeSFLGPSixzoTPJ2Ds0dXx7cgEy07p2bXAQIhAJB8Vbq9lJJ8OmewajWqc0gyK4V3TKlH/fyYWGQ91vDE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@2.0.0-next.28","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81729477},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.28.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/a42f74a827b95a037af3c81b3187c8ba/neo4j-cypher-language-support-2.0.0-next.28.tgz","_integrity":"sha512-f7U9SlxtSdkpmMXOUXZGo6MDOen6zKPWmlUf66JGo/51y1Wzjj8PhnlNO+0fZ4wVMBr5lRF1Q0SurpLxX7pz/g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.28_1768224802101_0.6778388225914236","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260112133409":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260112133409","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260112133409","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c2b98dcedb6bdeff6da8438f9371db5417f7ddd7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260112133409.tgz","fileCount":330,"integrity":"sha512-MiMjcRwLASKFXvG7//CYDFLAHxMMLnR4YegaI94ogpfZTeYMsJMxro7+ibf1RXDMG/zX1jlTbkUPnyibOs74xg==","signatures":[{"sig":"MEYCIQDwxEFsXt6COzS3CceaHK6c2B3nPE/A3HGmh2RdStJstAIhAIuwDImTl/B81n4ciq5887shGrGqsQcqVJm6frOmwKFF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260112133409","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81734049},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260112133409.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/c86fb2805bb6bb06a04ff8edeba1b64b/neo4j-cypher-language-support-0.0.0-canary-20260112133409.tgz","_integrity":"sha512-MiMjcRwLASKFXvG7//CYDFLAHxMMLnR4YegaI94ogpfZTeYMsJMxro7+ibf1RXDMG/zX1jlTbkUPnyibOs74xg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260112133409_1768224943409_0.7823831598358224","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260121082133":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260121082133","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260121082133","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"fc715c312e25d9fa73c8a8c5c9165e0f359de1f4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260121082133.tgz","fileCount":330,"integrity":"sha512-yWcO9j3zXqzAdjJpH2Jm7D0ulEAEGIhdCommHf9utVRVYCc3gcDrbPsGFsM2Cnc738irktzRq5h9/I+FtMBctw==","signatures":[{"sig":"MEUCIQDfz7Fakcsxztc+l/YFAl2jUXIkAAk4Q1EgFvgVXgHB+gIgWAgbqadNel3uFUu0dcHgxRy5TAla49OfqGWWH3Nmxe4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260121082133","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":81734049},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260121082133.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/4d25eda129ac747ccab0345eb2cc90f5/neo4j-cypher-language-support-0.0.0-canary-20260121082133.tgz","_integrity":"sha512-yWcO9j3zXqzAdjJpH2Jm7D0ulEAEGIhdCommHf9utVRVYCc3gcDrbPsGFsM2Cnc738irktzRq5h9/I+FtMBctw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.12.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260121082133_1768983790802_0.22815728768277066","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260203094406":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260203094406","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260203094406","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"6854422c6aa8cbe59a59893d5d3b9dc5b049428a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260203094406.tgz","fileCount":337,"integrity":"sha512-5VOc7SDo6c+xokfQf7x9iZXa/ZfS6mk9WSMlHK1vV5gma7eK5kK9BCNWK2X03NyARAXt6817au8YknL9bsuC8g==","signatures":[{"sig":"MEUCIQCJ3A0O8pdShs8AQcclNKb7jRs75QH81qnyOv4+4A/5WgIgcATPoSxIBAc+s9RWogUbfo7hJCgzfwJ2SGieLZ6nSck=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260203094406","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82575626},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260203094406.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/2b311c135f03947d3f0072482aad93a7/neo4j-cypher-language-support-0.0.0-canary-20260203094406.tgz","_integrity":"sha512-5VOc7SDo6c+xokfQf7x9iZXa/ZfS6mk9WSMlHK1vV5gma7eK5kK9BCNWK2X03NyARAXt6817au8YknL9bsuC8g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260203094406_1770111948033_0.27345981157073473","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260216083152":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260216083152","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260216083152","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"89783f355a92c7b8ca74970ad40d984915dd0ff5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260216083152.tgz","fileCount":340,"integrity":"sha512-AnOBm40nm6CrByu3Z5pGta6cO/PzokNUEvACl3hoEKYeMnw8lBc4Bud6ch5hBgJ7F5lSH5BYCcLmF8EV0U8j+g==","signatures":[{"sig":"MEQCIBibgry0GbnLZaPJByMdOWqL/xvSgN1FedZAG4vLQY49AiA1hnTl0bV7/7PEalaqJH5GZiwTu0M1n6ZxLgv/K5sEHg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260216083152","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82821916},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260216083152.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/c469d83b45840824fdda0771fea2be41/neo4j-cypher-language-support-0.0.0-canary-20260216083152.tgz","_integrity":"sha512-AnOBm40nm6CrByu3Z5pGta6cO/PzokNUEvACl3hoEKYeMnw8lBc4Bud6ch5hBgJ7F5lSH5BYCcLmF8EV0U8j+g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260216083152_1771230813690_0.02175848512986467","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260216083919":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260216083919","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260216083919","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3aa2cef44a93a9362f177eecbdd8084cb579c1a3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260216083919.tgz","fileCount":340,"integrity":"sha512-vQT7AtpzooUtslM4x6RlzPCG+kvTeg1J0pPhZMJGHE7atkAHaEP7DgHlHWx45KDUUIIiR4sZYq8hGUN2bEDnGQ==","signatures":[{"sig":"MEYCIQDarHK86hcPH3prAEjfFHy8w0gYXCIHTUs6DgKdzXQfqgIhAM6lGhg0NLIKAwPs6eTPpQLsgpd6DqyfNWfS+UQVty1p","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260216083919","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82821916},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260216083919.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/a094f00a635807973862c448857fb5b1/neo4j-cypher-language-support-0.0.0-canary-20260216083919.tgz","_integrity":"sha512-vQT7AtpzooUtslM4x6RlzPCG+kvTeg1J0pPhZMJGHE7atkAHaEP7DgHlHWx45KDUUIIiR4sZYq8hGUN2bEDnGQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260216083919_1771231257795_0.7759760558910593","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260216100242":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260216100242","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260216100242","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d1b4c1d42dcb6fc3ff53ace364e1710e53c8d422","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260216100242.tgz","fileCount":340,"integrity":"sha512-UqEV88PjNGSIyF0Vu0zhP/smFnx+UQrwOCgWJmRLuc3knR9nzGwUXV+jPuh/fd+AZqPF5P8zyyMLMxW9VEx2ew==","signatures":[{"sig":"MEQCIFSkC71oKfDPu07FaWLyiDkWMPXBFRbyx3Qq8eY2Ei6aAiAJVS1qKH4sFqcWrQaobbqB7ciWQQ6XaIdCQCng6IQGsA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260216100242","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82821916},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260216100242.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/cfb2b0960f8de3b27ff37aa52c6f40ce/neo4j-cypher-language-support-0.0.0-canary-20260216100242.tgz","_integrity":"sha512-UqEV88PjNGSIyF0Vu0zhP/smFnx+UQrwOCgWJmRLuc3knR9nzGwUXV+jPuh/fd+AZqPF5P8zyyMLMxW9VEx2ew==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260216100242_1771236261426_0.8764713330564784","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.29":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.29","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.29","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ed808650ed2ca03644d4ba3746e3867badd3673e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.29.tgz","fileCount":340,"integrity":"sha512-L203hgYLpp5a8JmI6ZdrV+YF+QDEOky1hvJZp5ek1djSt8JgU2vrBQHgUmH/rwBulP/4YYhF6qYI1wDSNB3lww==","signatures":[{"sig":"MEYCIQCa4Qte93RNUGuw0ci8gx/Z3BqyCDAzmmii5JhAy/KROQIhAI/Gh3Yon4zDEr2ekQ1HhkiBGNmMaTZSfO5RNGrNyDnE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@2.0.0-next.29","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82817382},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.29.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/37310b56b93f1f4a7c210456c0b2c3b9/neo4j-cypher-language-support-2.0.0-next.29.tgz","_integrity":"sha512-L203hgYLpp5a8JmI6ZdrV+YF+QDEOky1hvJZp5ek1djSt8JgU2vrBQHgUmH/rwBulP/4YYhF6qYI1wDSNB3lww==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.29_1771320147722_0.8256554498031712","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260217092319":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260217092319","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260217092319","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d9496e79fb99e04e860aeb4a054379d734b0c5ad","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260217092319.tgz","fileCount":340,"integrity":"sha512-TGRNaz8/3C7QWzU7NcqaYBOPxDzEeOxyYxAnocGTr+SaZh66loKWmakxI2EwrYIihG2bMR6/b2XsZAGJgETn5g==","signatures":[{"sig":"MEUCIQCmnRY8VNIfK38ArhU8HNOxajV2Qf42A6z5MXeTZjFbbQIgUjWVMEdwuYVfjdoxcRUpmJF7ehg9uVPt9Y6Cq56Aits=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260217092319","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82822014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260217092319.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/efee523c1d3f714c3eb7c0c031a35d94/neo4j-cypher-language-support-0.0.0-canary-20260217092319.tgz","_integrity":"sha512-TGRNaz8/3C7QWzU7NcqaYBOPxDzEeOxyYxAnocGTr+SaZh66loKWmakxI2EwrYIihG2bMR6/b2XsZAGJgETn5g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260217092319_1771320298203_0.06183390836140101","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260223144750":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260223144750","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260223144750","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"754815095643ccbcdcbb357d8cfd1d96f983829c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260223144750.tgz","fileCount":340,"integrity":"sha512-6/KoyNwRsYaYKruo6Y4+JR4wAVyV9DW5Kdge/0oBPai5O0GNbV5QIYVkq1jj4gzgP0N3vUfC5DQPBYw8EuPCxg==","signatures":[{"sig":"MEYCIQDERxP1XMluUL2/ErsHhmAcsGfMWFRGtysNySqs/nTq+AIhAMFL7JQmZpddR6O4fRUiEXDjJWba9dSnYPUzF+fNaNvH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260223144750","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82822014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260223144750.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e4477ad8ee1ec9eb66a854fb122f8b16/neo4j-cypher-language-support-0.0.0-canary-20260223144750.tgz","_integrity":"sha512-6/KoyNwRsYaYKruo6Y4+JR4wAVyV9DW5Kdge/0oBPai5O0GNbV5QIYVkq1jj4gzgP0N3vUfC5DQPBYw8EuPCxg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260223144750_1771858169518_0.025695511229956836","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260224081812":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260224081812","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260224081812","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"538b5b44f477ade2163dc8500d9ff6b7b0066416","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260224081812.tgz","fileCount":340,"integrity":"sha512-inq8v/pEB7dye28w/eaOHxc1xZhJc2kmti4vXTYCkywVsi6HPdXqDxHi971d9bN7mH3EuJ9CaLOru9ZZwNZzxw==","signatures":[{"sig":"MEUCIQCXCm65CmlGnIijb5B/DNAPDdZbaEEML9VUHhLMSYmX5wIgBZXuVOOf0P6zhKPEz5StHeTLYZQAlv/vOZuhIoD61CM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260224081812","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82829247},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260224081812.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/4314ef40c4622e2a4c7be0c14b75e9a1/neo4j-cypher-language-support-0.0.0-canary-20260224081812.tgz","_integrity":"sha512-inq8v/pEB7dye28w/eaOHxc1xZhJc2kmti4vXTYCkywVsi6HPdXqDxHi971d9bN7mH3EuJ9CaLOru9ZZwNZzxw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260224081812_1771921198910_0.1359976648910448","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260224082615":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260224082615","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260224082615","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d9b74287dffe4bf57acc389e467a47c4ff697ce5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260224082615.tgz","fileCount":340,"integrity":"sha512-Tm1cZOnhoGzFRId63vLtYDRbULxksULCGiAVZkauLKXwsCJ1vVw+cWiw9pc8x3+kZ9f1Rr5yTc5H3Re3kf/2yg==","signatures":[{"sig":"MEYCIQDBww3g+DqvLzdTjZI2HbJi28ucC4NTrmyz+ZKVJJSaZgIhAPLYqiCmy4bLyRPoLkZzgfgoWQzni8FbSdjft74GPFTa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260224082615","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82829247},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260224082615.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/562546e8750df6f74961ad27a8807754/neo4j-cypher-language-support-0.0.0-canary-20260224082615.tgz","_integrity":"sha512-Tm1cZOnhoGzFRId63vLtYDRbULxksULCGiAVZkauLKXwsCJ1vVw+cWiw9pc8x3+kZ9f1Rr5yTc5H3Re3kf/2yg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260224082615_1771921671177_0.4290239547879249","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260224112813":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260224112813","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260224112813","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c15a1f60773859edbb713392222cb899529715b3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260224112813.tgz","fileCount":340,"integrity":"sha512-TR4BNPBLpVoaVfML6Akz2GB/3MX5Bv2i/1g+bdtr3iGItZ7hQkiTgqmm/JlTDJYe81oZUCU7Kddzk/1w8OFeHw==","signatures":[{"sig":"MEUCIHHAoBRDXO+T2uJ6dkquORY5uy5I/ffsLPw4hzvLEYLpAiEAtrcLzPRA/ipsvT1kXjcl/wB5Ztp3OzAnxwrRTNwp6Eg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260224112813","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":82829247},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260224112813.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/815777c94936b039db405494d3a5cf38/neo4j-cypher-language-support-0.0.0-canary-20260224112813.tgz","_integrity":"sha512-TR4BNPBLpVoaVfML6Akz2GB/3MX5Bv2i/1g+bdtr3iGItZ7hQkiTgqmm/JlTDJYe81oZUCU7Kddzk/1w8OFeHw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.6.2","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260224112813_1771932589087_0.320169780959499","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260226082812":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260226082812","keywords":["neo4j","cypher","autocompletion","linting","highlighting","formatting"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260226082812","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"07b7195bfaf2ceb1e89c3aceac73f4e9f2b6f96b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260226082812.tgz","fileCount":340,"integrity":"sha512-751GjSGPCWaToiWc58mqpPZ41HsRiNys4QJ9Ua82R2KY7NrquBlkE1crjlpbAw+je0H0cqpxjTmO1T3Cq0aJOw==","signatures":[{"sig":"MEUCIQDa+rS9fk4wzZa5M5RzloMUTSv3ZGECuNLWUZj7Ofl/IAIgTR5FfoIdvcnVBmAcWBaKw2OiE7NVytPN+pmbXg1Lc2w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260226082812","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83077008},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260226082812.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e55cffda7d72cd36d708ed34d09ffae8/neo4j-cypher-language-support-0.0.0-canary-20260226082812.tgz","_integrity":"sha512-751GjSGPCWaToiWc58mqpPZ41HsRiNys4QJ9Ua82R2KY7NrquBlkE1crjlpbAw+je0H0cqpxjTmO1T3Cq0aJOw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.8.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260226082812_1772094596178_0.8617690453876248","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260227152653":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260227152653","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260227152653","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4e94f9ddd420e0d6a31072ecdb5bc070ed681543","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260227152653.tgz","fileCount":340,"integrity":"sha512-Zrp9Kmp1OKQfMIcTEtLcgMRplvnJtTZiz1WtwFejXf2kbB+kXazEjfv8RXsqAYHjcNwaD3Tuv4/7lqOLpr+Wjw==","signatures":[{"sig":"MEUCIHLj+YxffTZVs8Rr4NyPgd6ZSWSw2/aFv681mSeAaW5FAiEA0kTlxMvG/3ApC50cdwY3/82m6veRt64rJimqs5a7ygo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260227152653","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83077022},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260227152653.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/400b7c99024d6fc446aa59d4b7a1a617/neo4j-cypher-language-support-0.0.0-canary-20260227152653.tgz","_integrity":"sha512-Zrp9Kmp1OKQfMIcTEtLcgMRplvnJtTZiz1WtwFejXf2kbB+kXazEjfv8RXsqAYHjcNwaD3Tuv4/7lqOLpr+Wjw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.8.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260227152653_1772206117679_0.6281943855248873","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260227160507":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260227160507","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260227160507","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"0b337c93d3fc4a113848837efc50c703e5178aa4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260227160507.tgz","fileCount":340,"integrity":"sha512-dn9ewA5Zmv6Rwn74UulwXcwzwfWLhet9l3TRYDn04mwH/cNjHqvY1lMxJVs4g91hUAGsYKTPB53YzUFHYL5W4A==","signatures":[{"sig":"MEUCIEPN0FO3IwOuQsqN0MOm9D2Rm5WDvJNEyL93LSzbJysJAiEAtIeFCPo/deSA2QQ+uRmECqaNhnUVYLXIzPMwTcBkSps=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260227160507","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83077084},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260227160507.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/d8f7ee03177e3a265374a7cad0b77535/neo4j-cypher-language-support-0.0.0-canary-20260227160507.tgz","_integrity":"sha512-dn9ewA5Zmv6Rwn74UulwXcwzwfWLhet9l3TRYDn04mwH/cNjHqvY1lMxJVs4g91hUAGsYKTPB53YzUFHYL5W4A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.8.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.13.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260227160507_1772208406881_0.5998227890789274","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260305155553":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260305155553","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260305155553","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"800a4c67f28de7ed2cc7e2d36d616aaab60c7220","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260305155553.tgz","fileCount":340,"integrity":"sha512-crijeDBK3ESlFtzJh8WS7xSOFgnBYJJvgMUunBd4mc04DwdY9xHB0mE54JpXf9dNOJJfGXJrYnchCw2Wtp5Jqg==","signatures":[{"sig":"MEYCIQCXkGPtqgainNgjaaNC8ro07/2DUfN+/hJ40wjCtWD9xwIhAKOAztqk0rzFd9ZudMr01cSRYBG1aGQK++bPE3VyLtYR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260305155553","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83095656},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260305155553.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/d5fcd9df3329ba90798df84a6d91103c/neo4j-cypher-language-support-0.0.0-canary-20260305155553.tgz","_integrity":"sha512-crijeDBK3ESlFtzJh8WS7xSOFgnBYJJvgMUunBd4mc04DwdY9xHB0mE54JpXf9dNOJJfGXJrYnchCw2Wtp5Jqg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260305155553_1772726244189_0.9349905015188769","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260306130124":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260306130124","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260306130124","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4b3af755500715da156d9ce1954fcfc5919cfd2d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260306130124.tgz","fileCount":340,"integrity":"sha512-nSrtJ92Qv38Ghd1lo+oxOhPUmSowLfYRb99qN0+zQu7UaqGM9YKUFypOa8/nkCXIp9Mx/GrtZWyO8vf3O/dZ1w==","signatures":[{"sig":"MEUCIFvvfsHGC8lP2HKLnqU54ZF9C1pZDOhEBg/gE+RYy/O/AiEAomlKgfzcSWYMm69bKiHbb6XeeJXFWJ/K0zQm2//ALdE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260306130124","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83146046},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260306130124.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e252761c9d20089f36f44a469f2ebe25/neo4j-cypher-language-support-0.0.0-canary-20260306130124.tgz","_integrity":"sha512-nSrtJ92Qv38Ghd1lo+oxOhPUmSowLfYRb99qN0+zQu7UaqGM9YKUFypOa8/nkCXIp9Mx/GrtZWyO8vf3O/dZ1w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260306130124_1772802178443_0.3883799601396605","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.30":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.30","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.30","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"bd022e42af689458fca0a46fd6e8da3034012fcc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.30.tgz","fileCount":340,"integrity":"sha512-yBEDagZogqeiX/HhOwv2d76cIRx3f0KjlTech9Xf3HPAEAythgad5V3AtjjQ6tnyuvtm0ZzvSUfVsala5zu22g==","signatures":[{"sig":"MEUCIQCam5nuJm2HuvAka8n7PUvpn0eLcyAqe8chegXfJdTKrwIgHFc8PfYRTK+Nhfnnirw5QWaSru6aIV9+jZol3uWHsXQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@2.0.0-next.30","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83141452},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.30.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/3276b0f0f2b84a8398f80edba721f995/neo4j-cypher-language-support-2.0.0-next.30.tgz","_integrity":"sha512-yBEDagZogqeiX/HhOwv2d76cIRx3f0KjlTech9Xf3HPAEAythgad5V3AtjjQ6tnyuvtm0ZzvSUfVsala5zu22g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.30_1772809217926_0.16673991229138663","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260306150113":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260306150113","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260306150113","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"9fdeb8a8a4c01898a5bd3c94c5d83bc82efd817d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260306150113.tgz","fileCount":340,"integrity":"sha512-kxorwReU9jHapc4LJndDpTixEeQts7u8/J8KzR17+b3OqQXF5Nq27ELday0R7bZTIz05otFYoIiY4lsrzN9qMQ==","signatures":[{"sig":"MEUCIECzoC9aSueBsMGL5r8WoRWZu6xsEHTFHVvop0jzuwPEAiEAtClfdIv6B1+qtqEP8voA0/DsRbcwAcN7yklw7kx8MsQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260306150113","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83146239},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260306150113.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e881d13c83fcad18428ba00aaaaf2ad1/neo4j-cypher-language-support-0.0.0-canary-20260306150113.tgz","_integrity":"sha512-kxorwReU9jHapc4LJndDpTixEeQts7u8/J8KzR17+b3OqQXF5Nq27ELday0R7bZTIz05otFYoIiY4lsrzN9qMQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260306150113_1772809401300_0.5754548736071587","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260310100751":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260310100751","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260310100751","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"888deb357cf95568f521df62af66d8a055876508","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260310100751.tgz","fileCount":340,"integrity":"sha512-Cwby3+TorE7w/7PBKI8H5jkiIrAb1/VhIwGK3NuUMbpEz05cPaVMzGyS98BYIy2KinSmtLwpl/ylUcCrVZquwA==","signatures":[{"sig":"MEQCIBQpeDYt1VYJiuXcngN8oAnmGMPLvMEGoa81nCi3eeVLAiBfaeSRZLtdZhPCDK9OXRmAUV6RWOArYhX9V+mWSlEmrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260310100751","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83146239},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260310100751.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/fd760da34740e756c1250b4e0208bfaa/neo4j-cypher-language-support-0.0.0-canary-20260310100751.tgz","_integrity":"sha512-Cwby3+TorE7w/7PBKI8H5jkiIrAb1/VhIwGK3NuUMbpEz05cPaVMzGyS98BYIy2KinSmtLwpl/ylUcCrVZquwA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260310100751_1773137360545_0.31320101939074285","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260311031042":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260311031042","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260311031042","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"37c6f8f0ae09d62a28eb1d32729517374c5e1788","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260311031042.tgz","fileCount":340,"integrity":"sha512-XN3zjcjldIaZNYWazkQ2cEdpWpWAOKLMHq8Oo+GQQlVdkncr6ZwLXxpWgjpWa6IS2C2jOANCkD7gaIcAeQjfpA==","signatures":[{"sig":"MEUCIQDe5NOPEliSx4OHl0jcKV4/yKvOwGdJe75mYIm1GeQiNQIgBWf6clnnYu/7T2ywk5XSps4bcyf4WVLCgS0ThSiG7iE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260311031042","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83146239},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260311031042.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/fbdf2a61ff01f89a89e7fdc8ceec2691/neo4j-cypher-language-support-0.0.0-canary-20260311031042.tgz","_integrity":"sha512-XN3zjcjldIaZNYWazkQ2cEdpWpWAOKLMHq8Oo+GQQlVdkncr6ZwLXxpWgjpWa6IS2C2jOANCkD7gaIcAeQjfpA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260311031042_1773198728134_0.6320755099971216","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260319143056":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260319143056","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260319143056","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"16621c794e1cff1146a7eb5428610dfec0476f10","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260319143056.tgz","fileCount":340,"integrity":"sha512-RvUNARDC1TToXYlCzOCTJBN2zR3GTOTdiTk64In8yMJPEfOKUoOq0CGLFkSdbXQo6NjFTefVo48ATGd5BuXifw==","signatures":[{"sig":"MEYCIQCETyw57VGcYiwkvBdPRqD0hNuudgugnCn5xXab6uu5dAIhAOLd3pVPXAxHSA+sZWtEdcRrbve9MIqTrlTke4Pnh8YC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260319143056","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83146239},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260319143056.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/d67875bc2e580865faf1bf0fbf05fde2/neo4j-cypher-language-support-0.0.0-canary-20260319143056.tgz","_integrity":"sha512-RvUNARDC1TToXYlCzOCTJBN2zR3GTOTdiTk64In8yMJPEfOKUoOq0CGLFkSdbXQo6NjFTefVo48ATGd5BuXifw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260319143056_1773930748941_0.33472968858386687","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260320031351":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260320031351","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260320031351","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"8e9d9880214e88fb227fbbd926e18e370153f996","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260320031351.tgz","fileCount":340,"integrity":"sha512-+QxdWJ5rAqB/7OIsHzNSh6JRTC7TyzEfnquwkJJS3xg6x1uPxn8UTqETKGeY4rRV/gy/pq2A9A6FFv+l/QTvsw==","signatures":[{"sig":"MEUCIQCps6FwrJizpcNUkB+wW/GocZvqtHrnwUfJMh27qn1bbQIgQknCerfPRttInL+rowXbMUhU3rkLQRqPH4NakaWN2L8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260320031351","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83146239},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260320031351.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/21fcce89b2b11a3eea27129f505c3a51/neo4j-cypher-language-support-0.0.0-canary-20260320031351.tgz","_integrity":"sha512-+QxdWJ5rAqB/7OIsHzNSh6JRTC7TyzEfnquwkJJS3xg6x1uPxn8UTqETKGeY4rRV/gy/pq2A9A6FFv+l/QTvsw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260320031351_1773976519928_0.32259189040806824","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260323164231":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260323164231","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260323164231","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"9a9080718e08fa7e167bc28c509ddf4f90c2a3a7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260323164231.tgz","fileCount":340,"integrity":"sha512-HjcM2sWyT2b7JSthkrSWnch9c6zQJNNAhcdYqc7gJSWHE7vuFh4fgnOrJ3JQn+ghWuzttLLedBMs0trsnIQNgQ==","signatures":[{"sig":"MEYCIQDx86dz95nN0CEVxga6v3R/OeD8rkGsusV5BPhO2q4/BAIhAIRQ0ez7G/kXEQn4IWYi9WM9xtzSBawcuIicsjjJIiLm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260323164231","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83146239},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260323164231.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/020f83347a68159de0633d7e1c8607fa/neo4j-cypher-language-support-0.0.0-canary-20260323164231.tgz","_integrity":"sha512-HjcM2sWyT2b7JSthkrSWnch9c6zQJNNAhcdYqc7gJSWHE7vuFh4fgnOrJ3JQn+ghWuzttLLedBMs0trsnIQNgQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260323164231_1774284243608_0.6402263340695891","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260330082850":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260330082850","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260330082850","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b907fb9970c99cc80812d8e45374e8f7cf84bbba","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260330082850.tgz","fileCount":340,"integrity":"sha512-y1FonYfUYjVir2ABbTKu5YspWkKtH/3QwSnlyIbpgClvbPEz1S5n6zyGQLoAJ+JkcUd8gLETj2ItH9493lTxSg==","signatures":[{"sig":"MEYCIQCZ4dUF7WQhoVPQ2xBbmGMjW6ps0CeZ57Cvaca8MBzvvwIhAOY2uKP0hF4FpgFLQ1x4eVF8sVX7qjRReWzwDUIkkxz2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260330082850","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83146395},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260330082850.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/5d20d5a5e814fba32fc8e4e1347cd0c8/neo4j-cypher-language-support-0.0.0-canary-20260330082850.tgz","_integrity":"sha512-y1FonYfUYjVir2ABbTKu5YspWkKtH/3QwSnlyIbpgClvbPEz1S5n6zyGQLoAJ+JkcUd8gLETj2ItH9493lTxSg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260330082850_1774859430093_0.1587478290526827","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260330083627":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260330083627","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260330083627","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"54524df1747fac7649b72bc61b76c2725f8108f4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260330083627.tgz","fileCount":340,"integrity":"sha512-Ud+pNBrjQH0awfQmNuxi277rPiTay1gniXVGwQGaFxjrfKw85uV/7QDpRHP/FGiNelIKY8RclAKLWm5RCe0vrg==","signatures":[{"sig":"MEUCIQDIbJxdjvW0C6viVS+ekRhUsUWcc1qe4qNHiosETNQ4UgIgfc/ioFdWTYMxcLUSLWCkcZVPXg1b399AHZal3pwYl4k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260330083627","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83146395},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260330083627.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e92864286549a5d34a5be3c3e588118c/neo4j-cypher-language-support-0.0.0-canary-20260330083627.tgz","_integrity":"sha512-Ud+pNBrjQH0awfQmNuxi277rPiTay1gniXVGwQGaFxjrfKw85uV/7QDpRHP/FGiNelIKY8RclAKLWm5RCe0vrg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260330083627_1774859880227_0.24701598006720205","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260331085902":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260331085902","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260331085902","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"2c68a8e284b6028e0443142361df276b661cfab9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260331085902.tgz","fileCount":340,"integrity":"sha512-+OPmSw3Ay/3yn2wMZMHV3fOBz0V8yRCrrCNoOQoCfkJnwJEZ8x5Qy7BzUQ7gUsB4ihXktrlHU+dmCvY3vx4XSQ==","signatures":[{"sig":"MEYCIQDumA6gzLPBa7JU8MhPzjLoS1OZVPrO7cWN6cxobs3q0QIhAOpAn3HgQwrvlqaBdzAO8cQxCg4hFDRKt92ybXnIlwWt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260331085902","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83152002},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260331085902.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/243417ff882d921354d71a1a24e513ae/neo4j-cypher-language-support-0.0.0-canary-20260331085902.tgz","_integrity":"sha512-+OPmSw3Ay/3yn2wMZMHV3fOBz0V8yRCrrCNoOQoCfkJnwJEZ8x5Qy7BzUQ7gUsB4ihXktrlHU+dmCvY3vx4XSQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260331085902_1774947637700_0.894925023246345","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260401124945":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260401124945","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260401124945","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c17d71bfccefc34e4c67d6dd69b844f0d8677e74","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260401124945.tgz","fileCount":340,"integrity":"sha512-koOmdpbhMzt2oEpVZ7K1NpHDiKR+G5XjbwB1c7XpuVrrqDmNsD+P9vkq6W7NPvPqZ7cdxZVh1U2fGSvWC5lj8A==","signatures":[{"sig":"MEUCIF6KxeuztXiIoMmoT5FmCc4YvUKaISF5d03vDPjTFgQZAiEAkB/swLR6+9aCw4TOZ/gBO40UbER8JhZPXEbgH73Onqk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260401124945","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83152002},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260401124945.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/88a34ec2ae3b945ca0636ad57c8f2f83/neo4j-cypher-language-support-0.0.0-canary-20260401124945.tgz","_integrity":"sha512-koOmdpbhMzt2oEpVZ7K1NpHDiKR+G5XjbwB1c7XpuVrrqDmNsD+P9vkq6W7NPvPqZ7cdxZVh1U2fGSvWC5lj8A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260401124945_1775047890315_0.37725595070556284","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260402120342":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260402120342","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260402120342","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"a427cae6336ead1f5632fc33ae7f20bc7d4a981d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260402120342.tgz","fileCount":340,"integrity":"sha512-hYnGxh99sV3Y4W2sdFa/XpMFhJv912XLEnwvVfDdJvDFABAb5DokK6xbEfH3ime31VnIajjrc2ri/PR8tycxoA==","signatures":[{"sig":"MEQCIC5QOM3rLW9RuhSIMmAQ9m+J7mbIV0MeOkep+Nj4naiGAiArYEMOBS4W8B3q4zMDYUnAfjYO2kerVxbPXAqZOPmXqg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260402120342","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83152002},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260402120342.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/4c3c6728ed7d9e79772dfebf420f9ac2/neo4j-cypher-language-support-0.0.0-canary-20260402120342.tgz","_integrity":"sha512-hYnGxh99sV3Y4W2sdFa/XpMFhJv912XLEnwvVfDdJvDFABAb5DokK6xbEfH3ime31VnIajjrc2ri/PR8tycxoA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.9.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260402120342_1775131524132_0.2520389557954896","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260402141906":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260402141906","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260402141906","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"db2aadfccb100efb658a501f8dbf84d5595e2953","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260402141906.tgz","fileCount":340,"integrity":"sha512-ogbGJCxMnZdzO8gicb2OPBu3RwkexlqRgTyouO4aOvt9EUc+Smj9QY2b1k6hvV5Q4DuoDLYcdHqkQBYJY3MmTg==","signatures":[{"sig":"MEUCIGBDnxoqUSE9aWFORaeCIygJ/XOtw+cFGwOci4GOy/sBAiEAgzCcfgDqCpCjV4IHo8z2BSfKGj5wOAkXEh/INorCNZ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260402141906","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83193321},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260402141906.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/c004632b46df74a20e664ed5df2a5010/neo4j-cypher-language-support-0.0.0-canary-20260402141906.tgz","_integrity":"sha512-ogbGJCxMnZdzO8gicb2OPBu3RwkexlqRgTyouO4aOvt9EUc+Smj9QY2b1k6hvV5Q4DuoDLYcdHqkQBYJY3MmTg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260402141906_1775139641230_0.06977279468632003","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260410032130":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260410032130","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260410032130","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ab3f81f1e6acc043ab9549682a7b1c71890a84e9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260410032130.tgz","fileCount":340,"integrity":"sha512-1PRxxdeegz7MdLUWt/ZOvcJHAOrPsIZ3g6vp/L0UQHs7Fxn0r/mJ774Xu5dvVan5bEiZOA5nAXrSzb0dz7VdmA==","signatures":[{"sig":"MEQCIDLB+GfSnCKBUSKlS8ATAs9FYIsXmdAs5sDKHhO0ysmwAiBi3eP7Mk5o6jDR/BLQqd3C0E1RCGc2siLxYBCYR6zAdg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260410032130","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83193321},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260410032130.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/03b2ff617a3bd4ed645fa3b74825f048/neo4j-cypher-language-support-0.0.0-canary-20260410032130.tgz","_integrity":"sha512-1PRxxdeegz7MdLUWt/ZOvcJHAOrPsIZ3g6vp/L0UQHs7Fxn0r/mJ774Xu5dvVan5bEiZOA5nAXrSzb0dz7VdmA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260410032130_1775791392904_0.1892907407155049","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260410083634":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260410083634","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260410083634","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"86624b0e5a052e817f780b0398ddf6b474458d2d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260410083634.tgz","fileCount":340,"integrity":"sha512-WP+xvliy2Nf2MwL9FUh5WG2iyDMZyWZ4TFExCCBQg129KAbFK0XCjf1/SvKpgtAE5zsEVJ2/MskPyl6oFNkbKw==","signatures":[{"sig":"MEQCIHRiQ6t9GJ/xLk/Gpz3yaJEiX9FtHT3m/xISDGAuU30lAiBph0+zsFO/KOJsmw+E/dZWrKr5mZ6F9xZTV4sZHDMHqA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260410083634","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83468379},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260410083634.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/1c097e704148a154216f61204b9a45b9/neo4j-cypher-language-support-0.0.0-canary-20260410083634.tgz","_integrity":"sha512-WP+xvliy2Nf2MwL9FUh5WG2iyDMZyWZ4TFExCCBQg129KAbFK0XCjf1/SvKpgtAE5zsEVJ2/MskPyl6oFNkbKw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260410083634_1775810298151_0.48486415995178267","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260413032136":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260413032136","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260413032136","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"09b7d13feecb56e7941c797b046153cabeee8f91","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260413032136.tgz","fileCount":340,"integrity":"sha512-mZUnt+bjCih4f7yFkl5cEjIO7ggqNwrjW77wONw3SY1G9CgnsAbj2tr9Q6qXQsmGSQME3U+y/EIPhAqv0H0URA==","signatures":[{"sig":"MEQCIC23ijwrqsu/aePpo2njy6AzXrx+g3lI4bO79hz0oPmcAiBuDIYpZHKWWnnhRz5WwOcvdYaTk8T4hWE+T6RnMXuyMA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260413032136","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83468379},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260413032136.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/b748a661cf9b685d54e0e4d50e461b2b/neo4j-cypher-language-support-0.0.0-canary-20260413032136.tgz","_integrity":"sha512-mZUnt+bjCih4f7yFkl5cEjIO7ggqNwrjW77wONw3SY1G9CgnsAbj2tr9Q6qXQsmGSQME3U+y/EIPhAqv0H0URA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260413032136_1776050600880_0.6783087497073441","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260414031947":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260414031947","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260414031947","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"06d8a033c141554f9f10f7de0d5b4416ced72cc4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260414031947.tgz","fileCount":340,"integrity":"sha512-BjTxVXgbk4DqSYDAV+TA657f1PZO1KPLykCG3ZvwNxHFafuvO+YvFfbGD3BY7gltzStNRPdKQYyNsFWlhu6nCw==","signatures":[{"sig":"MEQCICSJ+l/cJZJzovlziFEc8pq/TCx92W2zUc5AyDXJeOCoAiAWsbWh+qs4j6vkCie+TFCvftTL1FrmkwINNszHU2j/yg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260414031947","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83468379},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260414031947.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/2298ba1a1934cc95d01eabaafcc2ffaf/neo4j-cypher-language-support-0.0.0-canary-20260414031947.tgz","_integrity":"sha512-BjTxVXgbk4DqSYDAV+TA657f1PZO1KPLykCG3ZvwNxHFafuvO+YvFfbGD3BY7gltzStNRPdKQYyNsFWlhu6nCw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260414031947_1776136891136_0.38946963504718846","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260414083927":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260414083927","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260414083927","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c1ba78aaf7dc193314e64613f7021f807521407a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260414083927.tgz","fileCount":340,"integrity":"sha512-0zAYE2wOGFVMtxOo5/dMBoDJgLA1g6Qcw2hfr3ixARO2p3um1UWd4FvbXru52A+trNAQL0ZNJSSE1GNGRWe9+Q==","signatures":[{"sig":"MEQCIFopepFmwVpPaWEBDnkUNj1jAnUr90EEQQgdtT9CDJvmAiBstIfLdZXQwiBEe2uHrAH32lO0Mdaw74qG0UrwUYV06w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260414083927","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83489831},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260414083927.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/b4ec2532c8fcc1c7afdb304c151079e4/neo4j-cypher-language-support-0.0.0-canary-20260414083927.tgz","_integrity":"sha512-0zAYE2wOGFVMtxOo5/dMBoDJgLA1g6Qcw2hfr3ixARO2p3um1UWd4FvbXru52A+trNAQL0ZNJSSE1GNGRWe9+Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260414083927_1776156061901_0.9775911699544995","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260415032046":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260415032046","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260415032046","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3f8958768a783a30681aff1944998e5fff356f86","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260415032046.tgz","fileCount":340,"integrity":"sha512-1Jlo7PiWm9Xv6QkCzxRUie0/ToqCAGueM8/0wgOze6QsQ7bANEyv3ArA4gz+HSu2qb+g/5fKvFHLj9V94FJTmg==","signatures":[{"sig":"MEUCIGJ5Wcpzyy++VN54dU036q48VLRk29tFm5/1sKocfg1fAiEA+/ZhGyqrv3qRWghyziAu0lSmibLS5sV7A1XbKc0hm5c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260415032046","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83489831},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260415032046.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/d4a61e1b97cfa3c1d226f3bfd7df9f05/neo4j-cypher-language-support-0.0.0-canary-20260415032046.tgz","_integrity":"sha512-1Jlo7PiWm9Xv6QkCzxRUie0/ToqCAGueM8/0wgOze6QsQ7bANEyv3ArA4gz+HSu2qb+g/5fKvFHLj9V94FJTmg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260415032046_1776223350504_0.7482014655876146","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260422032027":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260422032027","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260422032027","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e26586f7040d747ca0b9521a728f5245c8640e56","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260422032027.tgz","fileCount":340,"integrity":"sha512-jvwMI/unNn6cHiSwkspwWJPzS6V5HrPIp4vShSaFzPpziY6axwcylOYufIGdA/uf376VW45qdlbHGLYQBGKHCQ==","signatures":[{"sig":"MEQCIGGUmpIGpC9h1FOH1OMeGGfWNpDguN+GG9EgXWH8Rof/AiAg0pozgIgb9XM8rhc+EkkbsdNJOcQbCdlraGUkHH4vTg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260422032027","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83489831},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260422032027.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/7fd4ca0cd06031f053c152aa1c5e4838/neo4j-cypher-language-support-0.0.0-canary-20260422032027.tgz","_integrity":"sha512-jvwMI/unNn6cHiSwkspwWJPzS6V5HrPIp4vShSaFzPpziY6axwcylOYufIGdA/uf376VW45qdlbHGLYQBGKHCQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260422032027_1776828151171_0.33155465369883497","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.31":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.31","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.31","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"9fb0b0972bc155ac2bdd6a3e2e6074c17aa5178b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.31.tgz","fileCount":340,"integrity":"sha512-KKSky/WVEW5W4fEoo1Z9lChnVHKdMROE34Se8LsHJgoqmhU7Wwgr2/zpHgBTeSSkDd/SbrFAZsTL/E5ZKvDMAA==","signatures":[{"sig":"MEUCIDChmtkiWPvmSiz3IG6Do5k+KjCT5GuYvjuC1k0s5qoNAiEA9wTYMJ4BZ8JBlfciBx9RtWFnu5WdAdJDlxkVHm2gbVA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@2.0.0-next.31","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83485082},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.31.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/c9448ba01797610f497d749ecaffa6eb/neo4j-cypher-language-support-2.0.0-next.31.tgz","_integrity":"sha512-KKSky/WVEW5W4fEoo1Z9lChnVHKdMROE34Se8LsHJgoqmhU7Wwgr2/zpHgBTeSSkDd/SbrFAZsTL/E5ZKvDMAA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.31_1776950143925_0.3321598092671181","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260423131634":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260423131634","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260423131634","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"bf5f877072c9d5c44b0d2c2d0d5a07649cb0dd6b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260423131634.tgz","fileCount":340,"integrity":"sha512-0cln1QHSj8rJkl3IKaIQBbQXLpDah3lm2EAJQXiJ8tjFkGZ71ZiG0m0AAdwMhaS0C241pC/TzQVyd8NAijNExA==","signatures":[{"sig":"MEUCIHsv6WgZ9W3N4605SnNi7c3BoColpg9Vo9c3Bqh1cz0GAiEAo7gk7CAMdUHe6q9i84GGAj+GJhhj5bbxBs4OiaxzXT4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260423131634","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83490823},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260423131634.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/88f42db6ca09c91849419e302662033b/neo4j-cypher-language-support-0.0.0-canary-20260423131634.tgz","_integrity":"sha512-0cln1QHSj8rJkl3IKaIQBbQXLpDah3lm2EAJQXiJ8tjFkGZ71ZiG0m0AAdwMhaS0C241pC/TzQVyd8NAijNExA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260423131634_1776950317678_0.6750694054618065","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260424032050":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260424032050","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260424032050","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3f3796c8593fa3faf051043d6f2f648f4af5dfaa","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260424032050.tgz","fileCount":340,"integrity":"sha512-ShQY932wwMBSTp9i9bxT/3RMilNJX6EoKx2SlRcK/yxukZ1bcnpBJRwvLAj2un1Zrmdh85luJjZ0fZeU0X5KAQ==","signatures":[{"sig":"MEQCIFCyJS+1gu4+F0xO7h0LcR0FI9GkWbtk3ShYd7YGCORQAiBQSoFV6GH6IOVWpDHQUekxd/mFkrcO6/qQjS4ss6tn9Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260424032050","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83490823},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260424032050.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/98413e9d142e31a497d960fb3ed331cc/neo4j-cypher-language-support-0.0.0-canary-20260424032050.tgz","_integrity":"sha512-ShQY932wwMBSTp9i9bxT/3RMilNJX6EoKx2SlRcK/yxukZ1bcnpBJRwvLAj2un1Zrmdh85luJjZ0fZeU0X5KAQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260424032050_1777000972511_0.44951887373003907","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260507091010":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260507091010","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260507091010","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"f907adfff640197dfe6fe32c95f2abdd10958a69","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260507091010.tgz","fileCount":340,"integrity":"sha512-1XFL9V/VsTyGXy/iBZ7TzFQ79BjTMkUob36y8mvZDyz7uicmcIPldo2Q3qxBrxD6Od/0Am0dSAcfg8hGYg0BTw==","signatures":[{"sig":"MEUCIQCMnhk9baF9/bzZLSAjy+1vSHAm83R7hfOp1Zql8ulzvAIgT4BHGUjp8i/qcaGO+5UoUn5tjEE9VCCV8dKwUr2hxeQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260507091010","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83630780},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260507091010.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/ed3be521fdf6f44d4112dcbb836ece03/neo4j-cypher-language-support-0.0.0-canary-20260507091010.tgz","_integrity":"sha512-1XFL9V/VsTyGXy/iBZ7TzFQ79BjTMkUob36y8mvZDyz7uicmcIPldo2Q3qxBrxD6Od/0Am0dSAcfg8hGYg0BTw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260507091010_1778145142327_0.7614614484249111","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260508032211":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260508032211","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260508032211","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ce2b2809eb9d759d3b9c17a7f2b10ef9da94c5b3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260508032211.tgz","fileCount":340,"integrity":"sha512-XYqBe9eW798bPkK6zXm0aE4Uze0iZ0kKCFzn3PPYfUxmKoY77UffbZjwZwDqakwPETSh6KNa4vjPhjU4Ju22gA==","signatures":[{"sig":"MEUCIQC4h+KUCL/uNI/EjIJeT79JC6ujktfjSfJgnKrVSn2USQIgPN0hWe1FutT9M1zbHfisXzg2y+I/0+bp5Z4x8v/y5JU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260508032211","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83630780},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260508032211.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/72290e1d9ec968e09f08daa3281888f7/neo4j-cypher-language-support-0.0.0-canary-20260508032211.tgz","_integrity":"sha512-XYqBe9eW798bPkK6zXm0aE4Uze0iZ0kKCFzn3PPYfUxmKoY77UffbZjwZwDqakwPETSh6KNa4vjPhjU4Ju22gA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260508032211_1778210658365_0.4160601262497585","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260511160255":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260511160255","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260511160255","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"fc197766017329eb37dcb5e465716fb1b8eabf3d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260511160255.tgz","fileCount":340,"integrity":"sha512-xsJ2IUjxGDGoW1xl48LM53fSlFNEn0T40BGlU57cI3tA2ymgRZqi4o0JR0YTYScm7Eon6CKJkXImBb/QtyH1ww==","signatures":[{"sig":"MEUCIB3wMLRq0HKJPera5OoiL1rgGLL2cX/Ugl7u5Mfa0dmaAiEAwSpXSNWoEQ8Z5zJ7rt8ouG11Q2leOIh44xqFA0D1aSA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260511160255","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83814661},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260511160255.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/2922f289bb6aea3410b5f79f01ee8093/neo4j-cypher-language-support-0.0.0-canary-20260511160255.tgz","_integrity":"sha512-xsJ2IUjxGDGoW1xl48LM53fSlFNEn0T40BGlU57cI3tA2ymgRZqi4o0JR0YTYScm7Eon6CKJkXImBb/QtyH1ww==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.11.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260511160255_1778515507386_0.8940133457511414","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.32":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.32","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.32","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"8fd5d32b8078d5361394a65db2cf73b9ee8ed842","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.32.tgz","fileCount":340,"integrity":"sha512-Q93EFB8mS25dDLiRmU6R8I2u0fJ9zlFni99/i9ekJ4OjDKBv0FLYgfplH9N+wRRdH+xBzBi0zdviXRBMM+euiA==","signatures":[{"sig":"MEQCIFUxfwHehziCHrdjOBJd4PmmdgYXjFkhvKokUn4opHBRAiALsvH3FrdBEaTs0OMQOaWn4DYleSKWmxf/p0i1dz5fJw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@2.0.0-next.32","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83808958},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.32.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/8ff8c7bbff6f67a539eba6fa3f5fb60d/neo4j-cypher-language-support-2.0.0-next.32.tgz","_integrity":"sha512-Q93EFB8mS25dDLiRmU6R8I2u0fJ9zlFni99/i9ekJ4OjDKBv0FLYgfplH9N+wRRdH+xBzBi0zdviXRBMM+euiA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.32_1779095449428_0.04330943735941273","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260518091148":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260518091148","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260518091148","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"cf297d7c8200ead9620087e12ce82e4610b2a9e8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260518091148.tgz","fileCount":340,"integrity":"sha512-JzVjSXIZ0fKwgaPzx1Eaw9+Q5RmJq0Q6luOCsmZKtSvBmYIGWOpUNmKcYTyvmVmyhLKcCofTNih8wGMkSmY2jQ==","signatures":[{"sig":"MEUCIFsiOxDp9VzjrvBLDIstEAFEYzusH+dcAo8m0VAc++fUAiEA6qgavTnabiT5nt5+9hMlfRpyHA6jyh6S+0tIbfbUtIw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260518091148","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83814956},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260518091148.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/65334c8ac81e3fdfcb61b9948aa19a09/neo4j-cypher-language-support-0.0.0-canary-20260518091148.tgz","_integrity":"sha512-JzVjSXIZ0fKwgaPzx1Eaw9+Q5RmJq0Q6luOCsmZKtSvBmYIGWOpUNmKcYTyvmVmyhLKcCofTNih8wGMkSmY2jQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260518091148_1779095644576_0.4026465193364226","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260525121710":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260525121710","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260525121710","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3fc67544f5585a5e7982ea9544320dd59be7dff4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260525121710.tgz","fileCount":340,"integrity":"sha512-TEclQK5FVpOrshkWS8tN3ARfnHsKeCbEzsjnY4eyhJNbBjX/DAQKNopMtrc5rtzjfG0LEr/0J0r9Y17JSvvung==","signatures":[{"sig":"MEUCIQDuK+AJ5cBK1XXgSlL6lyicEtuGMoIU9bXO7WHbL7u/6QIgJgRBJJpUT/r4uYwyxg4wEV1HZjkZ8bXYV9fSX3OH6jc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260525121710","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83814956},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260525121710.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/03a7b6b67bc473e9babf917aeaa86353/neo4j-cypher-language-support-0.0.0-canary-20260525121710.tgz","_integrity":"sha512-TEclQK5FVpOrshkWS8tN3ARfnHsKeCbEzsjnY4eyhJNbBjX/DAQKNopMtrc5rtzjfG0LEr/0J0r9Y17JSvvung==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260525121710_1779711559882_0.16313239002840096","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260527115545":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260527115545","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260527115545","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"7b26e963120e3a80d148af0d7b8ee1b79ccc3607","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260527115545.tgz","fileCount":347,"integrity":"sha512-X6FkcKhEYNQR5tNgZDjVDqc/IJvfB3YnI7JVZ1dJkABIRA8WbqNErsszCPchkh6Z9vQsLBuf9qH4I0FEP4f48A==","signatures":[{"sig":"MEQCIBmPGwXieNSQrpsX7dX+HzyGhOtHUxXLl+4dpC1wq55qAiB9bEMyua7aXYV7+NWBthw7+fNq6xMHA3/9iMWSexe+cg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260527115545","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83907673},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260527115545.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/bb3b7b8b0249a99b3815141ce9c150d6/neo4j-cypher-language-support-0.0.0-canary-20260527115545.tgz","_integrity":"sha512-X6FkcKhEYNQR5tNgZDjVDqc/IJvfB3YnI7JVZ1dJkABIRA8WbqNErsszCPchkh6Z9vQsLBuf9qH4I0FEP4f48A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260527115545_1779883838603_0.8240744154800277","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260528095551":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260528095551","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260528095551","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"286197bbf565f25f53eab30262f8fcf89beeba50","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260528095551.tgz","fileCount":347,"integrity":"sha512-TN5dmDdk1Q7YXGwdMeu9y0e124ge1BIvJipgbJbIO0s36O0NIxYvqm0alcI+z0rI13oCsGG2GGxop0btq29IEQ==","signatures":[{"sig":"MEUCIGL6kyvqkx5pmvTWqz3hZON2rPoQCnHbq65OunjEEvHIAiEA9X/q/7gWUHBc1PKZaqHSrSlLt+OoDGyhrLmSHMOcRr4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260528095551","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83907673},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260528095551.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/223c77efd8d587ef93a15a4defd4b4fd/neo4j-cypher-language-support-0.0.0-canary-20260528095551.tgz","_integrity":"sha512-TN5dmDdk1Q7YXGwdMeu9y0e124ge1BIvJipgbJbIO0s36O0NIxYvqm0alcI+z0rI13oCsGG2GGxop0btq29IEQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.13.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260528095551_1779962285964_0.5131740734076429","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260601035012":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260601035012","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260601035012","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b53518273ef44c5a5eac07f570047527fcd4e0c9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260601035012.tgz","fileCount":347,"integrity":"sha512-AibDE7Zjl0g9aHqyBXrYrFq6bGZIvCQVECx+XA7FmcYeD/BEO/+xf1hwKQqROQKulVSp4xFvJ1nU2C1EYChrVQ==","signatures":[{"sig":"MEYCIQCHRGS8y9ZOMKLCqmLxbjoNrA806MNPu0/hXPejzLVTAQIhAIOP7g3mv8VKoSHd7jn+50bytqTjuixmI7mgjc4ttury","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260601035012","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83907673},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260601035012.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/16313f055b21faf98c1d942240238c41/neo4j-cypher-language-support-0.0.0-canary-20260601035012.tgz","_integrity":"sha512-AibDE7Zjl0g9aHqyBXrYrFq6bGZIvCQVECx+XA7FmcYeD/BEO/+xf1hwKQqROQKulVSp4xFvJ1nU2C1EYChrVQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.13.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260601035012_1780285943301_0.2510144922385975","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260602034933":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260602034933","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260602034933","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"948f5f5e61bc200d093d94d73baa0193e19d857b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260602034933.tgz","fileCount":347,"integrity":"sha512-Z+vgd0E1ivKIR6LZEH0H7z8nxaoEtaWGkinHCwNWrgIlXVInm8ZQWPY+m9PXvsdJOjLbj7j9v0MxkO7KDjcRTA==","signatures":[{"sig":"MEUCIHfpxL3woOr1GT9O5scKgiYvp+ZXrlnBdIsvxEHVtI6+AiEAq4/dN7opKuIZHNniImVoksKq0WIidsaim5LGS6SYvnY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260602034933","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83907673},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260602034933.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/40d9c17a9cebec33c539214f29521d27/neo4j-cypher-language-support-0.0.0-canary-20260602034933.tgz","_integrity":"sha512-Z+vgd0E1ivKIR6LZEH0H7z8nxaoEtaWGkinHCwNWrgIlXVInm8ZQWPY+m9PXvsdJOjLbj7j9v0MxkO7KDjcRTA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.13.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.16.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260602034933_1780372297693_0.9537611635184773","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260602130810":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260602130810","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260602130810","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"04c643ba653a34cb11fab7f06170097600e53d18","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260602130810.tgz","fileCount":347,"integrity":"sha512-8jJg5tE3d0QWlHjEPmOpYvGj1RcbCxA2oHoXd3aNUG01ZJeQEfGE2vl4hNKh+iQf9YYdoNsAIoYhus4tZO9GPw==","signatures":[{"sig":"MEYCIQDSrq30R4ZawpJ2mOfmWmMeZG9ZY1SUXEk/urBLZ8EFRwIhAJl2jo7AY34SztRROpLR3X9zCW0j+IVLPWX3+VyLJSDV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260602130810","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83907673},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260602130810.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/b9eaa63455221a98e658e89a0cf5db86/neo4j-cypher-language-support-0.0.0-canary-20260602130810.tgz","_integrity":"sha512-8jJg5tE3d0QWlHjEPmOpYvGj1RcbCxA2oHoXd3aNUG01ZJeQEfGE2vl4hNKh+iQf9YYdoNsAIoYhus4tZO9GPw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260602130810_1780405815071_0.6129911523850229","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260603032656":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260603032656","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260603032656","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"342703f53a3565e3a49e37e636c129881fb43fe2","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260603032656.tgz","fileCount":347,"integrity":"sha512-Twh6FBeQCl4eS/yPZaMZ31+suUskjnuxepgAMISRiWC03h+KLIlv7O9eMQaKWFFUk/lht+0t98sMOjQRR3HPTg==","signatures":[{"sig":"MEUCIFdLB7FL4+1drRFLZogY8qqsAI08Kl7ghb7Ox7pmpB5YAiEAvRNl3R92oY0F5z0V2yFf899DLqxYIGxN7wpcwHe8lCw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260603032656","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83907673},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260603032656.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e1a6c199efbd12468c04598313bb5bf4/neo4j-cypher-language-support-0.0.0-canary-20260603032656.tgz","_integrity":"sha512-Twh6FBeQCl4eS/yPZaMZ31+suUskjnuxepgAMISRiWC03h+KLIlv7O9eMQaKWFFUk/lht+0t98sMOjQRR3HPTg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260603032656_1780457341347_0.31870985544517016","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260604032615":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260604032615","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260604032615","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"1e05cdbe97d1f41ed436d784eb439ef30e7addba","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260604032615.tgz","fileCount":347,"integrity":"sha512-SZ3RRME5u9qyft2PnUL0vyCMTZjqZhfwxpV9xxMFYKWF7irgISUiidLUXSZtbiF39+D8cEgR6XL+ufdBydHLAw==","signatures":[{"sig":"MEQCIGjJ9v/YekiuPcFPwmYpLpqg5iVVPYLpuaot6zw/VwO3AiBfPUS7d9df1EHd6sDxWEqQPG8XbNVdO5QZ6Yq3u8nIhQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260604032615","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83907673},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260604032615.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/56d3e17b69b9ee6f2fdbb12a6faaffad/neo4j-cypher-language-support-0.0.0-canary-20260604032615.tgz","_integrity":"sha512-SZ3RRME5u9qyft2PnUL0vyCMTZjqZhfwxpV9xxMFYKWF7irgISUiidLUXSZtbiF39+D8cEgR6XL+ufdBydHLAw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260604032615_1780543699744_0.9554928274859527","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260605032513":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260605032513","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260605032513","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"a3fb893352bf2d2e9ad594a3795117a53187130f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260605032513.tgz","fileCount":347,"integrity":"sha512-SJRu3nIM5UE9ZgxXtGqKuqF27rkX2Ooz2mm8NP1O5M3SYwTsWo8k/9FFBoSUBG/4H7azCgwcuKayq0wrDN3FIA==","signatures":[{"sig":"MEUCIFL/ucCrF+6IRGLHQS9R9rCmWRjCCI4nCcJILID6vjnUAiEAhvWwkAMsQsWCQ/zhzyglDMbHx5pDKXCg/O/O2fHndfw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260605032513","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83907673},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260605032513.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/74884f68d4a22a715a36628a36a1fca3/neo4j-cypher-language-support-0.0.0-canary-20260605032513.tgz","_integrity":"sha512-SJRu3nIM5UE9ZgxXtGqKuqF27rkX2Ooz2mm8NP1O5M3SYwTsWo8k/9FFBoSUBG/4H7azCgwcuKayq0wrDN3FIA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260605032513_1780630047467_0.05890520600511784","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260608032806":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260608032806","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260608032806","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"da5662a2f8ae0b1ab3c8f67e20b9aa71991de034","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260608032806.tgz","fileCount":347,"integrity":"sha512-DNoaFsaw61txyGG50qMyjsnZJNYbRTheIsILXr9DdPvT5wXlrv+Xg0SwLoBgro2zKwCrOWAVhqI42yVbTLhlTA==","signatures":[{"sig":"MEUCICodBeAiaEOKGNzn2PyQS2aeiQF0e5cc3AL/vkV0aqO+AiEAohdrswMeW7I7G2Hu3MaEbQhMwARrrGYqpu4rGmXhngw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260608032806","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83907673},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260608032806.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/15b05fda28a848dec2b622b09c5dd5d2/neo4j-cypher-language-support-0.0.0-canary-20260608032806.tgz","_integrity":"sha512-DNoaFsaw61txyGG50qMyjsnZJNYbRTheIsILXr9DdPvT5wXlrv+Xg0SwLoBgro2zKwCrOWAVhqI42yVbTLhlTA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260608032806_1780889422903_0.8272345824430958","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260608131442":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260608131442","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260608131442","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d985928b0941b64ce0a271c991a9a0371a7150b5","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260608131442.tgz","fileCount":347,"integrity":"sha512-1ksyVCu/5f28BKBjRk+28Xz8xEXNw7tYGC5KQhfR8LIl2RuXiH5Uym3lNbfSOJ5oodoGpdbhkK26ghyCheTVnQ==","signatures":[{"sig":"MEYCIQDNVagkn4JO5dR8KtrJG5sYLO2pY/qe1tqAGpvbtGYtPQIhAPEROs084cYKeQw6UEiaD8rfMV6oGLyezd4QnxSGOhYI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260608131442","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":83910371},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260608131442.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/9b117a99a7fdfa733fb49dccd84be75c/neo4j-cypher-language-support-0.0.0-canary-20260608131442.tgz","_integrity":"sha512-1ksyVCu/5f28BKBjRk+28Xz8xEXNw7tYGC5KQhfR8LIl2RuXiH5Uym3lNbfSOJ5oodoGpdbhkK26ghyCheTVnQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260608131442_1780924611785_0.7321308419303378","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260608134650":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260608134650","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260608134650","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d6ed6f60e434849e84e69332724a1a6e872e5447","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260608134650.tgz","fileCount":347,"integrity":"sha512-9FFHHUMuZyCx+C79wLABijwXNmlAZ5z0WMM4fjaDnFLL62QcWq1IZlpNCRJCpEF3flwwp/HeTGAqUy8Qu9Hh1g==","signatures":[{"sig":"MEUCIQDjLykfjrl8q+uYDUznt3XMQcOYwHEMSm0ktPUsrpRk9AIgVSZ9iyGpVf1S1J/pwGDHU5m1i5CjOrCTSo01kqYtF7M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260608134650","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745647},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260608134650.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/f242619aadfb9b7efcf5dbbcfd3b69f3/neo4j-cypher-language-support-0.0.0-canary-20260608134650.tgz","_integrity":"sha512-9FFHHUMuZyCx+C79wLABijwXNmlAZ5z0WMM4fjaDnFLL62QcWq1IZlpNCRJCpEF3flwwp/HeTGAqUy8Qu9Hh1g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260608134650_1780926538898_0.7997382511148621","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.33":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.33","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.33","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"17a5e7d920c0b15eb897d5c1955139a789840775","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.33.tgz","fileCount":347,"integrity":"sha512-hBOYi0XVYsY8e4iFioiBONqjzmcQT62uYMwn68MWVr+9b9t2CYKVnRGSQ+gNqY9EKUdFNLbvarVxLIE3t8HtFA==","signatures":[{"sig":"MEYCIQD4PioWymq4lhuxQ+brnrjrI69C4cROHZtiNr62O8gElgIhAMKX7QVR5N0Cej/ZOnUtGXUMEZvZdfNKkNU3tlY2HKfT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@2.0.0-next.33","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85739687},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.33.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/930dc4f8558076c99767a5cfb3b6d13b/neo4j-cypher-language-support-2.0.0-next.33.tgz","_integrity":"sha512-hBOYi0XVYsY8e4iFioiBONqjzmcQT62uYMwn68MWVr+9b9t2CYKVnRGSQ+gNqY9EKUdFNLbvarVxLIE3t8HtFA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.33_1780930678776_0.9660379167712803","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260608145859":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260608145859","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260608145859","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"a7db1488a01d2549bb38544d45f2684f9ea31f7b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260608145859.tgz","fileCount":347,"integrity":"sha512-oqtYo2pDFjI0fx9yJKAr9yBjzG05hhp6sCTIZJU3ySSCjtKtHAP1J0qy6ckmmpjlklHU8a+BFfA6PiHXEuGDSQ==","signatures":[{"sig":"MEQCIGwyJl/ggExFaB1iXmuDb3SwuWJFxrjWNsBhskOLom37AiBDMmbKR9HHs3y7A4Bewf14TUKuPZHuKAx+K+H5umSH2g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260608145859","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745795},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260608145859.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/86ffbed9fddc9e50a087c61e0e8ec97e/neo4j-cypher-language-support-0.0.0-canary-20260608145859.tgz","_integrity":"sha512-oqtYo2pDFjI0fx9yJKAr9yBjzG05hhp6sCTIZJU3ySSCjtKtHAP1J0qy6ckmmpjlklHU8a+BFfA6PiHXEuGDSQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260608145859_1780930885685_0.6446137410841577","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260609032438":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260609032438","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260609032438","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"801ee0a50ff7052fb0ae95a667d46467b1cfb57e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260609032438.tgz","fileCount":347,"integrity":"sha512-3L36ttQ4Xwwxxn+U+79F3irqUZ5fE0KwD+TPi1dKvGv4j/p6m9XkXs8uEXFnE5zxxyUzWEOUI0u9vH2k+iyk6w==","signatures":[{"sig":"MEQCIA0qLCzZ7hKmq3mySjmqkS43fHgndxgAHAiGWBiuwhVAAiAO1r4KYaKc0PvQ3ca91qsc/Ywpso2GDT42zrcJ2pj+bw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260609032438","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745795},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260609032438.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/705869a4518a4ee02dbbbfb6c5c9bd63/neo4j-cypher-language-support-0.0.0-canary-20260609032438.tgz","_integrity":"sha512-3L36ttQ4Xwwxxn+U+79F3irqUZ5fE0KwD+TPi1dKvGv4j/p6m9XkXs8uEXFnE5zxxyUzWEOUI0u9vH2k+iyk6w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260609032438_1780975634191_0.07367406717524028","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260609103335":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260609103335","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260609103335","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"efbdaccb57a493a304b9f311eeabaa3fab5c31f9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260609103335.tgz","fileCount":347,"integrity":"sha512-BPSCX72yk1Lp47TxbIbk6PxM+PuuwyNgbYblOanoyK9by/ZXltsHQjUJlzSQd5cEdryIy8VnFeFBZP348NvXAA==","signatures":[{"sig":"MEYCIQCJ5pT/LN7XqTkIX/eUXm9+qWzSpQzDmNjCE0iHt/UyUQIhAIUlkthedHU6UWmfq5tDkB2YMGhwHJyXn47OEDkjXYRq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260609103335","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745795},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260609103335.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/bc277204180702eb00c15db6ac4a9086/neo4j-cypher-language-support-0.0.0-canary-20260609103335.tgz","_integrity":"sha512-BPSCX72yk1Lp47TxbIbk6PxM+PuuwyNgbYblOanoyK9by/ZXltsHQjUJlzSQd5cEdryIy8VnFeFBZP348NvXAA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260609103335_1781001349609_0.027123975283362745","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260609103850":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260609103850","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260609103850","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"65a6a9f3843b013d687a51a6fc6b1657ef8b0305","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260609103850.tgz","fileCount":347,"integrity":"sha512-K6g/FquLeOh1jWs2u49LTVplI74knn/yKVm/7bZxm/HO2xQltZxMguamoG6ZP4g3rpu8iq9RaXvkd5kFgAT5BA==","signatures":[{"sig":"MEQCIH7/MTKkn0J1uKEcqv8SMUuE6KJrhOtZASki6M43c7LuAiAn/P/5e81YrHCqJM4k8sgMY1Cm4c2BIq5xT4fEQrR7vQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260609103850","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745795},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260609103850.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/a768b516c6d20b29ff5515c6d6cfe023/neo4j-cypher-language-support-0.0.0-canary-20260609103850.tgz","_integrity":"sha512-K6g/FquLeOh1jWs2u49LTVplI74knn/yKVm/7bZxm/HO2xQltZxMguamoG6ZP4g3rpu8iq9RaXvkd5kFgAT5BA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260609103850_1781001663284_0.6588225856860006","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260609104412":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260609104412","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260609104412","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"43a403c1a51b0ffe422d8f690378ab28e09fee90","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260609104412.tgz","fileCount":347,"integrity":"sha512-2bmVy4gy/7psP5lGpsQ4vhn5pvEB+qHkdgOCJOUHVd5nWfSthOj/D+EEQfKCOBVhOHXJ6mkRXe7TyCobzIeQ4w==","signatures":[{"sig":"MEUCIBFt+pXPSSvqIzTbCUg4N8s9+MFplpLqFWmXkvSrpS6VAiEA9P1CmdddS3Na9aqlUn9M/1L2QizLjT+54itgYl0s1O0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260609104412","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745795},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260609104412.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/ff2e3f7d3263fcc4892f29bd1a58a3d8/neo4j-cypher-language-support-0.0.0-canary-20260609104412.tgz","_integrity":"sha512-2bmVy4gy/7psP5lGpsQ4vhn5pvEB+qHkdgOCJOUHVd5nWfSthOj/D+EEQfKCOBVhOHXJ6mkRXe7TyCobzIeQ4w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260609104412_1781001998220_0.6153904294857246","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260610032557":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260610032557","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260610032557","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"21f5a4753ef491ec89bdf5ae8926f6950af2f4be","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260610032557.tgz","fileCount":347,"integrity":"sha512-Al0kkS3xbHeSxASo92UZibNUWb6B/VWje1+nJDMT1vI7p9+9tfjyojdZMD6tqDP59bXeJ6i0kcBSIVmksVBpHA==","signatures":[{"sig":"MEUCIQCo3KnmRYGAc4lHhuW8iwLguOvWwU16iHA74wI4M2kPXgIgUqeSr/EjobfKFYLvehCA48o6HguxJsu39NOixMxRh7U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260610032557","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745795},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260610032557.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/7d774358030e9cf9b3e8f12366f9f841/neo4j-cypher-language-support-0.0.0-canary-20260610032557.tgz","_integrity":"sha512-Al0kkS3xbHeSxASo92UZibNUWb6B/VWje1+nJDMT1vI7p9+9tfjyojdZMD6tqDP59bXeJ6i0kcBSIVmksVBpHA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260610032557_1781062080977_0.3730115067998616","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260610085134":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260610085134","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260610085134","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"151c4053b7813f62a5404be0d9731eae28c3a492","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260610085134.tgz","fileCount":347,"integrity":"sha512-n0dmwX2H7M9FCkNcoRAuwUg0o/D2PPfkT6XdB+bjT0YPdW/jjo2vdFQU117J7QD5F19ybRiveZlNYUTcQ/53rg==","signatures":[{"sig":"MEUCIQCC6sPd02FIADcDDjiwwp5CsOAfaQ9Vl4QgxwnhXsI6MAIgLiImUaHiWVBT4mTt4g7QjdP0r0tXYTYGr/GcZjmOk8s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260610085134","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85744371},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260610085134.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/18b393f2b87c56e0f6dd717506d9dc93/neo4j-cypher-language-support-0.0.0-canary-20260610085134.tgz","_integrity":"sha512-n0dmwX2H7M9FCkNcoRAuwUg0o/D2PPfkT6XdB+bjT0YPdW/jjo2vdFQU117J7QD5F19ybRiveZlNYUTcQ/53rg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260610085134_1781081624714_0.8209165609564923","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260611032410":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260611032410","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260611032410","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"8b84081ae0e2167a01521b0b9d352d384bfb917f","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260611032410.tgz","fileCount":347,"integrity":"sha512-B2hlFPcuALzR/NvU/seUtEHUaYiFExT61ptLgtoB3ERUlrXadMKvagf2IXri+VRhT5GU9oPcnNFSqT8xNwk2+A==","signatures":[{"sig":"MEYCIQDARbwY2lEQYt3HaLOy78buluXgk3HmqqLzXdCxQ9oZxAIhANNNmU0IP4lcRcGQeGCRMKM0VVQPE04HaAjiA9HQh/zE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260611032410","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85744371},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260611032410.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/7b50f6f92d47603558ff0ebfb51f0d4a/neo4j-cypher-language-support-0.0.0-canary-20260611032410.tgz","_integrity":"sha512-B2hlFPcuALzR/NvU/seUtEHUaYiFExT61ptLgtoB3ERUlrXadMKvagf2IXri+VRhT5GU9oPcnNFSqT8xNwk2+A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260611032410_1781148373194_0.13700340559730262","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260611114218":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260611114218","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260611114218","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"9e8d4e8b78b3a64cdfe047a60f692ec56b0f98b4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260611114218.tgz","fileCount":347,"integrity":"sha512-TXnAfZph2QGLeHnEwXaWXXHM3Ejdvsva3cWUbOkLY5EI9hv5XzzFugMSKabe6vUQtaMvQFX0MxPYcww0GP3lug==","signatures":[{"sig":"MEUCIQCqcRj8z9jL8nprdcbf0YzbHx6oaz4PtNmxv7Xs6fir3wIgTbu1nW7fJlYeg13gk0zvpDzMwuRzHDEgkrH9aaxGdts=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260611114218","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85744763},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260611114218.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/55ec05d901723eb079901853fec11806/neo4j-cypher-language-support-0.0.0-canary-20260611114218.tgz","_integrity":"sha512-TXnAfZph2QGLeHnEwXaWXXHM3Ejdvsva3cWUbOkLY5EI9hv5XzzFugMSKabe6vUQtaMvQFX0MxPYcww0GP3lug==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260611114218_1781178264860_0.12040098526441367","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.34":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.34","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.34","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e785730ddb8892685ce1cce3e86eddbaff6e0ed3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.34.tgz","fileCount":347,"integrity":"sha512-Boh/e0mJa2SoXD6yWEuMn3S5HBOuEGQJWnWl+RYQ7mjOczMOixyjHjq/pF7luRbsseXywKvW9GPB6W6jEglivw==","signatures":[{"sig":"MEUCIBJoEDLZY0NRVBKGdZ/mI8ZhYkf5J6ki6zW1/dmrisAyAiEArFNg4SWpXrrqZuxO2v2Rr/Y4ZE8YDDK3V0lAfvZ1Zdc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@2.0.0-next.34","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85738693},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.34.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/8d6ab1bfe325125efc544f0e3955db45/neo4j-cypher-language-support-2.0.0-next.34.tgz","_integrity":"sha512-Boh/e0mJa2SoXD6yWEuMn3S5HBOuEGQJWnWl+RYQ7mjOczMOixyjHjq/pF7luRbsseXywKvW9GPB6W6jEglivw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.34_1781179385245_0.06510239092086278","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260611120359":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260611120359","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260611120359","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3964f1d204267892f20c99d341c7a5cba6a2a0e4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260611120359.tgz","fileCount":347,"integrity":"sha512-gHHUj5ZT7ua1q9Nac8J53YTGFLojAkCrynYpWNPBk9UrCtcev+EvKdcT4lWW81Bhhio5PapSgrgO1BQ08SpzGQ==","signatures":[{"sig":"MEQCIA0UH9DZhtF+7u6aL1OmexMWiPBAjT8NMFPho4HdiQArAiAVIEej3V90+BV/hsy0BRK5g2o4aKiNpT3Vik4UsWyvkA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260611120359","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260611120359.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/eddb5fab10a296d8440543ac1e556fc9/neo4j-cypher-language-support-0.0.0-canary-20260611120359.tgz","_integrity":"sha512-gHHUj5ZT7ua1q9Nac8J53YTGFLojAkCrynYpWNPBk9UrCtcev+EvKdcT4lWW81Bhhio5PapSgrgO1BQ08SpzGQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260611120359_1781179564482_0.6541249655079895","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260612032559":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260612032559","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260612032559","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d565d0bd01dd3da95c7d71c7349428e222c05645","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260612032559.tgz","fileCount":347,"integrity":"sha512-R4rumlsbH0Ldr1Q7pZBYSX914Je8n41Qi1HOUqkE7FL8fmFPznD2ndwjdG812wvF506o8o1f4RggdzbFkBNQAQ==","signatures":[{"sig":"MEUCIDh8wW2X+t9M5uXay4yBbO5CHbYNOAZlbQtCwf2ffPKiAiEAmeaGkCuAwqpuYbaZJW0psPKo50MRIZUF1FLEi8ZsEkQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260612032559","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260612032559.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/c9daece0ea0d121cdff38a53dd6932a1/neo4j-cypher-language-support-0.0.0-canary-20260612032559.tgz","_integrity":"sha512-R4rumlsbH0Ldr1Q7pZBYSX914Je8n41Qi1HOUqkE7FL8fmFPznD2ndwjdG812wvF506o8o1f4RggdzbFkBNQAQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260612032559_1781234893747_0.20389998497406858","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260701032622":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260701032622","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260701032622","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ce790191278d0a547701027ec887e8ecc6158217","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260701032622.tgz","fileCount":347,"integrity":"sha512-HMre5LP2f/NYffLxqCqizKBaDOBmRO64zlyP20zXP6p7KYZM21GAIQw0Rq8Yl+e1V/u+zgO1WF1qkvs98qW9bQ==","signatures":[{"sig":"MEQCIEY8rsXzO3iouL8lNCAgmnDmErd5y8pfVdzk2YcH8bQHAiB2/cAV5QvZrP7X2sJsIYVNM8TJw99wmGoy6QlC6rPkHg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260701032622","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260701032622.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/c61a4e0891df355132d04020beb227f4/neo4j-cypher-language-support-0.0.0-canary-20260701032622.tgz","_integrity":"sha512-HMre5LP2f/NYffLxqCqizKBaDOBmRO64zlyP20zXP6p7KYZM21GAIQw0Rq8Yl+e1V/u+zgO1WF1qkvs98qW9bQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260701032622_1782876511868_0.08258932304094113","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260701150506":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260701150506","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260701150506","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"f0b780c1f9b3cc39411d85abdf900d05fbdc45f2","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260701150506.tgz","fileCount":347,"integrity":"sha512-GnjcPd17Uvg95jkyplnC8IHfzrXoJCBx5Xy+KLZ/d0l8DGL088uWl5ZfdZP2eY7NomeeKzHxW5VUI57H+u4axw==","signatures":[{"sig":"MEUCIQD66M90AFEKrTNBJkqpSQ6Y+zEq4Sj+iZlAL9z7iw0+3gIgMv/r+syIC7NHT1Ny03eSKtTLg9nLucTsuzsN+Dzi4ZE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260701150506","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260701150506.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/3788cf2cdebb62688900df56ca2c05b8/neo4j-cypher-language-support-0.0.0-canary-20260701150506.tgz","_integrity":"sha512-GnjcPd17Uvg95jkyplnC8IHfzrXoJCBx5Xy+KLZ/d0l8DGL088uWl5ZfdZP2eY7NomeeKzHxW5VUI57H+u4axw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260701150506_1782918444757_0.843301314426615","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260702032114":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260702032114","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260702032114","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"1178298374d0f6946f94d20c047760d4e27d7f02","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260702032114.tgz","fileCount":347,"integrity":"sha512-MIZ2Sj/b5NO333oR3YovO/+8yx9nnxQI/Q3gcz4Vttf94d15eWyfYH8DOrEDgpFR7Re7OXYmFbII6aGUYYIOQw==","signatures":[{"sig":"MEQCIG9cxarnO0/FB/QznlUlVQQj1BZlfnybA9cPLlr1OPZPAiAKo9rkdrGcYvrs6q/fjfvONGNAVw+TpO9+zZ8y8dHPtQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260702032114","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260702032114.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/57f641cb78c4db18efba41701618b40b/neo4j-cypher-language-support-0.0.0-canary-20260702032114.tgz","_integrity":"sha512-MIZ2Sj/b5NO333oR3YovO/+8yx9nnxQI/Q3gcz4Vttf94d15eWyfYH8DOrEDgpFR7Re7OXYmFbII6aGUYYIOQw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260702032114_1782962600270_0.9673642082252103","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260702090620":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260702090620","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260702090620","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"545cc3afc430f15f4753edae9a8e9a77bf7204db","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260702090620.tgz","fileCount":347,"integrity":"sha512-o9Y25aB8HJM2dcNj1CNbkB6J8NxcHqyY4c85iqj+MJa3Pv13tkc7l6fo/iMHf+1WefzqxtJUBcAef3uK91BG/Q==","signatures":[{"sig":"MEQCIEHWerKT937xpoucG7pEdJ4mJlS7FTczoKfmmWHyfYMGAiAj8C9j8F8P8nI5ovIuAO/aTRCR2fJF2jFxAkJ114M6Ug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260702090620","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260702090620.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e497e19bf47ad74f79134579966bcdbf/neo4j-cypher-language-support-0.0.0-canary-20260702090620.tgz","_integrity":"sha512-o9Y25aB8HJM2dcNj1CNbkB6J8NxcHqyY4c85iqj+MJa3Pv13tkc7l6fo/iMHf+1WefzqxtJUBcAef3uK91BG/Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260702090620_1782983309171_0.5208246840723938","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260703031946":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260703031946","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260703031946","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"390f0af5fa7e889c17d8031848377ffb822a5791","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260703031946.tgz","fileCount":347,"integrity":"sha512-HtMnjOC9rIv96QjsJucuA0otV2Z+9lhXMPuMwB5woWYb9NOGnznyKwkC5sZMP1kU7B5PfvYdHkW89z/qCnzgEg==","signatures":[{"sig":"MEQCIDksyoNz2SQtmdHnLhk9GX4bCzq/95oVsh2Qy/5tbGP5AiAQZ8eGYlZ0SHKVz2FVmWdyNCfVIhyRHfYP1x5KcWN49Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260703031946","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260703031946.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/6a0c8964ad32606c46599c7e933b7133/neo4j-cypher-language-support-0.0.0-canary-20260703031946.tgz","_integrity":"sha512-HtMnjOC9rIv96QjsJucuA0otV2Z+9lhXMPuMwB5woWYb9NOGnznyKwkC5sZMP1kU7B5PfvYdHkW89z/qCnzgEg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260703031946_1783048926480_0.4775168643627916","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260706032239":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260706032239","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260706032239","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"2cccc6df76cf3836fa1410bc829cf93d2c1d1de8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260706032239.tgz","fileCount":347,"integrity":"sha512-YU/7jPRF2Hy6XSRhaeXz8CfoLIaHbkUuNORomR8l1yW+wO3YC2qb3YyYXDGKrPTFDJYfLf4DWFiiSY5ru7s9Ow==","signatures":[{"sig":"MEUCIQCq61QR8Co789v3MTV1ZZ0mctgn1DWWXLAGk70RyGDPRwIgYotH3YqEoPoaXcnx9vDsc8FurI7eGDSVIdzqfIkh2Eo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260706032239","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260706032239.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/819bbf1aae4e836b3e6165494007804d/neo4j-cypher-language-support-0.0.0-canary-20260706032239.tgz","_integrity":"sha512-YU/7jPRF2Hy6XSRhaeXz8CfoLIaHbkUuNORomR8l1yW+wO3YC2qb3YyYXDGKrPTFDJYfLf4DWFiiSY5ru7s9Ow==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260706032239_1783308285980_0.7309859309854569","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260706073118":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260706073118","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260706073118","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"903ad0f013be8026edfd1ec772a338e9c8ab6d58","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260706073118.tgz","fileCount":347,"integrity":"sha512-8RBJJiMlSWpGTXFEKTLuJ8kNEo0H3DefJLHsQvmj4Bh7Vwa6QUyTEcLC3FgXt7Yum7l555huH5X6E5TXfR39dw==","signatures":[{"sig":"MEQCIAgIRoEH+EA5wXn4B9L43VXMvnY1MJ9Zg/rqDfxfVyaaAiAVIl0xd5N7Y/z01TYFAwj1Ag8dc2LcDjGL+8oPf0eAjg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260706073118","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260706073118.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/6a1c17ffc1a9d0581ca9e339d92eaf37/neo4j-cypher-language-support-0.0.0-canary-20260706073118.tgz","_integrity":"sha512-8RBJJiMlSWpGTXFEKTLuJ8kNEo0H3DefJLHsQvmj4Bh7Vwa6QUyTEcLC3FgXt7Yum7l555huH5X6E5TXfR39dw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260706073118_1783323218706_0.6394314642886516","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260707032034":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260707032034","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260707032034","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"89f1344f6ade70d249d8fd21658656942794f290","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260707032034.tgz","fileCount":347,"integrity":"sha512-krhWLlWMrorNfPSJEjDqCFVwMbq2xJpdJRkQFSTDVSzNLZSJRCDzc5bDQuTGY6I+mDKZTbXm0ypBtHZ+R9ow8Q==","signatures":[{"sig":"MEUCIGnRb55o1new8iT/nIouMoyo2JaBonZ+SgZRnmZXYGJwAiEAlgiy+/0s5yxBPrgvNCnRW9eW6Ct0kUryTbZnis1vMag=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260707032034","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260707032034.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/f7784e2b4a77833d0ebe3f3b23141bb0/neo4j-cypher-language-support-0.0.0-canary-20260707032034.tgz","_integrity":"sha512-krhWLlWMrorNfPSJEjDqCFVwMbq2xJpdJRkQFSTDVSzNLZSJRCDzc5bDQuTGY6I+mDKZTbXm0ypBtHZ+R9ow8Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260707032034_1783394562912_0.5642636605869846","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260708032007":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260708032007","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260708032007","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"25b18959e5d1f7cf0719d0da13eb9e9e535ee817","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260708032007.tgz","fileCount":347,"integrity":"sha512-HZbla8az0gZbEbuacsAqv9lwxOu0lfMndOq+VtrEoFFbrpifb45F8Tnl2xeK24HXXia2JwIZ7HXb+6iodXR/ng==","signatures":[{"sig":"MEUCICa3FeyRBPMhY6EShnAA9H4eeKIeBSmnf4AHK7rauAvjAiEA2UDKwlFhgWmSRGhwlgFUkSLgSMmkQQGhitsel4sSVdg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260708032007","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260708032007.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/c49339a7774a65f706931a16e1487310/neo4j-cypher-language-support-0.0.0-canary-20260708032007.tgz","_integrity":"sha512-HZbla8az0gZbEbuacsAqv9lwxOu0lfMndOq+VtrEoFFbrpifb45F8Tnl2xeK24HXXia2JwIZ7HXb+6iodXR/ng==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260708032007_1783480931954_0.22168197856942462","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260709031815":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260709031815","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260709031815","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"26f0bdabe3963315b63a2c0fe2ba23b6f4c5e284","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260709031815.tgz","fileCount":347,"integrity":"sha512-Yc7Hm48pCu56napu/DXUNPGyULtiSb8j/SoEbKo9y4cCd7joUtL52WJcMgFvLi2R1wMjUD2+H7uMJUPuJktmIw==","signatures":[{"sig":"MEUCIQDd8ryK0XfGxXranqlsNTtxBE63LGevLYXWAVDzTD6gswIgSQ3hkkU1vGhmHam0x4nzfzO+LFZZfVTzhxIXCpzXfN4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260709031815","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85745036},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260709031815.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/8bcf8301a980d2766ce249ab573edbc9/neo4j-cypher-language-support-0.0.0-canary-20260709031815.tgz","_integrity":"sha512-Yc7Hm48pCu56napu/DXUNPGyULtiSb8j/SoEbKo9y4cCd7joUtL52WJcMgFvLi2R1wMjUD2+H7uMJUPuJktmIw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260709031815_1783567224578_0.5820303478509796","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260709085737":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260709085737","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260709085737","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"0f3a2949d39b5117118dc4897c6b799bf7356086","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260709085737.tgz","fileCount":347,"integrity":"sha512-0xln9TH2H7v86qf745l49bYtqbBYxkMZgHRmJYiBKL2j6acjt0qkn9IfJ+xHwFf1nmLGlMB+cRPYO9zjB4a9xg==","signatures":[{"sig":"MEYCIQDPZuiB4pJei3dwXq/hTmPI6HkKTw0S49P1qtCp8XSZhwIhAMdLFjg7OviVaHtZM8s9BxNBC9kcn4EI3ChpzQPjuJ1R","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260709085737","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86116571},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260709085737.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/5c432274a18e43ea37fb7300346b094d/neo4j-cypher-language-support-0.0.0-canary-20260709085737.tgz","_integrity":"sha512-0xln9TH2H7v86qf745l49bYtqbBYxkMZgHRmJYiBKL2j6acjt0qkn9IfJ+xHwFf1nmLGlMB+cRPYO9zjB4a9xg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260709085737_1783587597920_0.9434058810390382","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260709142740":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260709142740","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260709142740","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"7f7c7c9318b12d13c6b007bb866fd7dff29efd98","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260709142740.tgz","fileCount":351,"integrity":"sha512-efKO7mCoDDM5qJTBJYgeMq0AzJJrqDb0HcuUiaemR2Fq25l1yagEs1HlaTrqq3Ns5JoO0VUUhy1C3S0PWhVWCg==","signatures":[{"sig":"MEYCIQCuC5dLKTnG3efl8BRm5Z+JR7Yx6IcrJzKtXWBtySDxOQIhAMEbToflADrbHzMNBrOABAhIhHZY7/lDdI9Pj9HY6usE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260709142740","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173119},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260709142740.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/ff3a9c4633021837cf23ef7ae027a4c9/neo4j-cypher-language-support-0.0.0-canary-20260709142740.tgz","_integrity":"sha512-efKO7mCoDDM5qJTBJYgeMq0AzJJrqDb0HcuUiaemR2Fq25l1yagEs1HlaTrqq3Ns5JoO0VUUhy1C3S0PWhVWCg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260709142740_1783607395644_0.595815471211242","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260710032115":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260710032115","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260710032115","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"747701248304f36de4228b5fe404afd51069bab9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260710032115.tgz","fileCount":351,"integrity":"sha512-5BdamwBBG+t1VbuHeFVrgfXFCD2yRwIJeubXEggn4HRys5OwUi5CVpvFPpEtQZdIdUPR66EmZX4uAnsKask/SA==","signatures":[{"sig":"MEYCIQDfJOQpo83VBYjLAWXGGuCpwRFoAgKyx0VCc1pnhro5ywIhAIzOYUF5/eFi4v47+0VNP3lwbiCH8r9tafvr6HWH2kte","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260710032115","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173119},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260710032115.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/6222a7564a8257fab284f20634ee59f6/neo4j-cypher-language-support-0.0.0-canary-20260710032115.tgz","_integrity":"sha512-5BdamwBBG+t1VbuHeFVrgfXFCD2yRwIJeubXEggn4HRys5OwUi5CVpvFPpEtQZdIdUPR66EmZX4uAnsKask/SA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260710032115_1783653810490_0.8413761761154486","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260713032111":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260713032111","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260713032111","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"cad8da3804f57502d70b61bdeaadf6a36f0a6606","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260713032111.tgz","fileCount":351,"integrity":"sha512-692pC3pqJlQ4OBlHva1BFgFEAAqYfSHo4h5MsqlMkSfEPrpkVJgyQVks7gBopyW0STGVneQ3n1dCV5E966NKng==","signatures":[{"sig":"MEQCIEKgb92UTpgEqOJVt2HWNpt/XsKEJ6OHy64UwjNbLw+hAiAbVSxfvtBkxD2jybzR5XjhQwV3gIrmuJvHHwbNkv9ewQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260713032111","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173119},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260713032111.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/2b8ddfe9ddd67250fc9e95346a664eb0/neo4j-cypher-language-support-0.0.0-canary-20260713032111.tgz","_integrity":"sha512-692pC3pqJlQ4OBlHva1BFgFEAAqYfSHo4h5MsqlMkSfEPrpkVJgyQVks7gBopyW0STGVneQ3n1dCV5E966NKng==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260713032111_1783913001959_0.15407323089608593","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260714031828":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260714031828","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260714031828","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"33a3d5c8fb3b0f926af0dcc1779c36d9601a063e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260714031828.tgz","fileCount":351,"integrity":"sha512-yzwm3AjJMRtlJDFiO2RhGsOXqWBYEDF0PsCnZunlck+9CndW1ZSIQXegMdRRXtve90I/Gjg66rEUYMgk7n4Oxw==","signatures":[{"sig":"MEUCIQCE3hhjWKoIqF72SRwEcGUcQBuiyRmd4F1p57i7QZ5zEwIgMoj8ieCueEDxu/weIp1/pYAnxuKedKW2xc6atFWO5J0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260714031828","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173119},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260714031828.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/944d0ea12588ba04b71239b03f887c1d/neo4j-cypher-language-support-0.0.0-canary-20260714031828.tgz","_integrity":"sha512-yzwm3AjJMRtlJDFiO2RhGsOXqWBYEDF0PsCnZunlck+9CndW1ZSIQXegMdRRXtve90I/Gjg66rEUYMgk7n4Oxw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260714031828_1783999241979_0.8106267613822711","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260715031916":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260715031916","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260715031916","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"f6ec14f989652b531ca4abac2aa620b9bfcd04c4","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260715031916.tgz","fileCount":351,"integrity":"sha512-90/zib4nMRGurr51eh9cV7jERj6Iy6wkCGJYlKcgUS5pydehDA1opoMnF0TKaPyBlj31RAYLx0B7GbdTSj1wKQ==","signatures":[{"sig":"MEUCIQDpgP/JzqiPCd0Cl1tSeBCogCDpZDAt2extf+WRehWACgIgTkgU+Rlucw60e85EXG6rkKKneZhJrkbh6XvvEWDOaHs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260715031916","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173119},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260715031916.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/b4f50f0b3b758a0bde6fc5469fb61b10/neo4j-cypher-language-support-0.0.0-canary-20260715031916.tgz","_integrity":"sha512-90/zib4nMRGurr51eh9cV7jERj6Iy6wkCGJYlKcgUS5pydehDA1opoMnF0TKaPyBlj31RAYLx0B7GbdTSj1wKQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260715031916_1784085700149_0.48217476913571655","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260715095652":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260715095652","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260715095652","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"56f8a7a0ae4b5525a0d57e883d6b92d9e48f296e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260715095652.tgz","fileCount":351,"integrity":"sha512-/P5uixCx7fDu6e2WR0hSECLqAw0ZF2+kLsnqkZYb37hT3sU30BvClVJwl4i68j3VBSGP3plkARIOsoDBLplnbA==","signatures":[{"sig":"MEUCIBc4Z8GwHAS+UiAhJ927f/SytzOTF2SXy1uBloBm8F9PAiEAjNOfs+k7heSwZ/w4rkyk0P9waWkFPVXLs2qukIlr0d4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260715095652","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173119},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260715095652.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/84e55a6fe572ab9a41b273d50f854902/neo4j-cypher-language-support-0.0.0-canary-20260715095652.tgz","_integrity":"sha512-/P5uixCx7fDu6e2WR0hSECLqAw0ZF2+kLsnqkZYb37hT3sU30BvClVJwl4i68j3VBSGP3plkARIOsoDBLplnbA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"engineStrict":true,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260715095652_1784109535647_0.43481333951250734","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260715134442":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260715134442","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260715134442","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"3fcfb12e35bbeef8d494d9f2de02943a65baa50b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260715134442.tgz","fileCount":351,"integrity":"sha512-yqv5UeXbgTcDfX/M6P5uJjMETvo/vq6Mky+JMXo+y4IFGrzz/Q6O8Wrg5NHeLw6Y0EpKxKJfaZUz5cpZDJ6sqw==","signatures":[{"sig":"MEUCIGo2RvlFPy9Ne9tRjfg7urhdZ1Xs9Xc50qZny4r4PTnrAiEA0QyLOuuchogifOzFCURGS9FqW22yhL31IlG2SYNv7mw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260715134442","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173095},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260715134442.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/f80b8374e716df1059a4085ffc19037a/neo4j-cypher-language-support-0.0.0-canary-20260715134442.tgz","_integrity":"sha512-yqv5UeXbgTcDfX/M6P5uJjMETvo/vq6Mky+JMXo+y4IFGrzz/Q6O8Wrg5NHeLw6Y0EpKxKJfaZUz5cpZDJ6sqw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260715134442_1784123209929_0.07552723780729864","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260716031730":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260716031730","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260716031730","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4c3e180ad996f26106ff3b82550f10d917dc7860","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260716031730.tgz","fileCount":351,"integrity":"sha512-OGrmClFGvq5c7Vo+aDlpovNn/xGjyDlMgM9O3BoCgRUNGh8wXyWunyC9ONcVNY+CYtDXuLvNMjelyLaqDokXrQ==","signatures":[{"sig":"MEUCIQCe7E++coOlXqUPHH3gzCKbkyH7ieSlyjmVLsA3uVH9CQIgDypl1/L3ZUhPjKOTy1bq2g7NGIohENkRs8RcIPZ9QdI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260716031730","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173095},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260716031730.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/35cf3c56bf3c77ce6f910ff735972430/neo4j-cypher-language-support-0.0.0-canary-20260716031730.tgz","_integrity":"sha512-OGrmClFGvq5c7Vo+aDlpovNn/xGjyDlMgM9O3BoCgRUNGh8wXyWunyC9ONcVNY+CYtDXuLvNMjelyLaqDokXrQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260716031730_1784171987513_0.46010849310948254","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260716085914":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260716085914","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260716085914","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d900639990cc403e1e109dd5ea066d74ba196952","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260716085914.tgz","fileCount":351,"integrity":"sha512-v14bDaPl2haKacBeaYjrrKfS8So8vX9y+h/HINHJv5/mmq8Al//QjCcTGiryopCHV+LPJa52KFR41TySxDy4KA==","signatures":[{"sig":"MEQCIEDxDIuy0p4Pvddrak7DVtuB7SLKtKd85/sK5uf7MlvwAiAZWCH79pz+t2UKudImYKZW0Hb6eCdLBeIGXmCj/uztBQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260716085914","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173095},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260716085914.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/662c034915f692e2e3a8ea58da43b9ca/neo4j-cypher-language-support-0.0.0-canary-20260716085914.tgz","_integrity":"sha512-v14bDaPl2haKacBeaYjrrKfS8So8vX9y+h/HINHJv5/mmq8Al//QjCcTGiryopCHV+LPJa52KFR41TySxDy4KA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260716085914_1784192482267_0.33718869399075113","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260717031816":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260717031816","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260717031816","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"27f7526ddb668bf1a05d96866e2fd090c937197c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260717031816.tgz","fileCount":351,"integrity":"sha512-wdeybUbC6yKMsUYAOvzfCQfZS5X/yPFdyqiQ1Wt9qL9zu+SiiAujTmB0XRgdfVzAtUv22DOh+nAKUxnGzX1/1w==","signatures":[{"sig":"MEUCIQCd0EL/tLYarI+f+VHsJzc5Z/tFABShEPtATO+T+hCDDgIgejEuRPM6/emvanW680DJWpZewCkYDHJ6HSt5nUugjAo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260717031816","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173095},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260717031816.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e02b1f44ed00178911e0255d3f64a50b/neo4j-cypher-language-support-0.0.0-canary-20260717031816.tgz","_integrity":"sha512-wdeybUbC6yKMsUYAOvzfCQfZS5X/yPFdyqiQ1Wt9qL9zu+SiiAujTmB0XRgdfVzAtUv22DOh+nAKUxnGzX1/1w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260717031816_1784258429949_0.6327994691663437","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.35":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.35","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.35","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"248c7d0818624b883ba9fc6d7705aa1d20ad476e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.35.tgz","fileCount":351,"integrity":"sha512-Cz9KofWEHXOnL4t5vzActacRc1i/Q32/EcMphhp2uRJ4UKi0x3JfqaeYSiqwCyIv73GKLlJzWMx2fVaH6Ga/gA==","signatures":[{"sig":"MEUCIQDzseQ/mL8dTlCcOAFD4+AfAl9YQ72UTPP6z1AZmKYFLwIgbR+LuCE6GM6ZbczsVpXAkIyTDTh8phPtZN9RqWA4kgw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@2.0.0-next.35","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86166790},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.35.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/8797f6d4ac0346a77c0bc60d86c546b6/neo4j-cypher-language-support-2.0.0-next.35.tgz","_integrity":"sha512-Cz9KofWEHXOnL4t5vzActacRc1i/Q32/EcMphhp2uRJ4UKi0x3JfqaeYSiqwCyIv73GKLlJzWMx2fVaH6Ga/gA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.35_1784297899734_0.09929891389528445","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260717141912":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260717141912","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260717141912","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"54af3f1527141c0636c225366daad6014c400f07","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260717141912.tgz","fileCount":351,"integrity":"sha512-btuQcO1o4NAVLINY1zP3KOoGZqf1h6zs2C1cFztIu+oVsFAPgzq/t4tPNnq5kSAGmFD4oKALm4kugpYFZIA85A==","signatures":[{"sig":"MEQCIAhyqcS6Ex383qmd3mKlAA5W0VfZNh4EttXHmIsXdAUiAiAWWxlIdEyKu8m0s6rLHo/rh7UBvsDVPLxMEQEUcN+fpQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260717141912","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173192},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260717141912.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/62f8e99ba73c879e5c0b1efa412c85ee/neo4j-cypher-language-support-0.0.0-canary-20260717141912.tgz","_integrity":"sha512-btuQcO1o4NAVLINY1zP3KOoGZqf1h6zs2C1cFztIu+oVsFAPgzq/t4tPNnq5kSAGmFD4oKALm4kugpYFZIA85A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260717141912_1784298082282_0.7782661736834713","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260720032229":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260720032229","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260720032229","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d4945cac4a17a71092b01d6510db121ceba215ab","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260720032229.tgz","fileCount":351,"integrity":"sha512-D1KwTokIk7csZ2tGH5mIayJ7ZS/eWLZeH/B6G4yFs9m9I29d9IRUCVsSf1bBtzYvOpyVDAb4W2iKGjc9VyNg4Q==","signatures":[{"sig":"MEQCIBGWHQX7YKgYrCDQSAYCM9B3/62Mv26HWlg1FXvwQf30AiAqYFUBaFLR8SJhh2PzsFk1yI31AI4MVnUuT9xUItSf6A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260720032229","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173192},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260720032229.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/15356df08f62a139a1a2a16740439f9d/neo4j-cypher-language-support-0.0.0-canary-20260720032229.tgz","_integrity":"sha512-D1KwTokIk7csZ2tGH5mIayJ7ZS/eWLZeH/B6G4yFs9m9I29d9IRUCVsSf1bBtzYvOpyVDAb4W2iKGjc9VyNg4Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260720032229_1784517864735_0.6139670450275299","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260723031910":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260723031910","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260723031910","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c49fa1c82699b85a6aff299e1c0ca9f20ae041d0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260723031910.tgz","fileCount":351,"integrity":"sha512-IOJ9o9xJKokQnA0nDZw4asPcDDDSUbg4feliC8gD0hWtLWcXuog6brjo2FbfeFGmhtp44KdrMReSRN/oGd8bzw==","signatures":[{"sig":"MEUCIQDVjW/3yDFyRb7jkheKxJKBwYtu2tKo31lJrPUYOcf53QIgVqmvzya1gYt0gbv5a9opMoTGvOBZZonZl7gzfhC3fNQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260723031910","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173192},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260723031910.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/7401bc54d5934138db3ea3ac06292375/neo4j-cypher-language-support-0.0.0-canary-20260723031910.tgz","_integrity":"sha512-IOJ9o9xJKokQnA0nDZw4asPcDDDSUbg4feliC8gD0hWtLWcXuog6brjo2FbfeFGmhtp44KdrMReSRN/oGd8bzw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260723031910_1784776885460_0.6098464856826356","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260723084628":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260723084628","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260723084628","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"5aafbd92a94e4fa37b70e5b123787ba548b9852d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260723084628.tgz","fileCount":351,"integrity":"sha512-h+Kpze6mAo0TXPYvC2tftH2x2HkqyjB0LpY4wTtv5h4vcRnOnE4YW06Xudmhcz+PI+VoF8VPnjVJdjtAXxZZdQ==","signatures":[{"sig":"MEYCIQD1AXJyt9LO+ny7/bPOntQsDZAGnTzQad9A3sNZDpkVlQIhAMiYHRulsdXQIZhxb2Xn7uC9xyAtYF1nG48G1sBmtJz0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260723084628","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":86173192},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260723084628.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/5b915001c55b4798f13a2da01655ac74/neo4j-cypher-language-support-0.0.0-canary-20260723084628.tgz","_integrity":"sha512-h+Kpze6mAo0TXPYvC2tftH2x2HkqyjB0LpY4wTtv5h4vcRnOnE4YW06Xudmhcz+PI+VoF8VPnjVJdjtAXxZZdQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260723084628_1784796534788_0.09375562389100023","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260723161217":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260723161217","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260723161217","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"606c8380df59b26e8dbeabc12c61f83910ae93cf","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260723161217.tgz","fileCount":351,"integrity":"sha512-x79x+3g/KMeJoRG33snhsOjRc5T8zAwd4mbcGJ3ECob5WmjxznKQs2JvUxckjhT3o0btiEd+p3D55SR5YxF01A==","signatures":[{"sig":"MEYCIQCrvLdgA6jXnkRpXJp7lrDgjQV637P7mUTa3GnsvYZ1nAIhAO9fnHY0fgVchADbalE4KfC8je4C/UCLP6Q7XtfbK4+r","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260723161217","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87230944},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260723161217.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/a243b118a9a17c34e4e8d9582c0a868e/neo4j-cypher-language-support-0.0.0-canary-20260723161217.tgz","_integrity":"sha512-x79x+3g/KMeJoRG33snhsOjRc5T8zAwd4mbcGJ3ECob5WmjxznKQs2JvUxckjhT3o0btiEd+p3D55SR5YxF01A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260723161217_1784823292538_0.5169277551347573","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.36":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.36","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.36","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"309a417f722f8f253e75d274d85985b73ed2cfc0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.36.tgz","fileCount":351,"integrity":"sha512-o1Qk6vfZ2G3Py3VpniAX6g24VClPidvi5UsZqHLnSCQnujcnx3mXKluKDMH4Ror3lyS1pXjDdjEEpmuICGuGPw==","signatures":[{"sig":"MEUCID9ujoemRVBqaIrVJNWeWK8DIW3oqJdYlDFy856wlLXvAiEAxwa9AiXcGIDdea+5hbKMadnleANxBN4XdC+4NylXzwE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@2.0.0-next.36","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87224580},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.36.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/9a7ec33d74dea0106ef154037ff501aa/neo4j-cypher-language-support-2.0.0-next.36.tgz","_integrity":"sha512-o1Qk6vfZ2G3Py3VpniAX6g24VClPidvi5UsZqHLnSCQnujcnx3mXKluKDMH4Ror3lyS1pXjDdjEEpmuICGuGPw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.36_1784863062415_0.7174933276565714","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260724031834":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260724031834","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260724031834","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"8bedd3e53ccf0fe2ad638323ff69d9973df79670","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260724031834.tgz","fileCount":351,"integrity":"sha512-CV5ou999RsfukO1jxKG7im3Z4utkZi+sjBbulU5WMWdpePnzjreBM/kTLOc7ep9j7yR7s1QHq5pJ1oe4hY+vPQ==","signatures":[{"sig":"MEUCIGLIBhUXi+LucDtJj7R3AJXs8pMNJ+eTrFC5rymDoebrAiEA4ju+lCHVy/RaBR+wCD6n+XBWgJmsgU0nfOkY3PSM7gU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260724031834","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87231014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260724031834.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/7470b9bf87eaa5d79c69c81d3f0d1fef/neo4j-cypher-language-support-0.0.0-canary-20260724031834.tgz","_integrity":"sha512-CV5ou999RsfukO1jxKG7im3Z4utkZi+sjBbulU5WMWdpePnzjreBM/kTLOc7ep9j7yR7s1QHq5pJ1oe4hY+vPQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260724031834_1784863248787_0.34794461123991516","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260728031840":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260728031840","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260728031840","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"2c5e7799eee15f528a6a8a1377cc2737e70f52f6","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260728031840.tgz","fileCount":351,"integrity":"sha512-AFZWdZCRRTFRZ6v/e698RecZsUbwS5FM2JYjeP/Mk3dgiswfkMrogLGtG/TeUn/r9iuFiIr/aCUA86iLmag5Mw==","signatures":[{"sig":"MEUCIQDtpwC0XwwPxnQW3Kv3OFATpksRXtJGFHb3TNgF/vYnegIgPNxYiRBuz1wIfQF3nYinYRooAzdFkrsKyYeJIbR8BYo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260728031840","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87231014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260728031840.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/67549556e13a05efa300f8831393ccd5/neo4j-cypher-language-support-0.0.0-canary-20260728031840.tgz","_integrity":"sha512-AFZWdZCRRTFRZ6v/e698RecZsUbwS5FM2JYjeP/Mk3dgiswfkMrogLGtG/TeUn/r9iuFiIr/aCUA86iLmag5Mw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260728031840_1785208857752_0.25887599038624476","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260729135800":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260729135800","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260729135800","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"8c98083cc60f8fe16901b750afdce02f0e70a497","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260729135800.tgz","fileCount":351,"integrity":"sha512-DNEpuMppM8L2SbKrpJX4vtyJmKQujqwQ5XEhlbS0IYbpFvRx+ibKpRsY1UlGyoku77lovtCDi7GqYkpX8dWOlA==","signatures":[{"sig":"MEUCIEd/vso9pELB7zEZ15+I+P6FVIM+MlaPrUemRh/IhICtAiEAuqxKXjWdLimFWai/fdhPPcPOP3jraY4goklcI0v5+aM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260729135800","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87231014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260729135800.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/b589434bffc7489c12bdb54e9d58513e/neo4j-cypher-language-support-0.0.0-canary-20260729135800.tgz","_integrity":"sha512-DNEpuMppM8L2SbKrpJX4vtyJmKQujqwQ5XEhlbS0IYbpFvRx+ibKpRsY1UlGyoku77lovtCDi7GqYkpX8dWOlA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260729135800_1785333620467_0.22823453714070085","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260730031802":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260730031802","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260730031802","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"275971a4e044d4f9428c7c8c41d0629db39470f9","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260730031802.tgz","fileCount":351,"integrity":"sha512-0rIcxnV1E+wF6srd+BkM83DHJkqFddCzkYWHsCl1JV1XF+5G9ffAd+94Jede4dqT9kn0QxNlp7nveJtST8YrQg==","signatures":[{"sig":"MEUCIE9SbjOqxCaq/aIxpJk/4PLkRYX7DogDHkE1zZ6qunf/AiEA7/YcURKzprWK04QtA5eSMzAk3PqRXmJ3AIj3UBK8FJs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260730031802","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87231014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260730031802.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/13432e17dae342115ff9479f414bda14/neo4j-cypher-language-support-0.0.0-canary-20260730031802.tgz","_integrity":"sha512-0rIcxnV1E+wF6srd+BkM83DHJkqFddCzkYWHsCl1JV1XF+5G9ffAd+94Jede4dqT9kn0QxNlp7nveJtST8YrQg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260730031802_1785381619089_0.2780102257203325","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260730094605":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260730094605","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260730094605","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d6406526e7a8cfcc20cc478b52ca468bb4e818a2","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260730094605.tgz","fileCount":351,"integrity":"sha512-5KTw8hP4957+wurGfyGybI1i2BQrsJtn4M4jOFgpio2B0PYVghO3ICjTMGOCBUGcJT7JFOi4KHLCVJ6L3NpZcQ==","signatures":[{"sig":"MEUCIQCL87mCdcB6d0Id0yU6JE29KjN0oav6ncwevNDIUIiUgAIgF45ppmALIyhfKXNBVEXTUcHcttQd9L8pm4Ts+jWHia8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260730094605","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87231014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260730094605.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/d93d1ffb66262104240dc5e471170e5d/neo4j-cypher-language-support-0.0.0-canary-20260730094605.tgz","_integrity":"sha512-5KTw8hP4957+wurGfyGybI1i2BQrsJtn4M4jOFgpio2B0PYVghO3ICjTMGOCBUGcJT7JFOi4KHLCVJ6L3NpZcQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260730094605_1785404906181_0.15277266452034843","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260731031810":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260731031810","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260731031810","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ccb016a39f25eb0d3be50d886e36bdfd147a29ae","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260731031810.tgz","fileCount":351,"integrity":"sha512-8K01NAnFH+PoPLq+eLPWRdJPE10mTOjixVHA40X6IHoD6vMfRDK+v6gfIM2FDdSW1Mq+UnyJA/i0XKuhTXPDiA==","signatures":[{"sig":"MEUCIQDnxGLA74CnSJEByLPx5Hjj5tTvW+KdhsX/pe2C3czmFQIgPC8HPseK3IFMZOO8M/newIwWLeGLHdZ55q3kIQxHqHM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260731031810","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87231014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260731031810.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/af39b2d766c1d1cd5323e8afe7ecb0e8/neo4j-cypher-language-support-0.0.0-canary-20260731031810.tgz","_integrity":"sha512-8K01NAnFH+PoPLq+eLPWRdJPE10mTOjixVHA40X6IHoD6vMfRDK+v6gfIM2FDdSW1Mq+UnyJA/i0XKuhTXPDiA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260731031810_1785468023407_0.2445995633759841","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260803031853":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260803031853","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260803031853","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"9fc80b29f6f2a1c2a7bfae1ef32e1d1e30348fba","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260803031853.tgz","fileCount":351,"integrity":"sha512-Y+5oVQCslOo1iEOFddxAJKTg7nSOT42rDl7f6tVA/x/vs9dxzRdqgtsC6TSdmmytXVC0sCiCMpIubPD5HU998A==","signatures":[{"sig":"MEUCIDCR4H924M3YT9pVK2FdHDuUp1EiHd41vFa3MZ+0XfsTAiEAwI+n+YKZ1HW3IqXMj6VKWhB6xs4wMf94Z0og9ba6qwM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260803031853","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87231014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260803031853.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/8e43160906ff4b9036939de82ac56c7a/neo4j-cypher-language-support-0.0.0-canary-20260803031853.tgz","_integrity":"sha512-Y+5oVQCslOo1iEOFddxAJKTg7nSOT42rDl7f6tVA/x/vs9dxzRdqgtsC6TSdmmytXVC0sCiCMpIubPD5HU998A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260803031853_1785727272264_0.5969303665053092","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260804031836":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260804031836","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260804031836","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"363842c5d2609c56d54a04d67329a29f706a2840","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260804031836.tgz","fileCount":351,"integrity":"sha512-0zmEFHuLF4oChxEuJBpueHdnsXyzcXxQDnSat+AReGrn7QjVPgey3jf79xP8rY9Fgka8DsyVXj8tGmDdGriYrw==","signatures":[{"sig":"MEUCIQCarjOGfrMQijIw3oXagW86Yw/63EB8SZNnl72pvr9vygIgYYhRiGpiXWH875ahMLsFZ/8NJDTCaetbHvUUK42jwi0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260804031836","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87231014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260804031836.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/0ddceec28d225323ca9c43845c881193/neo4j-cypher-language-support-0.0.0-canary-20260804031836.tgz","_integrity":"sha512-0zmEFHuLF4oChxEuJBpueHdnsXyzcXxQDnSat+AReGrn7QjVPgey3jf79xP8rY9Fgka8DsyVXj8tGmDdGriYrw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260804031836_1785813646242_0.856352737308596","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260805032110":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260805032110","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260805032110","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"f6e90bf77a0988e1b6ea9ea5081802a641dbe7f1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260805032110.tgz","fileCount":351,"integrity":"sha512-0D7Jf/CQ+pj09cNf2MpBkAa8SRXtToTDoFixk+eMNOpvQGPqf0/83KJbNKiqZLIqe+27YwTrC/YqpPQt6FH6og==","signatures":[{"sig":"MEQCIHCLKYKRoQYRqo2/NAy7mzvDmYd/ls3Kv1OxDCebuo60AiBII/RtJ3jQAjxqFGPJwzaKU9fZdfmFGokdxm+kjPSpYA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260805032110","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87231014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260805032110.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/f1d831d6e539a5d91c543a912652827e/neo4j-cypher-language-support-0.0.0-canary-20260805032110.tgz","_integrity":"sha512-0D7Jf/CQ+pj09cNf2MpBkAa8SRXtToTDoFixk+eMNOpvQGPqf0/83KJbNKiqZLIqe+27YwTrC/YqpPQt6FH6og==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260805032110_1785900203130_0.600263611895083","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260806031938":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260806031938","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260806031938","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c3cee6d245494eef0f3c171ceaf3194c3d3383f8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260806031938.tgz","fileCount":351,"integrity":"sha512-s7U7L26GvUcg1wEboMLMjIdsO0hP+OzBMtNfwoZ/NwVek2W18V1S3NWx5PTA9odmlNKmOM7R0VcG6bC8+wqNlg==","signatures":[{"sig":"MEUCIQD/Rdeguqdm1vGNEAENSz4DBwoRm7dkY+5aklzLRrMXiQIgRmIOAnN6fkzZvUBryvUpDgbdYlxuCoxDPLTf5IgEqXY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260806031938","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87231014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260806031938.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/6129725eac6a29abdc50613c79289445/neo4j-cypher-language-support-0.0.0-canary-20260806031938.tgz","_integrity":"sha512-s7U7L26GvUcg1wEboMLMjIdsO0hP+OzBMtNfwoZ/NwVek2W18V1S3NWx5PTA9odmlNKmOM7R0VcG6bC8+wqNlg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260806031938_1785986517062_0.5781232759671644","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260812031009":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260812031009","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260812031009","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"11db0a75d167fab0b305fa8785767a7da736098a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260812031009.tgz","fileCount":351,"integrity":"sha512-763xamO2ozeM5bqxsn9zisp55V+nNQrVK2dv6+6AK5fgE9UElFnwmrY2iK5DVk0WNdpU1pS9VzOmPklrLzXC5A==","signatures":[{"sig":"MEUCIQCWhobw/zJJIAORAgpkajwZVe5WTo8vp51Qo6WiHLqNzAIgZlPba1Be5ePGO3STUXSeebTSRUQrlWldK3PPxbii+8c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260812031009","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87231014},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260812031009.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/764a81172d9b0fd773d8f5e49fab2f69/neo4j-cypher-language-support-0.0.0-canary-20260812031009.tgz","_integrity":"sha512-763xamO2ozeM5bqxsn9zisp55V+nNQrVK2dv6+6AK5fgE9UElFnwmrY2iK5DVk0WNdpU1pS9VzOmPklrLzXC5A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260812031009_1786504345827_0.341855150638249","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260812085809":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260812085809","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260812085809","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"6f8e40a5d06bf197b7c8ab370594184bf3580cc3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260812085809.tgz","fileCount":351,"integrity":"sha512-WhIk0qNP7TVPa6s4zbTULqvazqA4UMx/SIuH1RvMDgtAkMonMRUt68x2SIUOSPS+hlQ+50tECHTBJ8vaGSBO8Q==","signatures":[{"sig":"MEQCIAt2Wjwd7P/5CuWaBoipkaLHM8cblE0T5BjkyIQhtxAhAiAbw+sgxVm1PicEPqx+/pop1zzjh767CdLY2w/TTnZIbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260812085809","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87267849},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260812085809.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/ce44423cad1ba906b1a2102b51783ec0/neo4j-cypher-language-support-0.0.0-canary-20260812085809.tgz","_integrity":"sha512-WhIk0qNP7TVPa6s4zbTULqvazqA4UMx/SIuH1RvMDgtAkMonMRUt68x2SIUOSPS+hlQ+50tECHTBJ8vaGSBO8Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260812085809_1786525227178_0.1274926740332254","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260813030918":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260813030918","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260813030918","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c36fb256d6de50dd2f82bf5687079046049dbd73","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260813030918.tgz","fileCount":351,"integrity":"sha512-ZZQ6nevSwwpF19QKReI0k6C4X5yzhs9SMXfYrlu6NpA3E0QDdXG6WD331L5hMoFLu4NO5NO4LdJmurW4j95M7Q==","signatures":[{"sig":"MEUCIFcJ7pwP7r8jlz2Lja9wMS+hihXxZ4ptD0iRLoHWR11KAiEAg1IiznGEtHk42KabT0Tmxfn2KVZCpDdhZhyj5WXguvg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260813030918","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87267849},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260813030918.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/6bc4b51e7410473481c24b37d9973326/neo4j-cypher-language-support-0.0.0-canary-20260813030918.tgz","_integrity":"sha512-ZZQ6nevSwwpF19QKReI0k6C4X5yzhs9SMXfYrlu6NpA3E0QDdXG6WD331L5hMoFLu4NO5NO4LdJmurW4j95M7Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"@types/semver":"^7.7.0","vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260813030918_1786590703175_0.5030057241536974","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260813091431":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260813091431","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260813091431","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d5c05b728f684524a9515874dddda907a3c8271e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260813091431.tgz","fileCount":351,"integrity":"sha512-SVYIocAzaXGtXg0TY48jKgCwApIu3pxegbmjajbMCxwCSq2i7TRsCUB0KyQktYWu5sKEyo0UfEm/WY942nJdHA==","signatures":[{"sig":"MEUCIB224HTg3SbFiVSRZQduTGf4Koa/BDsPDhZl0XxDXzAYAiEAz/TuMgFDqULixN8dehr1uZ4iStgl8T9zShdLx0eoQPA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260813091431","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87244024},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260813091431.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/980c65e329c180983c2db84dcbf4af4e/neo4j-cypher-language-support-0.0.0-canary-20260813091431.tgz","_integrity":"sha512-SVYIocAzaXGtXg0TY48jKgCwApIu3pxegbmjajbMCxwCSq2i7TRsCUB0KyQktYWu5sKEyo0UfEm/WY942nJdHA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260813091431_1786612605734_0.6885550662129796","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260813141627":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260813141627","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260813141627","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"652d17c8a117b5c295bd6e44f855e72567cb5361","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260813141627.tgz","fileCount":351,"integrity":"sha512-A8b6k7onuwxW3Izt/g8dAf9TB0F4vnBbOc1QblaMoRo7SuD5c4+OLAI7ViA123t+J9UG/hVPEdSogkJKcysVgg==","signatures":[{"sig":"MEQCICo1PHiBSiCXJXZwo9GjMRXvghfqHswSj9c7ua2av6dbAiBDgbN2HVqleFErfjNT3f37TtJVKwS+F4MjLoIwit3jCw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260813141627","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856251},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260813141627.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e6e2af6a21301f55b0da6b8fff2b3b25/neo4j-cypher-language-support-0.0.0-canary-20260813141627.tgz","_integrity":"sha512-A8b6k7onuwxW3Izt/g8dAf9TB0F4vnBbOc1QblaMoRo7SuD5c4+OLAI7ViA123t+J9UG/hVPEdSogkJKcysVgg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260813141627_1786630743427_0.983477245144255","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260814030938":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260814030938","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260814030938","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b225161908600d7a52b1acc6ad3840f9095066fb","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260814030938.tgz","fileCount":351,"integrity":"sha512-fyqnyrMScw/MURbgyZF8bQq2ZDiSuMSUvzrLW90ApO7+pksJhD1/5H7ICyXr+ar4EHcLC1il0khSoBgS9vXcUg==","signatures":[{"sig":"MEQCIGa79FmPiPVczM9eLU3iZ9/z4iE/Bxpk1fgod8jaBM0jAiBeZAZX9XiQKqYDpFLqVVt259Vr2vEp+kfjW+MlJKoJ1A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260814030938","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856251},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260814030938.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/4763e42f3b22407fb2ccaec8b7283d4b/neo4j-cypher-language-support-0.0.0-canary-20260814030938.tgz","_integrity":"sha512-fyqnyrMScw/MURbgyZF8bQq2ZDiSuMSUvzrLW90ApO7+pksJhD1/5H7ICyXr+ar4EHcLC1il0khSoBgS9vXcUg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260814030938_1786677126784_0.8296009302272007","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260817024348":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260817024348","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260817024348","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"6059d081b084c370cb5d168a47152a1e9c3ea3d6","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260817024348.tgz","fileCount":351,"integrity":"sha512-Gk7x8kjoXXZulUHzY80O8zhHvhlaznCl4Ft2Qv7AhwrOpHLqXMRWcEfiEB6x6r9AW/O/RKPW9SkIC81kBdc9TA==","signatures":[{"sig":"MEYCIQDflvp+SUWQByu5cHBftQyjONxr9W20FksGAvHJEVCwYwIhAPkG68GPjbJawOd+LUVEgoKHiEImxpzdxprjRj/Ce8FF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260817024348","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856251},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260817024348.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/a6512c59dd31087fec6ebc85aa80aa1f/neo4j-cypher-language-support-0.0.0-canary-20260817024348.tgz","_integrity":"sha512-Gk7x8kjoXXZulUHzY80O8zhHvhlaznCl4Ft2Qv7AhwrOpHLqXMRWcEfiEB6x6r9AW/O/RKPW9SkIC81kBdc9TA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260817024348_1786934775820_0.1654261922774931","host":"s3://npm-registry-packages-npm-production"}},"2.0.0-next.37":{"name":"@neo4j-cypher/language-support","version":"2.0.0-next.37","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@2.0.0-next.37","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"d0176eff115ab445b3b3040603b700ca12fb6f34","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-2.0.0-next.37.tgz","fileCount":351,"integrity":"sha512-TiJphID9Y8wms9CE4b7L99aRcRRL2FJDeeqzq8ovOrMvQLgrBAoSZh4e8zjya4tr2WeEjAgYJ/jYSpdrKExRvQ==","signatures":[{"sig":"MEYCIQCi6bozH9wnUGyCn0qlyLKu7NrJYlgoVjPGUqZLdpxyVgIhAP7isXX4KGgk8z5lt3kYhHz5GC1zZY6yiC58ffL/ZtzH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@2.0.0-next.37","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87849875},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-2.0.0-next.37.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/f32ccd6a5f76157ff59099c81c5445bf/neo4j-cypher-language-support-2.0.0-next.37.tgz","_integrity":"sha512-TiJphID9Y8wms9CE4b7L99aRcRRL2FJDeeqzq8ovOrMvQLgrBAoSZh4e8zjya4tr2WeEjAgYJ/jYSpdrKExRvQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_2.0.0-next.37_1787137557383_0.8434680896897631","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260819110652":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260819110652","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260819110652","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c3f6af6818f0260424fdca05996e5ae05eae9b48","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260819110652.tgz","fileCount":351,"integrity":"sha512-wOJn7brIbPDgmLyOLC0hgPr3lgzM0Z+19WoZ8JKvvngVn0c2oquU75m9cQ2MW0f8PmKOLZvhSdDOYGUlJLM9Xw==","signatures":[{"sig":"MEQCIBWbQaWkTgKmCN3M0fMYNGlwWYP3IQej6j/HwWpYNWxnAiADX8TtCd0fNuuV1H5XZGczaDs2xMvHxzxEgrB+73edHQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260819110652","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856430},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260819110652.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/320344c6ff67a283054daba197c2b005/neo4j-cypher-language-support-0.0.0-canary-20260819110652.tgz","_integrity":"sha512-wOJn7brIbPDgmLyOLC0hgPr3lgzM0Z+19WoZ8JKvvngVn0c2oquU75m9cQ2MW0f8PmKOLZvhSdDOYGUlJLM9Xw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260819110652_1787137734656_0.9581103036256267","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260819111703":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260819111703","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260819111703","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"c01ae8e556723cdf74b8960c0ca2872544ba3a96","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260819111703.tgz","fileCount":351,"integrity":"sha512-gMF3zE9s86XOfn0Eev45DCXwN1TGAGNx55AE12yudAidkMLDOJt2ZHQsc5mY6pETNf2IJyGCEZEVaJmx8Nng8w==","signatures":[{"sig":"MEQCIEBt112Ge8rwl2GNFQoOUc+gqrMVypmS3zBJePJly0IpAiBIBeaG4VGmebClUwOpEUE4gxnihdBvIqThzLiPD/hXHw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260819111703","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856430},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260819111703.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e5445dbf49e760220639adcb505bd330/neo4j-cypher-language-support-0.0.0-canary-20260819111703.tgz","_integrity":"sha512-gMF3zE9s86XOfn0Eev45DCXwN1TGAGNx55AE12yudAidkMLDOJt2ZHQsc5mY6pETNf2IJyGCEZEVaJmx8Nng8w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260819111703_1787138365500_0.6113542501780214","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260820023922":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260820023922","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260820023922","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"5bf932592dea2e38afda260eb6c80f1a069b447b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260820023922.tgz","fileCount":351,"integrity":"sha512-Sp8f38s/5UPeNotwUXNmCNyPKesBuHiT0jpiOaxr1RcsdtcPmEl080BPj5I0eQvh5ftjlLrngEwVI+Xi+yqJvA==","signatures":[{"sig":"MEUCIQD89CqMTvNjOWr3QTOdC2znUQKTGiPwNNY4ZNYgOfiSQQIgANOB9a7MnxlYEynJQD4P8gIsyJyda8PsDH1Vh3tly/Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260820023922","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856430},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260820023922.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/f0d2f433b714e085aad73c2bef546080/neo4j-cypher-language-support-0.0.0-canary-20260820023922.tgz","_integrity":"sha512-Sp8f38s/5UPeNotwUXNmCNyPKesBuHiT0jpiOaxr1RcsdtcPmEl080BPj5I0eQvh5ftjlLrngEwVI+Xi+yqJvA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260820023922_1787193712232_0.15038014054035886","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260824024418":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260824024418","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260824024418","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"cad99378b3429c6035ca8b8faa32d9c9731e9bb1","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260824024418.tgz","fileCount":351,"integrity":"sha512-DgRw04uNHOtz7aF3RqHX7e6/6WFHhRIJvdNWXcWsLTZDJ8YPBnF+9WsisqoZuLmBLmK2Q1kIHt3HwFZWMBEmmg==","signatures":[{"sig":"MEUCIQDhhlKsh9owR3iBSY8sxepCcP0TWWyFUDiynNLXdM2v1QIgT8csUSNKIa2oLW1z+sAKzT8191v0JxVQp0LHeFbIgxc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260824024418","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856430},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260824024418.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/ee56c59d1abacf8987ea7056484af5d7/neo4j-cypher-language-support-0.0.0-canary-20260824024418.tgz","_integrity":"sha512-DgRw04uNHOtz7aF3RqHX7e6/6WFHhRIJvdNWXcWsLTZDJ8YPBnF+9WsisqoZuLmBLmK2Q1kIHt3HwFZWMBEmmg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260824024418_1787539591379_0.8779642618650136","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260825024012":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260825024012","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260825024012","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e06b1367c5fd28feec7dfb400e214e580ebf60a0","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260825024012.tgz","fileCount":351,"integrity":"sha512-mbhyA8kq1OpoAhijsb6qHn8NhuIEupo5UdeV+K3km3xD5m/h9397DTb7S3CWsC/D43VTS8xJ91gdVZNO/dDPXw==","signatures":[{"sig":"MEUCIEF/vPEA79oE/wDlTu44ce7YE0y+JijmTJ3MhO2vR061AiEA0AUIlLG/hrLLXJt9lgt1oH+Ov+xJbQdAAjZBecfwJro=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260825024012","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856430},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260825024012.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/2a6734055b43267a853ef5fd3c3bbc58/neo4j-cypher-language-support-0.0.0-canary-20260825024012.tgz","_integrity":"sha512-mbhyA8kq1OpoAhijsb6qHn8NhuIEupo5UdeV+K3km3xD5m/h9397DTb7S3CWsC/D43VTS8xJ91gdVZNO/dDPXw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260825024012_1787625742016_0.042861943549263426","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260825083443":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260825083443","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260825083443","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"7ec8844263cda0a68d242e78c2d90107bbbaaa5d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260825083443.tgz","fileCount":351,"integrity":"sha512-hFMSg58ZW2tggwRRIjGNGlrAXQxegF9Gy9dYFULBECw1DXSukhVbUtpZhVcdtYtlwqsJSEWIOZ3vh3vOxHfATQ==","signatures":[{"sig":"MEYCIQC5+LQp94KhF0gOPf/lFYgvAAhWfJ3pZAd1e+kNdKAiEgIhAN26/z8dMV/SAQ1pRBDzLxb3AybJgQTtLqUGmExZkMFh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260825083443","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856430},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260825083443.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/e59c35efdd3faa3c9e126334a8fcb2fa/neo4j-cypher-language-support-0.0.0-canary-20260825083443.tgz","_integrity":"sha512-hFMSg58ZW2tggwRRIjGNGlrAXQxegF9Gy9dYFULBECw1DXSukhVbUtpZhVcdtYtlwqsJSEWIOZ3vh3vOxHfATQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260825083443_1787647027262_0.06172099543483878","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260826024318":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260826024318","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260826024318","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"17bad7653483c56e4e08b68023b3ccb22ae924ba","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260826024318.tgz","fileCount":351,"integrity":"sha512-JBuDpJRoDxH9r/LXrcksz9vr4l1OrpaJdc2bClq5zLLL+0MRT6RlemdGZgCk2mGEEa6HGQW+aqway2CYgyEXQg==","signatures":[{"sig":"MEUCIQDMHpnAKyb4BLuS3/Ephyn2D5STGqa4eNk8z2LTZmHH2gIgHFKY9S6xPs1ynIfyCXeDDkkchMdfb2fG/FGQk0j5HWg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260826024318","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856430},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260826024318.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/fe5099ff87f05b63b0370f7db32dfc07/neo4j-cypher-language-support-0.0.0-canary-20260826024318.tgz","_integrity":"sha512-JBuDpJRoDxH9r/LXrcksz9vr4l1OrpaJdc2bClq5zLLL+0MRT6RlemdGZgCk2mGEEa6HGQW+aqway2CYgyEXQg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260826024318_1787712343933_0.42691355570253475","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260827040252":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260827040252","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260827040252","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ca28da7bf47693bddec3ce2b47dfa5e912a6efa3","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260827040252.tgz","fileCount":351,"integrity":"sha512-yypu7C4TkK4Bba2vmc6IcTDW22bRC2wYuxlYkJ04JSXCul6AKdBjPnQCE2K5AINa18DRvWV22uvPhgYGWSgUGw==","signatures":[{"sig":"MEUCID7uYLJELjf+YnH0EDzfot3WM20E8sK4V8y+cHeBs28KAiEArgETDCo6qo6+KNIS3hHxZr85jcUTmICnULbh9h2+5+Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260827040252","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856430},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260827040252.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/5f84aa231d9bac454e275ae9428fa2f2/neo4j-cypher-language-support-0.0.0-canary-20260827040252.tgz","_integrity":"sha512-yypu7C4TkK4Bba2vmc6IcTDW22bRC2wYuxlYkJ04JSXCul6AKdBjPnQCE2K5AINa18DRvWV22uvPhgYGWSgUGw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260827040252_1787803507506_0.7374417297612872","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260828050017":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260828050017","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260828050017","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"2ea245a161021d32caabd6ea23a184e7a86d57fe","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260828050017.tgz","fileCount":351,"integrity":"sha512-7R5q+yVgjwUijr6cz1ofNjwh96WPVqt3ib1TdSG3/NU7GEeoxXNh5avMpEPV7dM3t7/1bTKnQIHKqOEBGmy60g==","signatures":[{"sig":"MEUCIQD+GaOglzLa04zEpTVhP/UFD5x3ORD4htDHzP2uLzqDCwIgW/iBlrtogtVxdWImMf2MwkjsJgW47uLed7YyJZvSjRA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDS0J80sM6V98f6MKg9ZJuUoSMsHuwSvhRuos7Zd14xEwIgWm/FO5xovHXPhYlq2st9T0jANMhWCjq/AtcifR91tP4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260828050017","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856430},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260828050017.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/0f0aec91fce9a4951ad262838d936c21/neo4j-cypher-language-support-0.0.0-canary-20260828050017.tgz","_integrity":"sha512-7R5q+yVgjwUijr6cz1ofNjwh96WPVqt3ib1TdSG3/NU7GEeoxXNh5avMpEPV7dM3t7/1bTKnQIHKqOEBGmy60g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260828050017_1787893451001_0.39341716783973446","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260831023230":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260831023230","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260831023230","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"a170345494881d9e2e495b05abc23d20770057e7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260831023230.tgz","fileCount":351,"integrity":"sha512-JPANG98oovFYXjQ3P3iUR0Cl+sppG456uo+DoB4l6g5b4l1DkGfsEKrbeTkiYypP25yF1El3sjahdHqmEiplcA==","signatures":[{"sig":"MEYCIQDHzOvM53rWeoOZ97OHW3SLk6Rur4BK/50dvyGHbCbBpgIhALyYzbtKlY4RVj197Ir6EvCVqd5VNyo5wK4f4UtGHDU7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIFhxQ/IGc+ki7BHclVBDHs3rpXnBwDOGhC/CqsjGI4hcAiBxtXwaCABuHreDdMKSTqQ5j/cH1YRM+dx+glQjHktbIw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260831023230","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856430},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260831023230.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/51d11599f61a9679405e3b5e0f6b519b/neo4j-cypher-language-support-0.0.0-canary-20260831023230.tgz","_integrity":"sha512-JPANG98oovFYXjQ3P3iUR0Cl+sppG456uo+DoB4l6g5b4l1DkGfsEKrbeTkiYypP25yF1El3sjahdHqmEiplcA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260831023230_1788143788259_0.31153750117849355","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260901023028":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260901023028","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260901023028","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ecc113fa5a1773351624a9323711ba462cc9715b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260901023028.tgz","fileCount":351,"integrity":"sha512-4NKIb8HCoEIaDab0M7rjQSrj4qMIksh9o3QGr24vx14MOQC0YuLDQZeZJV1wxEj8rv5P+9BxmIJ73PjNtrQRoQ==","signatures":[{"sig":"MEYCIQDmmzrEk6U45Zqd2IkZBv6WyIwBtyMvbSLLfIei6lFjfgIhANSHrEQ8H8Vv+NYDOemMz9ALygx9+PdJF0G/t+eqnV+o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQD+bzBPxzjwQzv7h5J8SsjoEzrZ7Xv8yYShhtyKqDtRQwIgfsFQBPwVWux9b2jGt6EIpqYmhJ2g8kNF+F9peKOA9SY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260901023028","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87856430},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260901023028.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --module esnext --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"cd ../../vendor/antlr4-c3/ && pnpm build && cd - && pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"cross-env ANTLR4_TOOLS_ANTLR_VERSION=4.13.2 antlr4 -Dlanguage=TypeScript -visitor src/antlr-grammar/CypherCmdLexer.g4 src/antlr-grammar/CypherCmdParser.g4 -o src/generated-parser/ -Xexact-output-dir","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --module esnext --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js && mkdir -p dist/esm/vendor/antlr4-c3/dist/ && cp -r ../../vendor/antlr4-c3/dist/esm  dist/esm/vendor/antlr4-c3/dist/"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/17b8d30ea68022afcf07b7c863becddb/neo4j-cypher-language-support-0.0.0-canary-20260901023028.tgz","_integrity":"sha512-4NKIb8HCoEIaDab0M7rjQSrj4qMIksh9o3QGr24vx14MOQC0YuLDQZeZJV1wxEj8rv5P+9BxmIJ73PjNtrQRoQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4":"4.13.2","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260901023028_1788230059534_0.8470359951957322","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260901132238":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260901132238","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260901132238","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"51fe5c4e1b71a7240f9b8faf6c72ad2f494b0930","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260901132238.tgz","fileCount":309,"integrity":"sha512-bd4Y/vl+945ITW5DC5YzyOHzlvomBiyNyEfGO/N+B6qqd3uDgbsqbuNlNuOHmgEHBv4oSmPn8AqK620wVU8nuw==","signatures":[{"sig":"MEUCIBKF5XmE03a6BmliI9R7s0QJ2XnMZ1IRBcpSU4HRjtKQAiEA+oUVrMTNDZaAv5szCNa7jhywDd7IAlFKbFHkdDmvDOk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIDC6n4CpaHooO+XNF5ZPMdFNjRYEksT7x2IgcFYvPzbRAiEAwGEieNAdlqKd/0QODVTlC9pCOwdyWoKZwNxQiFMy9YI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260901132238","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85781827},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260901132238.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/87791fa6749b4052c760a220f596ca4f/neo4j-cypher-language-support-0.0.0-canary-20260901132238.tgz","_integrity":"sha512-bd4Y/vl+945ITW5DC5YzyOHzlvomBiyNyEfGO/N+B6qqd3uDgbsqbuNlNuOHmgEHBv4oSmPn8AqK620wVU8nuw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260901132238_1788269274932_0.9194089907817165","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260902024556":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260902024556","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260902024556","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"106e9549b6e113608da211fe3d97420e9753d770","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260902024556.tgz","fileCount":309,"integrity":"sha512-VouE+yz9CnRh+/wV40FSZuRKd/XKcxfwhV/7GYGO7mhrWhI7VvmjjPLpVIOqHifT1wbExE2l49Fy1xDeDlup6Q==","signatures":[{"sig":"MEYCIQCRfVtFRP5FfAEjWh5Qof1gyLBzpNs8aMdkryefk6kwxwIhAItTiMO3hHLwU1IztYIkfQqOxu8SK4paPveG9ddGAPz7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIBAvxe3LFNDVwSCjZtfgemMJe9nKjtGWVZQ654bS4hKSAiAmgW0wDLBv8cv4E/LORvREMerKuMzz+UD/JlFfWF8r4A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260902024556","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85781827},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260902024556.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/9ba080f8b92ec4345c5c7557e10469c0/neo4j-cypher-language-support-0.0.0-canary-20260902024556.tgz","_integrity":"sha512-VouE+yz9CnRh+/wV40FSZuRKd/XKcxfwhV/7GYGO7mhrWhI7VvmjjPLpVIOqHifT1wbExE2l49Fy1xDeDlup6Q==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260902024556_1788317405910_0.21892202437226005","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260902151640":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260902151640","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260902151640","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"cb490ea7c33960bddf5765352c4f1f93ead7a934","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260902151640.tgz","fileCount":309,"integrity":"sha512-ht9kS4j+NAhReKdtEj2CAbZVa9i3bghHleK/02f2ScwDxZRHor1VJJKGfKAbngLDPu9jpxET56/4GpPpSfN7JA==","signatures":[{"sig":"MEQCIDKvB39Ytm8SkYyaOwaKZohwGrr9vvBC8pR7TI/bQDE7AiBaGLgjMvTAba8XNbJgnt5UGEDDzTmGMuRnvcCMQYdIyw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDvEy6jdv30veuKPNtWkeJge8Sq6H8ev8COz2pLirCcIAIhALaHnrjmpHmu5gex810nN7OVdQCxNxXx7ufezzxnZQlB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260902151640","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85781827},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260902151640.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/5d3ebd57cb380f051679471ef4144723/neo4j-cypher-language-support-0.0.0-canary-20260902151640.tgz","_integrity":"sha512-ht9kS4j+NAhReKdtEj2CAbZVa9i3bghHleK/02f2ScwDxZRHor1VJJKGfKAbngLDPu9jpxET56/4GpPpSfN7JA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260902151640_1788362642859_0.008748622166603992","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260903023524":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260903023524","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260903023524","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"29cd38aa2276800fbc6649636478c66ed9765aff","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260903023524.tgz","fileCount":309,"integrity":"sha512-vVII+OUt/XoafrbvlwFQphPcME5k/noC2T6Tg+YRU1H2ncv32GJB9uA8nHBqu4unTJBOio4XajKFoUZb+Cu+Ew==","signatures":[{"sig":"MEUCIEmvi83oOx0HDGwSl+mVtJTp9sA6wxQoQGc7w3E+AXddAiEAiW0qROxUznVW9dKyhTQivL9ITPLXS/xJCT28cpOOsnk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIAkwg1Zzmnv9lj4YDoDfxmmIRuNFRU5Vbboe1P7Uz+CgAiEAw/UsFXFocQ6EFcYvAmxCl12G4NrStmWxTypz+YwKaZA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260903023524","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85781827},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260903023524.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/3adc866dc17ab56ed6d608337294cc40/neo4j-cypher-language-support-0.0.0-canary-20260903023524.tgz","_integrity":"sha512-vVII+OUt/XoafrbvlwFQphPcME5k/noC2T6Tg+YRU1H2ncv32GJB9uA8nHBqu4unTJBOio4XajKFoUZb+Cu+Ew==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260903023524_1788404090553_0.6708788022160739","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260904023147":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260904023147","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260904023147","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"fad6b486e39d16c8b2968d769af18b31d5c2b908","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260904023147.tgz","fileCount":309,"integrity":"sha512-GzPLdc0GQivnlrkAJCX31z2tmRZQwd+JT5eaM9ccrmyHlgXjnLBjIxt9xjxRUU0LBuM7Iw1XpNMf2+lX0VjmOg==","signatures":[{"sig":"MEUCIQDLx+acDuI3loVg23NMLzGKNyL0hcct4IhFYyP+ZOMDlgIgWeBzrNx+D2q0q6b3mJYisRIn2pJwRl6YvYyOW4OOOV8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIEN0t4hDDCvF8CBYBRuW4c/I+8DRUk8rzw/DTngpNXfgAiA7yhDIxjpJab1SkEkZLJy9J5PnYIn0BIFDg+5UZIc4Ew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260904023147","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":85781827},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260904023147.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/00d8951dfbcf9fc7d3d4ba97f1f25d4a/neo4j-cypher-language-support-0.0.0-canary-20260904023147.tgz","_integrity":"sha512-GzPLdc0GQivnlrkAJCX31z2tmRZQwd+JT5eaM9ccrmyHlgXjnLBjIxt9xjxRUU0LBuM7Iw1XpNMf2+lX0VjmOg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260904023147_1788489363806_0.826912249986439","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260904090349":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260904090349","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260904090349","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ac1b6d3c2d69ede502ce72c61c320649b142f11c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260904090349.tgz","fileCount":309,"integrity":"sha512-RHXhzNV0M+IboGuenGmd8HJsW9w3NODuoWKMtJc3NPesklrc7Q2LZchbmM8kvIPAMQjP98f3gr2+UrPEO5maRw==","signatures":[{"sig":"MEUCIQCBViz9gLnbpfPdNYTZstaf20+8eUFXpbRkeC3WI30o/wIgP828qOQXUwF8VnGGynB9VbmX565mKfh1S1je2QguFxc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIGC5Cv7aLkcB0dfk2ctrQQwmH6lNX3lJuOn7vV4JcdDwAiEAzcoK5jwDKVOF6CUHMNw+To9f6w5UdsCUSWchl3goTRM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260904090349","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87478994},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260904090349.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/0a214229303cafe5b184f093bfe0deae/neo4j-cypher-language-support-0.0.0-canary-20260904090349.tgz","_integrity":"sha512-RHXhzNV0M+IboGuenGmd8HJsW9w3NODuoWKMtJc3NPesklrc7Q2LZchbmM8kvIPAMQjP98f3gr2+UrPEO5maRw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260904090349_1788513069336_0.7744609100283502","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260907023044":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260907023044","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260907023044","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"4ac9b1254b1b33229fad792c13bbfa90d9033855","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260907023044.tgz","fileCount":309,"integrity":"sha512-yloyZc0sYOIIXIPhYgtPssdoTBLNFnauTPq8LLgYfe0slFGySSA76ujOIwiDxrkypHCu2BRezLrpHVnJ2Zn1Yg==","signatures":[{"sig":"MEYCIQCq5HUZdXeAgofZwE6+Ws3DNMGeYg+c3iJpzN0+FjONdwIhAP/mF0MurMalSv/VYZVUdhqFFiQHqybvPl6l2NDTm0gX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDg2ZL0OcJWZBHwBxfzfFYc3sukWAU6Gm/ko31sIjLWewIgAmqJdZulRg6otgU2ZQCVHZWkuTkHJ9gescuEwZeA1HE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260907023044","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87478994},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260907023044.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/8216f0f622545e2eaec4c6f6ce64b7fe/neo4j-cypher-language-support-0.0.0-canary-20260907023044.tgz","_integrity":"sha512-yloyZc0sYOIIXIPhYgtPssdoTBLNFnauTPq8LLgYfe0slFGySSA76ujOIwiDxrkypHCu2BRezLrpHVnJ2Zn1Yg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260907023044_1788748534320_0.10215594436379716","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260908023056":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260908023056","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260908023056","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"69327e5e7ffd8a200ff56068b5831a8ce67928d8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260908023056.tgz","fileCount":309,"integrity":"sha512-BKZDksfvBf0/SX6Dit/KaR+WHvOo+kSRkzGvDuykLeYEQwm73FKq7eP7NrwoYcFaFJjUcWNapoKeRc3i4mDAcQ==","signatures":[{"sig":"MEUCIFN0F78gycAUKf6GmA46Aab0QkCEv4prYPL1v0uRS+JFAiEAu84LQ3erGp8RsQy0JM937Tqki8+u8JKJfpUQG2xSQPQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDJ3AUPqTSkk75ElPG3GrjmNK/XHhya1qYaYr1DvtGT5wIgFhhsk05eRmEG3A09jgztsg42zHw9reCaq4ouQYpFMZk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260908023056","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87478994},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260908023056.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/3061cccfcfbdc1629288dfac1116a212/neo4j-cypher-language-support-0.0.0-canary-20260908023056.tgz","_integrity":"sha512-BKZDksfvBf0/SX6Dit/KaR+WHvOo+kSRkzGvDuykLeYEQwm73FKq7eP7NrwoYcFaFJjUcWNapoKeRc3i4mDAcQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260908023056_1788834884115_0.5271373864571982","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260908062951":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260908062951","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260908062951","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"66c678c8dd30afc43be06c9e93f83b7f920555a8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260908062951.tgz","fileCount":309,"integrity":"sha512-f02ActxZb2yZY72BgI5BQfJe/F+JM9HNjI0PQj+6ysKCxbRVLHqrjI3VCqCa7fNVlMAG35SsLtwh1fCbfaa2yw==","signatures":[{"sig":"MEUCIBiCLYNxX8b88fk3JI9wZGIBpZd9AORiTdBau+2hIHH1AiEA6ow0zfRuAWmnJKWnFnd2H2m95AsB1gKW9bgQbbWG4bw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQD+s455BfAChX3Z1Q7rOdEQ4io4ntQaxL1VuCf70U3JcQIgdztTTUBZfaQNS0t2A4RC9c1JLKzjEqYSm4KR5ZeDqTs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260908062951","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87478994},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260908062951.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf {dist,src/generated-parser}","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/6170e3fb035090fb2632770ca0039029/neo4j-cypher-language-support-0.0.0-canary-20260908062951.tgz","_integrity":"sha512-f02ActxZb2yZY72BgI5BQfJe/F+JM9HNjI0PQj+6ysKCxbRVLHqrjI3VCqCa7fNVlMAG35SsLtwh1fCbfaa2yw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260908062951_1788849224160_0.6665231595508538","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260908092418":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260908092418","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260908092418","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"79c027ad77e645d32d8a245ac8a7f049eed4e69d","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260908092418.tgz","fileCount":319,"integrity":"sha512-GJ1phwqFInW6Ppz11n7yAtKtNfFp9B1is/JjmGJnG1B+7LRFD6nbxqtD0m81lcflSZcoI1bCbxqE894NCQKScQ==","signatures":[{"sig":"MEQCIB/776dA58c00u83HMaLA56Yu63ygf22THzgWFBdJVvKAiBOagInFsiQEkYrdUrK5pXGWKLNV7PE9iIDdnX0ZZozmg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIGTj4+NaZ0yLAwEmKMmU+TJ4hpmRwcblDfyRvGcXH2ZhAiEAgLckzeGJrV6dqBTSNwBHmzLeBVaqby3N8G9LtTXjHTo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260908092418","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87501010},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260908092418.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/d1b826eddb70f90b64e074d0aa1af09b/neo4j-cypher-language-support-0.0.0-canary-20260908092418.tgz","_integrity":"sha512-GJ1phwqFInW6Ppz11n7yAtKtNfFp9B1is/JjmGJnG1B+7LRFD6nbxqtD0m81lcflSZcoI1bCbxqE894NCQKScQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260908092418_1788860090743_0.8829411082799281","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260909023117":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260909023117","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260909023117","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"5399f2a0cfac82619b626651b01d47956684dd5e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260909023117.tgz","fileCount":319,"integrity":"sha512-ULVswoGyK/JyBLOVMfxApBKnUHxxx8GvjbEFmbjXXpujsdWDa4HyL+PdYs9rd/tN1mV16w1R4Y39neyxL8ZopQ==","signatures":[{"sig":"MEUCIQCMdJt8dkitz3IH/Gj7lEgkd1HVhMeO9LK7FlZvqQ6naQIgKYJKXHEMt+jcGHzuIKgBcgeNsZU1+aqH5N5Xy/3t3nY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDwVVKnCgQ0ciZRPwUbjPY9EUrmdNOoF3Ng7lqcvbweAgIhALcuoPJErYpxVcoUCqpAz8sVcFpXEJa2fWOG73GmweTQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260909023117","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87501010},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260909023117.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/579ceed20e2620e8ca6a876b88f9683d/neo4j-cypher-language-support-0.0.0-canary-20260909023117.tgz","_integrity":"sha512-ULVswoGyK/JyBLOVMfxApBKnUHxxx8GvjbEFmbjXXpujsdWDa4HyL+PdYs9rd/tN1mV16w1R4Y39neyxL8ZopQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260909023117_1788921332831_0.8921456759283541","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260909082937":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260909082937","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260909082937","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"5b582fa8193dbd76d17e4c7a786a57b39495c891","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260909082937.tgz","fileCount":319,"integrity":"sha512-Wt684C9FYiOrvFlIoDj5PYRwp9Be1uclkpKwMTLH4BkN5sUurbTPqCGtId/QgTMj86caPFhDKMytnsAn6nfCZA==","signatures":[{"sig":"MEQCIGUxt26xH5DHFDj6hKtKVIjqvFUIrYWEiag9+XjJq6o4AiBguGO8hsyaEPnkmc3G5umGwEoZBM32KKMuanoeX9MaRg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDAgQI2PGrdOKUbvPz+NZ1Tcaly/jsl572RCr9GuMWQagIgG2+18rUodDRA+Gey+PgTNurcKErFy3KUC3EZIIINo1c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260909082937","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87495697},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260909082937.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/1a57eef9cf97a40eb1199cc2dfd41743/neo4j-cypher-language-support-0.0.0-canary-20260909082937.tgz","_integrity":"sha512-Wt684C9FYiOrvFlIoDj5PYRwp9Be1uclkpKwMTLH4BkN5sUurbTPqCGtId/QgTMj86caPFhDKMytnsAn6nfCZA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260909082937_1788942826771_0.2447731085990028","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260909151255":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260909151255","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260909151255","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"7380d128e0444134a1a888ba1012be2a2a7324d8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260909151255.tgz","fileCount":319,"integrity":"sha512-urhxrKyKvrMzZwgvo9Pg18LtkVVL4f4QIyKp04yhWa19PngGnpJOoJQGnHiL/qtbUe1nLXIJtRGbbkCmN/Zwjg==","signatures":[{"sig":"MEYCIQDXTpBSH0EeTZ+NtDiOFEnMG1wp4UgqJjzPj984bvjvwAIhAMdQEqX/RnVH4yS58gwSdAOjxjdyp2WItg2gyQUlBGJ3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCICZkQ/HdPlioBLmC1aObi9epnJS4mqhzxgY3ftUV+c9OAiBSUBmQqCQH0Qx6InQrg13JNsONS3w4izQDDMCv4weYRw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260909151255","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87495737},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260909151255.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/7b0a8b8101d5d2340813d34b5e215b0b/neo4j-cypher-language-support-0.0.0-canary-20260909151255.tgz","_integrity":"sha512-urhxrKyKvrMzZwgvo9Pg18LtkVVL4f4QIyKp04yhWa19PngGnpJOoJQGnHiL/qtbUe1nLXIJtRGbbkCmN/Zwjg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260909151255_1788967029406_0.1444851911095093","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260910023020":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260910023020","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260910023020","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"176ca38320ceb114ed599d746ff2e81249b7ed04","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260910023020.tgz","fileCount":319,"integrity":"sha512-O5ZKCt3Pvo9GGAfGzjynm06sKRoj+VA26WWvKhDeAKCeWUdiPdJy25FBAOC2eeXbR9/U0GA/GwudgUqE8FmPZA==","signatures":[{"sig":"MEUCIQDx5iPS5icVSnPNVmp8NA1Mj8VA67FtR1BAMEfzIb8EIgIgLpG/1Ptvc7+bkz+taBLnaP5yjpi4GIekc9R56i+LByk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCX5VlO75GPFM/wfNE6KfvP8S9owKbZ8W752sXWTh1p/AIgXUkWmk4HwQpKe6lbEKd+vyFFBy2Oi8pimWJJVC17/DY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260910023020","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87495737},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260910023020.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/697a38b29d64690d47c0eacd26b4df93/neo4j-cypher-language-support-0.0.0-canary-20260910023020.tgz","_integrity":"sha512-O5ZKCt3Pvo9GGAfGzjynm06sKRoj+VA26WWvKhDeAKCeWUdiPdJy25FBAOC2eeXbR9/U0GA/GwudgUqE8FmPZA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260910023020_1789007728260_0.09620983027812402","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260910145642":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260910145642","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260910145642","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e300798d091ecee9a6bfbcc4ee11e190a3b6a66b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260910145642.tgz","fileCount":319,"integrity":"sha512-EQOw3OHhVRqbQjyfG0j2tD6zGOOC6BlsB6D8PMqYjXQHzqdkZAT7tp8NevCijfY31uBEH3vj7xcqirVa2o087w==","signatures":[{"sig":"MEUCIEeAmca38i9GFI+bswsoI5mzI6Qgtq6rroVcaR3kdtFSAiEAwem+/16UpP5HHvMur0LB1nAqu3tL6/PdA09CC3KelHk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCfTJsD5/JEx+TH5k6ckVMEr9EDRUy8LJcVjWedDxLUngIhAIPvmKRb0yF2Y3SuTEyMPZoJ8wJojd1A9/DtADWjt1IY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260910145642","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87496257},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260910145642.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/631ce6a17c1c77ddbf589efa4e71f6d8/neo4j-cypher-language-support-0.0.0-canary-20260910145642.tgz","_integrity":"sha512-EQOw3OHhVRqbQjyfG0j2tD6zGOOC6BlsB6D8PMqYjXQHzqdkZAT7tp8NevCijfY31uBEH3vj7xcqirVa2o087w==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260910145642_1789052643217_0.1585484674690325","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260911022656":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260911022656","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260911022656","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"cb6b89141aaa6baf81fe801c0e191b76b891d534","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260911022656.tgz","fileCount":319,"integrity":"sha512-s38O7D4SSRKwnhH0+hyxlVv7OgPfEeKIiQW5nZYpp7khznWi3j/HN5vMFmKTjU22cvVTO2CcUk1d+1D0JThtLw==","signatures":[{"sig":"MEUCIQCkeMU5hj3w0Zd5O7kU1tczfZEiuJkmOTy3DWHQb+THZAIgYNuPoMD+l4kkMOKcXVc1FRT4cuWV+cmJ4CZwstaYleM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIBsXqSg2PWvOCezNSEqpj/GHtbz6TYoomyRYcGmO1KaiAiEAzSKd8GX8ig2KsNSrQP6AzsCxRX3CebE4YPsLbnTxEYc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260911022656","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87496257},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260911022656.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/012e920dcd79a70018758b7c5928f284/neo4j-cypher-language-support-0.0.0-canary-20260911022656.tgz","_integrity":"sha512-s38O7D4SSRKwnhH0+hyxlVv7OgPfEeKIiQW5nZYpp7khznWi3j/HN5vMFmKTjU22cvVTO2CcUk1d+1D0JThtLw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260911022656_1789093919189_0.4012068811336249","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260914093956":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260914093956","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260914093956","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"920ab2fedb298356cf2173037a61ac75dc1af8fe","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260914093956.tgz","fileCount":319,"integrity":"sha512-p8SeIfQbG9M3j4EIvYiRThRrpjMdY5Nig8SMSTUeypjMY42/JqwG0ofx2WNBFtTTTeuI5vhP5YxrE7/TxuzQZQ==","signatures":[{"sig":"MEQCIAwbPwG42EWNJrP1ZST1C5zJdU96O0e6wz0vOYChrwqiAiADWga2W+yBvA6ZXTIMvLAb67jARVqIWa8rSkxJLhnH/A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDhsctzABI2hKQh4CpR2RAXPzNwJpSywoUuDJ2UdWM4IgIgOxoQcAkT8BUftVz55abMUkX0UPkOVJi3T2zbTU79aqM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260914093956","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87608972},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260914093956.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/6d237a0938dc1c24642626a02925efdd/neo4j-cypher-language-support-0.0.0-canary-20260914093956.tgz","_integrity":"sha512-p8SeIfQbG9M3j4EIvYiRThRrpjMdY5Nig8SMSTUeypjMY42/JqwG0ofx2WNBFtTTTeuI5vhP5YxrE7/TxuzQZQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260914093956_1789379166828_0.9620234281527773","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260915022916":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260915022916","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260915022916","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ee9ffacfd18fca2146e727870ff0bfca1a2ec962","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260915022916.tgz","fileCount":319,"integrity":"sha512-/LMPvWZF5GhuPvUh7dKHTeEPckmuHC2NViSroQhdUs4kKiCsEYfDKqWp8GdguqwXyvHdaTz7rg4ew2VIkVFKuQ==","signatures":[{"sig":"MEUCIQCqmy1FVzk/0GIgoeZAO3o/X8GhU7tRheA5cjzgaMn7jgIgeYIACcpEyCWUfj1bEaOgGGs3NUfECTzCMdFnDFEolrM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCqv7G53YLFO9mvEBePUcDMadiN7ohOyNraPzLdUOfS1gIgVYXR7el+xL8M+NYwEACtf8WHrsgX5icDJORC9GvnSVI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260915022916","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87608972},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260915022916.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/542988fa5d4f76734683ddbde980785e/neo4j-cypher-language-support-0.0.0-canary-20260915022916.tgz","_integrity":"sha512-/LMPvWZF5GhuPvUh7dKHTeEPckmuHC2NViSroQhdUs4kKiCsEYfDKqWp8GdguqwXyvHdaTz7rg4ew2VIkVFKuQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260915022916_1789439661786_0.6716825072602346","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260916022708":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260916022708","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260916022708","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ecf8103ce81309556533786bef117b14178ea206","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260916022708.tgz","fileCount":319,"integrity":"sha512-VWLf9SAURdg5+TOWD5vquduFwqvcnuK2metY9A+CxapTSSyp1oDr5uEHDkDGHQj7Xvz06GTkYHDOEve5u+1A+A==","signatures":[{"sig":"MEQCIAEcbmwLzg9chLsxpNgzVSANqwM1d/yXtFHG5ZnWZpyQAiBWMigSN+7/4v5xSFpz5g/e7fsazRvZuJoUOAsiL+mpxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIEyRFTI+GR76JFMHysegTkSLREg02hkSZhOkac8+QA0qAiBn0U0S1FMlCVyKkOg8tuqPpGS5N4IahLHdPK3RKuf6zw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260916022708","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87608972},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260916022708.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/4ad06a6696bec6519c6fbc183b1712ec/neo4j-cypher-language-support-0.0.0-canary-20260916022708.tgz","_integrity":"sha512-VWLf9SAURdg5+TOWD5vquduFwqvcnuK2metY9A+CxapTSSyp1oDr5uEHDkDGHQj7Xvz06GTkYHDOEve5u+1A+A==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260916022708_1789525907447_0.39064378271509037","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260916112144":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260916112144","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260916112144","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"ef726f51ed35d20818d5892ab8781bab51dfac1a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260916112144.tgz","fileCount":319,"integrity":"sha512-EBrzH6uktnAWR2NywkKYzaIYSvFU2qtUcHE38DJu8Du1c8nOwHZq8/hFWOZgcFtRFyFvVEEIvcRaZzYNiCwZQA==","signatures":[{"sig":"MEQCICZJWOrpNtqAvw+mORVJBGevZVi/qywvDE2FONIQdicfAiBVPgxLAMoJE/AhV2xKy2XyOPvc8AOl+kh7bL1oHoF4eA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIC5iVkInaIeWgoYxhsep4Y8j5y+aNHwM6jpxXZkRyy9KAiB5ktOrLg/bkos26UqZJ5NcsR4wNH7TNv+3l5605hxBww==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260916112144","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87608972},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260916112144.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/2f60d64656722a4b29154d4b8e0035fd/neo4j-cypher-language-support-0.0.0-canary-20260916112144.tgz","_integrity":"sha512-EBrzH6uktnAWR2NywkKYzaIYSvFU2qtUcHE38DJu8Du1c8nOwHZq8/hFWOZgcFtRFyFvVEEIvcRaZzYNiCwZQA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260916112144_1789558080118_0.8942745190828001","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260917023151":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260917023151","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260917023151","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"a82e280f1ec41f794301a7737c8cafec48e7d828","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260917023151.tgz","fileCount":319,"integrity":"sha512-NeRjnTDt/ljmgXpbNGVHLKn0/tArRRc8fgluP+mutF4i9bIyTk3iap7CtHYHFW6Xy3dnwiNDt+U6cOqGELVsyQ==","signatures":[{"sig":"MEUCIQDwQhZ8Rf6NGpENQBGrU3PysmIPXPkt1bY8v2q5JuD+fwIgdvgVYRFcC/dsjvpSMa8cJ4KtvjK/UmBoJkjqjBivoMU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQCqIw628+OIjFv8AXZ8TPnZziG3WVBdwxQM08Eji6SbAAIhAMyqKbWPAO8wLgnvBoXwffHmGLfcRKt93Owzxm+e2IEZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260917023151","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87608972},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260917023151.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/f99a9ee850bb7d221ecafef003390fa4/neo4j-cypher-language-support-0.0.0-canary-20260917023151.tgz","_integrity":"sha512-NeRjnTDt/ljmgXpbNGVHLKn0/tArRRc8fgluP+mutF4i9bIyTk3iap7CtHYHFW6Xy3dnwiNDt+U6cOqGELVsyQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260917023151_1789612584741_0.24738656729733233","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260918022850":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260918022850","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260918022850","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"61b0c51221dd64d51ade013a5dab9ad695a4b67b","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260918022850.tgz","fileCount":319,"integrity":"sha512-JCrWdhUSfr3x83/T6a1QN8aW0snslJifzxCYcIXcI0e8ErsNgaY/Q38rQnCCth9TrpVUyV4Rzj7H3tEX+pYPRg==","signatures":[{"sig":"MEYCIQDrKktp5fNtHTBMdhJUFuF5oGuV/y0pfMhNUR3l0tX08wIhAKJMos+1YNqBY4zvRKUl/V85kyUov0XgrZUVCk3WxscB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIBmHsIW3vkPCY6d2PhZcveMouGgzP07LVtZ14WoyJaysAiB2+c7haVUStVsORbhoWVpksVDK7kOUGDpxX3eY0QcG4g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260918022850","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87608972},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260918022850.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/7df9c0d997123c3910956770a3cfa265/neo4j-cypher-language-support-0.0.0-canary-20260918022850.tgz","_integrity":"sha512-JCrWdhUSfr3x83/T6a1QN8aW0snslJifzxCYcIXcI0e8ErsNgaY/Q38rQnCCth9TrpVUyV4Rzj7H3tEX+pYPRg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260918022850_1789698750804_0.8125511224879112","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260918083009":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260918083009","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260918083009","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"adedda9c2fdaec5cdc14ffc02277613caf4239c7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260918083009.tgz","fileCount":333,"integrity":"sha512-rVAci4RmAzDqWbascIARV7cLqMa1ay4qsZY+tk235qwZpXBcXS518a3TbDBlcGm//flmd2E2iOKFypZ78YsJlA==","signatures":[{"sig":"MEQCIA10f2/OSfxJc8UDKtcnF/bS0S2JsYWZjU7vLbzIvx6wAiB3MlF5nmHTAz4rVziXw2XSOHp6nacEW9WzOTewyUylJw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIE1XP9eh5G7NAw8/bh3duzriGwn9E3RkDoEqSZPgxTn3AiAoNPMzWa52HE1YhcczYtP9QJ8B9bbI4hbgmh4lv6j0hA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260918083009","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87669792},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260918083009.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/7ab0e15a83cb21d0baebf6846eadd550/neo4j-cypher-language-support-0.0.0-canary-20260918083009.tgz","_integrity":"sha512-rVAci4RmAzDqWbascIARV7cLqMa1ay4qsZY+tk235qwZpXBcXS518a3TbDBlcGm//flmd2E2iOKFypZ78YsJlA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260918083009_1789720526763_0.13886448947271712","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260921023057":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260921023057","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260921023057","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"a14d7a9fb3774f10ae8d21ab34a8e7c32d6e4166","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260921023057.tgz","fileCount":333,"integrity":"sha512-yupai5MENpyNLGoELpJehFVKU51UsWVFPNZKyKvlhky2tXYBTOgM8RUKv19ZQv33JLSi2XewoWuFMZ6dxQZJKA==","signatures":[{"sig":"MEYCIQD8U2ckAqdwHe7NHno5OS/RsRUWqNXOpa8p0KqUSqz9MwIhAPFl0oZZFXErz/ucSoCE5jb0QgnLJvTJW1fpTTCvDxFR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIEeIrvtU2ItbyhEx9f5fF2b0MhlZnBHQuj2MPaJbjPSZAiB9Jz78oYqhGJYtEyyzgoge6fW7v7ZFfXoA58pmdylibg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260921023057","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87669792},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260921023057.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/7ef308894ff44129ac7698424dd474ae/neo4j-cypher-language-support-0.0.0-canary-20260921023057.tgz","_integrity":"sha512-yupai5MENpyNLGoELpJehFVKU51UsWVFPNZKyKvlhky2tXYBTOgM8RUKv19ZQv33JLSi2XewoWuFMZ6dxQZJKA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260921023057_1789958110863_0.25333141005859017","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260921075758":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260921075758","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260921075758","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b307c1cd5349c6edbbf83686b13c08d889f82ce8","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260921075758.tgz","fileCount":333,"integrity":"sha512-cG/EfCmGgu/l436SpanAVC84AtpRE5VBgSctSHhz2WOfCESD9/0O28DHb2h7RiWdao7AGs4BG9z5yRyrHje85g==","signatures":[{"sig":"MEYCIQDd2CQ2vLPX19yrUateait2oUoS50XxzMinwqEAdotpzwIhALYTRfPx+QuoP3bOJpoTFIoiI2dBUa0aUV0TgaLXHVoD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCICUSA1EFkfrSNzU+W8vm1Z3U4aZYd4oXoLxAPfwqWVq0AiBbEgBcpWkQ5vgJV5+DJmIf1ROpLq1yuMj3HCtO8jDunQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260921075758","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87669792},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260921075758.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/cfa499d1d13ae4d9593eaafa7c92cf89/neo4j-cypher-language-support-0.0.0-canary-20260921075758.tgz","_integrity":"sha512-cG/EfCmGgu/l436SpanAVC84AtpRE5VBgSctSHhz2WOfCESD9/0O28DHb2h7RiWdao7AGs4BG9z5yRyrHje85g==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260921075758_1789977879004_0.7782536553151143","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260921081004":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260921081004","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260921081004","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"99407ba77d2b03d71b366a320131942e5eedf5df","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260921081004.tgz","fileCount":333,"integrity":"sha512-Qn9hkG0bQp2xsCb0KVjWl+y16HGfgbOhw6bEg8xXRidsaAC1azwS/P7jLeCFdj1xO0qcLSIBnuyxKOA/auebDA==","signatures":[{"sig":"MEYCIQCDCa24ZJKZPn16GjcHTbiBdMqVJ8MSpBl0WIkhW5jRIgIhAJYcFF7L1VlN61FxLtoSPpYss8YXbOFv1uSGkhnnLc4H","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDyhWJSj0Y6RGVbarRIGn1+6vPi9KLrM9NZkDJKhQvJTgIgR8/aCapQ+SJUyjAk+YRGzI5xqOScLlASwykaK6vHt+E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260921081004","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":87669792},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260921081004.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"}},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/4b58420d30a00522cbc584e708ebd55f/neo4j-cypher-language-support-0.0.0-canary-20260921081004.tgz","_integrity":"sha512-Qn9hkG0bQp2xsCb0KVjWl+y16HGfgbOhw6bEg8xXRidsaAC1azwS/P7jLeCFdj1xO0qcLSIBnuyxKOA/auebDA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260921081004_1789978682513_0.989648743610259","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260921142955":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260921142955","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260921142955","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e18fd3481a13902a042fde89cf289e765c57b714","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260921142955.tgz","fileCount":435,"integrity":"sha512-F1sTpVgTYx38pD0ya2vt/r/3xl08ec+QmCv6uqxEwU+efZ4okLnrt/JsNq8EpoczAUVAri1YhZ9ZzegXm+zJdg==","signatures":[{"sig":"MEYCIQC0lUgmedObXoOVPucrv54Ql6JzgkMTaGXzQmFxAq4qRQIhAOFXzLg5ldjZoi7t1EuAJzi5VEJ6TTW6sTwBHdywJ0hT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQCFdZNb35fcmDuu6y+m10sZDKaHD8LYUa0UbKgxhFBEOwIgfJDK6yt3O4U2h8VKzH/nQJhliQZDCAmHLF+XS6CqUQg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260921142955","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88158185},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260921142955.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/96886a5101af295227da7607f1c6db93/neo4j-cypher-language-support-0.0.0-canary-20260921142955.tgz","_integrity":"sha512-F1sTpVgTYx38pD0ya2vt/r/3xl08ec+QmCv6uqxEwU+efZ4okLnrt/JsNq8EpoczAUVAri1YhZ9ZzegXm+zJdg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260921142955_1790001226753_0.27897231659847943","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260922023052":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260922023052","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260922023052","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"17343fc805d73df79ee7a0e9c59596839315085e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260922023052.tgz","fileCount":435,"integrity":"sha512-hyLP8nR+Papzd2BzyERb09lGf9POP60gwuHrndq1vOVytb12y7CvOIwGRIJKZBymDc+CuZwLs4/OOkdDcaw9SQ==","signatures":[{"sig":"MEUCIBxS7ytmBcSQrqKeUAVa+Ou+vTRuAbfsG8xucb4q/gNSAiEAyaErDiJ5oa/50QB6Nf0fBbc3ebtTipY/DwjC2z/IbZ4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQC52q/ZLl8JupGwtcZzYgyq42TtXhhm7lWKu1KHpoWn2wIgbRbnBlNNsZJId3lryT/Y9KLe75Yr8Vfouj7NF2eGnTE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260922023052","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88158185},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260922023052.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/87c434d061ebf940e6336f0408c67b4e/neo4j-cypher-language-support-0.0.0-canary-20260922023052.tgz","_integrity":"sha512-hyLP8nR+Papzd2BzyERb09lGf9POP60gwuHrndq1vOVytb12y7CvOIwGRIJKZBymDc+CuZwLs4/OOkdDcaw9SQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260922023052_1790044488650_0.5470149238535271","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260922085413":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260922085413","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260922085413","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"59ed5d6590f20ece28ba2bca08e34df790dd1ddc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260922085413.tgz","fileCount":435,"integrity":"sha512-hYht5v3XWd6UKo/a3C/VNvBzOdozhqV8eF888gts/kwD+/Wzj6s2Sq++jT8QjO9A2wLmvo9enAUirkJNTtUMQA==","signatures":[{"sig":"MEYCIQDUn00dFmNx3dZ/exQqG/8if1fF07OWI2HKhVRglgwOEAIhAIlvoXW9+3CPFHa3IWnt3C4WhWpiCTEdD0UzP/8TqKTh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDrgTapOiHRtSu3b+UkIcWdDJsajRHMVM5vVXiaA1kWtQIhAKpEU3NkBdG5Y5dydRsgGoQ5R3aD6H+n9gbY3YJTSAVE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260922085413","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88159342},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260922085413.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/177229a7d99ae545504a296d2bd67254/neo4j-cypher-language-support-0.0.0-canary-20260922085413.tgz","_integrity":"sha512-hYht5v3XWd6UKo/a3C/VNvBzOdozhqV8eF888gts/kwD+/Wzj6s2Sq++jT8QjO9A2wLmvo9enAUirkJNTtUMQA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260922085413_1790068046134_0.9404857157177873","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260922105829":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260922105829","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260922105829","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"47032c008823ea94c6d3773d5eab26c6154f6d44","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260922105829.tgz","fileCount":435,"integrity":"sha512-BHogugXY5R6zvNSBW/RNtgmBJ5LCG3n7jm1v/ZpcB+hv57/Rf1y0mCnCnZnght/llcj3LBuys0w2hssNTG+Bow==","signatures":[{"sig":"MEQCIEkhN1Vu/t2E/0qPgVbUivymAL/dghABrmDXud9atetJAiAoU/E2KwPL9WhMzx8bBp5aANEh5zlW0xKXf/T840x9Ng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIALWk4+r6FqQq9UeG9l1IPJqs72zOum1d1HirI/uA+ylAiEA/sGIpGlFgOG7CKUZ591GVjFMfuBfRmqKZGPk3keNgns=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260922105829","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88163825},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260922105829.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/d4adbd482c54507484e56b91430e7e5f/neo4j-cypher-language-support-0.0.0-canary-20260922105829.tgz","_integrity":"sha512-BHogugXY5R6zvNSBW/RNtgmBJ5LCG3n7jm1v/ZpcB+hv57/Rf1y0mCnCnZnght/llcj3LBuys0w2hssNTG+Bow==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260922105829_1790075445809_0.5645944826493072","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260922121345":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260922121345","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260922121345","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"57a10192b185ca568db817d15a633627ace408dc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260922121345.tgz","fileCount":435,"integrity":"sha512-0cxsv9Vb2T3bqQPwcwBJl7XoFlrvD7Nn93nrF0FChsdQ/kaPno8sfVH4H4cDH46gQLdM4LRX+NNWVJ/ZGSHGwA==","signatures":[{"sig":"MEUCICsxF82k/NAtU7LlqTURHvZIkjVPjOsdyew/iKYWymlwAiEA+a2KtOF+A0yN8JhlXRUUSXaqLSfJhJ/GChCaTMOtmE4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDDSdzWEjcGwhHMkXPEBXYW4BG3coaiCA0DyjKa2D7bcwIgQRVPGjhElfjoLxk0mjVwizb4dP2I+ixWqq7dA/NjoWk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260922121345","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88161767},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260922121345.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/573bc585441cb40d9c7c132b6599a9e7/neo4j-cypher-language-support-0.0.0-canary-20260922121345.tgz","_integrity":"sha512-0cxsv9Vb2T3bqQPwcwBJl7XoFlrvD7Nn93nrF0FChsdQ/kaPno8sfVH4H4cDH46gQLdM4LRX+NNWVJ/ZGSHGwA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260922121345_1790079519637_0.6171745440745813","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260923023040":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260923023040","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260923023040","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"2cd8727385cdf5fc94bb0066c25c9fc63b0c8ff7","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260923023040.tgz","fileCount":435,"integrity":"sha512-pK6LzuA1WA4TmxV5yvLjZ1/H2aou/BVI3eeElorMql+ycsrCD5JQBWZBSbVuw6iJFUhYyIjhjgXtFovEdCHZqw==","signatures":[{"sig":"MEUCIQCR80C+m9/yEmvFeckfA15JthWqUfJ9kVla77VYU7suVQIgc6wAf/4zeJQFGl2z5R+pn9yUiIEuVFLuX95ZXfGAt/4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDJlzo7DJYDw3hVjJG3j6tC05G+mBJglPLMmTjm8jlPbQIgQRaxLXuMUow2iuxEJaVhgcAY75lG1LQSmPFN9jZyc8U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260923023040","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88161767},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260923023040.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/7541e847e8f2f19d173f0a596b24cbe9/neo4j-cypher-language-support-0.0.0-canary-20260923023040.tgz","_integrity":"sha512-pK6LzuA1WA4TmxV5yvLjZ1/H2aou/BVI3eeElorMql+ycsrCD5JQBWZBSbVuw6iJFUhYyIjhjgXtFovEdCHZqw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260923023040_1790131008993_0.027367339018836034","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260923105240":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260923105240","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260923105240","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"b0857051d7ca0cc8fa91609f04df8efc6afc17ad","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260923105240.tgz","fileCount":435,"integrity":"sha512-XY2BoDfynVToRcM8jE7jlmSYngQVEVqeqqKyWL0dkMwpjk6P6YcY8uPjwSF4KTqpWy6a+Ei6Yfc5OcMVDLUNeA==","signatures":[{"sig":"MEUCIQD3+0D1vLwECoRducUb/sNncDr/aBOiWv56bbhf9q9rFgIgU6vfHxEvzzAQIldwwhgxDFLX4rf5DkWo1JmuLedvwFE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIC3egN54PyDK2+nB0YXQwsQf+YVhsLl8kUT3r1EazjRtAiEA/Xd9f+dCv4LxSjolF5Gzl/dF3WDg+NjwNrjhyLu39Bs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260923105240","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88161767},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260923105240.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/fe3a79874e9d16adaf903143e3ebfe37/neo4j-cypher-language-support-0.0.0-canary-20260923105240.tgz","_integrity":"sha512-XY2BoDfynVToRcM8jE7jlmSYngQVEVqeqqKyWL0dkMwpjk6P6YcY8uPjwSF4KTqpWy6a+Ei6Yfc5OcMVDLUNeA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260923105240_1790160990590_0.6818063736527116","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260923141526":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260923141526","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260923141526","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e82551e96f27fed4de9e1e0fba2c1fc6215c0654","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260923141526.tgz","fileCount":435,"integrity":"sha512-zA+1UK/Z6/q9TDevUBuyUO6iGtppneaKEm4IwZV5TmtutyudcWigJW5EY/6xj7FUC4z85jOe0dRkQGmD6XgxyQ==","signatures":[{"sig":"MEUCIELucRbVDxx5YNJNZhpAPvh+oPLQqdrDOWUB0tjl3BniAiEA8qncVXyaNsFhuuXESorqvSieUF0lFGnbatqFVx+/1TY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDfDpIF9G2kO/Y+NGwg5MTkJWomWnPI8e485PCQ9TbEoAIgMwOlem2uzQOFTs/SiSoTsNb+fdt1kS6iJRGb0/dPQhQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260923141526","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88161767},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260923141526.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/ee4a922311d4eb8682b9d8c8456e1e0b/neo4j-cypher-language-support-0.0.0-canary-20260923141526.tgz","_integrity":"sha512-zA+1UK/Z6/q9TDevUBuyUO6iGtppneaKEm4IwZV5TmtutyudcWigJW5EY/6xj7FUC4z85jOe0dRkQGmD6XgxyQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.12.1","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.15.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260923141526_1790173184943_0.04426889681490054","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260923142510":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260923142510","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260923142510","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"7667baace488b8a1464159010f7ca0f17c446dac","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260923142510.tgz","fileCount":435,"integrity":"sha512-DZNVZmLULLq/HQcbrFg7X/fwcx3TvUr9+/MiCusZbj8vSJey/rbJoCN2Lmgs63FmgNfzaQp5SF278G1SiI5Mvg==","signatures":[{"sig":"MEYCIQDUI+A/zwH+fBqPH1RDaZotaJTnmEs4AXJ+LDXADFedjAIhAPD/MRLITHltD+7nxGHoI2SZTow24XCG/LHunObTOsEn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCID5NoG9xaAbuT7iwyGaJQi9uqVNA9UhMxrSLb0oPl4FIAiEAycGYi6Ms48e7OVUisDw9fRMuxEfvKFL/JuAySEVwy3o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260923142510","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88161767},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260923142510.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/75d24d4237f8e576c5c1c1d0802fb5ce/neo4j-cypher-language-support-0.0.0-canary-20260923142510.tgz","_integrity":"sha512-DZNVZmLULLq/HQcbrFg7X/fwcx3TvUr9+/MiCusZbj8vSJey/rbJoCN2Lmgs63FmgNfzaQp5SF278G1SiI5Mvg==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.19.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.21.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260923142510_1790173771992_0.43570989870942634","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260923143654":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260923143654","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260923143654","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"e280707c522b39eb25067f3c5fe5169cc5242d9c","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260923143654.tgz","fileCount":435,"integrity":"sha512-saHRy8p3yEHInvj+vC0/lK6mGRsE7TUnGkbMYoShn47Qx5EciATuohwu6pAUkQCLRNuiGOEHckVQGKkbNlgwWQ==","signatures":[{"sig":"MEUCIFhQ6iJnanOtlM1nm62D1cQJbPWrfkN7pB+rB4D6K5CSAiEAgTfJYeSTbG6nYSbnvbDBZfMMPHVd8kxeZG0PfrOrdpg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQD0EWT6kbLNqrWIM4Y9pS1ogupboEUEaRAx4Z/1UFj+CQIhAPARFODjWvR2gfLumrm7DpYzROVP9ghrze2qrreB+cdh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260923143654","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88161767},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260923143654.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/73ec4a1d847c60d3dd9f46d090a88f2a/neo4j-cypher-language-support-0.0.0-canary-20260923143654.tgz","_integrity":"sha512-saHRy8p3yEHInvj+vC0/lK6mGRsE7TUnGkbMYoShn47Qx5EciATuohwu6pAUkQCLRNuiGOEHckVQGKkbNlgwWQ==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.19.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.21.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260923143654_1790174492351_0.000996040815954169","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260924022711":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260924022711","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260924022711","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"809dfdc8ffda4f7845b5904540be2f89c1f79a1a","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260924022711.tgz","fileCount":435,"integrity":"sha512-3IkFhgNirsH+TwmJTsla3qOIYA84ztXDfkcZ575fQtJTpTGQDl9VOHoe81OFNbTcQTWwe+wM1uLZVj2femJoYA==","signatures":[{"sig":"MEYCIQCRRG1IBRfo5+TEF+mKB5QncMkWYfon115vhSeBfxuAkQIhAOHSUpmgW+nGqplu4F3v6QbDC37r5wHufE+RlSup26lO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEQCIDwIiCxk/qykjpFlXdlxztewGSKBO/4LtdHunGTpRVikAiBwE9AV9nS6hJOINmJCCM5fBFnvEYzAWftTkE40fcGvLg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260924022711","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88161767},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260924022711.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/13942b91a78d73349dc578d406de4f32/neo4j-cypher-language-support-0.0.0-canary-20260924022711.tgz","_integrity":"sha512-3IkFhgNirsH+TwmJTsla3qOIYA84ztXDfkcZ575fQtJTpTGQDl9VOHoe81OFNbTcQTWwe+wM1uLZVj2femJoYA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.19.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.21.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260924022711_1790217085915_0.49725474032297057","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260924100805":{"name":"@neo4j-cypher/language-support","version":"0.0.0-canary-20260924100805","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","_id":"@neo4j-cypher/language-support@0.0.0-canary-20260924100805","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"homepage":"https://github.com/neo4j/cypher-language-support#readme","bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"dist":{"shasum":"093b5f1b1c63c02a21b32fb4fdfb3a9d2000a05e","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260924100805.tgz","fileCount":435,"integrity":"sha512-dn6jd0FDpBERSs3+C9MLn8NIgPKd7nHO0cM2Whxm88+iq5lq0pgrorwj+NAMcvMDF8bY+zIZzDOxZA18PtxUXA==","signatures":[{"sig":"MEUCIQDeiAamtb76rVc0jQ29QsmTGd22E3GZG6L9IJbNV0xgOwIgRP3wgrxwIuyBgHdTablyISQc11IyDe5WlAR9jVU879A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDrAiBlfRP+tRYsMHBMY96K6N4y12rx+NVVuWFUiaJRDwIhAJkMp+5yaSP+uLZ8Rwx2XaFBNvEWSL5xjcI0gAVKtIGV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260924100805","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88161767},"main":"./dist/cjs/index.cjs","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260924100805.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"_resolved":"/tmp/5bc3d0c34b8083e51d2fc0f30cdadf18/neo4j-cypher-language-support-0.0.0-canary-20260924100805.tgz","_integrity":"sha512-dn6jd0FDpBERSs3+C9MLn8NIgPKd7nHO0cM2Whxm88+iq5lq0pgrorwj+NAMcvMDF8bY+zIZzDOxZA18PtxUXA==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.19.0","description":"Cypher language support","directories":{},"sideEffects":false,"_nodeVersion":"24.21.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"tmp":"tmp/language-support_0.0.0-canary-20260924100805_1790244742802_0.9686998730905785","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20260925022636":{"_id":"@neo4j-cypher/language-support@0.0.0-canary-20260925022636","bin":{"cypherfmt":"dist/esm/formatting/cli.mjs"},"bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"dist":{"shasum":"4b620fb0b4cae1d05d141cb8e4ca4eb8101e99bc","tarball":"https://registry.npmjs.org/@neo4j-cypher/language-support/-/language-support-0.0.0-canary-20260925022636.tgz","fileCount":435,"integrity":"sha512-XP5g4MvmgsjjcN7jh8K9SvsD4d0vGJL7DnG2b/Wz+P1sIiHbNLNwtipUT0UIgWvqBR14+J8yMhVUG0TOCDngDw==","signatures":[{"sig":"MEQCIHKyh2X4gzDgOryxSepa6S12phOB7QElMCkmytvCAfDqAiAWrHb56zqRqGMbxWlKXIla1nyQxufsbGSwO0UD/+LVrA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDooVP8ktfW40VjUnTPsk8vCOvl+y6vB2KO3WS6rqTjVAiEArBmnZ9R5cvI/7XVJ6Q2GOA9gNRVYxAU9uwvcLajKBTE="}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@neo4j-cypher%2flanguage-support@0.0.0-canary-20260925022636","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":88161767},"main":"./dist/cjs/index.cjs","name":"@neo4j-cypher/language-support","type":"module","_from":"file:neo4j-cypher-language-support-0.0.0-canary-20260925022636.tgz","types":"./dist/esm/project/language-support/src/index.d.ts","author":{"name":"Neo4j Inc."},"module":"./dist/esm/project/language-support/src/index.js","engines":{"node":">=24.11.1"},"exports":{".":{"types":"./dist/esm/project/language-support/src/index.d.ts","import":"./dist/esm/project/language-support/src/index.js","default":"./dist/cjs/index.cjs","require":"./dist/cjs/index.cjs"},"./grammar/*.g4":"./src/antlr-grammar/*.g4"},"license":"Apache-2.0","scripts":{"dev":"pnpm build && concurrently 'tsc --outDir dist/esm/project/language-support --watch' 'npm:build-commonjs -- --watch'","test":"vitest run","build":"pnpm gen-parser && concurrently 'npm:build-esm-and-types' 'npm:build-commonjs' 'npm:build-cypherfmt-cli'","clean":"rm -rf dist src/generated-parser tsconfig*.tsbuildinfo","benchmark":"esbuild ./src/tests/benchmarks/benchmark.ts --bundle --outfile=dist/benchmark/benchmark.js && BENCHMARKING=true node dist/benchmark/benchmark.js","gen-parser":"antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdLexer.g4 && antlr-ng -Dlanguage=TypeScript --generate-visitor --lib src/antlr-grammar -o src/generated-parser --exact-output-dir -- src/antlr-grammar/CypherCmdParser.g4","build-commonjs":"esbuild ./src/index.ts --bundle --format=cjs --sourcemap --outfile=dist/cjs/index.cjs","gen-api-report":"pnpm build-esm-and-types && pnpm check-api-report","check-api-report":"tsx checkApiReport.ts","build-cypherfmt-cli":"esbuild ./src/formatting/cli.ts --bundle --format=esm --sourcemap --outfile=dist/esm/formatting/cli.mjs --external:fs --external:path","build-esm-and-types":"tsc --outDir dist/esm/project/language-support && cp src/syntaxValidation/semanticAnalysis.js dist/esm/project/language-support/src/syntaxValidation/semanticAnalysis.js"},"version":"0.0.0-canary-20260925022636","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:121ed410-f383-4a18-8f35-9719eabbfc70"}},"homepage":"https://github.com/neo4j/cypher-language-support#readme","keywords":["autocompletion","cypher","formatting","highlighting","linting","neo4j"],"_resolved":"/tmp/cee6cec5ba24d6e5065faf7a12a2f39e/neo4j-cypher-language-support-0.0.0-canary-20260925022636.tgz","_integrity":"sha512-XP5g4MvmgsjjcN7jh8K9SvsD4d0vGJL7DnG2b/Wz+P1sIiHbNLNwtipUT0UIgWvqBR14+J8yMhVUG0TOCDngDw==","repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"_npmVersion":"11.19.0","description":"Cypher language support","directories":{},"maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"sideEffects":false,"_nodeVersion":"24.21.0","dependencies":{"antlr4ng":"3.0.16","antlr4-c3":"3.4.4","fastest-levenshtein":"^1.0.16","vscode-languageserver-types":"^3.17.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"vscode-languageserver-textdocument":"^1.0.8"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/language-support_0.0.0-canary-20260925022636_1790303444152_0.012910458770714284"}}},"time":{"created":"2023-10-25T13:57:37.619Z","modified":"2026-09-25T02:30:44.982Z","2.0.0-next.0":"2023-10-25T13:57:38.111Z","2.0.0-next.1":"2023-11-22T14:00:28.456Z","2.0.0-next.2":"2023-11-24T10:22:09.365Z","2.0.0-next.3":"2024-02-07T10:22:51.499Z","2.0.0-next.4":"2024-03-06T11:46:09.723Z","2.0.0-next.5":"2024-04-02T12:20:44.735Z","2.0.0-next.6":"2024-05-03T08:52:20.943Z","2.0.0-canary-a1ed8f3":"2024-05-08T11:38:47.416Z","2.0.0-canary-e8a1279":"2024-05-09T09:26:22.524Z","2.0.0-canary-7700c71":"2024-05-13T08:46:49.895Z","2.0.0-canary-fbd5f7e":"2024-05-13T08:47:09.113Z","2.0.0-canary-b76af58":"2024-05-13T09:27:50.455Z","2.0.0-canary-21699b7":"2024-05-13T09:44:19.030Z","2.0.0-canary-8399843":"2024-05-14T15:56:24.383Z","2.0.0-canary-dbe560f":"2024-05-21T11:53:01.054Z","2.0.0-canary-8a63a35":"2024-05-21T17:53:29.589Z","2.0.0-canary-6baf784":"2024-05-22T14:34:15.223Z","2.0.0-canary-83271c4":"2024-05-23T09:55:35.762Z","2.0.0-canary-6afc0e3":"2024-05-23T10:17:11.060Z","2.0.0-canary-f78dbe6":"2024-05-29T13:30:36.605Z","2.0.0-canary-f70c95f":"2024-06-14T12:26:25.209Z","2.0.0-canary-37332d5":"2024-06-17T22:51:24.051Z","2.0.0-canary-68f66d0":"2024-06-20T11:49:38.599Z","2.0.0-canary-0ccbb30":"2024-06-20T12:20:47.345Z","2.0.0-canary-fb63982":"2024-06-20T12:42:05.765Z","2.0.0-canary-f251e47":"2024-06-26T08:43:12.585Z","2.0.0-canary-dda9a15":"2024-06-26T08:43:38.061Z","2.0.0-canary-48fd427":"2024-06-26T08:43:52.085Z","2.0.0-canary-f4641e2":"2024-06-26T08:44:15.128Z","2.0.0-canary-ba5d233":"2024-06-28T08:29:14.864Z","2.0.0-canary-3fe2fe4":"2024-06-28T10:06:25.871Z","2.0.0-canary-3661e9d":"2024-06-28T13:29:31.308Z","2.0.0-canary-690f150":"2024-07-04T08:51:58.824Z","2.0.0-canary-62c152f":"2024-07-12T14:09:17.278Z","2.0.0-canary-7154e94":"2024-07-16T11:21:16.276Z","2.0.0-canary-cbfc75e":"2024-07-18T12:31:12.722Z","2.0.0-canary-64da99d":"2024-07-18T15:39:13.610Z","2.0.0-canary-9ea7840":"2024-07-18T16:55:25.546Z","2.0.0-canary-39b924d":"2024-07-19T10:05:44.344Z","2.0.0-canary-2a6f081":"2024-07-22T12:42:11.163Z","2.0.0-canary-04ae35e":"2024-07-22T14:37:09.651Z","2.0.0-canary-0d0dce4":"2024-07-24T16:13:01.201Z","2.0.0-next.7":"2024-07-29T08:24:01.219Z","2.0.0-canary-e119d95":"2024-07-29T08:41:24.345Z","2.0.0-canary-a6f05d1":"2024-07-29T14:42:36.029Z","2.0.0-canary-9fcb804":"2024-07-30T08:21:11.962Z","2.0.0-canary-b7e6480":"2024-08-01T08:55:18.826Z","2.0.0-canary-bb7e9d3":"2024-08-02T12:57:47.107Z","2.0.0-canary-aa69a2e":"2024-08-09T14:52:02.367Z","2.0.0-canary-8eea181":"2024-08-15T09:13:15.386Z","2.0.0-canary-e2db916":"2024-08-27T11:24:14.099Z","2.0.0-canary-01d23d2":"2024-09-02T11:31:06.542Z","2.0.0-canary-b2bcab1":"2024-09-02T11:41:02.768Z","2.0.0-canary-af87a8b":"2024-09-06T08:28:51.884Z","2.0.0-canary-f444ce5":"2024-09-06T16:09:31.394Z","2.0.0-canary-05663bd":"2024-09-13T19:13:17.224Z","2.0.0-next.8":"2024-09-14T09:03:52.994Z","2.0.0-canary-2e72ac8":"2024-09-18T08:27:20.749Z","2.0.0-canary-99a839f":"2024-09-25T13:37:20.960Z","2.0.0-canary-0d4fb85":"2024-09-25T15:57:21.164Z","2.0.0-canary-129a4eb":"2024-10-14T13:45:20.083Z","2.0.0-canary-e9621c8":"2024-10-14T13:52:26.382Z","2.0.0-canary-dcbe67d":"2024-10-24T14:22:47.613Z","2.0.0-canary-5860760":"2024-10-28T15:31:13.641Z","2.0.0-next.9":"2024-10-28T16:02:45.283Z","2.0.0-canary-9fd0ae1":"2024-10-29T09:14:52.944Z","2.0.0-canary-25fd887":"2024-10-29T09:15:22.288Z","2.0.0-canary-522bae6":"2024-10-30T09:11:52.256Z","2.0.0-canary-b08f11e":"2024-11-04T15:15:36.718Z","2.0.0-canary-8760c02":"2024-11-06T10:16:57.581Z","2.0.0-canary-db9f594":"2024-11-06T11:09:58.704Z","2.0.0-next.10":"2024-11-13T08:25:36.974Z","2.0.0-next.11":"2024-11-13T08:30:08.297Z","2.0.0-canary-dd41bf6":"2024-11-13T08:31:54.677Z","2.0.0-canary-36e421b":"2024-11-14T12:46:25.384Z","2.0.0-canary-62ac442":"2024-11-20T14:54:00.496Z","2.0.0-canary-22081b0":"2024-11-26T10:23:11.326Z","2.0.0-canary-b66d0d8":"2024-11-27T11:09:42.314Z","2.0.0-canary-13c81dc":"2024-11-27T11:09:56.145Z","2.0.0-canary-532ff90":"2024-12-03T12:57:58.244Z","2.0.0-canary-169a623":"2024-12-04T16:48:49.563Z","2.0.0-canary-382563e":"2024-12-09T11:40:24.302Z","2.0.0-canary-88fbe63":"2024-12-09T13:07:51.759Z","2.0.0-canary-adc5b64":"2024-12-09T13:27:28.470Z","2.0.0-canary-f5e5c79":"2024-12-09T14:52:10.150Z","2.0.0-canary-7e149a8":"2024-12-12T13:10:01.555Z","2.0.0-next.12":"2024-12-13T12:41:34.234Z","2.0.0-canary-af15885":"2024-12-13T12:43:08.347Z","2.0.0-canary-d329252":"2024-12-13T14:26:47.456Z","2.0.0-canary-84a12fc":"2024-12-18T10:07:42.599Z","2.0.0-canary-b0e419e":"2024-12-19T13:05:38.624Z","2.0.0-canary-8379593":"2024-12-23T14:22:40.659Z","2.0.0-canary-f72a940":"2024-12-23T14:23:50.986Z","2.0.0-next.13":"2024-12-23T14:25:05.938Z","2.0.0-canary-3f09c38":"2024-12-23T14:26:35.638Z","2.0.0-canary-b837e88":"2025-01-02T18:52:08.650Z","2.0.0-canary-9317738":"2025-01-03T15:14:22.792Z","2.0.0-canary-704d1c5":"2025-01-07T12:37:56.653Z","2.0.0-canary-994367c":"2025-01-08T14:27:03.637Z","2.0.0-canary-09b7676":"2025-01-09T09:45:43.296Z","2.0.0-canary-043d766":"2025-01-09T10:37:31.457Z","2.0.0-canary-2be5469":"2025-01-09T16:10:24.702Z","2.0.0-canary-7aa9c3a":"2025-01-10T13:40:25.173Z","2.0.0-canary-3f8b64f":"2025-01-20T09:55:31.812Z","2.0.0-canary-c6e0691":"2025-01-20T13:52:06.099Z","2.0.0-canary-bad96d7":"2025-01-20T16:04:58.700Z","2.0.0-canary-c587b81":"2025-01-27T14:30:09.669Z","2.0.0-canary-245fb6a":"2025-01-27T16:57:48.425Z","2.0.0-canary-8ec797d":"2025-01-27T16:58:54.536Z","2.0.0-canary-848cd19":"2025-01-28T09:38:41.174Z","2.0.0-canary-dee56dc":"2025-01-28T14:30:26.129Z","2.0.0-canary-d7e0e1a":"2025-01-29T14:20:58.559Z","2.0.0-canary-b3f1b78":"2025-01-30T13:19:03.459Z","2.0.0-canary-c3c9599":"2025-01-31T10:06:33.210Z","2.0.0-canary-255ec41":"2025-02-03T12:27:04.310Z","2.0.0-canary-89dc5bb":"2025-02-03T14:41:14.631Z","2.0.0-canary-5acfe46":"2025-02-04T12:11:47.486Z","2.0.0-next.14":"2025-02-04T13:52:59.023Z","2.0.0-canary-1ef54f2":"2025-02-04T13:54:37.916Z","2.0.0-canary-2aa62e5":"2025-02-05T10:47:39.032Z","2.0.0-canary-5ef538d":"2025-02-06T12:20:10.851Z","2.0.0-canary-b988d3b":"2025-02-06T14:42:46.563Z","2.0.0-canary-50cc73e":"2025-02-06T17:19:55.639Z","2.0.0-next.15":"2025-02-10T11:21:10.015Z","2.0.0-canary-c01b32a":"2025-02-10T11:22:00.414Z","2.0.0-canary-bdfe373":"2025-02-10T11:22:47.509Z","2.0.0-canary-d8cf813":"2025-02-10T11:39:31.348Z","2.0.0-canary-6d8ae70":"2025-02-10T12:16:42.333Z","2.0.0-canary-4f192bd":"2025-02-10T12:17:05.179Z","2.0.0-canary-68f55d4":"2025-02-12T15:10:29.095Z","2.0.0-canary-a3e3e50":"2025-02-14T13:28:05.271Z","2.0.0-canary-816eb1b":"2025-02-17T11:55:57.031Z","2.0.0-canary-6d00433":"2025-02-17T14:39:14.417Z","2.0.0-next.16":"2025-02-17T15:12:47.970Z","2.0.0-canary-473d0b0":"2025-02-17T15:12:53.955Z","2.0.0-canary-26c3e9e":"2025-02-17T15:14:21.316Z","2.0.0-canary-816ecf5":"2025-02-17T15:14:44.302Z","2.0.0-canary-e2d9981":"2025-02-21T10:05:46.651Z","2.0.0-canary-845ee83":"2025-02-21T10:06:11.436Z","2.0.0-canary-5ddd08e":"2025-02-21T13:48:48.681Z","2.0.0-canary-724fe49":"2025-02-24T08:12:16.113Z","2.0.0-canary-c0821d0":"2025-02-25T16:45:21.436Z","2.0.0-canary-d91271d":"2025-02-26T08:14:07.798Z","2.0.0-canary-0e74012":"2025-02-26T10:43:22.350Z","2.0.0-canary-ec299ae":"2025-02-26T10:52:58.673Z","2.0.0-canary-bffbb19":"2025-02-26T12:48:21.567Z","2.0.0-canary-707d179":"2025-02-26T14:09:15.992Z","2.0.0-canary-32f3427":"2025-02-27T13:59:41.452Z","2.0.0-canary-7044015":"2025-02-27T16:52:02.385Z","2.0.0-canary-e4dc341":"2025-02-28T12:05:52.024Z","2.0.0-canary-e98e583":"2025-02-28T14:28:44.415Z","2.0.0-canary-be94a87":"2025-02-28T14:48:39.729Z","2.0.0-canary-39375a2":"2025-02-28T15:11:59.764Z","2.0.0-canary-88ea6ac":"2025-03-03T08:01:20.781Z","2.0.0-canary-5bbc385":"2025-03-05T07:35:22.533Z","2.0.0-canary-a818872":"2025-03-05T07:41:51.779Z","2.0.0-canary-1d513e5":"2025-03-05T11:01:16.035Z","2.0.0-canary-5145444":"2025-03-05T11:51:22.396Z","2.0.0-canary-0acc29a":"2025-03-05T11:53:19.146Z","2.0.0-canary-e1b8c78":"2025-03-05T15:31:45.888Z","2.0.0-canary-b53b040":"2025-03-07T09:42:39.135Z","2.0.0-canary-92a0778":"2025-03-07T09:46:35.972Z","2.0.0-canary-685aea7":"2025-03-07T10:02:13.410Z","2.0.0-canary-c71376e":"2025-03-07T12:01:35.447Z","2.0.0-canary-f546253":"2025-03-07T12:03:21.395Z","2.0.0-canary-20a9625":"2025-03-07T12:55:36.596Z","2.0.0-canary-1caab0c":"2025-03-10T09:29:38.336Z","2.0.0-canary-2606353":"2025-03-11T08:27:04.418Z","2.0.0-canary-8faf81a":"2025-03-11T09:08:05.905Z","2.0.0-canary-224b9d4":"2025-03-11T10:29:46.199Z","2.0.0-canary-cff1f76":"2025-03-11T11:47:06.877Z","2.0.0-canary-a50bfb3":"2025-03-11T11:52:01.095Z","2.0.0-canary-11828bd":"2025-03-12T13:31:11.503Z","2.0.0-canary-e2c47b7":"2025-03-12T15:00:32.277Z","2.0.0-canary-40ca5cd":"2025-03-12T15:23:53.083Z","2.0.0-canary-026d051":"2025-03-13T09:56:04.354Z","2.0.0-canary-ae7890c":"2025-03-13T11:24:48.791Z","2.0.0-canary-2ce9e9c":"2025-03-13T11:28:51.445Z","2.0.0-canary-2c9afb2":"2025-03-13T11:54:22.900Z","2.0.0-canary-4756dc7":"2025-03-13T14:34:21.433Z","2.0.0-canary-711a3af":"2025-03-17T12:14:03.927Z","2.0.0-canary-5a5bb1f":"2025-03-17T14:10:07.854Z","2.0.0-canary-0d647ca":"2025-03-18T09:55:28.153Z","2.0.0-canary-3cbe3e5":"2025-03-19T07:42:50.502Z","2.0.0-canary-7a02edc":"2025-03-20T07:29:36.346Z","2.0.0-canary-826d922":"2025-03-20T09:14:20.467Z","2.0.0-canary-3464ce1":"2025-03-20T10:45:25.679Z","2.0.0-canary-7d45bdd":"2025-03-20T15:28:25.365Z","2.0.0-canary-2ff3bbb":"2025-03-21T10:05:48.289Z","2.0.0-canary-9414a5b":"2025-03-24T10:09:00.351Z","2.0.0-canary-ceaf240":"2025-03-24T10:09:31.932Z","2.0.0-canary-3eb637a":"2025-03-24T10:41:49.901Z","2.0.0-canary-e09ec06":"2025-03-24T10:50:50.676Z","2.0.0-canary-e02a1c1":"2025-03-25T11:04:21.092Z","2.0.0-canary-05edb9e":"2025-03-25T15:12:38.688Z","2.0.0-canary-600c2c2":"2025-03-25T15:46:36.274Z","2.0.0-canary-b4e60f8":"2025-03-25T15:48:40.805Z","2.0.0-next.17":"2025-03-25T15:50:09.324Z","2.0.0-canary-6d51bab":"2025-03-25T15:51:56.031Z","2.0.0-canary-e99e28f":"2025-03-26T08:48:01.169Z","2.0.0-canary-dcc16ef":"2025-03-26T09:00:50.618Z","2.0.0-canary-e17fde6":"2025-03-26T15:15:45.685Z","2.0.0-canary-d91891f":"2025-03-26T21:06:08.249Z","2.0.0-canary-74ab978":"2025-03-26T21:06:24.155Z","2.0.0-canary-ec7b630":"2025-03-26T21:06:37.516Z","2.0.0-canary-6df4210":"2025-03-27T09:50:01.171Z","2.0.0-canary-afe21e6":"2025-03-27T10:07:58.393Z","2.0.0-canary-4ff8109":"2025-03-27T10:31:24.861Z","2.0.0-canary-2168d84":"2025-03-31T11:24:55.502Z","2.0.0-canary-4e81560":"2025-03-31T16:11:28.997Z","2.0.0-canary-39b1b10":"2025-04-01T10:53:20.105Z","2.0.0-canary-c7666e3":"2025-04-03T07:40:00.814Z","2.0.0-canary-1b971aa":"2025-04-04T08:03:19.837Z","2.0.0-canary-79a0310":"2025-04-04T09:40:01.057Z","2.0.0-canary-ea1c699":"2025-04-04T10:35:27.031Z","2.0.0-canary-1a7a67e":"2025-04-04T11:06:45.348Z","2.0.0-canary-07ac90f":"2025-04-04T13:49:20.268Z","2.0.0-next.18":"2025-04-07T09:24:44.074Z","2.0.0-canary-6e45657":"2025-04-07T09:26:28.915Z","2.0.0-canary-1bcde53":"2025-04-08T07:58:01.415Z","2.0.0-canary-88e4930":"2025-04-08T12:56:51.908Z","2.0.0-canary-c419f5d":"2025-04-10T08:29:01.989Z","2.0.0-canary-0689b87":"2025-04-10T16:02:47.472Z","2.0.0-canary-c86b44e":"2025-04-15T06:48:57.243Z","2.0.0-next.19":"2025-04-22T16:35:38.736Z","0.0.0-canary-20250423075344":"2025-04-23T07:56:26.148Z","0.0.0-canary-20250423080101":"2025-04-23T08:01:45.060Z","0.0.0-canary-20250423101735":"2025-04-23T10:19:06.512Z","0.0.0-canary-20250423102922":"2025-04-23T10:30:55.656Z","0.0.0-canary-20250423114059":"2025-04-23T11:42:33.702Z","0.0.0-canary-20250424133338":"2025-04-24T13:35:05.415Z","0.0.0-canary-20250424135914":"2025-04-24T14:00:40.561Z","0.0.0-canary-20250425093625":"2025-04-25T09:37:49.987Z","0.0.0-canary-20250425095519":"2025-04-25T09:56:44.641Z","0.0.0-canary-20250425150928":"2025-04-25T15:11:07.880Z","2.0.0-next.20":"2025-04-29T15:11:13.509Z","0.0.0-canary-20250429151158":"2025-04-29T15:13:27.653Z","0.0.0-canary-20250430071257":"2025-04-30T07:14:32.059Z","0.0.0-canary-20250430072054":"2025-04-30T07:22:23.529Z","0.0.0-canary-20250505123251":"2025-05-05T12:34:22.986Z","0.0.0-canary-20250507083455":"2025-05-07T08:36:21.752Z","0.0.0-canary-20250508083901":"2025-05-08T08:40:28.315Z","0.0.0-canary-20250508145002":"2025-05-08T14:51:48.765Z","0.0.0-canary-20250509071526":"2025-05-09T07:16:54.387Z","0.0.0-canary-20250512083053":"2025-05-12T08:32:25.906Z","0.0.0-canary-20250515072557":"2025-05-15T07:27:28.589Z","0.0.0-canary-20250515114244":"2025-05-15T11:44:13.778Z","0.0.0-canary-20250520072739":"2025-05-20T07:28:48.199Z","0.0.0-canary-20250521094259":"2025-05-21T09:44:09.355Z","0.0.0-canary-20250521095609":"2025-05-21T09:57:15.531Z","0.0.0-canary-20250521102546":"2025-05-21T10:26:52.102Z","0.0.0-canary-20250522073629":"2025-05-22T07:37:35.659Z","0.0.0-canary-20250522132726":"2025-05-22T13:28:36.801Z","0.0.0-canary-20250526134735":"2025-05-26T13:48:43.973Z","0.0.0-canary-20250527120235":"2025-05-27T12:03:46.929Z","0.0.0-canary-20250527120948":"2025-05-27T12:11:03.147Z","0.0.0-canary-20250527121641":"2025-05-27T12:17:53.054Z","0.0.0-canary-20250528082000":"2025-05-28T08:21:10.830Z","0.0.0-canary-20250528090826":"2025-05-28T09:09:43.986Z","0.0.0-canary-20250528100301":"2025-05-28T10:04:11.554Z","0.0.0-canary-20250528101108":"2025-05-28T10:12:21.596Z","0.0.0-canary-20250528134001":"2025-05-28T13:41:13.917Z","0.0.0-canary-20250530154614":"2025-05-30T15:47:20.941Z","2.0.0-next.21":"2025-06-05T14:17:26.642Z","0.0.0-canary-20250605141820":"2025-06-05T14:19:34.641Z","0.0.0-canary-20250605142616":"2025-06-05T14:27:27.779Z","0.0.0-canary-20250611150810":"2025-06-11T15:09:21.644Z","0.0.0-canary-20250613103104":"2025-06-13T10:32:12.743Z","0.0.0-canary-20250616103238":"2025-06-16T10:33:46.603Z","0.0.0-canary-20250616161724":"2025-06-16T16:18:30.604Z","0.0.0-canary-20250617090637":"2025-06-17T09:07:50.844Z","0.0.0-canary-20250619065806":"2025-06-19T06:59:16.718Z","0.0.0-canary-20250619091656":"2025-06-19T09:18:03.276Z","0.0.0-canary-20250623085008":"2025-06-23T08:51:14.227Z","0.0.0-canary-20250624084206":"2025-06-24T08:43:13.911Z","0.0.0-canary-20250625122640":"2025-06-25T12:27:49.991Z","0.0.0-canary-20250626134913":"2025-06-26T13:50:30.034Z","0.0.0-canary-20250701142958":"2025-07-01T14:31:19.796Z","0.0.0-canary-20250703115849":"2025-07-03T12:00:04.273Z","0.0.0-canary-20250704134922":"2025-07-04T13:50:37.714Z","0.0.0-canary-20250704135713":"2025-07-04T13:58:33.289Z","0.0.0-canary-20250704141926":"2025-07-04T14:20:35.890Z","0.0.0-canary-20250704150244":"2025-07-04T15:03:57.582Z","0.0.0-canary-20250710151204":"2025-07-10T15:13:12.628Z","0.0.0-canary-20250715085810":"2025-07-15T08:59:21.152Z","2.0.0-next.22":"2025-07-23T15:00:01.558Z","0.0.0-canary-20250723150043":"2025-07-23T15:01:53.610Z","0.0.0-canary-20250723151118":"2025-07-23T15:12:39.813Z","0.0.0-canary-20250730152102":"2025-07-30T15:22:14.925Z","0.0.0-canary-20250804113725":"2025-08-04T11:38:36.230Z","0.0.0-canary-20250804135208":"2025-08-04T13:53:21.801Z","0.0.0-canary-20250806135337":"2025-08-06T13:54:48.558Z","0.0.0-canary-20250807071321":"2025-08-07T07:14:38.599Z","2.0.0-next.23":"2025-08-08T09:35:34.523Z","0.0.0-canary-20250808093623":"2025-08-08T09:37:46.874Z","0.0.0-canary-20250808135150":"2025-08-08T13:53:04.241Z","0.0.0-canary-20250813150051":"2025-08-13T15:02:13.177Z","0.0.0-canary-20250819140908":"2025-08-19T14:10:32.776Z","0.0.0-canary-20250820082752":"2025-08-20T08:29:14.363Z","0.0.0-canary-20250820134459":"2025-08-20T13:46:25.979Z","0.0.0-canary-20250825122554":"2025-08-25T12:27:15.593Z","0.0.0-canary-20250825141136":"2025-08-25T14:13:01.188Z","0.0.0-canary-20250826024713":"2025-08-26T02:48:39.631Z","0.0.0-canary-20250827131216":"2025-08-27T13:13:44.116Z","0.0.0-canary-20250828024445":"2025-08-28T02:46:06.372Z","0.0.0-canary-20250828135512":"2025-08-28T13:56:35.204Z","0.0.0-canary-20250829024359":"2025-08-29T02:45:23.452Z","0.0.0-canary-20250904083511":"2025-09-04T08:36:35.600Z","0.0.0-canary-20250905024342":"2025-09-05T02:45:06.535Z","0.0.0-canary-20250911144045":"2025-09-11T14:42:18.143Z","0.0.0-canary-20250912024037":"2025-09-12T02:42:03.898Z","0.0.0-canary-20250912085944":"2025-09-12T09:01:15.648Z","0.0.0-canary-20250915024736":"2025-09-15T02:49:08.327Z","0.0.0-canary-20250917072409":"2025-09-17T07:25:37.751Z","0.0.0-canary-20250918024114":"2025-09-18T02:42:49.991Z","0.0.0-canary-20250919073638":"2025-09-19T07:38:02.182Z","0.0.0-canary-20250919074447":"2025-09-19T07:46:13.326Z","0.0.0-canary-20250919115513":"2025-09-19T11:56:42.943Z","0.0.0-canary-20250919120406":"2025-09-19T12:05:38.231Z","0.0.0-canary-20250922133930":"2025-09-22T13:41:08.513Z","0.0.0-canary-20250923024241":"2025-09-23T02:44:11.480Z","0.0.0-canary-20250930105719":"2025-09-30T10:58:47.097Z","0.0.0-canary-20250930122323":"2025-09-30T12:24:59.779Z","0.0.0-canary-20251001024434":"2025-10-01T02:45:59.807Z","0.0.0-canary-20251001114619":"2025-10-01T11:47:48.335Z","0.0.0-canary-20251002030120":"2025-10-02T03:02:49.318Z","0.0.0-canary-20251007073701":"2025-10-07T07:38:27.229Z","0.0.0-canary-20251007112913":"2025-10-07T11:30:38.322Z","0.0.0-canary-20251008024207":"2025-10-08T02:43:27.750Z","0.0.0-canary-20251009120808":"2025-10-09T12:09:33.512Z","0.0.0-canary-20251010024450":"2025-10-10T02:46:15.258Z","0.0.0-canary-20251013133655":"2025-10-13T13:38:19.368Z","0.0.0-canary-20251014024426":"2025-10-14T02:45:49.753Z","0.0.0-canary-20251015094819":"2025-10-15T09:49:46.525Z","0.0.0-canary-20251015095807":"2025-10-15T09:59:43.399Z","0.0.0-canary-20251015110238":"2025-10-15T11:04:03.243Z","0.0.0-canary-20251015120633":"2025-10-15T12:08:01.629Z","0.0.0-canary-20251015121355":"2025-10-15T12:15:17.786Z","2.0.0-next.24":"2025-10-16T11:15:50.134Z","0.0.0-canary-20251016111639":"2025-10-16T11:18:07.521Z","0.0.0-canary-20251016204951":"2025-10-16T20:51:21.975Z","0.0.0-canary-20251016210018":"2025-10-16T21:01:49.724Z","0.0.0-canary-20251017121931":"2025-10-17T12:21:02.627Z","0.0.0-canary-20251017122643":"2025-10-17T12:28:09.750Z","0.0.0-canary-20251021160815":"2025-10-21T16:09:47.978Z","0.0.0-canary-20251021161429":"2025-10-21T16:16:00.953Z","0.0.0-canary-20251023074354":"2025-10-23T07:45:27.046Z","0.0.0-canary-20251024024551":"2025-10-24T02:47:22.261Z","0.0.0-canary-20251028123203":"2025-10-28T12:33:34.224Z","0.0.0-canary-20251028142834":"2025-10-28T14:30:10.835Z","0.0.0-canary-20251028154354":"2025-10-28T15:45:29.111Z","0.0.0-canary-20251028155233":"2025-10-28T15:53:59.804Z","0.0.0-canary-20251031184505":"2025-10-31T18:46:33.801Z","0.0.0-canary-20251103024845":"2025-11-03T02:50:13.374Z","0.0.0-canary-20251104082344":"2025-11-04T08:25:13.124Z","0.0.0-canary-20251105025105":"2025-11-05T02:52:38.660Z","0.0.0-canary-20251105152051":"2025-11-05T15:22:23.916Z","0.0.0-canary-20251106024917":"2025-11-06T02:50:48.581Z","0.0.0-canary-20251110154100":"2025-11-10T15:42:30.614Z","0.0.0-canary-20251110154806":"2025-11-10T15:49:35.351Z","0.0.0-canary-20251117121011":"2025-11-17T12:11:40.209Z","2.0.0-next.25":"2025-11-17T16:20:52.052Z","0.0.0-canary-20251117162134":"2025-11-17T16:23:10.943Z","0.0.0-canary-20251118024735":"2025-11-18T02:49:05.446Z","0.0.0-canary-20251125145238":"2025-11-25T14:54:17.547Z","0.0.0-canary-20251125145939":"2025-11-25T15:01:16.988Z","0.0.0-canary-20251127091653":"2025-11-27T09:18:28.053Z","2.0.0-next.26":"2025-11-27T10:13:40.728Z","0.0.0-canary-20251127101422":"2025-11-27T10:15:53.870Z","0.0.0-canary-20251128024640":"2025-11-28T02:48:15.926Z","0.0.0-canary-20251201152451":"2025-12-01T15:26:24.714Z","0.0.0-canary-20251202025009":"2025-12-02T02:51:42.563Z","0.0.0-canary-20251203111236":"2025-12-03T11:14:11.227Z","0.0.0-canary-20251203112102":"2025-12-03T11:22:32.214Z","0.0.0-canary-20251204092121":"2025-12-04T09:22:53.708Z","0.0.0-canary-20251204092825":"2025-12-04T09:29:52.565Z","0.0.0-canary-20251204163421":"2025-12-04T16:35:57.662Z","0.0.0-canary-20251205024853":"2025-12-05T02:50:24.390Z","0.0.0-canary-20251205155427":"2025-12-05T15:55:58.459Z","0.0.0-canary-20251208024936":"2025-12-08T02:51:06.549Z","0.0.0-canary-20251208134850":"2025-12-08T13:50:19.818Z","0.0.0-canary-20251208135619":"2025-12-08T13:57:44.558Z","0.0.0-canary-20251209150734":"2025-12-09T15:09:07.129Z","0.0.0-canary-20251210025431":"2025-12-10T02:56:01.530Z","0.0.0-canary-20251216151725":"2025-12-16T15:18:56.294Z","0.0.0-canary-20251216152439":"2025-12-16T15:26:09.873Z","2.0.0-next.27":"2025-12-16T15:46:07.478Z","0.0.0-canary-20251216154659":"2025-12-16T15:48:26.818Z","0.0.0-canary-20251217024906":"2025-12-17T02:50:40.583Z","0.0.0-canary-20251217145207":"2025-12-17T14:53:45.066Z","0.0.0-canary-20251218024954":"2025-12-18T02:51:28.022Z","0.0.0-canary-20251219091544":"2025-12-19T09:17:20.870Z","0.0.0-canary-20251219092127":"2025-12-19T09:23:04.023Z","0.0.0-canary-20251219103421":"2025-12-19T10:35:52.713Z","0.0.0-canary-20251219104229":"2025-12-19T10:44:08.334Z","0.0.0-canary-20251219153906":"2025-12-19T15:40:47.329Z","0.0.0-canary-20251222025546":"2025-12-22T02:57:15.703Z","0.0.0-canary-20260107151319":"2026-01-07T15:14:57.091Z","0.0.0-canary-20260108025437":"2026-01-08T02:56:10.982Z","0.0.0-canary-20260108135612":"2026-01-08T13:57:51.508Z","0.0.0-canary-20260108140410":"2026-01-08T14:05:39.185Z","0.0.0-canary-20260108144859":"2026-01-08T14:50:34.440Z","0.0.0-canary-20260108145607":"2026-01-08T14:57:44.567Z","0.0.0-canary-20260108151012":"2026-01-08T15:11:45.385Z","0.0.0-canary-20260108151539":"2026-01-08T15:17:10.965Z","0.0.0-canary-20260108152239":"2026-01-08T15:24:18.082Z","0.0.0-canary-20260112090227":"2026-01-12T09:04:09.337Z","0.0.0-canary-20260112103933":"2026-01-12T10:41:04.779Z","0.0.0-canary-20260112105219":"2026-01-12T10:53:58.470Z","0.0.0-canary-20260112131557":"2026-01-12T13:17:35.236Z","2.0.0-next.28":"2026-01-12T13:33:22.552Z","0.0.0-canary-20260112133409":"2026-01-12T13:35:43.832Z","0.0.0-canary-20260121082133":"2026-01-21T08:23:11.247Z","0.0.0-canary-20260203094406":"2026-02-03T09:45:48.538Z","0.0.0-canary-20260216083152":"2026-02-16T08:33:34.177Z","0.0.0-canary-20260216083919":"2026-02-16T08:40:58.189Z","0.0.0-canary-20260216100242":"2026-02-16T10:04:21.850Z","2.0.0-next.29":"2026-02-17T09:22:28.314Z","0.0.0-canary-20260217092319":"2026-02-17T09:24:58.674Z","0.0.0-canary-20260223144750":"2026-02-23T14:49:29.994Z","0.0.0-canary-20260224081812":"2026-02-24T08:19:59.360Z","0.0.0-canary-20260224082615":"2026-02-24T08:27:51.682Z","0.0.0-canary-20260224112813":"2026-02-24T11:29:49.579Z","0.0.0-canary-20260226082812":"2026-02-26T08:29:56.907Z","0.0.0-canary-20260227152653":"2026-02-27T15:28:38.122Z","0.0.0-canary-20260227160507":"2026-02-27T16:06:47.355Z","0.0.0-canary-20260305155553":"2026-03-05T15:57:24.693Z","0.0.0-canary-20260306130124":"2026-03-06T13:02:59.366Z","2.0.0-next.30":"2026-03-06T15:00:18.394Z","0.0.0-canary-20260306150113":"2026-03-06T15:03:21.963Z","0.0.0-canary-20260310100751":"2026-03-10T10:09:20.947Z","0.0.0-canary-20260311031042":"2026-03-11T03:12:09.373Z","0.0.0-canary-20260319143056":"2026-03-19T14:32:29.419Z","0.0.0-canary-20260320031351":"2026-03-20T03:15:20.467Z","0.0.0-canary-20260323164231":"2026-03-23T16:44:04.051Z","0.0.0-canary-20260330082850":"2026-03-30T08:30:30.519Z","0.0.0-canary-20260330083627":"2026-03-30T08:38:00.675Z","0.0.0-canary-20260331085902":"2026-03-31T09:00:38.148Z","0.0.0-canary-20260401124945":"2026-04-01T12:51:30.754Z","0.0.0-canary-20260402120342":"2026-04-02T12:05:25.346Z","0.0.0-canary-20260402141906":"2026-04-02T14:20:41.765Z","0.0.0-canary-20260410032130":"2026-04-10T03:23:13.414Z","0.0.0-canary-20260410083634":"2026-04-10T08:38:18.756Z","0.0.0-canary-20260413032136":"2026-04-13T03:23:21.292Z","0.0.0-canary-20260414031947":"2026-04-14T03:21:31.580Z","0.0.0-canary-20260414083927":"2026-04-14T08:41:03.017Z","0.0.0-canary-20260415032046":"2026-04-15T03:22:31.070Z","0.0.0-canary-20260422032027":"2026-04-22T03:22:31.647Z","2.0.0-next.31":"2026-04-23T13:15:44.421Z","0.0.0-canary-20260423131634":"2026-04-23T13:18:38.163Z","0.0.0-canary-20260424032050":"2026-04-24T03:22:52.957Z","0.0.0-canary-20260507091010":"2026-05-07T09:12:22.764Z","0.0.0-canary-20260508032211":"2026-05-08T03:24:18.766Z","0.0.0-canary-20260511160255":"2026-05-11T16:05:07.861Z","2.0.0-next.32":"2026-05-18T09:10:49.850Z","0.0.0-canary-20260518091148":"2026-05-18T09:14:05.030Z","0.0.0-canary-20260525121710":"2026-05-25T12:19:20.168Z","0.0.0-canary-20260527115545":"2026-05-27T12:10:38.948Z","0.0.0-canary-20260528095551":"2026-05-28T09:58:06.372Z","0.0.0-canary-20260601035012":"2026-06-01T03:52:23.639Z","0.0.0-canary-20260602034933":"2026-06-02T03:51:37.982Z","0.0.0-canary-20260602130810":"2026-06-02T13:10:15.386Z","0.0.0-canary-20260603032656":"2026-06-03T03:29:01.670Z","0.0.0-canary-20260604032615":"2026-06-04T03:28:20.126Z","0.0.0-canary-20260605032513":"2026-06-05T03:27:27.819Z","0.0.0-canary-20260608032806":"2026-06-08T03:30:23.288Z","0.0.0-canary-20260608131442":"2026-06-08T13:16:52.086Z","0.0.0-canary-20260608134650":"2026-06-08T13:48:59.322Z","2.0.0-next.33":"2026-06-08T14:57:59.201Z","0.0.0-canary-20260608145859":"2026-06-08T15:01:25.981Z","0.0.0-canary-20260609032438":"2026-06-09T03:27:14.562Z","0.0.0-canary-20260609103335":"2026-06-09T10:35:49.939Z","0.0.0-canary-20260609103850":"2026-06-09T10:41:03.575Z","0.0.0-canary-20260609104412":"2026-06-09T10:46:38.513Z","0.0.0-canary-20260610032557":"2026-06-10T03:28:01.259Z","0.0.0-canary-20260610085134":"2026-06-10T08:53:45.039Z","0.0.0-canary-20260611032410":"2026-06-11T03:26:13.603Z","0.0.0-canary-20260611114218":"2026-06-11T11:44:25.260Z","2.0.0-next.34":"2026-06-11T12:03:05.575Z","0.0.0-canary-20260611120359":"2026-06-11T12:06:04.795Z","0.0.0-canary-20260612032559":"2026-06-12T03:28:14.107Z","0.0.0-canary-20260701032622":"2026-07-01T03:28:32.210Z","0.0.0-canary-20260701150506":"2026-07-01T15:07:25.199Z","0.0.0-canary-20260702032114":"2026-07-02T03:23:20.636Z","0.0.0-canary-20260702090620":"2026-07-02T09:08:29.508Z","0.0.0-canary-20260703031946":"2026-07-03T03:22:06.785Z","0.0.0-canary-20260706032239":"2026-07-06T03:24:46.313Z","0.0.0-canary-20260706073118":"2026-07-06T07:33:39.072Z","0.0.0-canary-20260707032034":"2026-07-07T03:22:43.208Z","0.0.0-canary-20260708032007":"2026-07-08T03:22:12.275Z","0.0.0-canary-20260709031815":"2026-07-09T03:20:24.909Z","0.0.0-canary-20260709085737":"2026-07-09T08:59:58.189Z","0.0.0-canary-20260709142740":"2026-07-09T14:29:55.986Z","0.0.0-canary-20260710032115":"2026-07-10T03:23:30.817Z","0.0.0-canary-20260713032111":"2026-07-13T03:23:22.254Z","0.0.0-canary-20260714031828":"2026-07-14T03:20:42.576Z","0.0.0-canary-20260715031916":"2026-07-15T03:21:40.543Z","0.0.0-canary-20260715095652":"2026-07-15T09:58:55.949Z","0.0.0-canary-20260715134442":"2026-07-15T13:46:50.208Z","0.0.0-canary-20260716031730":"2026-07-16T03:19:47.820Z","0.0.0-canary-20260716085914":"2026-07-16T09:01:22.557Z","0.0.0-canary-20260717031816":"2026-07-17T03:20:30.343Z","2.0.0-next.35":"2026-07-17T14:18:20.050Z","0.0.0-canary-20260717141912":"2026-07-17T14:21:22.625Z","0.0.0-canary-20260720032229":"2026-07-20T03:24:25.076Z","0.0.0-canary-20260723031910":"2026-07-23T03:21:25.731Z","0.0.0-canary-20260723084628":"2026-07-23T08:48:55.145Z","0.0.0-canary-20260723161217":"2026-07-23T16:14:52.900Z","2.0.0-next.36":"2026-07-24T03:17:42.688Z","0.0.0-canary-20260724031834":"2026-07-24T03:20:49.069Z","0.0.0-canary-20260728031840":"2026-07-28T03:20:58.125Z","0.0.0-canary-20260729135800":"2026-07-29T14:00:20.759Z","0.0.0-canary-20260730031802":"2026-07-30T03:20:19.428Z","0.0.0-canary-20260730094605":"2026-07-30T09:48:26.458Z","0.0.0-canary-20260731031810":"2026-07-31T03:20:23.704Z","0.0.0-canary-20260803031853":"2026-08-03T03:21:12.529Z","0.0.0-canary-20260804031836":"2026-08-04T03:20:46.542Z","0.0.0-canary-20260805032110":"2026-08-05T03:23:23.394Z","0.0.0-canary-20260806031938":"2026-08-06T03:21:57.345Z","0.0.0-canary-20260812031009":"2026-08-12T03:12:26.246Z","0.0.0-canary-20260812085809":"2026-08-12T09:00:27.485Z","0.0.0-canary-20260813030918":"2026-08-13T03:11:43.476Z","0.0.0-canary-20260813091431":"2026-08-13T09:16:45.999Z","0.0.0-canary-20260813141627":"2026-08-13T14:19:03.783Z","0.0.0-canary-20260814030938":"2026-08-14T03:12:07.215Z","0.0.0-canary-20260817024348":"2026-08-17T02:46:16.112Z","2.0.0-next.37":"2026-08-19T11:05:57.673Z","0.0.0-canary-20260819110652":"2026-08-19T11:08:54.980Z","0.0.0-canary-20260819111703":"2026-08-19T11:19:25.823Z","0.0.0-canary-20260820023922":"2026-08-20T02:41:52.536Z","0.0.0-canary-20260824024418":"2026-08-24T02:46:31.669Z","0.0.0-canary-20260825024012":"2026-08-25T02:42:22.403Z","0.0.0-canary-20260825083443":"2026-08-25T08:37:07.559Z","0.0.0-canary-20260826024318":"2026-08-26T02:45:44.223Z","0.0.0-canary-20260827040252":"2026-08-27T04:05:07.910Z","0.0.0-canary-20260828050017":"2026-08-28T05:04:11.383Z","0.0.0-canary-20260831023230":"2026-08-31T02:36:28.479Z","0.0.0-canary-20260901023028":"2026-09-01T02:34:19.796Z","0.0.0-canary-20260901132238":"2026-09-01T13:27:55.206Z","0.0.0-canary-20260902024556":"2026-09-02T02:50:06.164Z","0.0.0-canary-20260902151640":"2026-09-02T15:24:03.290Z","0.0.0-canary-20260903023524":"2026-09-03T02:54:50.819Z","0.0.0-canary-20260904023147":"2026-09-04T02:36:04.118Z","0.0.0-canary-20260904090349":"2026-09-04T09:11:09.650Z","0.0.0-canary-20260907023044":"2026-09-07T02:35:34.553Z","0.0.0-canary-20260908023056":"2026-09-08T02:34:44.538Z","0.0.0-canary-20260908062951":"2026-09-08T06:33:44.390Z","0.0.0-canary-20260908092418":"2026-09-08T09:34:50.965Z","0.0.0-canary-20260909023117":"2026-09-09T02:35:33.093Z","0.0.0-canary-20260909082937":"2026-09-09T08:33:47.003Z","0.0.0-canary-20260909151255":"2026-09-09T15:17:09.645Z","0.0.0-canary-20260910023020":"2026-09-10T02:35:28.555Z","0.0.0-canary-20260910145642":"2026-09-10T15:04:03.426Z","0.0.0-canary-20260911022656":"2026-09-11T02:31:59.438Z","0.0.0-canary-20260914093956":"2026-09-14T09:46:07.054Z","0.0.0-canary-20260915022916":"2026-09-15T02:34:22.061Z","0.0.0-canary-20260916022708":"2026-09-16T02:31:47.678Z","0.0.0-canary-20260916112144":"2026-09-16T11:28:00.355Z","0.0.0-canary-20260917023151":"2026-09-17T02:36:24.984Z","0.0.0-canary-20260918022850":"2026-09-18T02:32:31.030Z","0.0.0-canary-20260918083009":"2026-09-18T08:35:28.013Z","0.0.0-canary-20260921023057":"2026-09-21T02:35:11.135Z","0.0.0-canary-20260921075758":"2026-09-21T08:04:39.454Z","0.0.0-canary-20260921081004":"2026-09-21T08:18:02.761Z","0.0.0-canary-20260921142955":"2026-09-21T14:33:46.993Z","0.0.0-canary-20260922023052":"2026-09-22T02:34:48.901Z","0.0.0-canary-20260922085413":"2026-09-22T09:07:26.397Z","0.0.0-canary-20260922105829":"2026-09-22T11:10:46.148Z","0.0.0-canary-20260922121345":"2026-09-22T12:18:39.885Z","0.0.0-canary-20260923023040":"2026-09-23T02:36:49.305Z","0.0.0-canary-20260923105240":"2026-09-23T10:56:30.865Z","0.0.0-canary-20260923141526":"2026-09-23T14:19:45.177Z","0.0.0-canary-20260923142510":"2026-09-23T14:29:32.234Z","0.0.0-canary-20260923143654":"2026-09-23T14:41:32.575Z","0.0.0-canary-20260924022711":"2026-09-24T02:31:26.135Z","0.0.0-canary-20260924100805":"2026-09-24T10:12:23.029Z","0.0.0-canary-20260925022636":"2026-09-25T02:30:44.558Z"},"bugs":{"url":"https://github.com/neo4j/cypher-language-support/issues"},"author":{"name":"Neo4j Inc."},"license":"Apache-2.0","homepage":"https://github.com/neo4j/cypher-language-support#readme","keywords":["neo4j","cypher","autocompletion","linting","highlighting"],"repository":{"url":"git://github.com/neo4j/cypher-language-support.git","type":"git"},"description":"Cypher language support","maintainers":[{"name":"neo4j-bloom-reader2","email":"team-bloom-reader@neotechnology.com"},{"name":"neo4j-organization","email":"npm@neo4j.com"}],"readme":"","readmeFilename":""}