{"_id":"@cspell/dict-k8s","_rev":"274675","name":"@cspell/dict-k8s","description":"K8s dictionary for cspell.","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"jason-dent","email":""}],"time":{"modified":"2023-09-20T17:27:48.000Z","created":"2022-12-17T19:44:19.145Z","1.0.1":"2023-02-22T08:20:54.931Z","1.0.0":"2022-12-17T19:44:19.145Z"},"users":{},"author":{"name":"Jason Dent & Carlo Corradini"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"versions":{"1.0.1":{"name":"@cspell/dict-k8s","version":"1.0.1","description":"K8s dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"download":"./src/build.sh --out-file ./src/k8s.txt","build":"cspell-tools-cli compile --keep-raw-case src/k8s.txt --no-compress -o ./dict","test":"head -n 100 src/k8s.txt | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=yaml\" stdin","prepublishOnly":"echo pre-publish","prepare":"yarn run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","k8s","kubernetes","dictionary","spelling"],"author":{"name":"Jason Dent & Carlo Corradini"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/k8s#readme","gitHead":"a8ff83095adc9f526f48772c52195e0456f78668","_id":"@cspell/dict-k8s@1.0.1","_nodeVersion":"16.19.0","_npmVersion":"lerna/1.15.1/node@v16.19.0+x64 (linux)","dist":{"shasum":"6c0cc521dd42fee2c807368ebfef77137686f3a1","size":6534,"noattachment":false,"key":"/@cspell/dict-k8s/-/@cspell/dict-k8s-1.0.1.tgz","tarball":"http://name.csiicloud.com:7001/@cspell/dict-k8s/download/@cspell/dict-k8s-1.0.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-k8s_1.0.1_1677054054712_0.07132454706595936"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-22T08:20:54.931Z","publish_time":1677054054931,"_cnpm_publish_time":1677054054931},"1.0.0":{"name":"@cspell/dict-k8s","version":"1.0.0","description":"K8s dictionary for cspell.","publishConfig":{"access":"public"},"exports":{".":"./cspell-ext.json","./cspell":"./cspell-ext.json","./cspell-ext.json":"./cspell-ext.json"},"scripts":{"download":"./src/build.sh --out-file ./src/k8s.txt","build":"cspell-tools-cli compile --keep-raw-case src/k8s.txt --no-compress -o ./dict","test":"head -n 100 src/k8s.txt | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=yaml\" stdin","prepublishOnly":"echo pre-publish","prepare":"yarn run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell-dicts.git"},"keywords":["cspell","k8s","kubernetes","dictionary","spelling"],"author":{"name":"Jason Dent & Carlo Corradini"},"license":"MIT","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/k8s#readme","gitHead":"47a34789c05111e7b3cb693beb5d456bf25a0cb0","_id":"@cspell/dict-k8s@1.0.0","_nodeVersion":"16.18.1","_npmVersion":"lerna/1.13.0/node@v16.18.1+x64 (linux)","dist":{"shasum":"30353cef5a5310b5a6b8549e0a4fa6faf4956b55","size":6531,"noattachment":false,"key":"/@cspell/dict-k8s/-/@cspell/dict-k8s-1.0.0.tgz","tarball":"http://name.csiicloud.com:7001/@cspell/dict-k8s/download/@cspell/dict-k8s-1.0.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/dict-k8s_1.0.0_1671306258952_0.9487886495589504"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-17T19:44:24.550Z","publish_time":1671306259145,"_cnpm_publish_time":1671306259145}},"readme":"# CSpell K8s Dictionary\n\nK8s dictionary for cspell.\n\nThis is a pre-built dictionary for use with cspell.\n\n## Requirements\n\n| Tool                                                                                                                                 | Version |\n| ------------------------------------------------------------------------------------------------------------------------------------ | ------- |\n| [cspell](https://github.com/streetsidesoftware/cspell)                                                                               | `>= 6`  |\n| [Code Spell Checker - Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) | `>= 2`  |\n\n## Installation\n\nGlobal Install and add to cspell global settings.\n\n```sh\nnpm install -g @cspell/dict-k8s\ncspell link add @cspell/dict-k8s\n```\n\n## Uninstall from cspell\n\n```sh\ncspell link remove @cspell/dict-k8s\n```\n\n## Manual Installation\n\nThe `cspell-ext.json` file in this package should be added to the import section in your cspell.json file.\n\n```javascript\n{\n    // …\n    \"import\": [\"@cspell/dict-k8s/cspell-ext.json\"],\n    // …\n}\n```\n\n## Building\n\nBuilding is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.\n\n```sh\nchmod u+x ./src/build.sh\nnpm run build\n```\n\n## License\n\nMIT\n\n> Some packages may have other licenses included.\n","_attachments":{},"homepage":"https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/k8s#readme","bugs":{"url":"https://github.com/streetsidesoftware/cspell-dicts/issues"},"license":"MIT"}