{"_id":"@cspell/cspell-types","_rev":"2663696","name":"@cspell/cspell-types","description":"Types for cspell and cspell-lib","dist-tags":{"latest":"5.17.0","next":"5.17.0-alpha.0"},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"time":{"modified":"2022-01-26T20:46:22.000Z","created":"2021-01-28T19:02:09.088Z","5.17.0":"2022-01-26T20:43:14.743Z","5.17.0-alpha.0":"2022-01-26T18:04:36.743Z","5.16.0":"2022-01-20T16:42:49.299Z","5.15.3":"2022-01-20T12:18:38.305Z","5.15.2":"2022-01-11T10:20:46.727Z","5.15.1":"2022-01-07T15:44:36.830Z","5.15.0":"2022-01-07T13:57:49.575Z","5.14.0":"2021-12-29T11:57:01.766Z","5.14.0-alpha.0":"2021-12-29T11:27:13.465Z","5.13.4":"2021-12-18T11:02:13.977Z","5.13.3":"2021-12-11T08:47:26.309Z","5.13.2":"2021-12-07T09:26:00.568Z","5.13.1":"2021-11-24T19:28:39.755Z","5.13.0":"2021-11-17T07:50:49.180Z","5.12.6":"2021-11-04T13:28:23.631Z","5.12.4":"2021-10-31T08:36:14.161Z","5.12.3":"2021-10-08T16:14:28.545Z","5.12.2":"2021-10-06T14:40:45.022Z","5.12.1":"2021-10-06T05:24:16.116Z","5.12.0":"2021-10-05T10:58:22.770Z","5.12.0-alpha.0":"2021-10-05T10:34:38.660Z","5.11.1":"2021-09-29T06:40:39.249Z","5.11.0":"2021-09-28T15:01:19.567Z","5.11.0-alpha.0":"2021-09-28T14:08:18.177Z","5.10.0":"2021-09-17T07:23:34.415Z","5.10.0-alpha.6":"2021-09-17T05:49:56.751Z","5.10.0-alpha.3":"2021-09-16T11:42:20.855Z","5.10.0-alpha.2":"2021-09-13T09:15:41.326Z","5.9.1":"2021-09-12T11:36:03.923Z","5.9.1-alpha.1":"2021-09-12T06:19:09.511Z","5.9.0":"2021-08-31T10:37:25.000Z","5.9.0-alpha.0":"2021-08-31T07:53:18.222Z","5.8.2":"2021-08-25T18:09:14.187Z","5.8.1":"2021-08-24T10:43:31.781Z","5.8.0":"2021-08-21T18:26:13.360Z","5.7.2":"2021-08-16T12:37:09.525Z","5.7.0":"2021-08-14T13:25:00.550Z","5.6.7":"2021-08-13T16:41:28.667Z","5.6.5":"2021-06-18T22:49:21.145Z","5.6.4":"2021-06-15T07:03:37.183Z","5.6.2":"2021-06-10T14:43:21.344Z","5.6.1":"2021-06-09T11:57:24.444Z","5.6.0":"2021-06-05T13:36:23.843Z","5.5.2":"2021-05-30T10:30:10.416Z","5.5.1":"2021-05-29T06:12:51.526Z","5.5.0":"2021-05-29T04:41:36.135Z","5.4.1":"2021-05-11T11:48:18.297Z","5.4.0":"2021-05-05T09:52:15.873Z","5.3.12":"2021-04-06T06:51:50.592Z","5.3.11":"2021-04-03T14:11:53.438Z","5.3.10":"2021-04-02T13:19:04.411Z","5.3.8":"2021-03-17T13:33:24.487Z","5.3.7":"2021-03-05T19:02:24.270Z","5.3.7-alpha.3":"2021-03-05T16:18:30.380Z","5.3.5":"2021-03-05T04:22:09.573Z","5.3.4":"2021-03-01T12:44:20.582Z","5.3.3":"2021-02-26T21:11:43.292Z","5.3.2":"2021-02-26T19:02:16.366Z","5.3.1":"2021-02-25T14:55:44.903Z","5.3.0":"2021-02-25T12:12:58.608Z","5.3.0-alpha.4":"2021-02-25T09:26:28.837Z","5.3.0-alpha.3":"2021-02-23T17:47:06.000Z","5.3.0-alpha.2":"2021-02-22T09:23:15.554Z","5.3.0-alpha.1":"2021-02-19T20:48:34.212Z","5.3.0-alpha.0":"2021-02-18T19:18:00.720Z","5.2.4":"2021-01-28T19:58:31.118Z","5.0.0":"2021-01-28T19:02:09.088Z"},"users":{},"author":{"name":"Jason Dent"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"versions":{"5.17.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.17.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"rimraf ../../docs/types/cspell-types && typedoc --out ../../docs/types/cspell-types src/index.ts","test-build-docs":"typedoc --out ./temp/docs src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.7","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"0.22.11","typedoc-plugin-markdown":"^3.11.12","typescript":"^4.5.5"},"gitHead":"4e02d88a7add382088eb16d9b200e4bf07434f8f","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.17.0","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"shasum":"7c43db19af1c02e880d9b31df38d62f1cbc0feb4","size":19981,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.17.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.17.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.17.0_1643229794576_0.3704809271724854"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-26T20:43:30.473Z","publish_time":1643229794743,"_cnpm_publish_time":1643229794743},"5.17.0-alpha.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.17.0-alpha.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"rimraf ../../docs/types/cspell-types && typedoc --out ../../docs/types/cspell-types src/index.ts","test-build-docs":"typedoc --out ./temp/docs src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.7","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"0.22.11","typedoc-plugin-markdown":"^3.11.12","typescript":"^4.5.5"},"gitHead":"d884218703cac72186fd69e8ba1e9eb78558c7ca","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.17.0-alpha.0","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"shasum":"ba5019b5b119592dc8bb717a3cce66c3fab17815","size":19985,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.17.0-alpha.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.17.0-alpha.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.17.0-alpha.0_1643220276584_0.6108107719023768"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-26T18:04:49.329Z","publish_time":1643220276743,"_cnpm_publish_time":1643220276743},"5.16.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.16.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","test-build-docs":"typedoc --out ./temp/docs src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.7","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"0.22.11","typedoc-plugin-markdown":"^3.11.12","typescript":"^4.5.4"},"gitHead":"c5d994f58bdb48c4d16f1708607b28c8a7b52a65","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.16.0","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"shasum":"9bc0484f65de93f81d27bfc9b4936ea86eecc0ab","size":17588,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.16.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.16.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.16.0_1642696969159_0.06100261814779939"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T16:43:01.709Z","publish_time":1642696969299,"_cnpm_publish_time":1642696969299},"5.15.3":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.15.3","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","test-build-docs":"typedoc --out ./temp/docs src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.7","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"0.22.11","typedoc-plugin-markdown":"^3.11.12","typescript":"^4.5.4"},"gitHead":"8a7c55b7d0b340d3c4e964ba91390a405f2cda2d","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.15.3","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"shasum":"b9ac5286596774b06f4b27fbd4491e627087caf5","size":17178,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.15.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.15.3.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.15.3_1642681118172_0.6045306116258875"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T12:18:57.450Z","publish_time":1642681118305,"_cnpm_publish_time":1642681118305},"5.15.2":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.15.2","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.7","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"^0.22.10","typedoc-plugin-markdown":"^3.11.11","typescript":"^4.5.4"},"gitHead":"b047b5458980010a8f3ab31c6dc9434e0e782d5e","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.15.2","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"shasum":"e3c48a5d4acc78c28076a803eb7064a540f3c7b8","size":14746,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.15.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.15.2.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.15.2_1641896446560_0.4198647119688932"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T10:34:33.587Z","publish_time":1641896446727,"_cnpm_publish_time":1641896446727},"5.15.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.15.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.7","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"^0.22.10","typedoc-plugin-markdown":"^3.11.9","typescript":"^4.5.4"},"gitHead":"b0461bc45386484e14ac7ad97a68d7d860d2309a","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.15.1","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"shasum":"9ef81c2f704aae18ba91f9e9967502711b529f54","size":14748,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.15.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.15.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.15.1_1641570276689_0.12362509829905521"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T15:45:01.650Z","publish_time":1641570276830,"_cnpm_publish_time":1641570276830},"5.15.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.15.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.6","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"^0.22.10","typedoc-plugin-markdown":"^3.11.9","typescript":"^4.5.4"},"gitHead":"04d61378054cbecd28df100ca704c7322abab8ba","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.15.0","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"shasum":"8c5589897999f740d0049bfb338a129388091690","size":14652,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.15.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.15.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.15.0_1641563869400_0.4971936827997099"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T13:58:00.170Z","publish_time":1641563869575,"_cnpm_publish_time":1641563869575},"5.14.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.14.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.5","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"^0.22.10","typedoc-plugin-markdown":"^3.11.8","typescript":"^4.5.4"},"gitHead":"8c8dfb70479584839e8035094771762f77118667","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.14.0","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"shasum":"bb37706f2a3249ab14011a0cbcc61d8879a0cb3c","size":13179,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.14.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.14.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.14.0_1640779021634_0.09649486600504975"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-29T11:57:14.661Z","publish_time":1640779021766,"_cnpm_publish_time":1640779021766},"5.14.0-alpha.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.14.0-alpha.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.5","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"^0.22.10","typedoc-plugin-markdown":"^3.11.8","typescript":"^4.5.4"},"gitHead":"bb136daa99b18e826a5e720ad1dfba94caa1e16e","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.14.0-alpha.0","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"shasum":"f773a1f1493c8004cce558bf48e4795dfc199e1f","size":13176,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.14.0-alpha.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.14.0-alpha.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.14.0-alpha.0_1640777233292_0.6708100713229777"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-29T11:27:39.715Z","publish_time":1640777233465,"_cnpm_publish_time":1640777233465},"5.13.4":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.13.4","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.5","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"^0.22.10","typedoc-plugin-markdown":"^3.11.8","typescript":"^4.5.4"},"gitHead":"cf6ef9e6137af46d1a7ebd83600c05a4892c4814","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.13.4","_nodeVersion":"16.13.1","_npmVersion":"lerna/4.0.0/node@v16.13.1+x64 (darwin)","dist":{"shasum":"5712d82b784859220b15c074e0c726a5d667d26d","size":13184,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.13.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.13.4.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.13.4_1639825333828_0.09183737496684619"},"_hasShrinkwrap":false,"publish_time":1639825333977,"_cnpm_publish_time":1639825333977},"5.13.3":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.13.3","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.0","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"^0.22.10","typedoc-plugin-markdown":"^3.11.7","typescript":"^4.5.2"},"gitHead":"f49cb2d98eed1f7274b1e6ad1ef076e7140347b5","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.13.3","_nodeVersion":"17.2.0","_npmVersion":"lerna/4.0.0/node@v17.2.0+x64 (darwin)","dist":{"shasum":"5104c6cbbd19a71528b94100b3689978260aee8b","size":13181,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.13.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.13.3.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.13.3_1639212446111_0.8747750524219005"},"_hasShrinkwrap":false,"publish_time":1639212446309,"_cnpm_publish_time":1639212446309},"5.13.2":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.13.2","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.4.0","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"^0.22.10","typedoc-plugin-markdown":"^3.11.7","typescript":"^4.5.2"},"gitHead":"98bce0c75dcf4328b0adc80a9014809b393c0d37","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.13.2","_nodeVersion":"17.2.0","_npmVersion":"lerna/4.0.0/node@v17.2.0+x64 (darwin)","dist":{"shasum":"332440b8960e7e02b3decac5360ae6a5bf4c54ba","size":13183,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.13.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.13.2.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.13.2_1638869160432_0.11227411008854826"},"_hasShrinkwrap":false,"publish_time":1638869160568,"_cnpm_publish_time":1638869160568},"5.13.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.13.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.3.1","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"^0.22.9","typedoc-plugin-markdown":"^3.11.7","typescript":"^4.5.2"},"gitHead":"575e5e6dfc030e01cbe96822dfef9dce12e9f1c4","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.13.1","_nodeVersion":"14.18.1","_npmVersion":"lerna/4.0.0/node@v14.18.1+x64 (darwin)","dist":{"shasum":"ecac17e59db8480b2853e4e4fafdcd5174c238e4","size":13184,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.13.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.13.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.13.1_1637782119577_0.3115006041371855"},"_hasShrinkwrap":false,"publish_time":1637782119755,"_cnpm_publish_time":1637782119755},"5.13.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.13.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.3.1","rimraf":"^3.0.2","ts-json-schema-generator":"^0.97.0","typedoc":"^0.22.9","typedoc-plugin-markdown":"^3.11.6","typescript":"^4.4.4"},"gitHead":"4cd5431b084824e172798ae97f2f520dbad4a8ac","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.13.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/4.0.0/node@v14.18.1+x64 (darwin)","dist":{"shasum":"6e5431b7028df2bbc0c5a7cbaf74ca0f31e61d76","size":13176,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.13.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.13.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.13.0_1637135448981_0.9527286468363658"},"_hasShrinkwrap":false,"publish_time":1637135449180,"_cnpm_publish_time":1637135449180},"5.12.6":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.12.6","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.3.1","rimraf":"^3.0.2","ts-json-schema-generator":"^0.96.0","typedoc":"^0.22.7","typedoc-plugin-markdown":"^3.11.3","typescript":"^4.4.4"},"gitHead":"430bb6103b03793d5f0b746e7c643d12fa313216","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.12.6","_nodeVersion":"14.18.1","_npmVersion":"lerna/4.0.0/node@v14.18.1+x64 (darwin)","dist":{"shasum":"c33d9c5af754b3b56c37fc86304336dc99d552ef","size":13466,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.12.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.12.6.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.12.6_1636032503442_0.5872571428903726"},"_hasShrinkwrap":false,"publish_time":1636032503631,"_cnpm_publish_time":1636032503631},"5.12.4":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.12.4","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.3.1","rimraf":"^3.0.2","ts-json-schema-generator":"^0.96.0","typedoc":"^0.22.7","typedoc-plugin-markdown":"^3.11.3","typescript":"^4.4.4"},"gitHead":"3e9973c39725f65141683b373ed839562f28bd94","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.12.4","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"594bbeabfefed3ac8dccb283dc6bb2d365b34b43","size":13349,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.12.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.12.4.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.12.4_1635669374016_0.29821637113865207"},"_hasShrinkwrap":false,"publish_time":1635669374161,"_cnpm_publish_time":1635669374161},"5.12.3":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.12.3","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.2.5","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.22.5","typedoc-plugin-markdown":"^3.11.3","typescript":"^4.4.3"},"gitHead":"6c424aed933adb8d983ab09dd45042d63d7a5cd8","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.12.3","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"bfbebfa29d2f280d99785fdbc3e97bea60b47e5b","size":13347,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.12.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.12.3.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.12.3_1633709668374_0.4805319609250922"},"_hasShrinkwrap":false,"publish_time":1633709668545,"_cnpm_publish_time":1633709668545},"5.12.2":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.12.2","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.2.4","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.22.5","typedoc-plugin-markdown":"^3.11.3","typescript":"^4.4.3"},"gitHead":"1418785bb9c3a29b794a6e9d447b5638f8eb9fbf","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.12.2","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"20ce47fd37085afae1c46609ffd2e7e6f32cd64d","size":13350,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.12.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.12.2.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.12.2_1633531244893_0.7656373919142778"},"_hasShrinkwrap":false,"publish_time":1633531245022,"_cnpm_publish_time":1633531245022},"5.12.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.12.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.2.4","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.22.5","typedoc-plugin-markdown":"^3.11.2","typescript":"^4.4.3"},"gitHead":"43a626145377e1f760ad51fc58701313c7a26243","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.12.1","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"617064835b9c1f02a74d5d6e6ae5c2e7d146f4f5","size":13168,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.12.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.12.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.12.1_1633497855935_0.5953500834548435"},"_hasShrinkwrap":false,"publish_time":1633497856116,"_cnpm_publish_time":1633497856116},"5.12.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.12.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.2.4","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.22.5","typedoc-plugin-markdown":"^3.11.2","typescript":"^4.4.3"},"gitHead":"1dbf5b70cbf27a600f10e439eabc2ab0f908bafd","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.12.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"6e4e3385bcc2a8dca97d35794b329d53b62f33cc","size":12772,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.12.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.12.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.12.0_1633431502560_0.08661898142716629"},"_hasShrinkwrap":false,"publish_time":1633431502770,"_cnpm_publish_time":1633431502770},"5.12.0-alpha.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.12.0-alpha.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.2.4","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.22.5","typedoc-plugin-markdown":"^3.11.2","typescript":"^4.4.3"},"gitHead":"babee46ac49f4388112e1bc562282b49051197aa","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.12.0-alpha.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"e90909f920d4ae30fe2af03def409f2b067be304","size":12776,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.12.0-alpha.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.12.0-alpha.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.12.0-alpha.0_1633430078491_0.7254393204935008"},"_hasShrinkwrap":false,"publish_time":1633430078660,"_cnpm_publish_time":1633430078660},"5.11.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.11.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.2.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.22.4","typedoc-plugin-markdown":"^3.11.2","typescript":"^4.4.3"},"gitHead":"ef2cd2332a126afba25f288d5a3d726db7b6ca90","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.11.1","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"61e744782acb8f1fd21a44f0aa59de0572c6ccab","size":12734,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.11.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.11.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.11.1_1632897638906_0.3696375404352914"},"_hasShrinkwrap":false,"publish_time":1632897639249,"_cnpm_publish_time":1632897639249},"5.11.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.11.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.2.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.22.4","typedoc-plugin-markdown":"^3.11.2","typescript":"^4.4.3"},"gitHead":"2deebec6adea5d6cab7bf1ee5ff3280ff18e0a8c","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.11.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"27152d47ca9d5cbed6d727dc55cc314fd343d422","size":12732,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.11.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.11.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.11.0_1632841279413_0.2246484524082002"},"_hasShrinkwrap":false,"publish_time":1632841279567,"_cnpm_publish_time":1632841279567},"5.11.0-alpha.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.11.0-alpha.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.2.2","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.22.4","typedoc-plugin-markdown":"^3.11.2","typescript":"^4.4.3"},"gitHead":"1942e43560a4969bb9e070a0192121d695ff4554","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.11.0-alpha.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"2e3032efc8b2fcbb47bd56dd41bfa93c3af1f29c","size":12741,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.11.0-alpha.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.11.0-alpha.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.11.0-alpha.0_1632838097996_0.5662002321484518"},"_hasShrinkwrap":false,"publish_time":1632838098177,"_cnpm_publish_time":1632838098177},"5.10.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.10.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.2.0","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.22.3","typedoc-plugin-markdown":"^3.11.0","typescript":"^4.4.3"},"gitHead":"7112fa0160844fc206dcd7aa100c7c14abd49a27","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.10.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"edf94262b763be67ca5e0b870930604bcc1de413","size":12721,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.10.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.10.0_1631863414257_0.7792435173363903"},"_hasShrinkwrap":false,"publish_time":1631863414415,"_cnpm_publish_time":1631863414415},"5.10.0-alpha.6":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.10.0-alpha.6","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.2.0","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.22.3","typedoc-plugin-markdown":"^3.11.0","typescript":"^4.4.3"},"gitHead":"18f0f0ea2c6260859b9f069565a0369faaf5f96c","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.10.0-alpha.6","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"065ee6ab0bf615b3579425ae45d89b5063059b8a","size":12734,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.10.0-alpha.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.10.0-alpha.6.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.10.0-alpha.6_1631857796589_0.8942885944649808"},"_hasShrinkwrap":false,"publish_time":1631857796751,"_cnpm_publish_time":1631857796751},"5.10.0-alpha.3":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.10.0-alpha.3","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.2.0","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.22.3","typedoc-plugin-markdown":"^3.11.0","typescript":"^4.4.3"},"gitHead":"4f67af890de5ba5a0276735e422da024b1dd8d3c","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.10.0-alpha.3","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"0e7dfeaa354808ab000dbb4c1342da7c84a4861f","size":12733,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.10.0-alpha.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.10.0-alpha.3.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.10.0-alpha.3_1631792540678_0.2157759169458906"},"_hasShrinkwrap":false,"publish_time":1631792540855,"_cnpm_publish_time":1631792540855},"5.10.0-alpha.2":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.10.0-alpha.2","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-dev":"tsc -p tsconfig.dev.json","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.1.1","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.21.9","typedoc-plugin-markdown":"^3.10.4","typescript":"^4.4.3"},"gitHead":"25c2e9fee7a398fae548fde111358f23dc82d2dc","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.10.0-alpha.2","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"246fefc063cc2113eb20c92114295e92590d9521","size":12734,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.10.0-alpha.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.10.0-alpha.2.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.10.0-alpha.2_1631524541155_0.6054705150801523"},"_hasShrinkwrap":false,"publish_time":1631524541326,"_cnpm_publish_time":1631524541326},"5.9.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.9.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage .tsbuildinfo","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.1.1","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.21.9","typedoc-plugin-markdown":"^3.10.4","typescript":"^4.4.3"},"gitHead":"c0d5026dadde1aaaa32c23d417de19c2b237f97e","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.9.1","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"4076a88b52687e44844bbc4d7c5889e4c4636cf5","size":11617,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.9.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.9.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.9.1_1631446563744_0.4806008148909702"},"_hasShrinkwrap":false,"publish_time":1631446563923,"_cnpm_publish_time":1631446563923},"5.9.1-alpha.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.9.1-alpha.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.13.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.1.1","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.21.9","typedoc-plugin-markdown":"^3.10.4","typescript":"^4.4.3"},"gitHead":"e79d890b347f53e49a05d683ec83c23db4c59b00","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.9.1-alpha.1","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"3fe87b6aa99f25bcd45aeb22885f823b7c666548","size":11624,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.9.1-alpha.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.9.1-alpha.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.9.1-alpha.1_1631427549386_0.38547493313730397"},"_hasShrinkwrap":false,"publish_time":1631427549511,"_cnpm_publish_time":1631427549511},"5.9.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.9.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.0.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.1.0","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.21.9","typedoc-plugin-markdown":"^3.10.4","typescript":"^4.4.2"},"gitHead":"749d57c41c7b41691a528d05f2a63170b2abb758","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.9.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"1d74c2cb191f9dc7d899364a3ac366d00df181d8","size":11391,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.9.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.9.0_1630406244841_0.08054796526634478"},"_hasShrinkwrap":false,"publish_time":1630406245000,"_cnpm_publish_time":1630406245000},"5.9.0-alpha.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.9.0-alpha.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","engines":{"node":">=12.0.0"},"devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.1.0","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.21.9","typedoc-plugin-markdown":"^3.10.4","typescript":"^4.4.2"},"gitHead":"6713a74d26c0b2ad3fe57ba1b5eb455694aece93","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.9.0-alpha.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"849eeff6f3c4e181f4f91a8b8c01a7dbf4baa25a","size":11394,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.9.0-alpha.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.9.0-alpha.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.9.0-alpha.0_1630396398008_0.22994269490845531"},"_hasShrinkwrap":false,"publish_time":1630396398222,"_cnpm_publish_time":1630396398222},"5.8.2":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.8.2","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","build-docs":"typedoc --out ../../docs/types/cspell-types src/index.ts","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.6","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typedoc":"^0.21.6","typedoc-plugin-markdown":"^3.10.4","typescript":"^4.3.5"},"gitHead":"8d6c34988b6092b39a194fb9fb61fab1f253c0a1","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.8.2","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"aeaf780ea0fd8d632b4e02f4d2296e3357a109d0","size":11370,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.8.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.8.2.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.8.2_1629914953808_0.09520215407017885"},"_hasShrinkwrap":false,"publish_time":1629914954187,"_cnpm_publish_time":1629914954187},"5.8.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.8.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.6","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typescript":"^4.3.5"},"gitHead":"f0fa682c4f355ac382ca3ee646d84c760bc74d31","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.8.1","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"b655e8fb8e5add0f1493c80ef1ed7a0c7f3965d7","size":11316,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.8.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.8.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.8.1_1629801811562_0.4331216160737388"},"_hasShrinkwrap":false,"publish_time":1629801811781,"_cnpm_publish_time":1629801811781},"5.8.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.8.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.6","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typescript":"^4.3.5"},"gitHead":"32f7eff7e8609beb579c8c65e421ce4632506a15","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.8.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"04f71f8b13af1c054620000356e54601f0c95158","size":11222,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.8.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.8.0_1629570373215_0.5190816628997923"},"_hasShrinkwrap":false,"publish_time":1629570373360,"_cnpm_publish_time":1629570373360},"5.7.2":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.7.2","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema","prepare":"npm run build"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.6","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typescript":"^4.3.5"},"gitHead":"c4e1e8ef02d71ab2418b11380e837db0db63f26a","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.7.2","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"93c2632cf8ce9ae98f55503380709b13da891b9c","size":10015,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.7.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.7.2.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.7.2_1629117429385_0.5084968551430102"},"_hasShrinkwrap":false,"publish_time":1629117429525,"_cnpm_publish_time":1629117429525},"5.7.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.7.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.6","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typescript":"^4.3.5"},"gitHead":"444d994bfc626c9cf80cee821359c39c1f52c45b","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.7.0","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"953ea4bf5d5b35c9040f7c707d23e126251a6f58","size":10011,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.7.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.7.0_1628947500384_0.4882979122631692"},"_hasShrinkwrap":false,"publish_time":1628947500550,"_cnpm_publish_time":1628947500550},"5.6.7":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.6.7","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.6","rimraf":"^3.0.2","ts-json-schema-generator":"^0.95.0","typescript":"^4.3.5"},"gitHead":"4507bb5cf772a227ad4c1eb0ff5fed6d2cbe38cf","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.6.7","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"7b5268e9cc0937a3174396714bdac3b1913744af","size":10011,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.6.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.6.7.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.6.7_1628872888411_0.7381776960013924"},"_hasShrinkwrap":false,"publish_time":1628872888667,"_cnpm_publish_time":1628872888667},"5.6.5":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.6.5","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.4","rimraf":"^3.0.2","ts-json-schema-generator":"^0.93.0","typescript":"^4.3.4"},"gitHead":"399f3c696508b3515919a124208bd0ec47a00d9e","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.6.5","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"445e73616e60ea27314595cedd8979dd8cae1091","size":9813,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.6.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.6.5.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.6.5_1624056560959_0.30324255003029466"},"_hasShrinkwrap":false,"publish_time":1624056561145,"_cnpm_publish_time":1624056561145},"5.6.4":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.6.4","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.4","rimraf":"^3.0.2","ts-json-schema-generator":"^0.93.0","typescript":"^4.3.2"},"gitHead":"1bfcbb4fa1893378f54e6d7f1000ca1e79163170","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.6.4","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"c49c5a0196e4c95d151ce7147679251df757ae19","size":9811,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.6.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.6.4.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.6.4_1623740617073_0.12216997455844592"},"_hasShrinkwrap":false,"publish_time":1623740617183,"_cnpm_publish_time":1623740617183},"5.6.2":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.6.2","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.4","rimraf":"^3.0.2","ts-json-schema-generator":"^0.93.0","typescript":"^4.3.2"},"gitHead":"9b2fcd5a6d80325683cfd479a071eb37b1445cf6","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.6.2","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"8981fdc7a858a5c0ab4c47a425d863a8c11de172","size":9812,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.6.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.6.2.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.6.2_1623336201207_0.11021940017263887"},"_hasShrinkwrap":false,"publish_time":1623336201344,"_cnpm_publish_time":1623336201344},"5.6.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.6.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.4","rimraf":"^3.0.2","ts-json-schema-generator":"^0.93.0","typescript":"^4.3.2"},"gitHead":"97699440baf75caa1fe429abf3b1ddef205d3c80","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.6.1","_nodeVersion":"14.17.0","_npmVersion":"lerna/4.0.0/node@v14.17.0+x64 (darwin)","dist":{"shasum":"946306f2a607b716e46bd18a8dfae7468d20ec38","size":9812,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.6.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.6.1_1623239844301_0.5188941639222118"},"_hasShrinkwrap":false,"publish_time":1623239844444,"_cnpm_publish_time":1623239844444},"5.6.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.6.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.93.0","typescript":"^4.3.2"},"gitHead":"cae6c1b9659c6cb87f50369ed123d26d773b2637","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.6.0","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"shasum":"e7c368545bcfb3313d586dc5c7a4db017016f0e8","size":9812,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.6.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.6.0_1622900183707_0.8698284346384164"},"_hasShrinkwrap":false,"publish_time":1622900183843,"_cnpm_publish_time":1622900183843},"5.5.2":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.5.2","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.93.0","typescript":"^4.3.2"},"gitHead":"292e2a23528cbf5360c1b3e82f312bf6d32c14bc","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.5.2","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"shasum":"46cd362cd07be2f31167823fbfef580b01017053","size":9193,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.5.2.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.5.2_1622370610266_0.9569843987155568"},"_hasShrinkwrap":false,"publish_time":1622370610416,"_cnpm_publish_time":1622370610416},"5.5.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.5.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.1","rimraf":"^3.0.2","ts-json-schema-generator":"^0.93.0","typescript":"^4.3.2"},"gitHead":"882c6f71cb4bef2395c4fdb2c659f12e537444ca","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.5.1","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"shasum":"df9f5bd82792dae848fb08b0b0609e7518fff778","size":9183,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.5.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.5.1_1622268771415_0.2747045713620997"},"_hasShrinkwrap":false,"publish_time":1622268771526,"_cnpm_publish_time":1622268771526},"5.5.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.5.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^27.0.1","rimraf":"^3.0.2","ts-json-schema-generator":"^0.93.0","typescript":"^4.3.2"},"gitHead":"275eaed9743cb3098d771ec02a0125db39eddde1","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.5.0","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"shasum":"84e5955f7dd3193fe6b6793f5feff81adb806ad5","size":9183,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.5.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.5.0_1622263295947_0.1843223620388421"},"_hasShrinkwrap":false,"publish_time":1622263296135,"_cnpm_publish_time":1622263296135},"5.4.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.4.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.92.0","typescript":"^4.2.4"},"gitHead":"e6a011e8f60a63e543bcbbbfa8b1fe621b274559","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.4.1","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"shasum":"75560fc7873ede01d1e9e8913ce64190fb1c8b38","size":9143,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.4.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.4.1_1620733698127_0.4586656444977071"},"_hasShrinkwrap":false,"publish_time":1620733698297,"_cnpm_publish_time":1620733698297},"5.4.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.4.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.91.0","typescript":"^4.2.4"},"gitHead":"a8c5912a00f72a99208e02685af062b9cfb169be","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.4.0","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"shasum":"af555d9a9c08a75cdd2b38bac259a5127a59cb31","size":10450,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.4.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.4.0_1620208335684_0.3834291900764628"},"_hasShrinkwrap":false,"publish_time":1620208335873,"_cnpm_publish_time":1620208335873},"5.3.12":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.12","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.89.1","typescript":"^4.2.3"},"gitHead":"84fd087c94c5858a94b5a083da6a26f647f5f1cc","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.12","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"shasum":"f02a6102901f77c4f1f601cf62be0fd788a50648","size":10439,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.12.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.12_1617691910465_0.742184342790638"},"_hasShrinkwrap":false,"publish_time":1617691910592,"_cnpm_publish_time":1617691910592},"5.3.11":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.11","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.89.1","typescript":"^4.2.3"},"gitHead":"7609af7458bc320c0284c8a1b95258a89dc5aa69","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.11","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"shasum":"4c7676502a9f472adce76536f13d9e7b8f283617","size":10416,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.11.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.11_1617459113316_0.7445566232129941"},"_hasShrinkwrap":false,"publish_time":1617459113438,"_cnpm_publish_time":1617459113438},"5.3.10":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.10","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^5.0.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.89.1","typescript":"^4.2.3"},"gitHead":"316b4909a08b8dce962b60835e10b2074e6fbd75","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.10","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"shasum":"5ce69bbf85b71de63ee2451cf1de0a729296b067","size":10406,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.10.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.10_1617369544225_0.20593274709569598"},"_hasShrinkwrap":false,"publish_time":1617369544411,"_cnpm_publish_time":1617369544411},"5.3.8":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.8","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.2.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.89.0","typescript":"^4.2.3"},"gitHead":"f030240e2a5941f0acec16995f42a488a0c839fb","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.8","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"shasum":"75573a145c71f54f09a3f12eab5527b7c0ae0388","size":10388,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.8.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.8_1615988004307_0.15777650921723385"},"_hasShrinkwrap":false,"publish_time":1615988004487,"_cnpm_publish_time":1615988004487},"5.3.7":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.7","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.1.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.88.0","typescript":"^4.2.3"},"gitHead":"48a67ced0d0a43a8f905ebe3e7f8e71bd43a8f12","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.7","_nodeVersion":"14.16.0","_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (darwin)","dist":{"shasum":"778042121e2b342693c22937e23072c0382c7351","size":10265,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.7.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.7_1614970944132_0.7706979259963134"},"_hasShrinkwrap":false,"publish_time":1614970944270,"_cnpm_publish_time":1614970944270},"5.3.7-alpha.3":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.7-alpha.3","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.1.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.88.0","typescript":"^4.2.2"},"gitHead":"5b969be3b5ce9377661300649c6c1e12d88e621b","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.7-alpha.3","_nodeVersion":"14.15.4","_npmVersion":"lerna/4.0.0/node@v14.15.4+x64 (darwin)","dist":{"shasum":"71b30246af5da01b052625b3be87a9c83d13490c","size":10257,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.7-alpha.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.7-alpha.3.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.7-alpha.3_1614961110234_0.06174468533780231"},"_hasShrinkwrap":false,"publish_time":1614961110380,"_cnpm_publish_time":1614961110380},"5.3.5":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.5","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.1.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.88.0","typescript":"^4.2.2"},"gitHead":"43b0c6d5b0e32f9e785f2b15bd6823c0bb140ea4","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.5","_nodeVersion":"14.15.4","_npmVersion":"lerna/4.0.0/node@v14.15.4+x64 (darwin)","dist":{"shasum":"aa4895c76118ca06a0636d7abca1b6615e5ff8c9","size":10428,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.5.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.5_1614918129329_0.39532008543248165"},"_hasShrinkwrap":false,"publish_time":1614918129573,"_cnpm_publish_time":1614918129573},"5.3.4":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.4","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.1.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.88.0","typescript":"^4.2.2"},"gitHead":"edd90ad5db06ad2db6749b2f0bf36e29ec76cb6b","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.4","_nodeVersion":"14.15.4","_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (darwin)","dist":{"shasum":"20aafa6debdd58fa825ebf4159016f3f57106be2","size":10135,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.4.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.4_1614602660452_0.38708361874701036"},"_hasShrinkwrap":false,"publish_time":1614602660582,"_cnpm_publish_time":1614602660582},"5.3.3":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.3","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.1.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.86.1","typescript":"^4.2.2"},"gitHead":"6351175373247f13272f716c9093af85da1368e2","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.3","_nodeVersion":"12.21.0","_npmVersion":"lerna/3.22.1/node@v12.21.0+x64 (darwin)","dist":{"shasum":"4478242903dcc3e5a2b05719891174a510ae2251","size":10113,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.3.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.3_1614373903157_0.4805643926017802"},"_hasShrinkwrap":false,"publish_time":1614373903292,"_cnpm_publish_time":1614373903292},"5.3.2":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.2","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.1.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.86.1","typescript":"^4.2.2"},"gitHead":"5914484c6faf7cdd64d7b75e8c2bd1a3d004ffc6","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.2","_nodeVersion":"12.21.0","_npmVersion":"lerna/3.22.1/node@v12.21.0+x64 (darwin)","dist":{"shasum":"1716ea7ab450140164618fbd354833785444e865","size":10106,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.2.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.2_1614366136186_0.08291434356019955"},"_hasShrinkwrap":false,"publish_time":1614366136366,"_cnpm_publish_time":1614366136366},"5.3.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.1.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.86.1","typescript":"^4.2.2"},"gitHead":"da5c1ab966561abd8862036d30211b9f57151ac2","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.1","_nodeVersion":"14.15.4","_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (darwin)","dist":{"shasum":"03ea479be6b0e9f9608d42980d2418b6b87c0c63","size":10091,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.1_1614264944805_0.2961116025330601"},"_hasShrinkwrap":false,"publish_time":1614264944903,"_cnpm_publish_time":1614264944903},"5.3.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.1.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.86.1","typescript":"^4.2.2"},"gitHead":"4fb90026bb8f9b2aca5f0d659e6702395c0ea990","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.0","_nodeVersion":"14.15.4","_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (darwin)","dist":{"shasum":"81b36a06ca35f4007fbf759b90bc5f95636eecae","size":10076,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.0_1614255178463_0.11524389997871642"},"_hasShrinkwrap":false,"publish_time":1614255178608,"_cnpm_publish_time":1614255178608},"5.3.0-alpha.4":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.0-alpha.4","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.1.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.86.1","typescript":"^4.2.2"},"gitHead":"5d3eb97efae5ebf7a7d8beedc3c0dbe912d0f405","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.0-alpha.4","_nodeVersion":"14.15.4","_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (darwin)","dist":{"shasum":"0b099db0939aea8582822133afd2b4828ebcf047","size":10069,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.0-alpha.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.0-alpha.4.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.0-alpha.4_1614245188668_0.3772666314152522"},"_hasShrinkwrap":false,"publish_time":1614245188837,"_cnpm_publish_time":1614245188837},"5.3.0-alpha.3":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.0-alpha.3","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json","./ajv.config":"./ajv.config.js","./ajv.config.js":"./ajv.config.js"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.1.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.86.1","typescript":"^4.1.5"},"gitHead":"4ab3c426b21963fd03e4f558fc8b378c415a6650","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.0-alpha.3","_nodeVersion":"14.15.4","_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (darwin)","dist":{"shasum":"99bf66986d04e711fe777ddff91510b9fb0584d1","size":9952,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.0-alpha.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.0-alpha.3.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.0-alpha.3_1614102425859_0.29037285698299065"},"_hasShrinkwrap":false,"publish_time":1614102426000,"_cnpm_publish_time":1614102426000},"5.3.0-alpha.2":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.0-alpha.2","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test-schema":"ajv -s ./cspell.schema.json -d \"cspell.test.{json,yaml}\" -c ./ajv.config.js","test":"jest && npm run test-schema"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"ajv-cli":"^4.1.0","jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.86.1","typescript":"^4.1.5"},"gitHead":"31d54344356d2e6736c889b1d44bb35ddd9a107c","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.0-alpha.2","_nodeVersion":"14.15.4","_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (darwin)","dist":{"shasum":"33fc57c34e59bb4805a516e40cdd14be580421cf","size":9229,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.0-alpha.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.0-alpha.2.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.0-alpha.2_1613985795414_0.9318044206533826"},"_hasShrinkwrap":false,"publish_time":1613985795554,"_cnpm_publish_time":1613985795554},"5.3.0-alpha.1":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.0-alpha.1","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test":"jest"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.84.0","typescript":"^4.1.5"},"gitHead":"dc623a57aa12c8df318aaa5ac9f8e7d70a14199d","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.0-alpha.1","_nodeVersion":"14.15.4","_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (darwin)","dist":{"shasum":"e656d527d58fb20b97b67c99238fac34c33e3430","size":5579,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.0-alpha.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.0-alpha.1.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.0-alpha.1_1613767714083_0.9571355931999208"},"_hasShrinkwrap":false,"publish_time":1613767714212,"_cnpm_publish_time":1613767714212},"5.3.0-alpha.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.3.0-alpha.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test":"jest"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.84.0","typescript":"^4.1.5"},"gitHead":"30d2b0311d86f4eef060245c885207a6c715c3d9","readmeFilename":"README.md","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.3.0-alpha.0","_nodeVersion":"14.15.4","_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (darwin)","dist":{"shasum":"56d895bb5b1dfd3e476b1fb7fdd2a6a345655335","size":5469,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.3.0-alpha.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.3.0-alpha.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.3.0-alpha.0_1613675880540_0.3830309373016243"},"_hasShrinkwrap":false,"publish_time":1613675880720,"_cnpm_publish_time":1613675880720},"5.2.4":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.2.4","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecationMessage -o  ./cspell.schema.json && cp ./cspell.schema.json ../..","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test":"jest"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.83.2","typescript":"^4.1.3"},"gitHead":"a8bb9a921b459929a340ac26d025dc01a9fdb008","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.2.4","_nodeVersion":"14.15.4","_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (darwin)","dist":{"shasum":"361fdc6c008b82a5c0dfd6c1fd2bee2cb7255b4b","size":4661,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.2.4.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.2.4_1611863911001_0.1914898082484049"},"_hasShrinkwrap":false,"publish_time":1611863911118,"_cnpm_publish_time":1611863911118},"5.0.0":{"name":"@cspell/cspell-types","publishConfig":{"access":"public"},"version":"5.0.0","description":"Types for cspell and cspell-lib","main":"dist/index.js","typings":"dist/index.d.ts","exports":{".":"./dist/index.js","./cspell.schema.json":"./cspell.schema.json"},"scripts":{"clean":"rimraf dist coverage","build":"npm run compile && npm run build-schema","build-schema":"ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription  --validation-keywords scope --validation-keywords deprecationMessage -o  ./cspell.schema.json","clean-build":"npm run clean && npm run build","compile":"tsc -p .","test":"jest"},"repository":{"type":"git","url":"git+https://github.com/streetsidesoftware/cspell.git"},"keywords":["cspell","types"],"author":{"name":"Jason Dent"},"license":"MIT","devDependencies":{"jest":"^26.6.3","rimraf":"^3.0.2","ts-json-schema-generator":"^0.83.2","typescript":"^4.1.3"},"bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"homepage":"https://github.com/streetsidesoftware/cspell#readme","_id":"@cspell/cspell-types@5.0.0","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"a95d18e11645f571e24212b6b567ab3bef297cfc","size":6083,"noattachment":false,"key":"/@cspell/cspell-types/-/@cspell/cspell-types-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@cspell/cspell-types/download/@cspell/cspell-types-5.0.0.tgz"},"_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"directories":{},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-types_5.0.0_1611860528963_0.40325561311616953"},"_hasShrinkwrap":false,"publish_time":1611860529088,"_cnpm_publish_time":1611860529088}},"readme":"# Cspell Types\n\nContains cspell types and json-schema.\n\nThis package contains no dependencies to avoid any security issues.\n\n## Support Future Development\n\n- Become a [<img src=\"https://github.githubassets.com/images/modules/site/icons/funding_platforms/patreon.svg\" width=\"16\" height=\"16\" alt=\"Patreon\">Patreon!](https://patreon.com/streetsidesoftware)\n\n## cspell for enterprise\n\nAvailable as part of the Tidelift Subscription.\n\nThe maintainers of cspell and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-cspell?utm_source=npm-cspell&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)\n\n## Installation\n\n```\nnpm i -SD @cspell/cspell-types\n```\n\n## Usage\n\nCan be use to make writing `cspell.config.js` files easier.\n\n```js\n'use strict';\n\n/** @type { import(\"@cspell/cspell-types\").CSpellUserSettings } */\nconst cspell = {\n  description: 'cspell.config.js file in samples/js-config',\n  languageSettings: [\n    {\n      languageId: 'cpp',\n      allowCompoundWords: false,\n      patterns: [\n        {\n          name: 'pound-includes',\n          pattern: /^\\s*#include.*/g,\n        },\n      ],\n      ignoreRegExpList: ['pound-includes'],\n    },\n  ],\n  dictionaryDefinitions: [\n    {\n      name: 'custom-words',\n      path: './custom-words.txt',\n    },\n  ],\n  dictionaries: ['custom-words'],\n};\n\nmodule.exports = cspell;\n```\n\n## API\n\n`CSpellSettings` alias `CSpellUserSettings` is the formal definition of the configuration that controls the spell checker.\n","_attachments":{},"homepage":"https://github.com/streetsidesoftware/cspell#readme","bugs":{"url":"https://github.com/streetsidesoftware/cspell/issues"},"license":"MIT"}