{"_id":"eslinter","_rev":"95595","name":"eslinter","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","dist-tags":{"latest":"3.2.1"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"time":{"modified":"2021-06-03T10:31:53.000Z","created":"2015-03-22T05:30:35.788Z","3.2.1":"2015-10-07T01:46:45.489Z","3.2.0":"2015-10-01T16:10:38.333Z","3.1.0":"2015-09-26T06:39:53.911Z","3.0.2":"2015-09-24T20:14:47.258Z","3.0.1":"2015-09-22T00:15:31.008Z","3.0.0":"2015-09-21T15:21:48.899Z","2.3.3":"2015-08-17T04:27:23.328Z","2.3.2":"2015-08-12T00:41:06.198Z","2.3.1":"2015-08-11T21:44:01.432Z","2.3.0":"2015-08-10T01:25:48.735Z","2.2.0":"2015-08-06T02:47:55.643Z","2.1.0":"2015-07-28T20:52:11.971Z","2.0.6":"2015-07-22T02:42:45.805Z","2.0.5":"2015-07-13T04:28:25.411Z","2.0.4":"2015-07-13T03:36:18.263Z","2.0.3":"2015-07-13T02:44:40.923Z","2.0.1":"2015-06-16T09:12:05.852Z","1.0.3":"2015-06-07T08:21:31.000Z","1.0.2":"2015-05-17T18:15:03.694Z","1.0.1":"2015-05-16T17:29:14.248Z","1.0.0":"2015-03-22T05:30:35.788Z"},"users":{"moacirosa":true},"author":{"name":"Roy Riojas","url":"http://royriojas.com"},"repository":{"type":"git","url":"git+https://github.com/royriojas/eslinter.git"},"versions":{"3.2.1":{"name":"eslinter","version":"3.2.1","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/eslinter.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"precommit":["npm run check"],"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","esbeautifier":"^6.0.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"babel-eslint":"^4.1.3","clix":"^2.0.12","dispatchy":"^1.0.3","eslint":"^1.6.0","eslint-friendly-formatter":"^1.2.2","eslint-plugin-react":"^3.4.2","extend":"^3.0.0","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"06a9794e9dcbe31248183595a55bb2c0ac0c4df9","_id":"eslinter@3.2.1","_shasum":"f36832b0295f389943b31306f59a715440afe68e","_from":".","_npmVersion":"2.14.5","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"f36832b0295f389943b31306f59a715440afe68e","size":8015,"noattachment":false,"key":"/eslinter/-/eslinter-3.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-3.2.1.tgz"},"directories":{},"publish_time":1444182405489,"_cnpm_publish_time":1444182405489,"_hasShrinkwrap":false},"3.2.0":{"name":"eslinter","version":"3.2.0","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/eslinter.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"precommit":["npm run check"],"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","esbeautifier":"^6.0.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"babel-eslint":"^4.1.3","clix":"^2.0.12","dispatchy":"^1.0.3","eslint":"^1.5.1","eslint-friendly-formatter":"^1.2.2","eslint-plugin-react":"^3.4.2","extend":"^3.0.0","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"9c1c5cc5c6d0b0fd0d67255a5223022cbc195c76","_id":"eslinter@3.2.0","_shasum":"4d7034f6d73de473a5d56c84af299269ef5f0149","_from":".","_npmVersion":"2.14.5","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"4d7034f6d73de473a5d56c84af299269ef5f0149","size":7977,"noattachment":false,"key":"/eslinter/-/eslinter-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-3.2.0.tgz"},"directories":{},"publish_time":1443715838333,"_cnpm_publish_time":1443715838333,"_hasShrinkwrap":false},"3.1.0":{"name":"eslinter","version":"3.1.0","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/eslinter.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"precommit":["npm run check"],"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","esbeautifier":"^6.0.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^2.0.12","dispatchy":"^1.0.3","eslint":"^1.5.1","eslint-friendly-formatter":"^1.2.2","eslint-plugin-react":"^3.4.2","extend":"^3.0.0","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"61a08da95641ea61beb22f37eb87543a4a56a10f","_id":"eslinter@3.1.0","_shasum":"84df992ae268170b3061c2b1305bd7ba8b45dbbf","_from":".","_npmVersion":"2.14.5","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"84df992ae268170b3061c2b1305bd7ba8b45dbbf","size":7894,"noattachment":false,"key":"/eslinter/-/eslinter-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-3.1.0.tgz"},"directories":{},"publish_time":1443249593911,"_cnpm_publish_time":1443249593911,"_hasShrinkwrap":false},"3.0.2":{"name":"eslinter","version":"3.0.2","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/eslinter.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"precommit":["npm run check"],"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","esbeautifier":"^6.0.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^2.0.12","dispatchy":"^1.0.3","eslint":"^1.5.1","eslint-friendly-formatter":"^1.2.2","eslint-plugin-react":"^2.7.1","extend":"^3.0.0","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"5e0431e73a06da77e5d81a5c69c7411135b0985c","_id":"eslinter@3.0.2","_shasum":"93977c436c18035e289817e10c5ac15137c2fa3b","_from":".","_npmVersion":"2.14.5","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"93977c436c18035e289817e10c5ac15137c2fa3b","size":7860,"noattachment":false,"key":"/eslinter/-/eslinter-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-3.0.2.tgz"},"directories":{},"publish_time":1443125687258,"_cnpm_publish_time":1443125687258,"_hasShrinkwrap":false},"3.0.1":{"name":"eslinter","version":"3.0.1","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/eslinter.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"precommit":["npm run check"],"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","esbeautifier":"^4.2.5","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^2.0.12","dispatchy":"^1.0.3","eslint":"^1.5.0","eslint-friendly-formatter":"^1.2.2","eslint-plugin-react":"^2.7.1","extend":"^3.0.0","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"c9493ffc1119561a0a536b5d01f05e833715a1c8","_id":"eslinter@3.0.1","_shasum":"b9708e42e069b84e4e4ddae5fbee39a08864dcae","_from":".","_npmVersion":"3.3.3","_nodeVersion":"4.1.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"b9708e42e069b84e4e4ddae5fbee39a08864dcae","size":7735,"noattachment":false,"key":"/eslinter/-/eslinter-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-3.0.1.tgz"},"directories":{},"publish_time":1442880931008,"_cnpm_publish_time":1442880931008,"_hasShrinkwrap":false},"3.0.0":{"name":"eslinter","version":"3.0.0","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/eslinter.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"precommit":["npm run check"],"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","esbeautifier":"^4.2.5","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^2.0.12","dispatchy":"^1.0.3","eslint":"^1.5.0","eslint-friendly-formatter":"^1.2.2","eslint-plugin-react":"^2.7.1","extend":"^3.0.0","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"e8e8fc2f48a952fb3f24269da601f41ab976484e","_id":"eslinter@3.0.0","_shasum":"196c51b2882be9ed876d2066a0de4b51c6f44f93","_from":".","_npmVersion":"3.3.3","_nodeVersion":"4.1.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"196c51b2882be9ed876d2066a0de4b51c6f44f93","size":7344,"noattachment":false,"key":"/eslinter/-/eslinter-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-3.0.0.tgz"},"directories":{},"publish_time":1442848908899,"_cnpm_publish_time":1442848908899,"_hasShrinkwrap":false},"2.3.3":{"name":"eslinter","version":"2.3.3","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"precommit":["npm run check"],"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","esbeautifier":"^4.2.5","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^2.0.12","dispatchy":"^1.0.3","eslint":"^0.23.0","eslint-friendly-formatter":"^1.1.0","eslint-plugin-react":"^2.7.1","extend":"^3.0.0","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"eea6c12522f514c674e64448920a360ff48c9878","_id":"eslinter@2.3.3","_shasum":"0d72b05ce8587c01a981e0eaf83f6b8eb13fe4d8","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"0d72b05ce8587c01a981e0eaf83f6b8eb13fe4d8","size":13428,"noattachment":false,"key":"/eslinter/-/eslinter-2.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-2.3.3.tgz"},"directories":{},"publish_time":1439785643328,"_cnpm_publish_time":1439785643328,"_hasShrinkwrap":false},"2.3.2":{"name":"eslinter","version":"2.3.2","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"precommit":["npm run check"],"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","esbeautifier":"^4.2.5","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^2.0.3","dispatchy":"^1.0.3","eslint":"^0.23.0","eslint-friendly-formatter":"^1.1.0","eslint-plugin-react":"^2.7.1","extend":"^3.0.0","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"a744df7fea1afe483512d38e979841b253a013b8","_id":"eslinter@2.3.2","_shasum":"56910c15aa6ad3eb218653e7d74d02da1e176163","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"56910c15aa6ad3eb218653e7d74d02da1e176163","size":13396,"noattachment":false,"key":"/eslinter/-/eslinter-2.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-2.3.2.tgz"},"directories":{},"publish_time":1439340066198,"_cnpm_publish_time":1439340066198,"_hasShrinkwrap":false},"2.3.1":{"name":"eslinter","version":"2.3.1","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"precommit":["npm run check"],"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","esbeautifier":"^4.2.5","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^2.0.2","dispatchy":"^1.0.3","eslint":"^0.23.0","eslint-friendly-formatter":"^1.1.0","eslint-plugin-react":"^2.7.1","extend":"^3.0.0","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"00064d0b0d1a2814e4426e26bc63b879f198545a","_id":"eslinter@2.3.1","_shasum":"9edf1241992e611ef0f0ada04be030fa24c70342","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"9edf1241992e611ef0f0ada04be030fa24c70342","size":13376,"noattachment":false,"key":"/eslinter/-/eslinter-2.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-2.3.1.tgz"},"directories":{},"publish_time":1439329441432,"_cnpm_publish_time":1439329441432,"_hasShrinkwrap":false},"2.3.0":{"name":"eslinter","version":"2.3.0","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"precommit":["npm run check"],"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","esbeautifier":"^4.2.5","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.6","dispatchy":"^1.0.3","eslint":"^0.23.0","eslint-friendly-formatter":"^1.1.0","eslint-plugin-react":"^2.7.1","extend":"^3.0.0","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"83554e328be75da9ca522d65d75eec58009f44d1","_id":"eslinter@2.3.0","_shasum":"48404716424f2898efbc3235cd4bf7f13260d5e2","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"48404716424f2898efbc3235cd4bf7f13260d5e2","size":13332,"noattachment":false,"key":"/eslinter/-/eslinter-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-2.3.0.tgz"},"directories":{},"publish_time":1439169948735,"_cnpm_publish_time":1439169948735,"_hasShrinkwrap":false},"2.2.0":{"name":"eslinter","version":"2.2.0","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"precommit":["npm run check"],"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","esbeautifier":"^4.2.0","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","eslint":"^0.23.0","eslint-friendly-formatter":"^1.1.0","eslint-plugin-react":"^2.7.1","extend":"^3.0.0","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"daf747d7c290314218707dee7fa96215a83fd616","_id":"eslinter@2.2.0","_shasum":"ea8d6eaee7a008f756fb079987497b0d00eaf15c","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"ea8d6eaee7a008f756fb079987497b0d00eaf15c","size":13281,"noattachment":false,"key":"/eslinter/-/eslinter-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-2.2.0.tgz"},"directories":{},"publish_time":1438829275643,"_cnpm_publish_time":1438829275643,"_hasShrinkwrap":false},"2.1.0":{"name":"eslinter","version":"2.1.0","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.15","esbeautifier":"^4.0.0","istanbul":"^0.3.17","mocha-runner":"^1.0.8","prepush":"^3.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","eslint":"^0.23.0","eslint-friendly-formatter":"^1.1.0","eslint-plugin-react":"^2.7.1","extend":"^3.0.0","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"77e32030358727436351b3b259b8037bd4780ebe","_id":"eslinter@2.1.0","_shasum":"bbc8d5b6a7444a430cee0d8ef06fc7d564eb066c","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"bbc8d5b6a7444a430cee0d8ef06fc7d564eb066c","size":12890,"noattachment":false,"key":"/eslinter/-/eslinter-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-2.1.0.tgz"},"directories":{},"publish_time":1438116731971,"_cnpm_publish_time":1438116731971,"_hasShrinkwrap":false},"2.0.6":{"name":"eslinter","version":"2.0.6","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --versionType=patch && npm run changelog && git add changelog.md && git commit -m 'DOC: Generate changelog'"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.1.1","changelogx":"^1.0.14","esbeautifier":"^3.1.3","istanbul":"^0.3.17","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","eslint":"^0.23.0","eslint-friendly-formatter":"^1.0.8","eslint-plugin-react":"^2.7.0","extend":"^3.0.0","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"2e43a7e38ca116dc2b0a92748b6f30a5f2790ecd","_id":"eslinter@2.0.6","_shasum":"4ed9edb14adb5dd80c6f364333663de55cef1b10","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"4ed9edb14adb5dd80c6f364333663de55cef1b10","size":12659,"noattachment":false,"key":"/eslinter/-/eslinter-2.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-2.0.6.tgz"},"directories":{},"publish_time":1437532965805,"_cnpm_publish_time":1437532965805,"_hasShrinkwrap":false},"2.0.5":{"name":"eslinter","version":"2.0.5","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --versionType=patch && npm run changelog && git add changelog.md && git commit -m 'DOC: Generate changelog'"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.1.1","changelogx":"^1.0.14","esbeautifier":"^3.1.3","istanbul":"^0.3.17","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","eslint":"^0.23.0","eslint-friendly-formatter":"^1.0.8","eslint-plugin-react":"^2.7.0","extend":"^3.0.0","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"0afe0ec3702a6fc4c9d9ad6fbe44437468098f4c","_id":"eslinter@2.0.5","_shasum":"e2ee3e22915f0b7cc15c5dd6c467abef098e52a4","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"e2ee3e22915f0b7cc15c5dd6c467abef098e52a4","size":12587,"noattachment":false,"key":"/eslinter/-/eslinter-2.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-2.0.5.tgz"},"directories":{},"publish_time":1436761705411,"_cnpm_publish_time":1436761705411,"_hasShrinkwrap":false},"2.0.4":{"name":"eslinter","version":"2.0.4","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --versionType=patch && npm run changelog && git add changelog.md && git commit -m 'DOC: Generate changelog'"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.1.1","changelogx":"^1.0.14","esbeautifier":"^3.1.3","istanbul":"^0.3.17","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","eslint":"^0.23.0","eslint-friendly-formatter":"^1.0.8","eslint-plugin-react":"^2.7.0","extend":"^3.0.0","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"efe79c5d1f90b1937f0a5d2e029383de110ec762","_id":"eslinter@2.0.4","_shasum":"e4adb7dcf23e8cf99b57deedbf70fea2dc1d09a3","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"e4adb7dcf23e8cf99b57deedbf70fea2dc1d09a3","size":12248,"noattachment":false,"key":"/eslinter/-/eslinter-2.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-2.0.4.tgz"},"directories":{},"publish_time":1436758578263,"_cnpm_publish_time":1436758578263,"_hasShrinkwrap":false},"2.0.3":{"name":"eslinter","version":"2.0.3","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog'","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --versionType=patch && npm run changelog && git add changelog.md && git commit -m 'DOC: Generate changelog'"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.1.1","changelogx":"^1.0.14","esbeautifier":"^3.1.3","istanbul":"^0.3.17","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","eslint":"^0.23.0","eslint-friendly-formatter":"^1.0.8","eslint-plugin-react":"^2.7.0","extend":"^3.0.0","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"43742677fb0d391a8d35006d4df7b01e9daf762b","_id":"eslinter@2.0.3","_shasum":"8512a68d3b77fce205a49d1f80f5e6c9eb3bc8c2","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"8512a68d3b77fce205a49d1f80f5e6c9eb3bc8c2","size":12178,"noattachment":false,"key":"/eslinter/-/eslinter-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-2.0.3.tgz"},"directories":{},"publish_time":1436755480923,"_cnpm_publish_time":1436755480923,"_hasShrinkwrap":false},"2.0.1":{"name":"eslinter","version":"2.0.1","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --versionType=patch && npm run changelog && git add changelog.md && git commit -m 'DOC: Generate changelog'"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.0.7","changelogx":"^1.0.13","esbeautifier":"^2.0.5","istanbul":"^0.3.15","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.5.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.0.5","dispatchy":"^1.0.2","eslint":"^0.23.0","eslint-friendly-formatter":"^1.0.8","eslint-plugin-react":"^2.5.2","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","lodash.merge":"^3.0.3","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"e0dc8db2b689924142d64622d948f29db3077628","_id":"eslinter@2.0.1","_shasum":"3df4509701b287466dd77464128b7ce3f83de743","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"3df4509701b287466dd77464128b7ce3f83de743","size":12021,"noattachment":false,"key":"/eslinter/-/eslinter-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-2.0.1.tgz"},"directories":{},"publish_time":1434445925852,"_cnpm_publish_time":1434445925852,"_hasShrinkwrap":false},"1.0.3":{"name":"eslinter","version":"1.0.3","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","install-hooks":"prepush install && changelogx install-hook"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.12","esbeautifier":"^2.0.3","istanbul":"^0.3.8","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.0.5","dispatchy":"^1.0.2","eslint":"^0.21.1","eslint-friendly-formatter":"^1.0.8","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","lodash.merge":"^3.0.3","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"7a5cc89f95142cacd62be2d664c500fe61f7af3c","_id":"eslinter@1.0.3","_shasum":"0bcdf3bef8ea3480442d6171c2e10431e13e92a7","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"0bcdf3bef8ea3480442d6171c2e10431e13e92a7","size":11487,"noattachment":false,"key":"/eslinter/-/eslinter-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-1.0.3.tgz"},"directories":{},"publish_time":1433665291000,"_cnpm_publish_time":1433665291000,"_hasShrinkwrap":false},"1.0.2":{"name":"eslinter","version":"1.0.2","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","install-hooks":"prepush install && changelogx install-hook"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.11","esbeautifier":"^2.0.3","istanbul":"^0.3.8","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.0.5","dispatchy":"^1.0.2","eslint":"^0.21.1","eslint-friendly-formatter":"^1.0.8","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","lodash.merge":"^3.0.3","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"f4ee30bfdd60a7b1770394a42cd249b56e7cb514","_id":"eslinter@1.0.2","_shasum":"15497a3d9f70adffb861880e69842af3219a35c7","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"15497a3d9f70adffb861880e69842af3219a35c7","size":11282,"noattachment":false,"key":"/eslinter/-/eslinter-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-1.0.2.tgz"},"directories":{},"publish_time":1431886503694,"_cnpm_publish_time":1431886503694,"_hasShrinkwrap":false},"1.0.1":{"name":"eslinter","version":"1.0.1","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","install-hooks":"prepush install && changelogx install-hook"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.10","esbeautifier":"^2.0.3","eslint":"^0.21.1","istanbul":"^0.3.8","mocha-runner":"^1.0.8","prepush":"^2.0.3","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.0.5","dispatchy":"^1.0.2","eslint":"^0.17.1","eslint-friendly-formatter":"^1.0.5","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","lodash.merge":"^3.0.3","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"480337d8f3c93994c218d92077d9eb151cef5a83","_id":"eslinter@1.0.1","_shasum":"d1f99f363ef0fdf56b0a8a9beaef1485525fa80c","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"d1f99f363ef0fdf56b0a8a9beaef1485525fa80c","size":11197,"noattachment":false,"key":"/eslinter/-/eslinter-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-1.0.1.tgz"},"directories":{},"publish_time":1431797354248,"_cnpm_publish_time":1431797354248,"_hasShrinkwrap":false},"1.0.0":{"name":"eslinter","version":"1.0.0","description":"Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed","main":"index.js","scripts":{"beautify":"esbeautifier index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"esbeautifier -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","install-hooks":"prepush install && changelogx install-hook"},"bin":{"eslinter":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/eslinter"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.10","esbeautifier":"^2.0.3","istanbul":"^0.3.8","mocha-runner":"^1.0.8","prepush":"^2.0.3","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.0.5","dispatchy":"^1.0.2","eslint":"^0.17.1","eslint-friendly-formatter":"^1.0.5","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","lodash.merge":"^3.0.3","optionator":"^0.5.0"},"bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"homepage":"https://github.com/royriojas/eslinter","keywords":["lint","eslint","javascript","code","check","jshint alternative","glob","file glob","jsx lint","jsx eslint","code validation","validate code"],"gitHead":"7c9f17f89e3467a1c4b748afbac943fc2b311d9c","_id":"eslinter@1.0.0","_shasum":"5898bad52e2f1a324ac08f7d74749d7a661cd9ff","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"5898bad52e2f1a324ac08f7d74749d7a661cd9ff","size":11066,"noattachment":false,"key":"/eslinter/-/eslinter-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslinter/download/eslinter-1.0.0.tgz"},"directories":{},"publish_time":1427002235788,"_cnpm_publish_time":1427002235788,"_hasShrinkwrap":false}},"readme":"[![NPM Version](http://img.shields.io/npm/v/eslinter.svg?style=flat)](https://npmjs.org/package/eslinter)\n[![Build Status](http://img.shields.io/travis/royriojas/eslinter.svg?style=flat)](https://travis-ci.org/royriojas/eslinter)\n\n# eslinter\n> Simple wrapper around eslint with support for globs and cache, so files that not changed can be skipped, if previous run passed\n\n## Motivation\nEslint is a nice tool but I wanted to be able to pass `globs` to validate and use a cache to speed up the validation process.\n\n## Features\n- This module add the ability to remember which files were processed. So the next execution will only consider those files that changed.\nIn order to destroy the cache, just execute the command with the option `--no-use-cache` or `--use-cache=false` and the cache will be\ndestroyed.\n- This module also accepts globs from the command line. Check the examples below\n\n## Install\n\n```bash\nnpm i -g eslinter\n```\n\n## Usage\n\n```\nUsage: eslinter [options] glob [glob1] [glob2]..[globN]\n\nOptions:\n  -i, --cache-id String\n      An identifier for the cache file to create. This is only needed if you want to run this task in\n      parallel otherwise the next execution might get confusing results for reusing the same cache\n      file.\n  -f, --format String    the formatter to use to format the output of the tool. If none specified\n                         this will use `eslint-friendly-formatter` - default:\n                         eslint-friendly-formatter\n  -u, --use-cache\n      If true, this module will remember the `mtime` and `size` of the linted files that passed\n      validation and only operate on the ones that changed. If false, the cache will be destroyed.\n      Cache will only be kept between executions with the useCache flag set to true. - default: true\n  -h, --help             Show this help\n  -v, --version          Outputs the version number\n  -q, --quiet            Show only the summary info - default: false\n  --colored-output       Use colored output in logs\n  -c, --config String\n      Path to your `eslint` config, if not provided will try to use the `.eslintrc` file in your\n      current working directory, if not found will use the one provided with this package. Check:\n      http://eslint.org/docs/user-guide/configuring for more info about the configuration options.\n```\n\n## Examples\n\n```bash\n# validate files, easy way\neslinter src/**/*.js specs/**/*.js\n\n# skip the cache. The next execution without the flag will create a new cache\neslinter --no-use-cache src/**/*.js\n\n# especify a custom formatter\neslinter -f 'stylish' src/**/*.js\n\n# especify a custom formatter from node_modules\neslinter -f 'node_modules/eslint-path-formatter' src/**/*.js\n```\n\n**Note**\n\nThe cache is only kept if the executions of the eslinter command are done without the `--no-use-cache` or `--use-cache=false` flags. If any execution include this flag the cache will be destroyed and be created again from scratch the next execution without that flag.\n\n## [Changelog](./changelog.md)\n","_attachments":{},"homepage":"https://github.com/royriojas/eslinter","bugs":{"url":"https://github.com/royriojas/eslinter/issues"},"license":"MIT"}