{"name":"cspell","version":"1.10.2","description":"A Spelling Checker for Code!","main":"dist/index.js","typings":"dist/index.d.ts","bin":{"cspell":"./dist/app.js"},"files":["dist/**","src/**","config/**"],"scripts":{"clean":"rimraf ./dist","lint":"tslint --force --format verbose \"src/**/*.ts\"","lint-travis":"tslint \"src/**/*.ts\"","build":"npm run compile","clean-build":"npm run clean && npm run build && npm run build-dictionaries","build-dictionaries":"npm run build_dictionaries-word-lists && npm run build_dictionaries-word-trie","build_dictionaries-word-lists":"node node_modules/cspell-tools/dist/app.js compile \"./dictionaries/!(words)*.txt\" -o ./dist/dictionaries/","build_dictionaries-word-trie":"node node_modules/cspell-tools/dist/app.js compile-trie \"./dictionaries/words*.txt\" -o ./dist/dictionaries/","compile":"tsc -p .","watch":"tsc --watch -p .","tsc":"tsc -p .","tscv":"tsc -v","coverage":"npm run generate-code-coverage","generate-code-coverage":"NODE_ENV=test nyc npm run test-ts","test-ts":"NODE_ENV=test mocha --compilers ts:ts-node/register --recursive --bail \"src/**/*.test.ts\"","test-watch":"npm run build && mocha --compilers ts:ts-node/register --watch --recursive \"src/**/*.test.ts\"","prepublish":"npm run clean-build && npm test","coverage-coveralls":"nyc report --reporter=text-lcov | coveralls","travis-coverage":"npm run generate-code-coverage && npm run coverage-coveralls","which":"which node && echo $PATH","test":"mocha --recursive \"dist/**/*.test.js\""},"repository":{"type":"git","url":"git+https://github.com/Jason3S/cspell.git"},"keywords":["spell","checker","code","camel","case","spelling","spell checker","spelling checker","lint"],"author":{"name":"Jason Dent"},"license":"MIT","bugs":{"url":"https://github.com/Jason3S/cspell/issues"},"homepage":"https://github.com/Jason3S/cspell#readme","devDependencies":{"@types/chai":"^3.5.2","@types/chalk":"^0.4.31","@types/commander":"^2.9.2","@types/comment-json":"^1.1.0","@types/configstore":"^2.1.1","@types/fs-extra":"^3.0.3","@types/glob":"^5.0.32","@types/lorem-ipsum":"^1.0.2","@types/minimatch":"^2.0.29","@types/mocha":"^2.2.43","@types/node":"^7.0.43","@types/xregexp":"^3.0.29","chai":"^4.1.2","coveralls":"^2.13.3","cspell-tools":"^1.4.2","lorem-ipsum":"^1.0.4","mocha":"^3.5.3","nyc":"^10.3.2","rimraf":"^2.6.2","ts-node":"^3.3.0","tslint":"^5.7.0","typescript":"^2.5.3"},"dependencies":{"chalk":"^1.1.3","commander":"^2.11.0","comment-json":"^1.1.3","configstore":"git+https://github.com/Jason3S/configstore.git","cspell-dict-django":"^1.0.2","cspell-dict-en-gb":"^1.0.4","cspell-dict-en_us":"^1.1.4","cspell-dict-golang":"^1.1.2","cspell-dict-python":"^1.0.2","cspell-lib":"^1.0.2","cspell-trie":"^1.6.7","fs-extra":"^3.0.0","gensequence":"^2.1.1","glob":"^7.1.2","minimatch":"^3.0.4","rxjs":"^5.4.3","rxjs-from-iterable":"^1.0.5","vscode-uri":"^1.0.1","xregexp":"^3.2.0"},"engines":{"node":">=6.0.0"},"nyc":{"include":["src/**/*.ts"],"exclude":["src/**/*.test.ts"],"extension":[".ts"],"require":["ts-node/register"],"reporter":["json","html"]},"gitHead":"0e8807d5d7568fd3d9c7678db53aed665cc18685","_id":"cspell@1.10.2","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"dist":{"shasum":"890277ebd86386720bf8c514a2ecab43fd6be107","size":262179,"noattachment":false,"key":"/cspell/-/cspell-1.10.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/cspell/download/cspell-1.10.2.tgz"},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cspell-1.10.2.tgz_1506887326001_0.9990697090979666"},"directories":{},"publish_time":1506887327485,"_cnpm_publish_time":1506887327485,"_hasShrinkwrap":false,"dist-tags":{"cspell4":"4.2.8","latest":"5.17.0","next":"5.17.0-alpha.0"}}