{"_id":"@aviarytech/codemirror-lang-jsonata","name":"@aviarytech/codemirror-lang-jsonata","dist-tags":{"latest":"0.2.1"},"versions":{"0.2.1":{"name":"@aviarytech/codemirror-lang-jsonata","version":"0.2.1","publishConfig":{"access":"public"},"description":"JSONata language support for CodeMirror","scripts":{"test":"mocha test/test.js","prepare":"rollup -c"},"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/autocomplete":"^6.13.0","@codemirror/language":"^6.0.0","@codemirror/lint":"^6.5.0","@lezer/highlight":"^1.0.0","@lezer/lr":"^1.0.0","jsonata":"^2.0.4"},"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","_id":"@aviarytech/codemirror-lang-jsonata@0.2.1","gitHead":"3598c177aa3f1ff1452165c802a8706d81969b1e","_nodeVersion":"20.12.2","_npmVersion":"10.5.2","dist":{"integrity":"sha512-5wFu2ddhTA1cNczVw4/AyE0k9miC3SOaN95/cixJ6671f1uLi37qZkQSiTYIabijkbanWW6LKXgDGGy/oc9fvg==","shasum":"7ea708df04e8e49a4fc71503cf8760dd3f691d0b","tarball":"https://registry.npmjs.org/@aviarytech/codemirror-lang-jsonata/-/codemirror-lang-jsonata-0.2.1.tgz","fileCount":7,"unpackedSize":17898,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAlr9gXgzA0ZMUkCtdRY2O56hxhU+6JX9yIEK94Dv0naAiEAxC9POeMU6AaLNRoZPTsDVTdU/EbO3CMd5hEPk59XTi4="}]},"_npmUser":{"name":"brianorwhatever","email":"brian@aviary.tech"},"directories":{},"maintainers":[{"name":"brianorwhatever","email":"brian@aviary.tech"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/codemirror-lang-jsonata_0.2.1_1732268469297_0.9263989398084809"},"_hasShrinkwrap":false}},"time":{"created":"2024-11-22T09:41:09.180Z","0.2.1":"2024-11-22T09:41:09.447Z","modified":"2024-11-22T09:41:09.725Z"},"maintainers":[{"name":"brianorwhatever","email":"brian@aviary.tech"}],"description":"JSONata language support for CodeMirror","license":"MIT","readme":"# CodeMirror 6 language package template\n\nThis is an example repository containing a minimal [CodeMirror](https://codemirror.net/6/) language support package. The idea is to clone it, rename it, and edit it to create support for a new language.\n\nThings you'll need to do (see the [language support example](https://codemirror.net/6/examples/lang-package/) for a more detailed tutorial):\n\n * `git grep EXAMPLE` and replace all instances with your language name.\n\n * Rewrite the grammar in `src/syntax.grammar` to cover your language. See the [Lezer system guide](https://lezer.codemirror.net/docs/guide/#writing-a-grammar) for information on this file format.\n\n * Adjust the metadata in `src/index.ts` to work with your new grammar.\n\n * Adjust the grammar tests in `test/cases.txt`.\n\n * Build (`npm run prepare`) and test (`npm test`).\n\n * Rewrite this readme file.\n\n * Optionally add a license.\n\n * Publish. Put your package on npm under a name like `codemirror-lang-EXAMPLE`.\n","readmeFilename":"README.md"}