{"name":"cspell","version":"1.3.3","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/chalk":"^0.4.31","@types/commander":"^2.3.31","@types/comment-json":"^1.1.0","@types/fs-promise":"^1.0.1","@types/glob":"^5.0.30","@types/lorem-ipsum":"^1.0.0","@types/minimatch":"^2.0.29","@types/mocha":"^2.2.39","@types/node":"^7.0.5","@types/xregexp":"^3.0.28","chai":"^3.5.0","coveralls":"^2.11.16","cspell-tools":"^1.2.1","lorem-ipsum":"^1.0.3","mocha":"^3.2.0","nyc":"^10.1.2","rimraf":"^2.5.4","ts-node":"^2.1.0","tslint":"^4.3.1","typescript":"^2.1.6"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","comment-json":"^1.1.3","cspell-lib":"^1.0.1","fs-promise":"^1.0.0","gensequence":"^1.0.0","glob":"^7.1.1","minimatch":"^3.0.3","rxjs":"^5.1.1","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":"6f4db403c7a60cfe58637f12a25a949d9bd47b95","_id":"cspell@1.3.3","_shasum":"8bc69788d0ba0b535e8c4711f6d203f076cdee91","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.5.0","_npmUser":{"name":"jason-dent","email":"jason@streetsidesoftware.nl"},"dist":{"shasum":"8bc69788d0ba0b535e8c4711f6d203f076cdee91","size":986015,"noattachment":false,"key":"/cspell/-/cspell-1.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/cspell/download/cspell-1.3.3.tgz"},"maintainers":[{"name":"jason-dent","email":"jason@streetsidesoftware.nl"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/cspell-1.3.3.tgz_1487333245984_0.03364160796627402"},"directories":{},"publish_time":1487333247241,"_cnpm_publish_time":1487333247241,"_hasShrinkwrap":false,"dist-tags":{"cspell4":"4.2.8","latest":"5.17.0","next":"5.17.0-alpha.0"}}