{"versions":{"1.0.3":{"name":"@xiechao/codemirror-lang-handlebars","version":"1.0.3","description":"Handlebars language support for CodeMirror6","scripts":{"test":"LOG=parse mocha test/test.js","prepare":"lezer-generator src/syntax.grammar -o src/parser && rollup -c","publish":"npm publish --access public"},"type":"module","main":"dist/index.cjs","module":"dist/index.js","exports":{"import":"./dist/index.js","require":"./dist/index.cjs"},"types":"dist/index.d.ts","sideEffects":false,"dependencies":{"@codemirror/lang-html":"^6.4.7","@codemirror/language":"^6.0.0","@lezer/common":"^1.2.0","@lezer/highlight":"^1.0.0","@lezer/lr":"^1.0.0","codemirror":"^6.0.1"},"devDependencies":{"@lezer/generator":"^1.0.0","mocha":"^9.0.1","rollup":"^2.60.2","rollup-plugin-dts":"^4.0.1","rollup-plugin-ts":"^3.0.2","typescript":"^4.3.4"},"license":"MIT","gitHead":"dca904a0c7799870e577b25c969d07c045b5ecd3","_id":"@xiechao/codemirror-lang-handlebars@1.0.3","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-fnyCLidJXeyvu9PP8tic50zthRznD1zzDoRz4TjJNRf2Mt/tfZmnu1v7l6iq3nuWDA1hwuR8PE05z2Qpar47xg==","shasum":"136828108b8bcde635e35a1f0a5458df1eb8f0bf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@xiechao/codemirror-lang-handlebars/-/codemirror-lang-handlebars-1.0.3.tgz","fileCount":8,"unpackedSize":63469,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGx7Dmd43yh5nPOPaJhfc9OTd2CfB5GK2xzjVJeuoxqQIhAMVbN+S4mOJ/WedtPY3NgEZUayDyjkHZmHr1ShSk/5Me"}],"size":20622},"_npmUser":{"name":"anonymous","email":"898702351@qq.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"898702351@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/codemirror-lang-handlebars_1.0.3_1709221096165_0.3692815955504063"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-29T15:38:16.303Z","publish_time":1709221096303,"_source_registry_name":"default","contributors":[]},"1.0.4":{"name":"@xiechao/codemirror-lang-handlebars","version":"1.0.4","description":"Handlebars language support for CodeMirror6","scripts":{"test":"LOG=parse mocha test/test.js","prepare":"lezer-generator src/syntax.grammar -o src/parser && rollup -c","publish":"npm publish --access public"},"type":"module","main":"dist/index.cjs","module":"dist/index.js","exports":{"import":"./dist/index.js","require":"./dist/index.cjs"},"types":"dist/index.d.ts","sideEffects":false,"dependencies":{"@codemirror/lang-html":"^6.4.7","@codemirror/language":"^6.0.0","@lezer/common":"^1.2.0","@lezer/highlight":"^1.0.0","@lezer/lr":"^1.0.0","codemirror":"^6.0.1"},"devDependencies":{"@lezer/generator":"^1.0.0","mocha":"^9.0.1","rollup":"^2.60.2","rollup-plugin-dts":"^4.0.1","rollup-plugin-ts":"^3.0.2","typescript":"^4.3.4"},"license":"MIT","gitHead":"2fb5a13e1c2298bbca6cda67ab47b749b2ff9d7a","_id":"@xiechao/codemirror-lang-handlebars@1.0.4","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-ghOpKUrRvvPQnvoVXY8axEA3xVFxC8M0zNDgiUdfJykqCMxusb3pN9ZbYYg/8KuoGUR/LDd2rb6eaW7ftcCqOg==","shasum":"79bf3952a01147461ac0216d8b2cf22097ba008a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@xiechao/codemirror-lang-handlebars/-/codemirror-lang-handlebars-1.0.4.tgz","fileCount":8,"unpackedSize":63471,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG2RFdQ9p2Co19L6IWzZdOA0Ln2Mk9VK7+XlfVqqJDs1AiBFolvLp+hEzpg/t6coLVb82KPtsMt5dk8+wYIOQ8SrTA=="}],"size":20609},"_npmUser":{"name":"anonymous","email":"898702351@qq.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"898702351@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/codemirror-lang-handlebars_1.0.4_1709221309840_0.284666676362477"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-29T15:41:50.006Z","publish_time":1709221310006,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"1.0.4"},"name":"@xiechao/codemirror-lang-handlebars","time":{"created":"2024-02-29T15:25:21.024Z","modified":"2024-02-29T15:42:39.404Z","1.0.3":"2024-02-29T15:38:16.303Z","1.0.4":"2024-02-29T15:41:50.006Z"},"readme":"# Handlebars Language CodeMirror 6\n\nThis package aims to provide [Handlebars language](https://handlebarsjs.com/) support to CodeMirror 6.\n\n### Usage\n\nTo use this, simply install via NPM:\n\n```\nnpm install @xiechao/codemirror-lang-handlebars\n```\n\nThen you can use it like so:\n\n```javascript\nimport { handlebarsLanguage } from \"@xiechao/codemirror-lang-handlebars\"\n\nhandlebarsLanguage // => https://codemirror.net/docs/ref/#language.LRLanguage\n```\n\n### Development\n\nThe following commands can be used for development:\n\n```bash\n# Prepare/Build the codebase\nnpm run prepare\n\n# Test the codebase, must be prepared beforehand\nnpm t\n```","users":{}}