{"_id":"eslint-find-rules","_rev":"4585881","name":"eslint-find-rules","description":"Find built-in ESLint rules you don't have in your custom config.","dist-tags":{"latest":"5.0.0"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"time":{"modified":"2026-04-10T16:31:08.000Z","created":"2016-04-14T19:59:59.152Z","5.0.0":"2025-01-20T02:29:32.423Z","4.2.0":"2024-10-06T08:27:33.219Z","4.1.0":"2022-01-05T22:33:44.766Z","4.0.0":"2021-11-08T22:49:41.297Z","3.6.1":"2020-09-06T07:13:57.239Z","3.6.0":"2020-07-14T06:23:41.592Z","3.5.0":"2020-05-09T08:05:58.637Z","3.4.0":"2019-08-09T21:01:10.183Z","3.3.1":"2018-06-25T20:27:16.051Z","3.2.3":"2018-04-16T08:22:44.107Z","3.2.2":"2018-03-15T18:59:26.437Z","3.2.1":"2018-02-23T17:42:58.854Z","3.2.0":"2018-02-15T09:39:05.195Z","3.1.1":"2017-06-19T19:00:01.465Z","3.1.0":"2017-06-18T11:38:19.508Z","3.0.0":"2017-06-14T08:55:28.042Z","2.1.0":"2017-06-13T09:08:15.705Z","2.0.1":"2017-06-09T13:20:07.080Z","2.0.0":"2017-06-09T10:17:34.210Z","1.14.3":"2016-10-31T05:03:51.938Z","1.14.2":"2016-10-30T02:14:59.313Z","1.14.1":"2016-10-29T22:50:47.317Z","1.14.0":"2016-09-28T01:17:39.751Z","1.13.2":"2016-09-16T17:53:41.385Z","1.13.1":"2016-09-04T00:51:16.531Z","1.13.0":"2016-08-04T17:42:23.007Z","1.12.0":"2016-08-04T16:47:28.306Z","1.11.1":"2016-07-16T19:21:21.783Z","1.11.0":"2016-07-02T20:37:37.696Z","1.10.0":"2016-06-09T06:11:35.042Z","1.9.2":"2016-05-07T02:09:25.474Z","1.9.1":"2016-05-06T23:35:03.428Z","1.9.0":"2016-05-06T20:50:10.773Z","1.8.0":"2016-05-02T18:25:54.922Z","1.7.0":"2016-04-22T18:00:58.583Z","1.6.0":"2016-04-21T16:24:10.263Z","1.5.0":"2016-04-21T08:34:48.642Z","1.4.0":"2016-04-20T09:31:24.076Z","1.3.0":"2016-04-17T17:13:45.534Z","1.2.0":"2016-04-15T15:37:54.110Z","1.1.0":"2016-04-15T00:20:54.156Z","1.0.0":"2016-04-14T19:59:59.152Z"},"users":{},"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"versions":{"5.0.0":{"name":"eslint-find-rules","version":"5.0.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","exports":{".":"./dist/lib/rule-finder.js","./package.json":"./package.json"},"scripts":{"cover":"nyc --reporter=lcov --reporter=text --reporter=html npm run tests-only","lint":"eslint .","pretest":"npm run lint","tests-only":"mocha 'test/bin/**/*.js' 'test/lib/**/*.js' --recursive","test":"npm run tests-only","posttest":"npx npm@'>=10.2' audit --production","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","prepublish":"not-in-publish || npm run build"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^7.0.4","eslint-rule-documentation":"^1.0.23","glob":"^7.2.3","window-size":"^0.3.0","yargs":"^16.2.0"},"devDependencies":{"@eslint/js":"^9.18.0","all-contributors-cli":"^4.11.2","babel-cli":"^6.26.0","babel-core":"^6.26.3","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-preset-env":"^1.7.0","codecov":"^2.3.1","commitizen":"^2.10.1","create-require":"^1.1.1","cz-conventional-changelog":"^2.1.0","eslint":"^8.57.1 || ^9.18.0","eslint-plugin-json":"^4.0.1","ghooks":"^2.0.4","globals":"^15.14.0","in-publish":"^2.0.1","lodash.merge":"^4.6.2","mocha":"^3.5.3","npm-run-all":"^4.1.5","nyc":"^11.9.0","opt-cli":"^1.6.0","proxyquire":"^1.8.0","rimraf":"^2.7.1","semver":"^6.3.1","sinon":"^2.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"eslint":"^8.57.1 || ^9.18.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"validate-commit-msg":{"types":["feat","fix","improvement","docs","style","refactor","perf","test","build","ci","breaking","revert","deps","meta"]},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","engines":{"node":"^18.20 || ^20.18 || ^22.13 || >= 23.6"},"_id":"eslint-find-rules@5.0.0","gitHead":"45b18aab2bfe6d50ba7d8396aef070596a83b613","_nodeVersion":"23.6.0","_npmVersion":"10.9.2","dist":{"shasum":"548a41c99ae3c91a11d1db4c5e3a6db428be6ce1","size":20536,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-5.0.0.tgz"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/eslint-find-rules_5.0.0_1737340172209_0.5066257634247453"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-20T02:29:32.423Z","publish_time":1737340172423,"_source_registry_name":"default","_cnpm_publish_time":1737340172423},"4.2.0":{"name":"eslint-find-rules","version":"4.2.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","exports":{".":"./dist/lib/rule-finder.js","./package.json":"./package.json"},"scripts":{"cover":"nyc --reporter=lcov --reporter=text --reporter=html npm run tests-only","lint":"eslint --ext .js,.json .","pretest":"npm run lint","tests-only":"mocha --recursive","test":"npm run tests-only","posttest":"npx npm@'>=10.2' audit --production","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","prepublish":"not-in-publish || npm run build"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^7.0.4","eslint-rule-documentation":"^1.0.23","glob":"^7.2.3","window-size":"^0.3.0","yargs":"^16.2.0"},"devDependencies":{"all-contributors-cli":"^4.11.2","babel-cli":"^6.26.0","babel-core":"^6.26.3","babel-preset-env":"^1.7.0","codecov":"^2.3.1","commitizen":"^2.10.1","create-require":"^1.1.1","cz-conventional-changelog":"^2.1.0","eslint":"^7 || ^8.2.0","eslint-plugin-json":"^3.1.0","ghooks":"^2.0.4","in-publish":"^2.0.1","mocha":"^3.5.3","npm-run-all":"^4.1.5","nyc":"^11.9.0","opt-cli":"^1.6.0","proxyquire":"^1.8.0","rimraf":"^2.7.1","semver":"^6.3.1","sinon":"^2.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"eslint":"^7 || ^8.2.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"validate-commit-msg":{"types":["feat","fix","improvement","docs","style","refactor","perf","test","build","ci","breaking","revert","deps","meta"]},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","engines":{"node":"^10.12.0 || >=12.0.0 || ^14.17.0 || >=16.0.0"},"_id":"eslint-find-rules@4.2.0","gitHead":"6ba382fc8d12740c2a090f924bfdc1e45baa8504","_nodeVersion":"22.9.0","_npmVersion":"10.8.3","dist":{"shasum":"207febb19851fc54da93e72172a99ee0f5d743d2","size":20657,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-4.2.0.tgz"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_4.2.0_1728203253018_0.7402915223331445"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-06T08:27:33.219Z","publish_time":1728203253219,"_source_registry_name":"default","_cnpm_publish_time":1728203253219},"4.1.0":{"name":"eslint-find-rules","version":"4.1.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","exports":{".":"./dist/lib/rule-finder.js","./package.json":"./package.json"},"scripts":{"cover":"nyc --reporter=lcov --reporter=text --reporter=html npm run tests-only","lint":"eslint --ext .js,.json .","pretest":"npm run lint","tests-only":"mocha --recursive","test":"npm run tests-only","posttest":"aud --production","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","prepublish":"not-in-publish || npm run build"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.23","glob":"^7.2.0","which":"^1.3.1","window-size":"^0.3.0","yargs":"^16.2.0"},"devDependencies":{"all-contributors-cli":"^4.11.2","aud":"^1.1.5","babel-cli":"^6.26.0","babel-core":"^6.26.3","babel-preset-env":"^1.7.0","codecov":"^2.3.1","commitizen":"^2.10.1","create-require":"^1.1.1","cz-conventional-changelog":"^2.1.0","eslint":"^7 || ^8.2.0","eslint-plugin-json":"^3.1.0","ghooks":"^2.0.4","in-publish":"^2.0.1","mocha":"^3.5.3","npm-run-all":"^4.1.5","nyc":"^11.9.0","opt-cli":"^1.6.0","proxyquire":"^1.8.0","rimraf":"^2.7.1","semver":"^6.3.0","sinon":"^2.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"eslint":"^7 || ^8.2.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"validate-commit-msg":{"types":["feat","fix","improvement","docs","style","refactor","perf","test","build","ci","breaking","revert","deps","meta"]},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","engines":{"node":"^10.12.0 || >=12.0.0 || ^14.17.0 || >=16.0.0"},"gitHead":"4fc0815f9a6c39cbbc8be7e54be8e9d4a47bbab0","_id":"eslint-find-rules@4.1.0","_nodeVersion":"17.3.0","_npmVersion":"8.3.0","dist":{"shasum":"f32671050cafbbf140592ab7fd04c2acc9117f5c","size":19984,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-4.1.0.tgz"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_4.1.0_1641422024555_0.5517422978467903"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-05T22:33:51.790Z","publish_time":1641422024766,"_cnpm_publish_time":1641422024766},"4.0.0":{"name":"eslint-find-rules","version":"4.0.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","exports":{".":"./dist/lib/rule-finder.js","./package.json":"./package.json"},"scripts":{"cover":"nyc --reporter=lcov --reporter=text --reporter=html npm run tests-only","lint":"eslint --ext .js,.json .","pretest":"npm run lint","tests-only":"mocha --recursive","test":"npm run tests-only","posttest":"aud --production","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","prepublish":"not-in-publish || npm run build"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.23","glob":"^7.2.0","which":"^1.3.1","window-size":"^0.3.0","yargs":"^16.2.0"},"devDependencies":{"all-contributors-cli":"^4.11.2","aud":"^1.1.5","babel-cli":"^6.26.0","babel-core":"^6.26.3","babel-preset-env":"^1.7.0","codecov":"^2.3.1","commitizen":"^2.10.1","create-require":"^1.1.1","cz-conventional-changelog":"^2.1.0","eslint":"^7 || ^8.2.0","eslint-plugin-json":"^3.1.0","ghooks":"^2.0.4","in-publish":"^2.0.1","mocha":"^3.5.3","npm-run-all":"^4.1.5","nyc":"^11.9.0","opt-cli":"^1.6.0","proxyquire":"^1.8.0","rimraf":"^2.7.1","semver":"^6.3.0","sinon":"^2.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"eslint":"^7 || ^8.2.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"validate-commit-msg":{"types":["feat","fix","improvement","docs","style","refactor","perf","test","build","ci","breaking","revert","deps","meta"]},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","engines":{"node":"^10.12.0 || >=12.0.0 || ^14.17.0 || >=16.0.0"},"gitHead":"bc5a855428f5dc2f8490d16ad5a58dd9665fe110","_id":"eslint-find-rules@4.0.0","_nodeVersion":"17.0.1","_npmVersion":"8.1.0","dist":{"shasum":"1c520218a37611fe0a2a2909905ecfaad8eae1fd","size":19720,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-4.0.0.tgz"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_4.0.0_1636411781138_0.7198835510770221"},"_hasShrinkwrap":false,"publish_time":1636411781297,"_cnpm_publish_time":1636411781297,"_cnpmcore_publish_time":"2021-12-17T00:16:30.453Z"},"3.6.1":{"name":"eslint-find-rules","version":"3.6.1","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text --reporter=html npm test","lint":"eslint --ext .js,.json .","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","prepublish":"npm run build","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"@eslint/eslintrc":"^0.1.3","cliui":"^3.2.0","eslint-rule-documentation":"^1.0.23","glob":"^7.1.6","path-is-absolute":"^1.0.1","which":"^1.3.1","window-size":"^0.3.0","yargs":"^8.0.2"},"devDependencies":{"ajv":"^5 || ^6","all-contributors-cli":"^4.11.2","babel-cli":"^6.26.0","babel-core":"^6.26.3","babel-preset-es2015":"^6.24.1","codecov":"^2.3.1","commitizen":"^2.10.1","cz-conventional-changelog":"^2.1.0","eslint":"^3.12.0 || ^4 || ^5 || ^6 || ^7","eslint-plugin-json":"^2.1.2","ghooks":"^2.0.4","mocha":"^3.5.3","npm-run-all":"^4.1.5","nyc":"^11.9.0","opt-cli":"^1.6.0","proxyquire":"^1.8.0","rimraf":"^2.7.1","sinon":"^2.4.1","travis-after-all":"^1.4.5","validate-commit-msg":"^2.14.0"},"peerDependencies":{"eslint":"^3.12.0 || ^4 || ^5 || ^6 || ^7"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"c8a71a137e34dd396d63f235230aceef3cf9fe3e","_id":"eslint-find-rules@3.6.1","_nodeVersion":"14.9.0","_npmVersion":"6.14.8","dist":{"shasum":"587a44df4544f6e4c67a6582bbe4148fa1a9254a","size":19348,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.6.1.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_3.6.1_1599376437096_0.25337338995161196"},"_hasShrinkwrap":false,"publish_time":1599376437239,"_cnpm_publish_time":1599376437239,"_cnpmcore_publish_time":"2021-12-17T00:16:30.764Z"},"3.6.0":{"name":"eslint-find-rules","version":"3.6.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text --reporter=html npm test","lint":"eslint --ext .js,.json .","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","prepublish":"npm run build","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","glob":"^7.1.4","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"0.3.0","yargs":"^8.0.1"},"devDependencies":{"ajv":"^5 || ^6","all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.12.0 || ^4 || ^5 || ^6 || ^7","eslint-plugin-json":"^1.4.0","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2"},"peerDependencies":{"eslint":"^3.12.0 || ^4 || ^5 || ^6 || ^7"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"b8a7207b5ad2af17350577b0cfc4a3ebb01c11c0","_id":"eslint-find-rules@3.6.0","_nodeVersion":"14.5.0","_npmVersion":"6.14.5","dist":{"shasum":"e7fb38ce94df2d9d088a0b7fe2ececa2ee86abd0","size":19159,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.6.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_3.6.0_1594707821451_0.7061139313486053"},"_hasShrinkwrap":false,"publish_time":1594707821592,"_cnpm_publish_time":1594707821592,"_cnpmcore_publish_time":"2021-12-17T00:16:30.937Z"},"3.5.0":{"name":"eslint-find-rules","version":"3.5.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text --reporter=html npm test","lint":"eslint --ext .js,.json .","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","prepublish":"npm run build","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","glob":"^7.1.4","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"0.3.0","yargs":"^8.0.1"},"devDependencies":{"ajv":"^5 || ^6","all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.12.0 || ^4 || ^5 || ^6 || ^7","eslint-plugin-json":"^1.4.0","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2"},"peerDependencies":{"eslint":"^3.12.0 || ^4 || ^5 || ^6 || ^7"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"ab323d6746ec9f60d24d0a26929e4ea01275d17a","_id":"eslint-find-rules@3.5.0","_nodeVersion":"14.2.0","_npmVersion":"6.14.4","dist":{"shasum":"fe3739b68a3cfb8c596f3bac1f3f99b2d6f8ea07","size":18604,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.5.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_3.5.0_1589011558467_0.8055261591818241"},"_hasShrinkwrap":false,"publish_time":1589011558637,"_cnpm_publish_time":1589011558637,"_cnpmcore_publish_time":"2021-12-17T00:16:31.190Z"},"3.4.0":{"name":"eslint-find-rules","version":"3.4.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text --reporter=html npm test","lint":"eslint --ext .js,.json .","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","prepublish":"npm run build","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","glob":"^7.1.4","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"0.3.0","yargs":"^8.0.1"},"devDependencies":{"ajv":"^5 || ^6","all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.12.0 || ^4 || ^5 || ^6","eslint-plugin-json":"^1.4.0","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2"},"peerDependencies":{"eslint":"^3.12.0 || ^4 || ^5 || ^6"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"fd0273fb1bf7d176edb8aefa09e6c0f58ed4a598","_id":"eslint-find-rules@3.4.0","_nodeVersion":"12.8.0","_npmVersion":"6.10.2","dist":{"shasum":"efc76af591409f7b9960ab360aa62ab42815ccb1","size":17535,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.4.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_3.4.0_1565384469981_0.4529818122468199"},"_hasShrinkwrap":false,"publish_time":1565384470183,"_cnpm_publish_time":1565384470183,"_cnpmcore_publish_time":"2021-12-17T00:16:31.404Z"},"3.3.1":{"name":"eslint-find-rules","version":"3.3.1","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","lint":"xo","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","prepublish":"npm run build","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"0.3.0","yargs":"^8.0.1"},"devDependencies":{"ajv":"^5 || ^6","all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.12.0 || ^4 || ^5","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2","xo":"^0.18.2"},"peerDependencies":{"eslint":"^3.12.0 || ^4 || ^5"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","xo":{"envs":["mocha"],"esnext":true,"space":true},"gitHead":"e872dc58a60248412b725ab4fab4beb65659ad73","_id":"eslint-find-rules@3.3.1","_npmVersion":"6.1.0","_nodeVersion":"10.5.0","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"46a86c2fc9e9be2b33235234e1820e1f045793a9","size":15425,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.3.1.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_3.3.1_1529958435969_0.6947622963105837"},"_hasShrinkwrap":false,"publish_time":1529958436051,"_cnpm_publish_time":1529958436051,"_cnpmcore_publish_time":"2021-12-17T00:16:31.769Z"},"3.2.3":{"name":"eslint-find-rules","version":"3.2.3","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","lint":"xo","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"0.3.0","yargs":"^8.0.1"},"devDependencies":{"all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.12.0 || ^4.0.0","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","semantic-release":"^6.3.6","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2","xo":"^0.18.2"},"peerDependencies":{"eslint":"^3.12.0 || ^4.0.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","xo":{"envs":["mocha"],"esnext":true,"space":true},"gitHead":"8da4dcc5de3846ae93e5c94b6230d4a9a21477c1","_id":"eslint-find-rules@3.2.3","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"},"dist":{"shasum":"da6bcc24fce67e2ae0fd0ff3d452bf0ffd8eddf4","size":15182,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.2.3.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_3.2.3_1523866964021_0.9653431341450132"},"_hasShrinkwrap":false,"publish_time":1523866964107,"_cnpm_publish_time":1523866964107,"_cnpmcore_publish_time":"2021-12-17T00:16:32.016Z"},"3.2.2":{"name":"eslint-find-rules","version":"3.2.2","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","lint":"xo","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"0.3.0","yargs":"^8.0.1"},"devDependencies":{"all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.12.0 || ^4.0.0","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","semantic-release":"^6.3.6","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2","xo":"^0.18.2"},"peerDependencies":{"eslint":"^3.12.0 || ^4.0.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","xo":{"envs":["mocha"],"esnext":true,"space":true},"gitHead":"14408ae6d2d9c4e1fbfbf962f1fc2d0d8274bdc6","_id":"eslint-find-rules@3.2.2","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"},"dist":{"shasum":"3287551b3fa09e221011521df05b0bb64234759a","size":15085,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.2.2.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_3.2.2_1521140366327_0.8026823200232114"},"_hasShrinkwrap":false,"publish_time":1521140366437,"_cnpm_publish_time":1521140366437,"_cnpmcore_publish_time":"2021-12-17T00:16:32.264Z"},"3.2.1":{"name":"eslint-find-rules","version":"3.2.1","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","lint":"xo","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"0.3.0","yargs":"^8.0.1"},"devDependencies":{"all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.12.0 || ^4.0.0","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","semantic-release":"^6.3.6","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2","xo":"^0.18.2"},"peerDependencies":{"eslint":"^3.12.0 || ^4.0.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","xo":{"envs":["mocha"],"esnext":true,"space":true},"gitHead":"e11e72acd932394208200f6ba0e23a90cec40850","_id":"eslint-find-rules@3.2.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"},"dist":{"shasum":"39405ca41891d15ba9c4c023366566c3de9395ea","size":15075,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.2.1.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_3.2.1_1519407778673_0.0360120129861381"},"_hasShrinkwrap":false,"publish_time":1519407778854,"_cnpm_publish_time":1519407778854,"_cnpmcore_publish_time":"2021-12-17T00:16:32.569Z"},"3.2.0":{"name":"eslint-find-rules","version":"3.2.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","lint":"xo","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"0.3.0","yargs":"^8.0.1"},"devDependencies":{"all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.12.0 || ^4.0.0","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","semantic-release":"^6.3.6","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2","xo":"^0.18.2"},"peerDependencies":{"eslint":"^3.12.0 || ^4.0.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","xo":{"envs":["mocha"],"esnext":true,"space":true},"gitHead":"8217203d1919c9b1bd9b80e8deee8a8e2d335620","_id":"eslint-find-rules@3.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"},"dist":{"shasum":"0a4c31518420cf60a85790db56cfecc063696b06","size":15155,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.2.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules_3.2.0_1518687544413_0.09588320868156197"},"_hasShrinkwrap":false,"publish_time":1518687545195,"_cnpm_publish_time":1518687545195,"_cnpmcore_publish_time":"2021-12-17T00:16:32.783Z"},"3.1.1":{"name":"eslint-find-rules","version":"3.1.1","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","lint":"xo","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"0.3.0","yargs":"^8.0.1"},"devDependencies":{"all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.12.0 || ^4.0.0","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","semantic-release":"^6.3.6","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2","xo":"^0.18.2"},"peerDependencies":{"eslint":"^3.12.0 || ^4.0.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","xo":{"envs":["mocha"],"esnext":true,"space":true},"gitHead":"f6e41589c621dbf4f732e9fbe1c2f4870faeefe1","_id":"eslint-find-rules@3.1.1","_shasum":"21d3209a662148db8cce46f3fe0c4dbd270402a2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"},"dist":{"shasum":"21d3209a662148db8cce46f3fe0c4dbd270402a2","size":15053,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.1.1.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules-3.1.1.tgz_1497898800265_0.09133138344623148"},"directories":{},"publish_time":1497898801465,"_hasShrinkwrap":false,"_cnpm_publish_time":1497898801465,"_cnpmcore_publish_time":"2021-12-17T00:16:33.019Z"},"3.1.0":{"name":"eslint-find-rules","version":"3.1.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","lint":"xo","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"0.3.0","yargs":"^8.0.1"},"devDependencies":{"all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.12.0 || ^4.0.0","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","semantic-release":"^6.3.6","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2","xo":"^0.18.2"},"peerDependencies":{"eslint":"^3.12.0 || ^4.0.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","xo":{"envs":["mocha"],"esnext":true,"space":true},"gitHead":"1cded889ab470caf9aae84ceffd35d22e99c3789","_id":"eslint-find-rules@3.1.0","_shasum":"c4e62862b48e8a642f38365444635c32590207c4","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"},"dist":{"shasum":"c4e62862b48e8a642f38365444635c32590207c4","size":14834,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.1.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules-3.1.0.tgz_1497785898455_0.21542036533355713"},"directories":{},"publish_time":1497785899508,"_hasShrinkwrap":false,"_cnpm_publish_time":1497785899508,"_cnpmcore_publish_time":"2021-12-17T00:16:33.229Z"},"3.0.0":{"name":"eslint-find-rules","version":"3.0.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","lint":"xo","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist --presets es2015","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"^1.0.0","yargs":"^8.0.1"},"devDependencies":{"all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","semantic-release":"^6.3.6","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2","xo":"^0.18.2"},"peerDependencies":{"eslint":"^3.12.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","xo":{"envs":["mocha"],"esnext":true,"space":true},"gitHead":"171774c50becdf48b847aef5211750ad1c20798c","_id":"eslint-find-rules@3.0.0","_shasum":"5eef1a6791445be056f43c55275f9ea161d23654","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"},"dist":{"shasum":"5eef1a6791445be056f43c55275f9ea161d23654","size":14608,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-3.0.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules-3.0.0.tgz_1497430526911_0.3754564202390611"},"directories":{},"publish_time":1497430528042,"_hasShrinkwrap":false,"_cnpm_publish_time":1497430528042,"_cnpmcore_publish_time":"2021-12-17T00:16:33.448Z"},"2.1.0":{"name":"eslint-find-rules","version":"2.1.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","lint":"xo","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist --presets es2015","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"^1.0.1","which":"^1.2.8","window-size":"^1.0.0","yargs":"^8.0.1"},"devDependencies":{"all-contributors-cli":"^4.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-es2015":"^6.24.1","codecov":"^2.2.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^3.19.0","ghooks":"^2.0.0","mocha":"^3.0.1","npm-run-all":"^4.0.2","nyc":"^11.0.2","opt-cli":"^1.1.1","proxyquire":"^1.8.0","rimraf":"^2.6.0","semantic-release":"^6.3.6","sinon":"^2.3.4","travis-after-all":"^1.4.4","validate-commit-msg":"^2.12.2","xo":"^0.18.2"},"peerDependencies":{"eslint":"^3.12.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","xo":{"envs":["mocha"],"esnext":true,"space":true},"gitHead":"0cd85c85f6ac3243ec2c5fcd55fa344d64843374","_id":"eslint-find-rules@2.1.0","_shasum":"71486ef8a8f0793bc8dbdf8250ed1252011a81f1","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"},"dist":{"shasum":"71486ef8a8f0793bc8dbdf8250ed1252011a81f1","size":13662,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-2.1.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules-2.1.0.tgz_1497344894725_0.46706568473018706"},"directories":{},"publish_time":1497344895705,"_hasShrinkwrap":false,"_cnpm_publish_time":1497344895705,"_cnpmcore_publish_time":"2021-12-17T00:16:34.088Z"},"2.0.1":{"name":"eslint-find-rules","version":"2.0.1","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","lint":"xo","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist --presets es2015","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"1.0.0","which":"^1.2.8","window-size":"^0.2.0","yargs":"^5.0.0"},"devDependencies":{"all-contributors-cli":"3.0.6","babel-cli":"6.18.0","babel-core":"6.18.0","babel-preset-es2015":"6.18.0","codecov":"1.0.1","commitizen":"2.8.6","cz-conventional-changelog":"1.2.0","eslint":"3.12.0","ghooks":"1.3.2","mocha":"^3.0.1","npm-run-all":"3.1.0","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","rimraf":"^2.6.0","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.8.0","xo":"^0.17.0"},"peerDependencies":{"eslint":"^3.12.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","xo":{"envs":["mocha"],"esnext":true,"space":true},"gitHead":"52f1b68eee9bd06b4fcf42de4a8baf7dfb8c4497","_id":"eslint-find-rules@2.0.1","_shasum":"ebdad1b2f4eab5c53249c356bf4aa1a18361bab4","_from":".","_npmVersion":"4.2.0","_nodeVersion":"6.10.0","_npmUser":{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"},"dist":{"shasum":"ebdad1b2f4eab5c53249c356bf4aa1a18361bab4","size":9207,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-2.0.1.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules-2.0.1.tgz_1497014406013_0.21312617138028145"},"directories":{},"publish_time":1497014407080,"_hasShrinkwrap":false,"_cnpm_publish_time":1497014407080,"_cnpmcore_publish_time":"2021-12-17T00:16:34.368Z"},"2.0.0":{"name":"eslint-find-rules","version":"2.0.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"dist/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","lint":"xo","test":"mocha --recursive","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","prebuild":"rimraf dist","build":"babel src -d dist --presets es2015","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage"},"bin":{"eslint-find-rules":"dist/bin/find.js","eslint-diff-rules":"dist/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"1.0.0","which":"^1.2.8","window-size":"^0.2.0","yargs":"^5.0.0"},"devDependencies":{"all-contributors-cli":"3.0.6","babel-cli":"6.18.0","babel-core":"6.18.0","babel-preset-es2015":"6.18.0","codecov":"1.0.1","commitizen":"2.8.6","cz-conventional-changelog":"1.2.0","eslint":"3.12.0","ghooks":"1.3.2","mocha":"^3.0.1","npm-run-all":"3.1.0","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","rimraf":"^2.6.0","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.8.0","xo":"^0.17.0"},"peerDependencies":{"eslint":"^3.12.0"},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","xo":{"envs":["mocha"],"esnext":true,"space":true},"gitHead":"6fc178af71bbce7907ffcf41f20b2abf4020ba48","_id":"eslint-find-rules@2.0.0","_shasum":"7108088ba14c800b2d169f79ece579c904525d89","_from":".","_npmVersion":"4.2.0","_nodeVersion":"6.10.0","_npmUser":{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"},"dist":{"shasum":"7108088ba14c800b2d169f79ece579c904525d89","size":12188,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-2.0.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-find-rules-2.0.0.tgz_1497003453212_0.07567791710607708"},"directories":{},"publish_time":1497003454210,"_hasShrinkwrap":false,"_cnpm_publish_time":1497003454210,"_cnpmcore_publish_time":"2021-12-17T00:16:34.996Z"},"1.14.3":{"name":"eslint-find-rules","version":"1.14.3","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"1.0.0","which":"^1.2.8","window-size":"^0.2.0","yargs":"^5.0.0"},"devDependencies":{"all-contributors-cli":"3.0.6","codecov":"1.0.1","commitizen":"2.8.6","cz-conventional-changelog":"1.2.0","eslint":"3.5.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.3.2","mocha":"^3.0.1","npm-run-all":"3.1.0","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.8.0"},"peerDependencies":{"eslint":"^2.0.0 || ^3.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"aa9b2cb7eb0c9f1da7a44d3aaf9114cbc6407734","_id":"eslint-find-rules@1.14.3","_shasum":"51ff8169f0bfaacf3575edd8c439a94d919cdada","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.0.0","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"51ff8169f0bfaacf3575edd8c439a94d919cdada","size":12353,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.14.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.14.3.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.14.3.tgz_1477890231281_0.01744126179255545"},"directories":{},"publish_time":1477890231938,"_hasShrinkwrap":false,"_cnpm_publish_time":1477890231938,"_cnpmcore_publish_time":"2021-12-17T00:16:35.256Z"},"1.14.2":{"name":"eslint-find-rules","version":"1.14.2","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"1.0.0","which":"^1.2.8","window-size":"^0.2.0","yargs":"^5.0.0"},"devDependencies":{"all-contributors-cli":"3.0.6","codecov":"1.0.1","commitizen":"2.8.6","cz-conventional-changelog":"1.2.0","eslint":"3.5.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.3.2","mocha":"^3.0.1","npm-run-all":"3.1.0","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.8.0"},"peerDependencies":{"eslint":"^2.0.0 || ^3.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"575911daba3bb114d22f280d1914826ace838be5","_id":"eslint-find-rules@1.14.2","_shasum":"4905e22c54cd481806645b75a9ec08ee0847bd81","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"4905e22c54cd481806645b75a9ec08ee0847bd81","size":12480,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.14.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.14.2.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.14.2.tgz_1477793697526_0.23929956299252808"},"directories":{},"publish_time":1477793699313,"_hasShrinkwrap":false,"_cnpm_publish_time":1477793699313,"_cnpmcore_publish_time":"2021-12-17T00:16:35.929Z"},"1.14.1":{"name":"eslint-find-rules","version":"1.14.1","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"1.0.0","which":"^1.2.8","window-size":"^0.2.0","yargs":"^5.0.0"},"devDependencies":{"all-contributors-cli":"3.0.6","codecov":"1.0.1","commitizen":"2.8.6","cz-conventional-changelog":"1.2.0","eslint":"3.5.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.3.2","mocha":"^3.0.1","npm-run-all":"3.1.0","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.8.0"},"peerDependencies":{"eslint":"^2.0.0 || ^3.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"7768ac2c8ee246fafa313bf237ba981e3e2dc0a5","_id":"eslint-find-rules@1.14.1","_shasum":"eb376a15cbf43cd2384494006755b7ed1678ba86","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"eb376a15cbf43cd2384494006755b7ed1678ba86","size":12381,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.14.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.14.1.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.14.1.tgz_1477781447098_0.7761963882949203"},"directories":{},"publish_time":1477781447317,"_hasShrinkwrap":false,"_cnpm_publish_time":1477781447317,"_cnpmcore_publish_time":"2021-12-17T00:16:36.167Z"},"1.14.0":{"name":"eslint-find-rules","version":"1.14.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"chalk":"^1.1.3","cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"1.0.0","which":"^1.2.8","window-size":"^0.2.0","yargs":"^5.0.0"},"devDependencies":{"all-contributors-cli":"3.0.6","codecov":"1.0.1","commitizen":"2.8.6","cz-conventional-changelog":"1.2.0","eslint":"3.5.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.3.2","mocha":"^3.0.1","npm-run-all":"3.1.0","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.8.0"},"peerDependencies":{"eslint":"^2.0.0 || ^3.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"f7b248404621bf8e0abf5a10f8969d854a64e8be","_id":"eslint-find-rules@1.14.0","_shasum":"2c86da4a4d3633b6442e7ebf10fae440e1118897","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.7.0","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"2c86da4a4d3633b6442e7ebf10fae440e1118897","size":12243,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.14.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.14.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.14.0.tgz_1475025457918_0.26198335364460945"},"directories":{},"publish_time":1475025459751,"_hasShrinkwrap":false,"_cnpm_publish_time":1475025459751,"_cnpmcore_publish_time":"2021-12-17T00:16:36.608Z"},"1.13.2":{"name":"eslint-find-rules","version":"1.13.2","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"1.0.0","which":"^1.2.8","window-size":"^0.2.0","yargs":"^5.0.0"},"devDependencies":{"all-contributors-cli":"3.0.6","codecov":"1.0.1","commitizen":"2.8.6","cz-conventional-changelog":"1.2.0","eslint":"3.5.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.3.2","mocha":"^3.0.1","npm-run-all":"3.1.0","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.8.0"},"peerDependencies":{"eslint":"^2.0.0 || ^3.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"c60966951c5711fe0b53207d8f0f1eb313b52a34","_id":"eslint-find-rules@1.13.2","_shasum":"6fd1448035919fdea6696acaae21f51552dc89aa","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.6.0","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"6fd1448035919fdea6696acaae21f51552dc89aa","size":12206,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.13.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.13.2.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.13.2.tgz_1474048419274_0.7433079050388187"},"directories":{},"publish_time":1474048421385,"_hasShrinkwrap":false,"_cnpm_publish_time":1474048421385,"_cnpmcore_publish_time":"2021-12-17T00:16:36.814Z"},"1.13.1":{"name":"eslint-find-rules","version":"1.13.1","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"1.0.0","which":"^1.2.8","window-size":"^0.2.0","yargs":"^5.0.0"},"devDependencies":{"all-contributors-cli":"3.0.6","codecov":"1.0.1","commitizen":"2.8.4","cz-conventional-changelog":"1.1.6","eslint":"3.2.2","eslint-config-kentcdodds":"6.2.0","ghooks":"1.3.2","mocha":"^3.0.1","npm-run-all":"3.0.0","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1"},"peerDependencies":{"eslint":"^2.0.0 || ^3.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"2d74e6aaf671d001396659c39b217077c05c771a","_id":"eslint-find-rules@1.13.1","_shasum":"0de47c5c23962f41c2a1ec146a8bad674276b6b3","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.5.0","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"0de47c5c23962f41c2a1ec146a8bad674276b6b3","size":12108,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.13.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.13.1.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.13.1.tgz_1472950274035_0.2797987163066864"},"directories":{},"publish_time":1472950276531,"_hasShrinkwrap":false,"_cnpm_publish_time":1472950276531,"_cnpmcore_publish_time":"2021-12-17T00:16:37.024Z"},"1.13.0":{"name":"eslint-find-rules","version":"1.13.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","eslint-rule-documentation":"^1.0.0","path-is-absolute":"1.0.0","which":"^1.2.8","window-size":"^0.2.0","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"3.0.6","codecov":"1.0.1","commitizen":"2.8.4","cz-conventional-changelog":"1.1.6","eslint":"3.2.2","eslint-config-kentcdodds":"6.2.0","ghooks":"1.3.2","mocha":"^3.0.1","npm-run-all":"2.3.0","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1"},"peerDependencies":{"eslint":"^2.0.0 || ^3.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"6066ab6f139deeba707a275e1f936cd2b31a074a","_id":"eslint-find-rules@1.13.0","_shasum":"bfb2b25776474eea22ed2e08be8b9916b2ea341e","_from":".","_npmVersion":"3.10.5","_nodeVersion":"6.3.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"bfb2b25776474eea22ed2e08be8b9916b2ea341e","size":11970,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.13.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.13.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.13.0.tgz_1470332541463_0.9772291812114418"},"directories":{},"publish_time":1470332543007,"_hasShrinkwrap":false,"_cnpm_publish_time":1470332543007,"_cnpmcore_publish_time":"2021-12-17T00:16:37.318Z"},"1.12.0":{"name":"eslint-find-rules","version":"1.12.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","which":"^1.2.8","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"3.0.6","codecov":"1.0.1","commitizen":"2.8.2","cz-conventional-changelog":"1.1.6","eslint":"3.1.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.3.2","mocha":"^2.4.5","npm-run-all":"2.3.0","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1"},"peerDependencies":{"eslint":"^2.0.0 || ^3.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"9e429de8588d1a20b4b852a6a28b37941798efe6","_id":"eslint-find-rules@1.12.0","_shasum":"8fe792863f4b5c343eb003b367e0211b04efc40f","_from":".","_npmVersion":"3.10.5","_nodeVersion":"6.3.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"8fe792863f4b5c343eb003b367e0211b04efc40f","size":11884,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.12.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.12.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.12.0.tgz_1470329246685_0.2868917300365865"},"directories":{},"publish_time":1470329248306,"_hasShrinkwrap":false,"_cnpm_publish_time":1470329248306,"_cnpmcore_publish_time":"2021-12-17T00:16:37.559Z"},"1.11.1":{"name":"eslint-find-rules","version":"1.11.1","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","which":"^1.2.8","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"3.0.6","codecov":"1.0.1","commitizen":"2.8.2","cz-conventional-changelog":"1.1.6","eslint":"3.1.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.3.2","mocha":"^2.4.5","npm-run-all":"2.3.0","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1"},"peerDependencies":{"eslint":"^2.0.0 || ^3.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"531d8a720d8301d76bbb9e2c032d75d12af61d0e","_id":"eslint-find-rules@1.11.1","_shasum":"0879aeb733733df9e8fe0b7576aed1464cf9d9e9","_from":".","_npmVersion":"3.10.5","_nodeVersion":"6.3.0","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"0879aeb733733df9e8fe0b7576aed1464cf9d9e9","size":11746,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.11.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.11.1.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.11.1.tgz_1468696879399_0.767862158594653"},"directories":{},"publish_time":1468696881783,"_hasShrinkwrap":false,"_cnpm_publish_time":1468696881783,"_cnpmcore_publish_time":"2021-12-17T00:16:37.778Z"},"1.11.0":{"name":"eslint-find-rules","version":"1.11.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","which":"^1.2.8","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"3.0.5","codecov":"1.0.1","commitizen":"2.8.2","cz-conventional-changelog":"1.1.6","eslint":"3.0.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.2.4","mocha":"^2.4.5","npm-run-all":"2.2.2","nyc":"6.6.1","opt-cli":"^1.1.1","proxyquire":"1.7.10","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1"},"peerDependencies":{"eslint":"^2.0.0 || ^3.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"61b750e0fcbf3cf8171b9a421a53d0194bdd0b3b","_id":"eslint-find-rules@1.11.0","_shasum":"95fd257cbc7f7951b246e19093ed560f724626df","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.2.2","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"95fd257cbc7f7951b246e19093ed560f724626df","size":11663,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.11.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.11.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.11.0.tgz_1467491855307_0.1658462779596448"},"directories":{},"publish_time":1467491857696,"_hasShrinkwrap":false,"_cnpm_publish_time":1467491857696,"_cnpmcore_publish_time":"2021-12-17T00:16:38.018Z"},"1.10.0":{"name":"eslint-find-rules","version":"1.10.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","which":"^1.2.8","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"3.0.4","codecov":"1.0.1","commitizen":"2.8.1","cz-conventional-changelog":"1.1.6","eslint":"2.11.1","eslint-config-kentcdodds":"6.2.0","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"2.1.1","nyc":"6.4.4","opt-cli":"^1.1.1","proxyquire":"1.7.9","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"2443474e4953fc4a74b8a6a7a7daee8e7a3d02ca","_id":"eslint-find-rules@1.10.0","_shasum":"44152dee6903960e3b814978f5544ea6d77c4aa1","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"44152dee6903960e3b814978f5544ea6d77c4aa1","size":11653,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.10.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.10.0.tgz_1465452692672_0.16739422688260674"},"directories":{},"publish_time":1465452695042,"_hasShrinkwrap":false,"_cnpm_publish_time":1465452695042,"_cnpmcore_publish_time":"2021-12-17T00:16:38.205Z"},"1.9.2":{"name":"eslint-find-rules","version":"1.9.2","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","which":"^1.2.8","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"3.0.1","codecov":"1.0.1","commitizen":"2.8.1","cz-conventional-changelog":"1.1.6","eslint":"2.8.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.8.0","nyc":"6.4.3","opt-cli":"^1.1.1","proxyquire":"1.7.7","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"2af38289c1f0e4280a96c904a6229364aa62ae4c","_id":"eslint-find-rules@1.9.2","_shasum":"b5221af08fd47a4e0f19ae1f3a9c55b43e14a0fa","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.1.0","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"b5221af08fd47a4e0f19ae1f3a9c55b43e14a0fa","size":11541,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.9.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.9.2.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.9.2.tgz_1462586962764_0.79234439576976"},"directories":{},"publish_time":1462586965474,"_hasShrinkwrap":false,"_cnpm_publish_time":1462586965474,"_cnpmcore_publish_time":"2021-12-17T00:16:38.412Z"},"1.9.1":{"name":"eslint-find-rules","version":"1.9.1","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","which":"^1.2.8","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"3.0.1","codecov":"1.0.1","commitizen":"2.8.1","cz-conventional-changelog":"1.1.6","eslint":"2.8.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.8.0","nyc":"6.4.3","opt-cli":"^1.1.1","proxyquire":"1.7.7","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"b88d1ec6a41f973c92fe88b9ca6d4b57281457d9","_id":"eslint-find-rules@1.9.1","_shasum":"ed1c6259d650835059f24b1ff83e5351942fd1c7","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.1.0","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"ed1c6259d650835059f24b1ff83e5351942fd1c7","size":11530,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.9.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.9.1.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.9.1.tgz_1462577701788_0.5077091970015317"},"directories":{},"publish_time":1462577703428,"_hasShrinkwrap":false,"_cnpm_publish_time":1462577703428,"_cnpmcore_publish_time":"2021-12-17T00:16:38.642Z"},"1.9.0":{"name":"eslint-find-rules","version":"1.9.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"3.0.1","codecov":"1.0.1","commitizen":"2.8.1","cz-conventional-changelog":"1.1.6","eslint":"2.8.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.8.0","nyc":"6.4.3","opt-cli":"^1.1.1","proxyquire":"1.7.7","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1","which":"^1.2.8","yargs":"^4.4.0"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"93a68b662d97581542cbcc49370a290088ce8b13","_id":"eslint-find-rules@1.9.0","_shasum":"d9f4f428982432aff50e527e69d135558213888e","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.1.0","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"d9f4f428982432aff50e527e69d135558213888e","size":11526,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.9.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.9.0.tgz_1462567808243_0.8610387183725834"},"directories":{},"publish_time":1462567810773,"_hasShrinkwrap":false,"_cnpm_publish_time":1462567810773,"_cnpmcore_publish_time":"2021-12-17T00:16:38.845Z"},"1.8.0":{"name":"eslint-find-rules","version":"1.8.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"2.0.0-beta6","codecov":"1.0.1","commitizen":"2.8.1","cz-conventional-changelog":"1.1.6","eslint":"2.8.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.8.0","nyc":"6.4.0","opt-cli":"^1.1.1","proxyquire":"1.7.4","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1","yargs":"^4.4.0"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"6502c9f929d79a8b3bede687a0bbae22efaf21f8","_id":"eslint-find-rules@1.8.0","_shasum":"2eb52408f5c19d028362ec72115c93c095342f7a","_from":".","_npmVersion":"3.8.8","_nodeVersion":"6.0.0","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"2eb52408f5c19d028362ec72115c93c095342f7a","size":11286,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.8.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.8.0.tgz_1462213552588_0.01616616523824632"},"directories":{},"publish_time":1462213554922,"_hasShrinkwrap":false,"_cnpm_publish_time":1462213554922,"_cnpmcore_publish_time":"2021-12-17T00:16:39.104Z"},"1.7.0":{"name":"eslint-find-rules","version":"1.7.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"2.0.0-beta6","codecov":"1.0.1","commitizen":"2.8.0","cz-conventional-changelog":"1.1.6","eslint":"2.8.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.7.0","nyc":"6.4.0","opt-cli":"^1.1.1","proxyquire":"1.7.4","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1","yargs":"^4.4.0"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"0becf21d7cf2426fe575dfee3dd2dcba8860156e","_id":"eslint-find-rules@1.7.0","_shasum":"9808cf7a18d100ba485590f6fc6df413e83937da","_from":".","_npmVersion":"3.8.7","_nodeVersion":"5.11.0","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"9808cf7a18d100ba485590f6fc6df413e83937da","size":11151,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.7.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.7.0.tgz_1461348056811_0.7912138688843697"},"directories":{},"publish_time":1461348058583,"_hasShrinkwrap":false,"_cnpm_publish_time":1461348058583,"_cnpmcore_publish_time":"2021-12-17T00:16:39.312Z"},"1.6.0":{"name":"eslint-find-rules","version":"1.6.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"2.0.0-beta6","codecov":"1.0.1","commitizen":"2.8.0","cz-conventional-changelog":"1.1.5","eslint":"2.8.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.7.0","nyc":"6.4.0","opt-cli":"^1.1.1","proxyquire":"1.7.4","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1","yargs":"^4.4.0"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"1bc45f45d210ede4c475d9e3069b482f1e776264","_id":"eslint-find-rules@1.6.0","_shasum":"181de9ce461503cec1e5c5f2f0d33a0bf868ebc3","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.10.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"181de9ce461503cec1e5c5f2f0d33a0bf868ebc3","size":10206,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.6.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.6.0.tgz_1461255848838_0.4403439471498132"},"directories":{},"publish_time":1461255850263,"_hasShrinkwrap":false,"_cnpm_publish_time":1461255850263,"_cnpmcore_publish_time":"2021-12-17T00:16:39.518Z"},"1.5.0":{"name":"eslint-find-rules","version":"1.5.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"2.0.0-beta6","codecov":"1.0.1","commitizen":"2.8.0","cz-conventional-changelog":"1.1.5","eslint":"2.8.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.7.0","nyc":"6.4.0","opt-cli":"^1.1.1","proxyquire":"1.7.4","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1","yargs":"^4.4.0"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"66e61596b0d4b7864cedbbd76cddae673a156ba4","_id":"eslint-find-rules@1.5.0","_shasum":"9d22379fe84082807d1a30f42bc111c08f0c5dad","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.10.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"9d22379fe84082807d1a30f42bc111c08f0c5dad","size":10133,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.5.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.5.0.tgz_1461227687167_0.2729837242513895"},"directories":{},"publish_time":1461227688642,"_hasShrinkwrap":false,"_cnpm_publish_time":1461227688642,"_cnpmcore_publish_time":"2021-12-17T00:16:39.744Z"},"1.4.0":{"name":"eslint-find-rules","version":"1.4.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"2.0.0-beta6","codecov":"1.0.1","commitizen":"2.7.6","cz-conventional-changelog":"1.1.5","eslint":"2.8.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.7.0","nyc":"6.4.0","opt-cli":"^1.1.1","proxyquire":"1.7.4","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.1","yargs":"^4.4.0"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"dc6994d6f0581a3cc8b3903cb43a3924e9230b08","_id":"eslint-find-rules@1.4.0","_shasum":"794989930fa05b6ef9ae9d3cc4a705b1a090d170","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.10.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"794989930fa05b6ef9ae9d3cc4a705b1a090d170","size":9315,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.4.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.4.0.tgz_1461144681717_0.3900536138098687"},"directories":{},"publish_time":1461144684076,"_hasShrinkwrap":false,"_cnpm_publish_time":1461144684076,"_cnpmcore_publish_time":"2021-12-17T00:16:39.940Z"},"1.3.0":{"name":"eslint-find-rules","version":"1.3.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"2.0.0-beta6","codecov":"1.0.1","commitizen":"2.7.6","cz-conventional-changelog":"1.1.5","eslint":"2.8.0","eslint-config-kentcdodds":"6.2.0","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.7.0","nyc":"6.4.0","opt-cli":"^1.1.1","proxyquire":"1.7.4","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.0","yargs":"^4.4.0"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"4c7c83ccea379d8fc8ddb994dbab2517d0153ad6","_id":"eslint-find-rules@1.3.0","_shasum":"ddd072daeb282b660cf14c94bb1e821f8e22168f","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.10.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"ddd072daeb282b660cf14c94bb1e821f8e22168f","size":8751,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.3.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.3.0.tgz_1460913224364_0.26762561476789415"},"directories":{},"publish_time":1460913225534,"_hasShrinkwrap":false,"_cnpm_publish_time":1460913225534,"_cnpmcore_publish_time":"2021-12-17T00:16:40.187Z"},"1.2.0":{"name":"eslint-find-rules","version":"1.2.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/lib/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text npm test","test":"mocha --recursive","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && npm run report-coverage && npm run semantic-release"},"bin":{"eslint-find-rules":"src/bin/find.js","eslint-diff-rules":"src/bin/diff.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"cliui":"^3.2.0","path-is-absolute":"1.0.0","window-size":"^0.2.0","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"2.0.0-beta6","codecov":"1.0.1","commitizen":"2.7.6","cz-conventional-changelog":"1.1.5","eslint":"2.7.0","eslint-config-kentcdodds":"6.1.1","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.7.0","nyc":"6.4.0","opt-cli":"^1.1.1","proxyquire":"1.7.4","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.0","yargs":"^4.4.0"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"715db468616a0424276e2b1779a0e597a3ad83b0","_id":"eslint-find-rules@1.2.0","_shasum":"801f12077fc4d2a07ecf611d002584b11229f0b5","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.10.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"801f12077fc4d2a07ecf611d002584b11229f0b5","size":8654,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.2.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.2.0.tgz_1460734671706_0.8452651426196098"},"directories":{},"publish_time":1460734674110,"_hasShrinkwrap":false,"_cnpm_publish_time":1460734674110,"_cnpmcore_publish_time":"2021-12-17T00:16:40.494Z"},"1.1.0":{"name":"eslint-find-rules","version":"1.1.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text mocha","test":"mocha","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && (npm run report-coverage & npm run semantic-release)"},"bin":{"eslint-find-rules":"src/bin.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"path-is-absolute":"1.0.0","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"2.0.0-beta6","codecov":"1.0.1","commitizen":"2.7.6","cz-conventional-changelog":"1.1.5","eslint":"2.7.0","eslint-config-kentcdodds":"6.1.1","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.7.0","nyc":"6.4.0","opt-cli":"^1.1.1","proxyquire":"1.7.4","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.6.0","yargs":"^4.4.0"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"a001620d734117751db1771d94a967d544ba1c76","_id":"eslint-find-rules@1.1.0","_shasum":"2612ff9955714a9d4be451cc143c63b4c09fe0cc","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.10.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"2612ff9955714a9d4be451cc143c63b4c09fe0cc","size":7801,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.1.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.1.0.tgz_1460679652041_0.4116400273051113"},"directories":{},"publish_time":1460679654156,"_hasShrinkwrap":false,"_cnpm_publish_time":1460679654156,"_cnpmcore_publish_time":"2021-12-17T00:16:40.741Z"},"1.0.0":{"name":"eslint-find-rules","version":"1.0.0","description":"Find built-in ESLint rules you don't have in your custom config.","main":"src/rule-finder.js","scripts":{"cover":"nyc --reporter=lcov --reporter=text mocha","test":"mocha","lint":"eslint --ignore-pattern test/fixtures .","update-contributors":"all-contributors generate","commit":"git-cz","validate":"npm-run-all --parallel lint cover --sequential check-coverage","check-coverage":"nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100","report-coverage":"cat ./coverage/lcov.info | node_modules/.bin/codecov","semantic-release":"semantic-release pre && npm publish && semantic-release post","travis-after-all":"travis-after-all && (npm run report-coverage & npm run semantic-release)"},"bin":{"eslint-find-rules":"src/bin.js"},"keywords":[],"author":{"name":"Michał Gołębiowski","email":"m.goleb@gmail.com"},"contributors":[{"name":"Kent C. Dodds","email":"kent@doddsfamily.us","url":"http://kentcdodds.com/"},{"name":"Sarbbottam Bandyopadhyay","email":"sarbbottam@gmail.com"},{"name":"Andreas Windt","email":"email@andreaswindt.com"}],"license":"MIT","dependencies":{"path-is-absolute":"1.0.0","yargs":"^4.4.0"},"devDependencies":{"all-contributors-cli":"2.0.0-beta6","codecov":"1.0.1","commitizen":"2.7.6","cz-conventional-changelog":"1.1.5","eslint":"2.7.0","eslint-config-kentcdodds":"6.1.1","ghooks":"1.2.0","mocha":"^2.4.5","npm-run-all":"1.7.0","nyc":"6.4.0","opt-cli":"^1.1.1","proxyquire":"1.7.4","semantic-release":"4.3.5","sinon":"^1.17.3","travis-after-all":"^1.4.4","validate-commit-msg":"2.5.0","yargs":"^4.4.0"},"peerDependencies":{"eslint":"^2.0.0"},"eslintConfig":{"extends":"kentcdodds","parserOptions":{"ecmaVersion":5},"env":{"mocha":true},"rules":{"no-var":0,"func-names":0,"object-shorthand":0}},"nyc":{"exclude":["test/**/*"]},"config":{"ghooks":{"commit-msg":"validate-commit-msg","pre-commit":"opt --in pre-commit --exec \"npm run validate\""},"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"repository":{"type":"git","url":"git+https://github.com/sarbbottam/eslint-find-rules.git"},"bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","gitHead":"924244a0b9530827fcd0a3a277c549c1a8a31e60","_id":"eslint-find-rules@1.0.0","_shasum":"0bd390b6d7d7a05bb689f3db2d982f808e94767c","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.10.1","_npmUser":{"name":"sarbbottam","email":"sarbbottam@gmail.com"},"dist":{"shasum":"0bd390b6d7d7a05bb689f3db2d982f808e94767c","size":7744,"noattachment":false,"key":"/eslint-find-rules/-/eslint-find-rules-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-find-rules/download/eslint-find-rules-1.0.0.tgz"},"maintainers":[{"name":"ljharb","email":""},{"name":"sarbbottam","email":""},{"name":"ta2edchimp","email":"kontakt@andreaswindt.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-find-rules-1.0.0.tgz_1460663997006_0.8913598274812102"},"directories":{},"publish_time":1460663999152,"_hasShrinkwrap":false,"_cnpm_publish_time":1460663999152,"_cnpmcore_publish_time":"2021-12-17T00:16:40.933Z"}},"readme":"# eslint-find-rules\n\n[![Join the chat at https://gitter.im/sarbbottam/eslint-find-rules](https://badges.gitter.im/sarbbottam/eslint-find-rules.svg)](https://gitter.im/sarbbottam/eslint-find-rules?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\nUse this for your own [ESLint](http://eslint.org/) [shareable configuration](http://eslint.org/docs/developer-guide/shareable-configs)\nto list current configured rules, all-available rules, unused rules, and plugin rules.\n\n[![Build Status](https://img.shields.io/travis/sarbbottam/eslint-find-rules.svg?style=flat-square)](https://travis-ci.org/sarbbottam/eslint-find-rules)\n[![Code Coverage](https://img.shields.io/codecov/c/github/sarbbottam/eslint-find-rules.svg?style=flat-square)](https://codecov.io/github/sarbbottam/eslint-find-rules)\n[![version](https://img.shields.io/npm/v/eslint-find-rules.svg?style=flat-square)](http://npm.im/eslint-find-rules)\n[![downloads](https://img.shields.io/npm/dm/eslint-find-rules.svg?style=flat-square)](http://npm-stat.com/charts.html?package=eslint-find-rules&from=2015-08-01)\n[![MIT License](https://img.shields.io/npm/l/eslint-find-rules.svg?style=flat-square)](http://opensource.org/licenses/MIT)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors)\n\n## Acknowledgment\n\nThis module is an extended version of [eslint-find-new-rules](https://github.com/kentcdodds/eslint-find-new-rules)\n\n## Installation\n\nSimply install locally as a development dependency to your project's package:\n\n```\nnpm install --save-dev eslint-find-rules\n```\n\n## Usage\n\n> It is expected to be used as `local` utility, as it needs `eslint` and the `eslint-plugins` being referred by the `eslint-config` file, to be installed.\nUsing it as a `global` utility, will error out, if `eslint` and the `eslint-plugins` being referred by the `eslint-config` file, are not installed globally.\n\nThe intended usage is as an npm script:\n\n```javascript\n{\n  ...\n  \"scripts\": {\n    \"eslint-find-option-rules\": \"eslint-find-rules [option] <file> [flag]\"\n  }\n  ...\n}\n```\n\nThen run it with: `$ npm run --silent eslint-find-option-rules` (the `--silent` is to silence npm output).\n\n```\navailable options are -a|--all-available, -c|--current, -d|--deprecated, -p|--plugin, -u|--unused\navailable flags are -n|--no-error, --no-core, -i/--include deprecated, --ext .js, and --flatConfig\n```\n\nBy default it will error out only for `-d|--deprecated` and `-u|--unused`,\nhowever if you do not want the `process` to `exit` with a `non-zero` exit code, use the `-n|--no-error` flag along with `-d|--deprecated` or `-u|--unused`.\n\nBy default, core rules will be included in the output of `-a|--all-available`, `-c|--current`, `-d|--deprecated`, and `-u|--unused`.  If you want to report on plugin rules only, use the `--no-core` flag.\n\nBy default, deprecated rules will be omitted from the output of `-a|--all-available`, `-p|--plugin` and `-u|--unused`.  If you want to report on deprecated rules as well, use the `--include=deprecated` or `-i deprecated` flag.\n\nBy default, rules will be searched for files having `.js` extension.  If you want to find rules using another extension (`.json` for example), use the `--ext .json` flag (or `--ext .js --ext .json` if you need multiple extensions).\n\nBy default, ESLint will handle configs in Legacy mode. If you want to handle Flat config files, you need to add the `--flatConfig` flag.\n\n**NOTE:** Deprecated rules are found by looking at the metadata of the rule definition.  All core rules and many plugin rules use this flag to indicate deprecated rules.  But if you find a plugin that does not mark their rules as deprecated in the rule metadata, please file a pull request with that project.\n\n### Specify a file\n\nThis is really handy in an actual config module (like [eslint-config-kentcdodds](https://github.com/kentcdodds/eslint-config-kentcdodds)) where you could also do:\n\n```\n// available options are -a|--all-available, -c|--current, -d|--deprecated, -p|--plugin, -u|--unused\neslint-find-rules --option ./index.js\n```\n\nThis is resolved, relative to the `process.cwd()` which, in the context of `npm` scripts is always the location of your `package.json`.\n\nYou may specify any [config format supported by ESLint](http://eslint.org/docs/user-guide/configuring).\n\n### Absolute Path\n\nYou can also provide an absolute path:\n\n```\neslint-find-rules --option ~/Developer/eslint-config-kentcdodds/index.js\n```\n\n**Please note** that any tested ESLint config file must reside below your project's root.\n\n### Default to `main`\n\nIt will also default to the `main` in your `package.json`, so you can omit the `path/to/file` argument:\n\n```\neslint-find-rules --option\n```\n\n### As a `require`d module\n\n```\nvar getRuleFinder = require('./eslint-find-rules')\nvar ruleFinder = getRuleFinder('path/to/eslint-config')\n\n// default to the `main` in your `package.json`\n// var ruleFinder = await getRuleFinder()\n\n// get all the current, plugin, available and unused rules\n// without referring the extended files or documentation\n\nruleFinder.getCurrentRules()\n\nruleFinder.getCurrentRulesDetailed()\n\nruleFinder.getPluginRules()\n\nruleFinder.getAllAvailableRules()\n\nruleFinder.getUnusedRules()\n\nruleFinder.getDeprecatedRules()\n```\n\n### Log the difference between two config files\n\n```javascript\n{\n  ...\n  \"scripts\": {\n    \"eslint-diff-rules\": \"eslint-diff-rules <file1> <file2>\"\n  }\n  ...\n}\n```\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore -->\n| [<img src=\"https://avatars1.githubusercontent.com/u/949380?v=3\" width=\"100px;\"/><br /><sub><b>Sarbbottam Bandyopadhyay</b></sub>](https://twitter.com/sarbbottam)<br />[????](https://github.com/sarbbottam/eslint-find-rules/commits?author=sarbbottam \"Code\") [????](https://github.com/sarbbottam/eslint-find-rules/commits?author=sarbbottam \"Documentation\") [⚠️](https://github.com/sarbbottam/eslint-find-rules/commits?author=sarbbottam \"Tests\") [????](#review-sarbbottam \"Reviewed Pull Requests\") | [<img src=\"https://avatars1.githubusercontent.com/u/262436?v=3\" width=\"100px;\"/><br /><sub><b>Andreas Windt</b></sub>](https://twitter.com/ta2edchimp)<br />[????](https://github.com/sarbbottam/eslint-find-rules/commits?author=ta2edchimp \"Code\") [????](https://github.com/sarbbottam/eslint-find-rules/commits?author=ta2edchimp \"Documentation\") [⚠️](https://github.com/sarbbottam/eslint-find-rules/commits?author=ta2edchimp \"Tests\") [????](#review-ta2edchimp \"Reviewed Pull Requests\") | [<img src=\"https://avatars3.githubusercontent.com/u/1500684?v=3\" width=\"100px;\"/><br /><sub><b>Kent C. Dodds</b></sub>](https://twitter.com/kentcdodds)<br />[????](https://github.com/sarbbottam/eslint-find-rules/commits?author=kentcdodds \"Code\") [????](https://github.com/sarbbottam/eslint-find-rules/commits?author=kentcdodds \"Documentation\") [⚠️](https://github.com/sarbbottam/eslint-find-rules/commits?author=kentcdodds \"Tests\") [????](#review-kentcdodds \"Reviewed Pull Requests\") | [<img src=\"https://avatars1.githubusercontent.com/u/443005?v=3\" width=\"100px;\"/><br /><sub><b>Scott Nonnenberg</b></sub>](https://github.com/scottnonnenberg)<br />[????](https://github.com/sarbbottam/eslint-find-rules/commits?author=scottnonnenberg \"Code\") [⚠️](https://github.com/sarbbottam/eslint-find-rules/commits?author=scottnonnenberg \"Tests\") | [<img src=\"https://avatars3.githubusercontent.com/u/1758366?v=3\" width=\"100px;\"/><br /><sub><b>Michał Gołębiowski</b></sub>](https://github.com/mgol)<br />[????](https://github.com/sarbbottam/eslint-find-rules/commits?author=mgol \"Code\") | [<img src=\"https://avatars.githubusercontent.com/u/3869412?v=3\" width=\"100px;\"/><br /><sub><b>Jeroen Engels</b></sub>](https://github.com/jfmengels)<br />[????](https://github.com/sarbbottam/eslint-find-rules/commits?author=jfmengels \"Documentation\") | [<img src=\"https://avatars2.githubusercontent.com/u/2449282?v=3\" width=\"100px;\"/><br /><sub><b>Dustin Specker</b></sub>](https://github.com/dustinspecker)<br />[????](https://github.com/sarbbottam/eslint-find-rules/commits?author=dustinspecker \"Code\") |\n| :---: | :---: | :---: | :---: | :---: | :---: | :---: |\n| [<img src=\"https://avatars1.githubusercontent.com/u/1406203?v=3\" width=\"100px;\"/><br /><sub><b>Randy Coulman</b></sub>](https://github.com/randycoulman)<br />[????](https://github.com/sarbbottam/eslint-find-rules/commits?author=randycoulman \"Code\") [⚠️](https://github.com/sarbbottam/eslint-find-rules/commits?author=randycoulman \"Tests\") | [<img src=\"https://avatars1.githubusercontent.com/u/45469?v=4\" width=\"100px;\"/><br /><sub><b>Jordan Harband</b></sub>](https://twitter.com/ljharb)<br />[????](https://github.com/sarbbottam/eslint-find-rules/commits?author=ljharb \"Documentation\") [????](https://github.com/sarbbottam/eslint-find-rules/issues?q=author%3Aljharb \"Bug reports\") [????](https://github.com/sarbbottam/eslint-find-rules/commits?author=ljharb \"Code\") [????](#question-ljharb \"Answering Questions\") [????](#review-ljharb \"Reviewed Pull Requests\") [⚠️](https://github.com/sarbbottam/eslint-find-rules/commits?author=ljharb \"Tests\") [????](#infra-ljharb \"Infrastructure (Hosting, Build-Tools, etc)\") | [<img src=\"https://avatars1.githubusercontent.com/u/7462525?v=4\" width=\"100px;\"/><br /><sub><b>Brad Zacher</b></sub>](https://zacher.com.au)<br />[????](https://github.com/sarbbottam/eslint-find-rules/commits?author=bradzacher \"Code\") [⚠️](https://github.com/sarbbottam/eslint-find-rules/commits?author=bradzacher \"Tests\") |\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.\nContributions of any kind welcome!\n\nSpecial thanks to [@mgol](https://github.com/mgol) who created the original script.\n\n## LICENSE\n\nMIT\n","_attachments":{},"homepage":"https://github.com/sarbbottam/eslint-find-rules#readme","bugs":{"url":"https://github.com/sarbbottam/eslint-find-rules/issues"},"license":"MIT"}