{"name":"cspell","version":"1.2.0","description":"A Spelling Checker for Code!","main":"dist/index.js","typings":"dist/index.d.ts","bin":{"cspell":"./dist/app.js"},"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":"cspell-tools compile ./dictionaries/*.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","test":"mocha --recursive \"dist/**/*.test.js\""},"repository":{"type":"git","url":"git+https://github.com/Jason3S/cspell.git"},"keywords":["spell","checker","code","camel","case","spelling"],"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.4.34","@types/commander":"^2.3.31","@types/comment-json":"^1.1.0","@types/glob":"^5.0.30","@types/lorem-ipsum":"^1.0.0","@types/minimatch":"^2.0.29","@types/mocha":"^2.2.38","@types/node":"^7.0.1","@types/xregexp":"^3.0.28","chai":"^3.5.0","coveralls":"^2.11.15","lorem-ipsum":"^1.0.3","mocha":"^3.2.0","nyc":"^10.1.2","rimraf":"^2.5.4","ts-node":"^2.0.0","tslint":"^4.3.1","typescript":"^2.1.5"},"dependencies":{"commander":"^2.9.0","comment-json":"^1.1.3","cspell-tools":"^1.0.3","gensequence":"^0.2.4","glob":"^7.1.1","minimatch":"^3.0.3","rxjs":"^5.0.3","rxjs-from-iterable":"^1.0.5","vscode-uri":"^1.0.0","xregexp":"^3.1.1"},"engines":{"node":">=6.0.0"},"nyc":{"include":["src/**/*.ts"],"exclude":[],"extension":[".ts"],"require":["ts-node/register"],"reporter":["json","html"]},"gitHead":"f0ef645f702cdf4a0868045294c0aeb67442599a","_id":"cspell@1.2.0","_shasum":"732dd65ead34e9e99b44b619b31e9c10a9e0c2b9","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"dist":{"shasum":"732dd65ead34e9e99b44b619b31e9c10a9e0c2b9","size":994606,"noattachment":false,"key":"/cspell/-/cspell-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/cspell/download/cspell-1.2.0.tgz"},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/cspell-1.2.0.tgz_1485944318494_0.7126251589506865"},"directories":{},"publish_time":1485944319081,"_cnpm_publish_time":1485944319081,"_hasShrinkwrap":false,"dist-tags":{"cspell4":"4.2.8","latest":"5.17.0","next":"5.17.0-alpha.0"}}