{"_id":"eslint-plugin-node","_rev":"66927","name":"eslint-plugin-node","description":"Additional ESLint's rules for Node.js","dist-tags":{"latest":"11.1.0","next":"7.0.0-beta.0","old":"4.2.3"},"maintainers":[{"name":"mysticatea","email":""}],"time":{"modified":"2021-06-03T10:22:20.000Z","created":"2015-11-23T07:15:35.856Z","11.1.0":"2020-03-28T11:46:46.795Z","11.0.0":"2019-12-26T11:45:55.388Z","10.0.0":"2019-09-05T02:43:29.086Z","9.2.0":"2019-08-29T10:08:26.439Z","9.1.0":"2019-05-23T10:16:15.518Z","9.0.1":"2019-05-04T01:24:55.130Z","9.0.0":"2019-05-03T08:00:43.283Z","8.0.1":"2019-01-04T16:45:24.213Z","8.0.0":"2018-10-27T22:35:45.840Z","7.0.1":"2018-07-17T12:26:23.756Z","7.0.0":"2018-07-17T09:04:48.712Z","7.0.0-beta.0":"2018-07-16T12:18:50.649Z","6.0.1":"2018-02-23T09:37:06.807Z","6.0.0":"2018-02-05T09:09:25.799Z","5.2.1":"2017-10-23T07:13:38.091Z","5.2.0":"2017-09-28T12:34:31.705Z","4.2.3":"2017-07-19T01:33:08.928Z","5.1.1":"2017-07-19T00:43:49.219Z","5.1.0":"2017-06-25T20:45:16.311Z","5.0.0":"2017-06-02T03:26:54.586Z","4.2.2":"2017-03-28T10:59:56.041Z","4.2.1":"2017-03-14T09:31:24.421Z","4.2.0":"2017-03-06T20:30:45.758Z","4.1.0":"2017-02-23T09:29:56.229Z","4.0.1":"2017-02-09T08:51:03.396Z","4.0.0":"2017-02-05T20:12:52.500Z","3.0.5":"2016-12-01T02:43:17.972Z","3.0.4":"2016-11-18T14:20:36.191Z","3.0.3":"2016-11-01T11:20:13.706Z","3.0.2":"2016-11-01T09:48:40.506Z","2.1.4":"2016-11-01T09:33:16.994Z","3.0.1":"2016-11-01T09:10:08.849Z","3.0.0":"2016-10-31T11:41:45.620Z","2.1.3":"2016-10-15T10:13:07.099Z","2.1.2":"2016-09-29T10:12:21.477Z","2.1.1":"2016-09-26T02:02:59.468Z","2.1.0":"2016-09-25T08:38:14.992Z","2.0.0":"2016-07-03T14:56:05.265Z","1.5.2":"2016-07-02T12:37:55.633Z","1.5.1":"2016-06-23T10:13:28.668Z","1.5.0":"2016-06-17T04:16:45.714Z","1.4.0":"2016-05-21T23:02:54.285Z","1.3.0":"2016-05-14T11:20:55.865Z","1.2.2":"2016-05-13T13:04:36.305Z","1.2.1":"2016-05-05T16:33:34.929Z","1.2.0":"2016-05-05T16:20:24.344Z","1.1.0":"2016-04-27T12:52:19.540Z","1.0.0":"2016-02-13T08:55:03.680Z","0.6.2":"2016-02-01T06:03:33.438Z","0.6.1":"2016-01-30T22:07:47.838Z","0.6.0":"2016-01-24T02:46:07.742Z","0.5.1":"2016-01-17T18:00:04.787Z","0.5.0":"2016-01-16T14:00:29.899Z","0.4.1":"2016-01-09T21:37:46.453Z","0.4.0":"2016-01-09T19:06:31.394Z","0.3.0":"2015-12-28T11:22:15.813Z","0.2.1":"2015-12-15T08:27:40.297Z","0.2.0":"2015-11-28T13:49:18.225Z","0.1.0":"2015-11-27T13:22:54.525Z","0.0.0":"2015-11-23T07:15:35.856Z"},"users":{"byk":true,"rochejul":true,"knoja4":true,"xueboren":true,"cbetancourt":true,"charlietango592":true,"logol":true,"jaymcoder":true,"alexxnica":true,"mtdalpizzol":true,"mikemena":true,"yonigoldberg":true,"princetoad":true,"maemichi-monosense":true,"ashokaditya":true,"456wyc":true,"vparaskevas":true,"spatrick":true},"author":{"name":"Toru Nagashima"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"versions":{"11.1.0":{"name":"eslint-plugin-node","version":"11.1.0","description":"Additional ESLint's rules for Node.js","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=5.16.0"},"dependencies":{"eslint-plugin-es":"^3.0.0","eslint-utils":"^2.0.0","ignore":"^5.1.1","minimatch":"^3.0.4","resolve":"^1.10.1","semver":"^6.1.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^10.0.3","codecov":"^3.3.0","eslint":"^6.3.0","eslint-plugin-node":"file:.","fast-glob":"^2.2.6","globals":"^11.12.0","mocha":"^6.1.4","nyc":"^14.0.0","opener":"^1.5.1","punycode":"^2.1.1","rimraf":"^2.6.3"},"scripts":{"build":"node scripts/update","clean":"rimraf .nyc_output coverage","codecov":"nyc report --reporter text-lcov | codecov --pipe --disable=gcov -t $CODECOV_TOKEN","coverage":"opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"nyc npm run -s test:_mocha","test:ci":"nyc npm run -s test:_mocha","test:_mocha":"_mocha \"tests/lib/**/*.js\" --reporter progress --timeout 4000","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"4a348e7d24e0d806d7873f293c91a922d0316d14","_id":"eslint-plugin-node@11.1.0","_nodeVersion":"12.12.0","_npmVersion":"6.13.1","dist":{"shasum":"c95544416ee4ada26740a30474eefc5402dc671d","size":48092,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-11.1.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmUser":{"name":"mysticatea","email":"public@mysticatea.dev"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_11.1.0_1585396006669_0.052875316666102457"},"_hasShrinkwrap":false,"publish_time":1585396006795,"_cnpm_publish_time":1585396006795},"11.0.0":{"name":"eslint-plugin-node","version":"11.0.0","description":"Additional ESLint's rules for Node.js","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=5.16.0"},"dependencies":{"eslint-plugin-es":"^3.0.0","eslint-utils":"^2.0.0","ignore":"^5.1.1","minimatch":"^3.0.4","resolve":"^1.10.1","semver":"^6.1.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^10.0.3","codecov":"^3.3.0","eslint":"^6.3.0","eslint-plugin-node":"file:.","fast-glob":"^2.2.6","globals":"^11.12.0","mocha":"^6.1.4","nyc":"^14.0.0","opener":"^1.5.1","punycode":"^2.1.1","rimraf":"^2.6.3"},"scripts":{"build":"node scripts/update","clean":"rimraf .nyc_output coverage","codecov":"nyc report --reporter text-lcov | codecov --pipe --disable=gcov -t $CODECOV_TOKEN","coverage":"opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"nyc npm run -s test:_mocha","test:ci":"nyc npm run -s test:_mocha","test:_mocha":"_mocha \"tests/lib/**/*.js\" --reporter progress --timeout 4000","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"b8f99452c0e1a808af7aa349d417dca0837e3a67","_id":"eslint-plugin-node@11.0.0","_nodeVersion":"13.5.0","_npmVersion":"6.13.1","dist":{"shasum":"365944bb0804c5d1d501182a9bc41a0ffefed726","size":40968,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-11.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-11.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmUser":{"name":"mysticatea","email":"public@mysticatea.dev"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_11.0.0_1577360755261_0.7550309840487053"},"_hasShrinkwrap":false,"publish_time":1577360755388,"_cnpm_publish_time":1577360755388},"10.0.0":{"name":"eslint-plugin-node","version":"10.0.0","description":"Additional ESLint's rules for Node.js","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=5.16.0"},"dependencies":{"eslint-plugin-es":"^2.0.0","eslint-utils":"^1.4.2","ignore":"^5.1.1","minimatch":"^3.0.4","resolve":"^1.10.1","semver":"^6.1.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^10.0.3","codecov":"^3.3.0","eslint":"^6.3.0","eslint-plugin-node":"file:.","fast-glob":"^2.2.6","globals":"^11.12.0","mocha":"^6.1.4","nyc":"^14.0.0","opener":"^1.5.1","punycode":"^2.1.1","rimraf":"^2.6.3"},"scripts":{"build":"node scripts/update","clean":"rimraf .nyc_output coverage","codecov":"nyc report --reporter text-lcov | codecov --pipe --disable=gcov -t $CODECOV_TOKEN","coverage":"opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","new":"node scripts/new-rule","pretest":"npm run -s lint","test":"nyc npm run -s test:_mocha","test:ci":"nyc npm run -s test:_mocha","test:_mocha":"_mocha \"tests/lib/**/*.js\" --reporter progress --timeout 4000","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"dc067a116ca14ae9c23b2f6aec63f416d2abf2c7","_id":"eslint-plugin-node@10.0.0","_nodeVersion":"12.10.0","_npmVersion":"6.11.2","dist":{"shasum":"fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6","size":40212,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-10.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmUser":{"name":"mysticatea","email":"public@mysticatea.dev"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_10.0.0_1567651408947_0.31521265716162583"},"_hasShrinkwrap":false,"publish_time":1567651409086,"_cnpm_publish_time":1567651409086},"9.2.0":{"name":"eslint-plugin-node","version":"9.2.0","description":"Additional ESLint's rules for Node.js","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=5.16.0"},"dependencies":{"eslint-plugin-es":"^1.4.1","eslint-utils":"^1.4.2","ignore":"^5.1.1","minimatch":"^3.0.4","resolve":"^1.10.1","semver":"^6.1.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^10.0.3","codecov":"^3.3.0","eslint":"^5.16.0","eslint-plugin-node":"file:.","fast-glob":"^2.2.6","globals":"^11.12.0","mocha":"^6.1.4","nyc":"^14.0.0","opener":"^1.5.1","punycode":"^2.1.1","rimraf":"^2.6.3"},"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report --reporter text-lcov | codecov --pipe --disable=gcov","coverage":"opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","pretest":"npm run -s lint","test":"nyc npm run -s test:_mocha","test:ci":"nyc npm run -s test:_mocha","test:_mocha":"_mocha \"tests/lib/**/*.js\" --reporter progress","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"9fbdaec1147498081428f20ceeac90ad44629856","_id":"eslint-plugin-node@9.2.0","_nodeVersion":"12.6.0","_npmVersion":"6.11.2","dist":{"shasum":"b1911f111002d366c5954a6d96d3cd5bf2a3036a","size":39051,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-9.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-9.2.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmUser":{"name":"mysticatea","email":"public@mysticatea.dev"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_9.2.0_1567073306269_0.1899237707696595"},"_hasShrinkwrap":false,"publish_time":1567073306439,"_cnpm_publish_time":1567073306439},"9.1.0":{"name":"eslint-plugin-node","version":"9.1.0","description":"Additional ESLint's rules for Node.js","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=5.16.0"},"dependencies":{"eslint-plugin-es":"^1.4.0","eslint-utils":"^1.3.1","ignore":"^5.1.1","minimatch":"^3.0.4","resolve":"^1.10.1","semver":"^6.1.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^10.0.3","codecov":"^3.3.0","eslint":"^5.16.0","eslint-plugin-node":"file:.","fast-glob":"^2.2.6","mocha":"^6.1.4","nyc":"^14.0.0","opener":"^1.5.1","punycode":"^2.1.1","rimraf":"^2.6.3"},"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"codecov","coverage":"opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha \"tests/lib/**/*.js\" --reporter progress","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"7ce77f9393151dbbd11b70a360cc67458faceb8b","_id":"eslint-plugin-node@9.1.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"shasum":"f2fd88509a31ec69db6e9606d76dabc5adc1b91a","size":37313,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-9.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-9.1.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_9.1.0_1558606575352_0.10565158689813314"},"_hasShrinkwrap":false,"publish_time":1558606575518,"_cnpm_publish_time":1558606575518},"9.0.1":{"name":"eslint-plugin-node","version":"9.0.1","description":"Additional ESLint's rules for Node.js","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=5.16.0"},"dependencies":{"eslint-plugin-es":"^1.4.0","eslint-utils":"^1.3.1","ignore":"^5.1.1","minimatch":"^3.0.4","resolve":"^1.10.1","semver":"^6.0.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^10.0.3","codecov":"^3.3.0","eslint":"^5.16.0","eslint-plugin-node":"file:.","fast-glob":"^2.2.6","mocha":"^6.1.4","nyc":"^14.0.0","opener":"^1.5.1","punycode":"^2.1.1","rimraf":"^2.6.3"},"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"codecov","coverage":"opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha \"tests/lib/**/*.js\" --reporter progress","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"bc02c52f8199d7c55e69d54628f8be397d4986f4","_id":"eslint-plugin-node@9.0.1","_nodeVersion":"12.1.0","_npmVersion":"6.9.0","dist":{"shasum":"93e44626fa62bcb6efea528cee9687663dc03b62","size":36620,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-9.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-9.0.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_9.0.1_1556933094939_0.43140876091329305"},"_hasShrinkwrap":false,"publish_time":1556933095130,"_cnpm_publish_time":1556933095130},"9.0.0":{"name":"eslint-plugin-node","version":"9.0.0","description":"Additional ESLint's rules for Node.js","engines":{"node":">=8.10.0"},"main":"lib/index.js","peerDependencies":{"eslint":">=5.16.0"},"dependencies":{"eslint-plugin-es":"^1.4.0","eslint-utils":"^1.3.1","ignore":"^5.1.1","minimatch":"^3.0.4","resolve":"^1.10.1","semver":"^6.0.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^10.0.3","codecov":"^3.3.0","eslint":"^5.16.0","eslint-plugin-node":"file:.","fast-glob":"^2.2.6","mocha":"^6.1.4","nyc":"^14.0.0","opener":"^1.5.1","rimraf":"^2.6.3"},"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"codecov","coverage":"opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha \"tests/lib/**/*.js\" --reporter progress","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"a84a00975bb88215a1e75482e31217d721023c3e","_id":"eslint-plugin-node@9.0.0","_nodeVersion":"12.1.0","_npmVersion":"6.9.0","dist":{"shasum":"a35f617b3f948622e992e901efbc3c9dcb34f42a","size":36393,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-9.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-9.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_9.0.0_1556870443092_0.9843889549789908"},"_hasShrinkwrap":false,"publish_time":1556870443283,"_cnpm_publish_time":1556870443283},"8.0.1":{"name":"eslint-plugin-node","version":"8.0.1","description":"Additional ESLint's rules for Node.js","engines":{"node":">=6"},"main":"lib/index.js","peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-plugin-es":"^1.3.1","eslint-utils":"^1.3.1","ignore":"^5.0.2","minimatch":"^3.0.4","resolve":"^1.8.1","semver":"^5.5.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^7.0.0","codecov":"^3.0.4","eslint":"^5.8.0","fast-glob":"^2.2.2","mocha":"^5.2.0","nyc":"^12.0.2","opener":"^1.4.3","rimraf":"^2.6.1"},"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"b234dcc6a653f8b74fbf1f2773b71bcb06b7b255","_id":"eslint-plugin-node@8.0.1","_npmVersion":"6.5.0","_nodeVersion":"10.15.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"55ae3560022863d141fa7a11799532340a685964","size":33792,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-8.0.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_8.0.1_1546620324063_0.2333374040553755"},"_hasShrinkwrap":false,"publish_time":1546620324213,"_cnpm_publish_time":1546620324213},"8.0.0":{"name":"eslint-plugin-node","version":"8.0.0","description":"Additional ESLint's rules for Node.js","engines":{"node":">=6"},"main":"lib/index.js","peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-plugin-es":"^1.3.1","eslint-utils":"^1.3.1","ignore":"^5.0.2","minimatch":"^3.0.4","resolve":"^1.8.1","semver":"^5.5.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^7.0.0","codecov":"^3.0.4","eslint":"^5.8.0","fast-glob":"^2.2.2","mocha":"^5.2.0","nyc":"^12.0.2","opener":"^1.4.3","rimraf":"^2.6.1"},"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"932836b5a97e33c35ada5af0d3dd2d5ba1e2307b","_id":"eslint-plugin-node@8.0.0","_npmVersion":"6.4.1","_nodeVersion":"11.0.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"fb9e8911f4543514f154bb6a5924b599aa645568","size":33703,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-8.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-8.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_8.0.0_1540679745672_0.8051786431648933"},"_hasShrinkwrap":false,"publish_time":1540679745840,"_cnpm_publish_time":1540679745840},"7.0.1":{"name":"eslint-plugin-node","version":"7.0.1","description":"Additional ESLint's rules for Node.js","engines":{"node":">=6"},"main":"lib/index.js","files":["lib"],"peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-plugin-es":"^1.3.1","eslint-utils":"^1.3.1","ignore":"^4.0.2","minimatch":"^3.0.4","resolve":"^1.8.1","semver":"^5.5.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^5.1.0","codecov":"^3.0.4","eslint":"^5.1.0","fast-glob":"^2.2.2","mocha":"^5.2.0","nyc":"^12.0.2","opener":"^1.4.3","rimraf":"^2.6.1"},"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"a4a7ad2388afd423ffd0a98ed11b0a0144fd81f7","_id":"eslint-plugin-node@7.0.1","_npmVersion":"6.1.0","_nodeVersion":"10.5.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"a6e054e50199b2edd85518b89b4e7b323c9f36db","size":32983,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-7.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-7.0.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_7.0.1_1531830383679_0.24966876937332994"},"_hasShrinkwrap":false,"publish_time":1531830383756,"_cnpm_publish_time":1531830383756},"7.0.0":{"name":"eslint-plugin-node","version":"7.0.0","description":"Additional ESLint's rules for Node.js","engines":{"node":">=6"},"main":"lib/index.js","files":["lib"],"peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-plugin-es":"^1.3.1","eslint-utils":"^1.3.1","ignore":"^4.0.2","minimatch":"^3.0.4","resolve":"^1.8.1","semver":"^5.5.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^5.1.0","codecov":"^3.0.4","eslint":"^5.1.0","fast-glob":"^2.2.2","mocha":"^5.2.0","nyc":"^12.0.2","opener":"^1.4.3","rimraf":"^2.6.1"},"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"890ee63e98ef95ec5a27f50f42188102526d81b1","_id":"eslint-plugin-node@7.0.0","_npmVersion":"6.1.0","_nodeVersion":"10.5.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"cd4db400d500394c0d39037868d0d61eb2cfb0f9","size":32968,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-7.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-7.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_7.0.0_1531818288612_0.01756091996164244"},"_hasShrinkwrap":false,"publish_time":1531818288712,"_cnpm_publish_time":1531818288712},"7.0.0-beta.0":{"name":"eslint-plugin-node","version":"7.0.0-beta.0","description":"Additional ESLint's rules for Node.js","engines":{"node":">=6"},"main":"lib/index.js","files":["lib"],"peerDependencies":{"eslint":">=4.19.1"},"dependencies":{"eslint-plugin-es":"^1.3.1","eslint-utils":"^1.3.1","ignore":"^4.0.2","minimatch":"^3.0.4","resolve":"^1.8.1","semver":"^5.5.0"},"devDependencies":{"@mysticatea/eslint-plugin":"^5.1.0","codecov":"^3.0.4","eslint":"^5.1.0","fast-glob":"^2.2.2","mocha":"^5.2.0","nyc":"^12.0.2","opener":"^1.4.3","rimraf":"^2.6.1"},"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib scripts tests/lib .eslintrc.js","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","preversion":"npm t && npm run -s build","version":"eslint lib/rules --fix && git add lib/rules","postversion":"git push && git push --tags","watch":"npm run test:_mocha -- --watch --growl"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","readmeFilename":"README.md","gitHead":"7137055892e5c89441dc57aa97eff5bc20c3f312","_id":"eslint-plugin-node@7.0.0-beta.0","_npmVersion":"6.1.0","_nodeVersion":"10.6.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"3b900dec39d17f6a3d7a2b7ba0edf59d4fd8d14b","size":33139,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-7.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-7.0.0-beta.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_7.0.0-beta.0_1531743530556_0.2732164847492151"},"_hasShrinkwrap":false,"publish_time":1531743530649,"_cnpm_publish_time":1531743530649},"6.0.1":{"name":"eslint-plugin-node","version":"6.0.1","description":"Additional ESLint's rules for Node.js","main":"lib/index.js","files":["lib"],"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run -s build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.3.6","minimatch":"^3.0.4","resolve":"^1.3.3","semver":"^5.4.1"},"devDependencies":{"codecov":"^3.0.0","eslint":"^4.17.0","eslint-config-mysticatea":"^13.0.2","mocha":"^5.0.0","nyc":"^11.0.1","opener":"^1.4.3","rimraf":"^2.6.1","shelljs":"^0.8.1"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"5260039c77fd7e6368c1a5808f90462e5beec6f3","_id":"eslint-plugin-node@6.0.1","_npmVersion":"5.6.0","_nodeVersion":"9.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"bf19642298064379315d7a4b2a75937376fa05e4","size":28595,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-6.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-6.0.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node_6.0.1_1519378626675_0.3668017896419047"},"_hasShrinkwrap":false,"publish_time":1519378626807,"_cnpm_publish_time":1519378626807},"6.0.0":{"name":"eslint-plugin-node","version":"6.0.0","description":"Additional ESLint's rules for Node.js","main":"lib/index.js","files":["lib"],"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run -s build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.3.6","minimatch":"^3.0.4","resolve":"^1.3.3","semver":"^5.4.1"},"devDependencies":{"codecov":"^3.0.0","eslint":"^4.17.0","eslint-config-mysticatea":"^13.0.2","mocha":"^5.0.0","nyc":"^11.0.1","opener":"^1.4.3","rimraf":"^2.6.1","shelljs":"^0.8.1"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"bbf4b6032705d446cd3532c92649fdc2894da9d1","_id":"eslint-plugin-node@6.0.0","_npmVersion":"5.6.0","_nodeVersion":"9.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"5ad5ee6b5346aec6cc9cde0b8619caed2c6d8f25","size":28601,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-6.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node-6.0.0.tgz_1517821765718_0.594820469385013"},"directories":{},"publish_time":1517821765799,"_hasShrinkwrap":false,"_cnpm_publish_time":1517821765799},"5.2.1":{"name":"eslint-plugin-node","version":"5.2.1","description":"Additional ESLint's rules for Node.js","main":"lib/index.js","files":["lib"],"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run -s build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.3.6","minimatch":"^3.0.4","resolve":"^1.3.3","semver":"5.3.0"},"devDependencies":{"codecov":"^2.2.0","eslint":"^4.1.0","eslint-config-mysticatea":"^11.0.0","mocha":"^3.4.2","nyc":"^11.0.1","opener":"^1.4.3","rimraf":"^2.6.1","shelljs":"^0.7.7"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"ad1f15a02940f4f6eae73b8ffc832742796e515b","_id":"eslint-plugin-node@5.2.1","_npmVersion":"5.5.1","_nodeVersion":"8.6.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"80df3253c4d7901045ec87fa660a284e32bdca29","size":27430,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-5.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-5.2.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node-5.2.1.tgz_1508742817866_0.07042436208575964"},"directories":{},"publish_time":1508742818091,"_hasShrinkwrap":false,"_cnpm_publish_time":1508742818091},"5.2.0":{"name":"eslint-plugin-node","version":"5.2.0","description":"Additional ESLint's rules for Node.js","main":"lib/index.js","files":["lib"],"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run -s build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.3.3","minimatch":"^3.0.4","resolve":"^1.3.3","semver":"5.3.0"},"devDependencies":{"codecov":"^2.2.0","eslint":"^4.1.0","eslint-config-mysticatea":"^11.0.0","mocha":"^3.4.2","nyc":"^11.0.1","opener":"^1.4.3","rimraf":"^2.6.1","shelljs":"^0.7.7"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"7189722f39fad951fd2b9a5a744d9f6fe328f324","_id":"eslint-plugin-node@5.2.0","_npmVersion":"5.4.2","_nodeVersion":"8.5.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"e1efca04a385516cff3f2f04027ce8c5ae6db749","size":27382,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-5.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-5.2.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node-5.2.0.tgz_1506602071226_0.5988058759830892"},"directories":{},"publish_time":1506602071705,"_cnpm_publish_time":1506602071705,"_hasShrinkwrap":false},"4.2.3":{"name":"eslint-plugin-node","version":"4.2.3","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"build":"node scripts/generate-index.js","clean":"rimraf .nyc_output coverage index.js","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"@types/minimatch":"^2.0.29","@types/node":"^4.2.1","@types/resolve":"0.0.4","@types/semver":"^5.3.30","codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","mocha":"^3.0.2","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"229778730248f73990cbf7c82788030e3aa8108e","_id":"eslint-plugin-node@4.2.3","_npmVersion":"5.1.0","_nodeVersion":"8.1.4","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"c04390ab8dbcbb6887174023d6f3a72769e63b97","size":25582,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-4.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-4.2.3.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node-4.2.3.tgz_1500427988799_0.017717160983011127"},"directories":{},"publish_time":1500427988928,"_hasShrinkwrap":false,"_cnpm_publish_time":1500427988928},"5.1.1":{"name":"eslint-plugin-node","version":"5.1.1","description":"Additional ESLint's rules for Node.js","main":"lib/index.js","files":["lib"],"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run -s build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.3.3","minimatch":"^3.0.4","resolve":"^1.3.3","semver":"5.3.0"},"devDependencies":{"codecov":"^2.2.0","eslint":"^4.1.0","eslint-config-mysticatea":"^11.0.0","mocha":"^3.4.2","nyc":"^11.0.1","opener":"^1.4.3","rimraf":"^2.6.1","shelljs":"^0.7.7"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"3045e95158f2cbc03f210de84693772f43a3a159","_id":"eslint-plugin-node@5.1.1","_npmVersion":"5.1.0","_nodeVersion":"8.1.4","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"a7ed956e780c22aef6afd1116005acd82f26eac6","size":27702,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-5.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-5.1.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node-5.1.1.tgz_1500425029116_0.7681355567183346"},"directories":{},"publish_time":1500425029219,"_cnpm_publish_time":1500425029219,"_hasShrinkwrap":false},"5.1.0":{"name":"eslint-plugin-node","version":"5.1.0","description":"Additional ESLint's rules for Node.js","main":"lib/index.js","files":["lib"],"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run -s build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.3.3","minimatch":"^3.0.4","resolve":"^1.3.3","semver":"5.3.0"},"devDependencies":{"codecov":"^2.2.0","eslint":"^4.1.0","eslint-config-mysticatea":"^11.0.0","mocha":"^3.4.2","nyc":"^11.0.1","opener":"^1.4.3","rimraf":"^2.6.1","shelljs":"^0.7.7"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"af4737e6f564ca3ee695aede4279bbfbb3131b7c","_id":"eslint-plugin-node@5.1.0","_npmVersion":"5.0.3","_nodeVersion":"8.0.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"bc8cdb85180d0b4d946a2531640e2a4dd7a4e6d4","size":27656,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-5.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-5.1.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node-5.1.0.tgz_1498423515878_0.767461284995079"},"directories":{},"publish_time":1498423516311,"_hasShrinkwrap":false,"_cnpm_publish_time":1498423516311},"5.0.0":{"name":"eslint-plugin-node","version":"5.0.0","description":"Additional ESLint's rules for Node.js","main":"lib/index.js","files":["lib"],"scripts":{"build":"node scripts/update.js","clean":"rimraf .nyc_output coverage","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run -s build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.3.3","minimatch":"^3.0.4","resolve":"^1.3.3","semver":"5.3.0"},"devDependencies":{"codecov":"^2.2.0","eslint":"^3.19.0","eslint-config-mysticatea":"^10.0.0","mocha":"^3.4.2","nyc":"^11.0.1","opener":"^1.4.3","rimraf":"^2.6.1","shelljs":"^0.7.7"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"5634718d468a69e2aea53988341721a37e8fcb4c","_id":"eslint-plugin-node@5.0.0","_npmVersion":"5.0.1","_nodeVersion":"8.0.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"948b1fb82e3f0a744e86fad19aa4f49537d246cc","size":27816,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-5.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-node-5.0.0.tgz_1496374014448_0.8129105588886887"},"directories":{},"publish_time":1496374014586,"_hasShrinkwrap":false,"_cnpm_publish_time":1496374014586},"4.2.2":{"name":"eslint-plugin-node","version":"4.2.2","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"build":"node scripts/generate-index.js","clean":"rimraf .nyc_output coverage index.js","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"@types/minimatch":"^2.0.29","@types/node":"^4.2.1","@types/resolve":"0.0.4","@types/semver":"^5.3.30","codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","mocha":"^3.0.2","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"f1a137b1250cd457cd9dfdf0bf851d1efa0ce2fa","_id":"eslint-plugin-node@4.2.2","_shasum":"82959ca9aed79fcbd28bb1b188d05cac04fb3363","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.6.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"82959ca9aed79fcbd28bb1b188d05cac04fb3363","size":25662,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-4.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-4.2.2.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-4.2.2.tgz_1490698795673_0.2696786930318922"},"directories":{},"publish_time":1490698796041,"_hasShrinkwrap":false,"_cnpm_publish_time":1490698796041},"4.2.1":{"name":"eslint-plugin-node","version":"4.2.1","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"build":"node scripts/generate-index.js","clean":"rimraf .nyc_output coverage index.js","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"@types/minimatch":"^2.0.29","@types/node":"^4.2.1","@types/resolve":"0.0.4","@types/semver":"^5.3.30","codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","mocha":"^3.0.2","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"fb3f030999802299120bddbba713a8476bef75ba","_id":"eslint-plugin-node@4.2.1","_shasum":"52e8e06595d0be63a25fdc237be5e42b69a46eaa","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.6.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"52e8e06595d0be63a25fdc237be5e42b69a46eaa","size":25657,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-4.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-4.2.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-4.2.1.tgz_1489483884133_0.7161744635086507"},"directories":{},"publish_time":1489483884421,"_cnpm_publish_time":1489483884421,"_hasShrinkwrap":false},"4.2.0":{"name":"eslint-plugin-node","version":"4.2.0","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"build":"node scripts/generate-index.js","clean":"rimraf .nyc_output coverage index.js","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"@types/minimatch":"^2.0.29","@types/node":"^4.2.1","@types/resolve":"0.0.4","@types/semver":"^5.3.30","codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","mocha":"^3.0.2","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"242eeeba3e45904b079e412bc376d364c1068018","_id":"eslint-plugin-node@4.2.0","_shasum":"c63076eb1ef109b57fa54deefa519957de0c7952","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.6.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"c63076eb1ef109b57fa54deefa519957de0c7952","size":25646,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-4.2.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-4.2.0.tgz_1488832243827_0.5519959575030953"},"directories":{},"publish_time":1488832245758,"_cnpm_publish_time":1488832245758,"_hasShrinkwrap":false},"4.1.0":{"name":"eslint-plugin-node","version":"4.1.0","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"build":"node scripts/generate-index.js","clean":"rimraf .nyc_output coverage index.js","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"@types/minimatch":"^2.0.29","@types/node":"^4.2.1","@types/resolve":"0.0.4","@types/semver":"^5.3.30","codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","mocha":"^3.0.2","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"3f03d921f4182174f5816c1349d15a3dc8aacf58","_id":"eslint-plugin-node@4.1.0","_shasum":"87cb62a96109087bcb5827bd5ae15fd0c49685bb","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.6.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"87cb62a96109087bcb5827bd5ae15fd0c49685bb","size":25619,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-4.1.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-4.1.0.tgz_1487842194317_0.8407847718335688"},"directories":{},"publish_time":1487842196229,"_cnpm_publish_time":1487842196229,"_hasShrinkwrap":false},"4.0.1":{"name":"eslint-plugin-node","version":"4.0.1","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"build":"node scripts/generate-index.js","clean":"rimraf .nyc_output coverage index.js","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"@types/minimatch":"^2.0.29","@types/node":"^4.2.1","@types/resolve":"0.0.4","@types/semver":"^5.3.30","codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","mocha":"^3.0.2","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"1c12caed07be80715f1fc53d9f29cfacc18e66c3","_id":"eslint-plugin-node@4.0.1","_shasum":"02eba2eb3eb522378de15881db19d3e5570110f6","_from":".","_npmVersion":"3.8.9","_nodeVersion":"7.3.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"02eba2eb3eb522378de15881db19d3e5570110f6","size":24956,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-4.0.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-4.0.1.tgz_1486630261557_0.3128617119509727"},"directories":{},"publish_time":1486630263396,"_cnpm_publish_time":1486630263396,"_hasShrinkwrap":false},"4.0.0":{"name":"eslint-plugin-node","version":"4.0.0","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"build":"node scripts/generate-index.js","clean":"rimraf .nyc_output coverage index.js","codecov":"nyc report -r lcovonly && codecov","coverage":"nyc report -r lcov && opener ./coverage/lcov-report/index.html","lint":"eslint lib tests/lib index.js","postversion":"git push && git push --tags","pretest":"npm run -s lint","preversion":"npm t && npm run build","test":"nyc npm run -s test:_mocha","test:_mocha":"_mocha tests/lib/**/*.js --reporter progress","watch":"npm run test:_mocha -- --watch --growl"},"engines":{"node":">=4"},"peerDependencies":{"eslint":">=3.1.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"@types/minimatch":"^2.0.29","@types/node":"^4.2.1","@types/resolve":"0.0.4","@types/semver":"^5.3.30","codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","mocha":"^3.0.2","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"5fdb19a00ef22dd6e1c65b7eff765e41ec7b9adc","_id":"eslint-plugin-node@4.0.0","_shasum":"5f6c7934256b9b9165557c1449b53e59c6ac5466","_from":".","_npmVersion":"3.8.9","_nodeVersion":"7.3.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"5f6c7934256b9b9165557c1449b53e59c6ac5466","size":24961,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-4.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-4.0.0.tgz_1486325570629_0.7148277319502085"},"directories":{},"publish_time":1486325572500,"_cnpm_publish_time":1486325572500,"_hasShrinkwrap":false},"3.0.5":{"name":"eslint-plugin-node","version":"3.0.5","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf .nyc_output coverage index.js","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"nyc mocha tests/lib/**/*.js --reporter progress","coverage":"nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html","watch":"mocha tests/lib/**/*.js --reporter progress --watch --growl","test@2":"rimraf \"node_modules/eslint-{config,plugin}-*\" && npm i eslint@2 && npm run test:mocha -- -i -g NOT_SUPPORTED_ON_2","codecov":"nyc report -r lcovonly && codecov"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","if-node-version":"^1.0.0","mocha":"^3.0.2","npm-run-all":"^3.1.0","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"8fd03edb89bb04ced5ffd137d274f716f73a35ce","_id":"eslint-plugin-node@3.0.5","_shasum":"03c8e23c6011eabd240e7ebf3556ec6e50fc734e","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.9.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"03c8e23c6011eabd240e7ebf3556ec6e50fc734e","size":23984,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-3.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-3.0.5.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-3.0.5.tgz_1480560196203_0.147736384999007"},"directories":{},"publish_time":1480560197972,"_cnpm_publish_time":1480560197972,"_hasShrinkwrap":false},"3.0.4":{"name":"eslint-plugin-node","version":"3.0.4","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf .nyc_output coverage index.js","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"nyc mocha tests/lib/**/*.js --reporter progress","coverage":"nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html","test@2":"rimraf \"node_modules/eslint-{config,plugin}-*\" && npm i eslint@2 && npm run test:mocha -- -i -g NOT_SUPPORTED_ON_2","codecov":"nyc report -r lcovonly && codecov"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","if-node-version":"^1.0.0","mocha":"^3.0.2","npm-run-all":"^3.1.0","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"0714d40938e282bbf44d1271dab95d2404edb1ab","_id":"eslint-plugin-node@3.0.4","_shasum":"e1a91f580ec081e4eda92772322103230f9f7a28","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.9.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"e1a91f580ec081e4eda92772322103230f9f7a28","size":23934,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-3.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-3.0.4.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-3.0.4.tgz_1479478835955_0.3202447136864066"},"directories":{},"publish_time":1479478836191,"_cnpm_publish_time":1479478836191,"_hasShrinkwrap":false},"3.0.3":{"name":"eslint-plugin-node","version":"3.0.3","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf .nyc_output coverage index.js","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"nyc mocha tests/lib/**/*.js --reporter progress","coverage":"nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html","test@2":"rimraf \"node_modules/eslint-{config,plugin}-*\" && npm i eslint@2 && npm run test:mocha","codecov":"nyc report -r lcovonly && codecov"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","if-node-version":"^1.0.0","mocha":"^3.0.2","npm-run-all":"^3.1.0","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"cb96b1466e0138bdfef8eb85310c4c69ac8c0fa4","_id":"eslint-plugin-node@3.0.3","_shasum":"a0f98c145a4ff1ad81f6b4b11f82a4c973dc9c37","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.9.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"a0f98c145a4ff1ad81f6b4b11f82a4c973dc9c37","size":23850,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-3.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-3.0.3.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-3.0.3.tgz_1477999213459_0.11010097432881594"},"directories":{},"publish_time":1477999213706,"_cnpm_publish_time":1477999213706,"_hasShrinkwrap":false},"3.0.2":{"name":"eslint-plugin-node","version":"3.0.2","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf .nyc_output coverage index.js","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"nyc mocha tests/lib/**/*.js --reporter progress","coverage":"nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html","test@2":"rimraf \"node_modules/eslint-{config,plugin}-*\" && npm i eslint@2 && npm run test:mocha","codecov":"nyc report -r lcovonly && codecov"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","if-node-version":"^1.0.0","mocha":"^3.0.2","npm-run-all":"^3.1.0","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"77d0c76339e8f0ce301eba01f64eac9ef63265b9","_id":"eslint-plugin-node@3.0.2","_shasum":"75e781d6f29ccaaf53ab696b1ab26eb885d8f12b","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.9.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"75e781d6f29ccaaf53ab696b1ab26eb885d8f12b","size":23825,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-3.0.2.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-3.0.2.tgz_1477993718802_0.1577207159716636"},"directories":{},"publish_time":1477993720506,"_cnpm_publish_time":1477993720506,"_hasShrinkwrap":false},"2.1.4":{"name":"eslint-plugin-node","version":"2.1.4","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf .nyc_output coverage index.js","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"nyc mocha tests/lib/**/*.js --reporter progress","coverage":"nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html","test@2":"rimraf \"node_modules/eslint-{config,plugin}-*\" && npm i eslint@2 && npm run test:mocha","codecov":"nyc report -r lcovonly && codecov"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"codecov":"^1.0.1","eslint":"^3.6.0","eslint-config-mysticatea":"^6.0.0","if-node-version":"^1.0.0","mocha":"^3.0.2","npm-run-all":"^3.1.0","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"49f752bbb25affea5434a28940aaea88acd8e7ab","_id":"eslint-plugin-node@2.1.4","_shasum":"60a04d71d9512d72801aac5a1842ca744cd8eec6","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.9.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"60a04d71d9512d72801aac5a1842ca744cd8eec6","size":22767,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-2.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-2.1.4.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-2.1.4.tgz_1477992795276_0.451351557392627"},"directories":{},"publish_time":1477992796994,"_cnpm_publish_time":1477992796994,"_hasShrinkwrap":false},"3.0.1":{"name":"eslint-plugin-node","version":"3.0.1","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf .nyc_output coverage index.js","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"nyc mocha tests/lib/**/*.js --reporter progress","coverage":"nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html","test@2":"rimraf \"node_modules/eslint-{config,plugin}-*\" && npm i eslint@2 && npm run test:mocha","codecov":"nyc report -r lcovonly && codecov"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","if-node-version":"^1.0.0","mocha":"^3.0.2","npm-run-all":"^3.1.0","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"6bbee16659a31dfb566321172bd1d6fa6f63f2a2","_id":"eslint-plugin-node@3.0.1","_shasum":"c236f743323b9dbdc69fc9410caf331f8a6d0bb2","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.9.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"c236f743323b9dbdc69fc9410caf331f8a6d0bb2","size":23861,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-3.0.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-3.0.1.tgz_1477991407055_0.6253764142747968"},"directories":{},"publish_time":1477991408849,"_cnpm_publish_time":1477991408849,"_hasShrinkwrap":false},"3.0.0":{"name":"eslint-plugin-node","version":"3.0.0","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf .nyc_output coverage index.js","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"nyc mocha tests/lib/**/*.js --reporter progress","coverage":"nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html","test@2":"rimraf \"node_modules/eslint-{config,plugin}-*\" && npm i eslint@2 && npm run test:mocha","codecov":"nyc report -r lcovonly && codecov"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"codecov":"^1.0.1","eslint":"^3.9.0","eslint-config-mysticatea":"^7.0.0","if-node-version":"^1.0.0","mocha":"^3.0.2","npm-run-all":"^3.1.0","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"34928aa0c62eaa083bb5b2f3645be07065c16d83","_id":"eslint-plugin-node@3.0.0","_shasum":"21950d4a22e04c5dbdfb563be90785492fd3e400","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.9.1","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"21950d4a22e04c5dbdfb563be90785492fd3e400","size":23860,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-3.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-3.0.0.tgz_1477914105387_0.0006219870410859585"},"directories":{},"publish_time":1477914105620,"_cnpm_publish_time":1477914105620,"_hasShrinkwrap":false},"2.1.3":{"name":"eslint-plugin-node","version":"2.1.3","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf .nyc_output coverage index.js","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"nyc mocha tests/lib/**/*.js --reporter progress","coverage":"nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html","test@2":"rimraf \"node_modules/eslint-{config,plugin}-*\" && npm i eslint@2 && npm run test:mocha","codecov":"nyc report -r lcovonly && codecov"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"codecov":"^1.0.1","eslint":"^3.6.0","eslint-config-mysticatea":"^6.0.0","if-node-version":"^1.0.0","mocha":"^3.0.2","npm-run-all":"^3.1.0","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"b0618d4a21a5ce5303f58e125f28705d4d3f7b47","_id":"eslint-plugin-node@2.1.3","_shasum":"3816fda8b6441732e4ecb351f9930a2a9b5fabd3","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.3.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"3816fda8b6441732e4ecb351f9930a2a9b5fabd3","size":22656,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-2.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-2.1.3.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-2.1.3.tgz_1476526384259_0.9466681878548115"},"directories":{},"publish_time":1476526387099,"_cnpm_publish_time":1476526387099,"_hasShrinkwrap":false},"2.1.2":{"name":"eslint-plugin-node","version":"2.1.2","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf .nyc_output coverage index.js","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"nyc mocha tests/lib/**/*.js --reporter progress","coverage":"nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html","test@2":"npm rm eslint-config-mysticatea && npm i eslint@2 && npm run test:mocha","codecov":"nyc report -r lcovonly && codecov"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"codecov":"^1.0.1","eslint":"^3.6.0","eslint-config-mysticatea":"^6.0.0","if-node-version":"^1.0.0","mocha":"^3.0.2","npm-run-all":"^3.1.0","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"b3cec7f1324af8249fbe036c88c175a2f24e669a","_id":"eslint-plugin-node@2.1.2","_shasum":"ad8cd1fb51e04030a2cb415919c1029f0d79ce96","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.3.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"ad8cd1fb51e04030a2cb415919c1029f0d79ce96","size":22610,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-2.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-2.1.2.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-2.1.2.tgz_1475143941224_0.27292838250286877"},"directories":{},"publish_time":1475143941477,"_cnpm_publish_time":1475143941477,"_hasShrinkwrap":false},"2.1.1":{"name":"eslint-plugin-node","version":"2.1.1","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf .nyc_output coverage index.js","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"nyc mocha tests/lib/**/*.js --reporter progress","coverage":"nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html","test@2":"npm rm eslint-config-mysticatea && npm i eslint@2 && npm run test:mocha","codecov":"nyc report -r lcovonly && codecov"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"codecov":"^1.0.1","eslint":"^3.6.0","eslint-config-mysticatea":"^6.0.0","if-node-version":"^1.0.0","mocha":"^3.0.2","npm-run-all":"^3.1.0","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"06231d4c5ddb4bef203ece2970b5e6fa9592455d","_id":"eslint-plugin-node@2.1.1","_shasum":"a6aa469e935289be9607800f8695de22ac32fca1","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.3.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"a6aa469e935289be9607800f8695de22ac32fca1","size":22575,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-2.1.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-2.1.1.tgz_1474855379212_0.5700865865219384"},"directories":{},"publish_time":1474855379468,"_cnpm_publish_time":1474855379468,"_hasShrinkwrap":false},"2.1.0":{"name":"eslint-plugin-node","version":"2.1.0","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf .nyc_output coverage index.js","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"nyc mocha tests/lib/**/*.js --reporter progress","coverage":"nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html","test@2":"npm rm eslint-config-mysticatea && npm i eslint@2 && npm run test:mocha","codecov":"nyc report -r lcovonly && codecov"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.3.0"},"devDependencies":{"codecov":"^1.0.1","eslint":"^3.6.0","eslint-config-mysticatea":"^6.0.0","if-node-version":"^1.0.0","mocha":"^3.0.2","npm-run-all":"^3.1.0","nyc":"^8.3.0","opener":"^1.4.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"8788242783a299546e3fc64a969ec4ad2ed3722b","_id":"eslint-plugin-node@2.1.0","_shasum":"33bc314af26eecb88dd5c3042b8a2ac1fa75c32d","_from":".","_npmVersion":"3.8.9","_nodeVersion":"4.5.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"33bc314af26eecb88dd5c3042b8a2ac1fa75c32d","size":22606,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-2.1.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-2.1.0.tgz_1474792692570_0.8622047989629209"},"directories":{},"publish_time":1474792694992,"_cnpm_publish_time":1474792694992,"_hasShrinkwrap":false},"2.0.0":{"name":"eslint-plugin-node","version":"2.0.0","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf coverage","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"if-node-version \">=4\" eslint lib tests/lib index.js","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.2.0"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^3.0.0","eslint-config-mysticatea":"^5.0.0","if-node-version":"^0.1.0","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^2.0.0","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"9efa7f3e98df43e9f802781a9785d6cc0fa132be","_id":"eslint-plugin-node@2.0.0","_shasum":"d49dc427cedc0df436238cdcb06acd961fa38de5","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.2.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"d49dc427cedc0df436238cdcb06acd961fa38de5","size":19956,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-2.0.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-2.0.0.tgz_1467557764723_0.48277507023885846"},"directories":{},"publish_time":1467557765265,"_cnpm_publish_time":1467557765265,"_hasShrinkwrap":false},"1.5.2":{"name":"eslint-plugin-node","version":"1.5.2","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf coverage","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"eslint lib tests/lib index.js","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=1.10.3"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.1.0"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^2.0.0","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"a7f3846c6984fc71379ce245dbc38ea0f62df801","_id":"eslint-plugin-node@1.5.2","_shasum":"f816907fb2c0570fe0cc8ccc6b6ca1cc8f5718f6","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"f816907fb2c0570fe0cc8ccc6b6ca1cc8f5718f6","size":20434,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-1.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-1.5.2.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-1.5.2.tgz_1467463072139_0.01960058882832527"},"directories":{},"publish_time":1467463075633,"_cnpm_publish_time":1467463075633,"_hasShrinkwrap":false},"1.5.1":{"name":"eslint-plugin-node","version":"1.5.1","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf coverage","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"eslint lib tests/lib index.js","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":"^1.10.3 || ^2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.2","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.1.0"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^2.0.0","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"413c23dbefa534bf3b1e0761a3e035b8966e5c20","_id":"eslint-plugin-node@1.5.1","_shasum":"270770494a1310cde1fc2bb5cea5c33ad157bc06","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"270770494a1310cde1fc2bb5cea5c33ad157bc06","size":20434,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-1.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-1.5.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-1.5.1.tgz_1466676805740_0.011099587427452207"},"directories":{},"publish_time":1466676808668,"_cnpm_publish_time":1466676808668,"_hasShrinkwrap":false},"1.5.0":{"name":"eslint-plugin-node","version":"1.5.0","description":"Additional ESLint's rules for Node.js","files":["conf","lib","index.js"],"scripts":{"preversion":"run-s -sn clean build test:*","postversion":"git push && git push --tags","clean":"rimraf coverage","build":"node scripts/generate-index.js","test":"run-s -sn clean build test:*","test:lint":"eslint lib tests/lib index.js","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":"^1.10.3 || ^2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.1.0"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^2.0.0","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"42fd1c8756520660d4e0508f67e80906fc7ece4a","_id":"eslint-plugin-node@1.5.0","_shasum":"66247bd0978a337b8f364cffa20ed4b27c388214","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"66247bd0978a337b8f364cffa20ed4b27c388214","size":20433,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-1.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-1.5.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-1.5.0.tgz_1466137005273_0.22204394405707717"},"directories":{},"publish_time":1466137005714,"_cnpm_publish_time":1466137005714,"_hasShrinkwrap":false},"1.4.0":{"name":"eslint-plugin-node","version":"1.4.0","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"run-s -sn clean test:* build","postversion":"git push && git push --tags","clean":"rimraf coverage","build":"node scripts/generate-index.js","test":"run-s -sn clean test:*","test:lint":"eslint lib tests/lib","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":"^1.10.3 || ^2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.1.0"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^2.0.0","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"1e0d9da3f496e27be5109d2efb76f53efc929316","_id":"eslint-plugin-node@1.4.0","_shasum":"c91c8479f4376bea6588da126d6b92af0f591990","_from":".","_npmVersion":"3.9.0","_nodeVersion":"6.2.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"c91c8479f4376bea6588da126d6b92af0f591990","size":19683,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-1.4.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-1.4.0.tgz_1463871771797_0.5881357362959534"},"directories":{},"publish_time":1463871774285,"_cnpm_publish_time":1463871774285,"_hasShrinkwrap":false},"1.3.0":{"name":"eslint-plugin-node","version":"1.3.0","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"run-s -sn clean test:* build","postversion":"git push && git push --tags","clean":"rimraf coverage","build":"node scripts/generate-index.js","test":"run-s -sn clean test:*","test:lint":"eslint lib tests/lib","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":"^1.10.3 || ^2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.1.0"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^2.0.0","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"fdfb0e9897a395cc7b020532d0cb8e5415945c41","_id":"eslint-plugin-node@1.3.0","_shasum":"4d424d8a3f6d0eaaf3756350626e885c02f6a0fb","_from":".","_npmVersion":"3.7.5","_nodeVersion":"6.1.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"4d424d8a3f6d0eaaf3756350626e885c02f6a0fb","size":16441,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-1.3.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-1.3.0.tgz_1463224855288_0.6463475273922086"},"directories":{},"publish_time":1463224855865,"_cnpm_publish_time":1463224855865,"_hasShrinkwrap":false},"1.2.2":{"name":"eslint-plugin-node","version":"1.2.2","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"run-s -sn clean test:* build","postversion":"git push && git push --tags","clean":"rimraf coverage","build":"node scripts/generate-index.js","test":"run-s -sn clean test:*","test:lint":"eslint lib tests/lib","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":"^1.10.3 || ^2.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.1.0"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^2.0.0","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"2201894f9abd3c039b32eb0d87b238ee87220a4c","_id":"eslint-plugin-node@1.2.2","_shasum":"76ce39d25fead1015fa4d24c542d559300a62f8f","_from":".","_npmVersion":"3.7.5","_nodeVersion":"6.1.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"76ce39d25fead1015fa4d24c542d559300a62f8f","size":16259,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-1.2.2.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-1.2.2.tgz_1463144672798_0.8405899086501449"},"directories":{},"publish_time":1463144676305,"_cnpm_publish_time":1463144676305,"_hasShrinkwrap":false},"1.2.1":{"name":"eslint-plugin-node","version":"1.2.1","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests/lib","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=1.10.3 <3.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.1.0"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"f0265444585a292bd426cce290550bbd25f81581","_id":"eslint-plugin-node@1.2.1","_shasum":"4acc8f2703e6aed227f651d4fc9e4000c175b888","_from":".","_npmVersion":"3.8.8","_nodeVersion":"6.0.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"4acc8f2703e6aed227f651d4fc9e4000c175b888","size":15482,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-1.2.1.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-1.2.1.tgz_1462466011775_0.9130302697885782"},"directories":{},"publish_time":1462466014929,"_cnpm_publish_time":1462466014929,"_hasShrinkwrap":false},"1.2.0":{"name":"eslint-plugin-node","version":"1.2.0","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests/lib","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=1.10.3 <3.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.1.0"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^2.9.0","eslint-config-mysticatea":"^3.0.0","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin","node","nodejs","ecmascript","shebang","file","path","import","require"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"15c9335be034b5bbb023eb7c0104a1e7aee6e846","_id":"eslint-plugin-node@1.2.0","_shasum":"99e7e819917735b7fa8f5b70c6a0be36be933f98","_from":".","_npmVersion":"3.8.8","_nodeVersion":"6.0.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"dist":{"shasum":"99e7e819917735b7fa8f5b70c6a0be36be933f98","size":15468,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-1.2.0.tgz"},"maintainers":[{"name":"mysticatea","email":""}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-1.2.0.tgz_1462465221320_0.11583641543984413"},"directories":{},"publish_time":1462465224344,"_cnpm_publish_time":1462465224344,"_hasShrinkwrap":false},"1.1.0":{"name":"eslint-plugin-node","version":"1.1.0","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests/lib","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"engines":{"node":">=0.10"},"peerDependencies":{"eslint":">=1.10.3 <3.0.0"},"dependencies":{"ignore":"^3.0.11","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.7","semver":"5.1.0"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^2.5.1","eslint-config-mysticatea":"^2.0.0","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.7.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"4710fdea6aa2bd0c0375885905d9d54a5d2c3673","_id":"eslint-plugin-node@1.1.0","_shasum":"04180f1ef3996628fb467f4dcf83bdf308521651","_from":".","_npmVersion":"3.7.5","_nodeVersion":"6.0.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"04180f1ef3996628fb467f4dcf83bdf308521651","size":15010,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-1.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-1.1.0.tgz_1461761539127_0.18606801331043243"},"directories":{},"publish_time":1461761539540,"_cnpm_publish_time":1461761539540,"_hasShrinkwrap":false},"1.0.0":{"name":"eslint-plugin-node","version":"1.0.0","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests/lib","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"peerDependencies":{"eslint":">=1.10.3 <3.0.0"},"dependencies":{"ignore":"^2.2.19","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^2.0.0","eslint-config-mysticatea":"^2.0.0","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","semver":"^5.1.0","shelljs":"^0.6.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"2ebe566fffc78cf515f02e36d226bc133eefcba1","_id":"eslint-plugin-node@1.0.0","_shasum":"9359fce3a8b39bc47483449c1544980f129ba5aa","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.3.0","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"9359fce3a8b39bc47483449c1544980f129ba5aa","size":14551,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-node-1.0.0.tgz_1455353700418_0.7328024783637375"},"directories":{},"publish_time":1455353703680,"_cnpm_publish_time":1455353703680,"_hasShrinkwrap":false},"0.6.2":{"name":"eslint-plugin-node","version":"0.6.2","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests/lib --rulesdir lib/rules --rule \"{no-missing-require:2, no-unpublished-require:2, shebang:2}\"","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls","travis-test-with-eslint-next":"rimraf node_modules && npm i -g npm@3 && npm i && npm i eslint@next && npm i && npm run test:mocha && npm run coveralls"},"peerDependencies":{"eslint":">=1.10.3 || 2.0.0-alpha-1 || 2.0.0-alpha-2 || 2.0.0-beta.1 || 2.0.0-beta.2 || 2.0.0-beta.3"},"dependencies":{"ignore":"^2.2.19","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","semver":"^5.1.0","shelljs":"^0.5.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"a42c736142c28a9d9346ad2f981d3301d58d9c1c","_id":"eslint-plugin-node@0.6.2","_shasum":"866430c419bab53592f6b7fad1359f06471ee305","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.2.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"866430c419bab53592f6b7fad1359f06471ee305","size":14583,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.6.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.6.2.tgz"},"directories":{},"publish_time":1454306613438,"_cnpm_publish_time":1454306613438,"_hasShrinkwrap":false},"0.6.1":{"name":"eslint-plugin-node","version":"0.6.1","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests/lib --rulesdir lib/rules --rule \"{no-missing-require:2, no-unpublished-require:2, shebang:2}\"","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js --reporter progress","coveralls":"cat coverage/lcov.info | coveralls"},"peerDependencies":{"eslint":">=1.10.3"},"dependencies":{"ignore":"^2.2.19","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.5.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"3680f0e59b429028c2cb29ce52a51a68cbb43ff6","_id":"eslint-plugin-node@0.6.1","_shasum":"11e68b5e33f624bb32d21796025f9ac989e43faa","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.2.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"11e68b5e33f624bb32d21796025f9ac989e43faa","size":14473,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.6.1.tgz"},"directories":{},"publish_time":1454191667838,"_cnpm_publish_time":1454191667838,"_hasShrinkwrap":false},"0.6.0":{"name":"eslint-plugin-node","version":"0.6.0","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests/lib --rulesdir lib/rules --rule \"{no-missing-require:2, no-unpublished-require:2, shebang:2}\"","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js","coveralls":"cat coverage/lcov.info | coveralls"},"peerDependencies":{"eslint":">=1.10.3"},"dependencies":{"ignore":"^2.2.19","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.5.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"0cb67963a9e696c6b2315293fd865acb387f9a58","_id":"eslint-plugin-node@0.6.0","_shasum":"e639a2fa426afc1e05ecb52d78765c99be26ab19","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.2.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"e639a2fa426afc1e05ecb52d78765c99be26ab19","size":14226,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.6.0.tgz"},"directories":{},"publish_time":1453603567742,"_cnpm_publish_time":1453603567742,"_hasShrinkwrap":false},"0.5.1":{"name":"eslint-plugin-node","version":"0.5.1","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests/lib --rulesdir lib/rules --rule \"{no-missing-require:2, no-unpublished-require:2, shebang:2}\"","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js","coveralls":"cat coverage/lcov.info | coveralls"},"peerDependencies":{"eslint":">=1.10.3"},"dependencies":{"ignore":"^2.2.19","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.5.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"b32337877e69e4dec9bae8bab94df893ea9e1464","_id":"eslint-plugin-node@0.5.1","_shasum":"f45d4e82ea548f06c714ce298f74aa01da1eca7b","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.2.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"f45d4e82ea548f06c714ce298f74aa01da1eca7b","size":13412,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.5.1.tgz"},"directories":{},"publish_time":1453053604787,"_cnpm_publish_time":1453053604787,"_hasShrinkwrap":false},"0.5.0":{"name":"eslint-plugin-node","version":"0.5.0","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests/lib --rulesdir lib/rules --rule \"{no-missing-require:2, no-unpublished-require:2, shebang:2}\"","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js","coveralls":"cat coverage/lcov.info | coveralls"},"peerDependencies":{"eslint":">=1.10.3"},"dependencies":{"ignore":"^2.2.19","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"1.10.3","eslint-config-mysticatea":"^1.9.0","eslint-plugin-mysticatea":"^1.0.3","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.5.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"900e64eb03bdce408c3ba59da798ea9a08dd1d8c","_id":"eslint-plugin-node@0.5.0","_shasum":"b8d129a6c39d06a96e8a8427fdd8a168a81dafb5","_from":".","_npmVersion":"3.5.0","_nodeVersion":"0.10.41","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"b8d129a6c39d06a96e8a8427fdd8a168a81dafb5","size":13325,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.5.0.tgz"},"directories":{},"publish_time":1452952829899,"_cnpm_publish_time":1452952829899,"_hasShrinkwrap":false},"0.4.1":{"name":"eslint-plugin-node","version":"0.4.1","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests --rulesdir lib/rules --rule \"{no-missing-require:2, no-unpublished-require:2, shebang:2}\"","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js","coveralls":"cat coverage/lcov.info | coveralls"},"peerDependencies":{"eslint":">=1.10.3"},"dependencies":{"ignore":"^2.2.19","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^1.10.3","eslint-config-eslint":"^1.0.1","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.5.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"43442a74fd627a43abc4ed388fffa516080de6e4","_id":"eslint-plugin-node@0.4.1","_shasum":"6f9f8d1496c813bb1e6c114538bd0c245ee9162c","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.2.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"6f9f8d1496c813bb1e6c114538bd0c245ee9162c","size":11897,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.4.1.tgz"},"directories":{},"publish_time":1452375466453,"_cnpm_publish_time":1452375466453,"_hasShrinkwrap":false},"0.4.0":{"name":"eslint-plugin-node","version":"0.4.0","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests --rulesdir lib/rules --rule \"{no-missing-require:2, no-unpublished-require:2, shebang:2}\"","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js","coveralls":"cat coverage/lcov.info | coveralls"},"peerDependencies":{"eslint":">=1.10.3"},"dependencies":{"ignore":"^2.2.19","minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^1.10.3","eslint-config-eslint":"^1.0.1","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.5.3"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"9e373e2e7a08b0b7bb26d16a9fbf87c23f9a8802","_id":"eslint-plugin-node@0.4.0","_shasum":"c087a6d0527606542d5987d9b124a70677843dea","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.2.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"c087a6d0527606542d5987d9b124a70677843dea","size":11878,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.4.0.tgz"},"directories":{},"publish_time":1452366391394,"_cnpm_publish_time":1452366391394,"_hasShrinkwrap":false},"0.3.0":{"name":"eslint-plugin-node","version":"0.3.0","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests --rulesdir lib/rules --rule \"no-missing-require:2\"","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js","coveralls":"cat coverage/lcov.info | coveralls"},"peerDependencies":{"eslint":">=1.10.3"},"dependencies":{"minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^1.10.3","eslint-config-eslint":"^1.0.1","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.5.3","watch":"^0.16.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"483bb4edf749a448ff1032a2b4bcf1fc157772e2","_id":"eslint-plugin-node@0.3.0","_shasum":"9208e5d82e00846ff9996f8aefb4362ae9b0c136","_from":".","_npmVersion":"3.5.0","_nodeVersion":"4.2.3","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"9208e5d82e00846ff9996f8aefb4362ae9b0c136","size":9069,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.3.0.tgz"},"directories":{},"publish_time":1451301735813,"_cnpm_publish_time":1451301735813,"_hasShrinkwrap":false},"0.2.1":{"name":"eslint-plugin-node","version":"0.2.1","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests --rulesdir lib/rules --rule \"no-missing-require:2\"","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js","dev":"node scripts/dev.js","coveralls":"cat coverage/lcov.info | coveralls"},"peerDependencies":{"eslint":">=1.0.0"},"dependencies":{"minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^1.10.1","eslint-config-eslint":"^1.0.1","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.5.3","watch":"^0.16.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"0cd062316b1e819102bfb7f4e822534d1385376c","_id":"eslint-plugin-node@0.2.1","_shasum":"eebf6769f106c0c5bc0d081761eb16dea1e11eef","_from":".","_npmVersion":"3.5.0","_nodeVersion":"0.10.41","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"eebf6769f106c0c5bc0d081761eb16dea1e11eef","size":6117,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.2.1.tgz"},"directories":{},"publish_time":1450168060297,"_cnpm_publish_time":1450168060297,"_hasShrinkwrap":false},"0.2.0":{"name":"eslint-plugin-node","version":"0.2.0","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests --rulesdir lib/rules --rule \"no-missing-require:2\"","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js","dev":"node scripts/dev.js","coveralls":"cat coverage/lcov.info | coveralls"},"peerDependencies":{"eslint":">=1.0.0"},"dependencies":{"minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^1.10.1","eslint-config-eslint":"^1.0.1","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.5.3","watch":"^0.16.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"77cb1634d835662c72b35c823724b71f87baee8a","_id":"eslint-plugin-node@0.2.0","_shasum":"7deab76c7dc2446a190eafeed71717c2913c99f3","_from":".","_npmVersion":"3.3.12","_nodeVersion":"4.2.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"7deab76c7dc2446a190eafeed71717c2913c99f3","size":5604,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.2.0.tgz"},"directories":{},"publish_time":1448718558225,"_cnpm_publish_time":1448718558225,"_hasShrinkwrap":false},"0.1.0":{"name":"eslint-plugin-node","version":"0.1.0","description":"Additional ESLint's rules for Node.js","files":["lib","index.js"],"scripts":{"preversion":"npm-run-all test build","postversion":"git push && git push --tags","clean":"rimraf coverage","lint":"eslint lib tests --rulesdir lib/rules --rule \"no-missing-require:2\"","build":"node scripts/generate-index.js","test":"npm-run-all clean lint test:mocha","test:mocha":"istanbul cover node_modules/mocha/bin/_mocha -- tests/lib/**/*.js","dev":"node scripts/dev.js","coveralls":"cat coverage/lcov.info | coveralls"},"peerDependencies":{"eslint":">=1.0.0"},"dependencies":{"minimatch":"^3.0.0","object-assign":"^4.0.1","resolve":"^1.1.6"},"devDependencies":{"coveralls":"^2.11.4","eslint":"^1.10.1","eslint-config-eslint":"^1.0.1","istanbul":"^0.4.0","mocha":"^2.3.4","npm-run-all":"^1.3.2","rimraf":"^2.4.4","shelljs":"^0.5.3","watch":"^0.16.0"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"e2a153f21a016728e12e70a947c0835e3533db4a","_id":"eslint-plugin-node@0.1.0","_shasum":"97de2e265d81ba2a2cf447866248e286a60b973d","_from":".","_npmVersion":"3.3.12","_nodeVersion":"4.2.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"97de2e265d81ba2a2cf447866248e286a60b973d","size":5416,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.1.0.tgz"},"directories":{},"publish_time":1448630574525,"_cnpm_publish_time":1448630574525,"_hasShrinkwrap":false},"0.0.0":{"name":"eslint-plugin-node","version":"0.0.0","description":"Additional ESLint's rules for Node.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/mysticatea/eslint-plugin-node.git"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Toru Nagashima"},"license":"MIT","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","gitHead":"48843e895d6388cd5b46e1eaed05430388a81137","_id":"eslint-plugin-node@0.0.0","_shasum":"850d70fef1195d69e63344f0ff85a6fe004c4101","_from":".","_npmVersion":"3.3.12","_nodeVersion":"4.2.2","_npmUser":{"name":"mysticatea","email":"star.ctor@gmail.com"},"maintainers":[{"name":"mysticatea","email":""}],"dist":{"shasum":"850d70fef1195d69e63344f0ff85a6fe004c4101","size":1122,"noattachment":false,"key":"/eslint-plugin-node/-/eslint-plugin-node-0.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-node/download/eslint-plugin-node-0.0.0.tgz"},"directories":{},"publish_time":1448262935856,"_cnpm_publish_time":1448262935856,"_hasShrinkwrap":false}},"readme":"# eslint-plugin-node\n\n[![npm version](https://img.shields.io/npm/v/eslint-plugin-node.svg)](https://www.npmjs.com/package/eslint-plugin-node)\n[![Downloads/month](https://img.shields.io/npm/dm/eslint-plugin-node.svg)](http://www.npmtrends.com/eslint-plugin-node)\n[![Build Status](https://github.com/mysticatea/eslint-plugin-node/workflows/CI/badge.svg)](https://github.com/mysticatea/eslint-plugin-node/actions)\n[![Coverage Status](https://codecov.io/gh/mysticatea/eslint-plugin-node/branch/master/graph/badge.svg)](https://codecov.io/gh/mysticatea/eslint-plugin-node)\n[![Dependency Status](https://david-dm.org/mysticatea/eslint-plugin-node.svg)](https://david-dm.org/mysticatea/eslint-plugin-node)\n\nAdditional ESLint's rules for Node.js\n\n## ???? Install & Usage\n\n```\n$ npm install --save-dev eslint eslint-plugin-node\n```\n\n- Requires Node.js `>=8.10.0`\n- Requires ESLint `>=5.16.0`\n\n**Note:** It recommends a use of [the \"engines\" field of package.json](https://docs.npmjs.com/files/package.json#engines). The \"engines\" field is used by `node/no-unsupported-features/*` rules.\n\n**.eslintrc.json** (An example)\n\n```jsonc\n{\n    \"extends\": [\n        \"eslint:recommended\",\n        \"plugin:node/recommended\"\n    ],\n    \"parserOptions\": {\n        // Only ESLint 6.2.0 and later support ES2020.\n        \"ecmaVersion\": 2020\n    },\n    \"rules\": {\n        \"node/exports-style\": [\"error\", \"module.exports\"],\n        \"node/file-extension-in-import\": [\"error\", \"always\"],\n        \"node/prefer-global/buffer\": [\"error\", \"always\"],\n        \"node/prefer-global/console\": [\"error\", \"always\"],\n        \"node/prefer-global/process\": [\"error\", \"always\"],\n        \"node/prefer-global/url-search-params\": [\"error\", \"always\"],\n        \"node/prefer-global/url\": [\"error\", \"always\"],\n        \"node/prefer-promises/dns\": \"error\",\n        \"node/prefer-promises/fs\": \"error\"\n    }\n}\n```\n\n**package.json** (An example)\n\n```json\n{\n    \"name\": \"your-module\",\n    \"version\": \"1.0.0\",\n    \"type\": \"commonjs\",\n    \"engines\": {\n        \"node\": \">=8.10.0\"\n    }\n}\n```\n\n## ???? Rules\n\n- ⭐️ - the mark of recommended rules.\n- ✒️ - the mark of fixable rules.\n\n<!--RULES_TABLE_START-->\n### Possible Errors\n\n| Rule ID | Description |    |\n|:--------|:------------|:--:|\n| [node/no-callback-literal](./docs/rules/no-callback-literal.md) | ensure Node.js-style error-first callback pattern is followed |  |\n| [node/no-exports-assign](./docs/rules/no-exports-assign.md) | disallow the assignment to `exports` | ⭐️ |\n| [node/no-extraneous-import](./docs/rules/no-extraneous-import.md) | disallow `import` declarations which import extraneous modules | ⭐️ |\n| [node/no-extraneous-require](./docs/rules/no-extraneous-require.md) | disallow `require()` expressions which import extraneous modules | ⭐️ |\n| [node/no-missing-import](./docs/rules/no-missing-import.md) | disallow `import` declarations which import non-existence modules | ⭐️ |\n| [node/no-missing-require](./docs/rules/no-missing-require.md) | disallow `require()` expressions which import non-existence modules | ⭐️ |\n| [node/no-unpublished-bin](./docs/rules/no-unpublished-bin.md) | disallow `bin` files that npm ignores | ⭐️ |\n| [node/no-unpublished-import](./docs/rules/no-unpublished-import.md) | disallow `import` declarations which import private modules | ⭐️ |\n| [node/no-unpublished-require](./docs/rules/no-unpublished-require.md) | disallow `require()` expressions which import private modules | ⭐️ |\n| [node/no-unsupported-features/es-builtins](./docs/rules/no-unsupported-features/es-builtins.md) | disallow unsupported ECMAScript built-ins on the specified version | ⭐️ |\n| [node/no-unsupported-features/es-syntax](./docs/rules/no-unsupported-features/es-syntax.md) | disallow unsupported ECMAScript syntax on the specified version | ⭐️ |\n| [node/no-unsupported-features/node-builtins](./docs/rules/no-unsupported-features/node-builtins.md) | disallow unsupported Node.js built-in APIs on the specified version | ⭐️ |\n| [node/process-exit-as-throw](./docs/rules/process-exit-as-throw.md) | make `process.exit()` expressions the same code path as `throw` | ⭐️ |\n| [node/shebang](./docs/rules/shebang.md) | suggest correct usage of shebang | ⭐️✒️ |\n\n### Best Practices\n\n| Rule ID | Description |    |\n|:--------|:------------|:--:|\n| [node/no-deprecated-api](./docs/rules/no-deprecated-api.md) | disallow deprecated APIs | ⭐️ |\n\n### Stylistic Issues\n\n| Rule ID | Description |    |\n|:--------|:------------|:--:|\n| [node/exports-style](./docs/rules/exports-style.md) | enforce either `module.exports` or `exports` |  |\n| [node/file-extension-in-import](./docs/rules/file-extension-in-import.md) | enforce the style of file extensions in `import` declarations | ✒️ |\n| [node/prefer-global/buffer](./docs/rules/prefer-global/buffer.md) | enforce either `Buffer` or `require(\"buffer\").Buffer` |  |\n| [node/prefer-global/console](./docs/rules/prefer-global/console.md) | enforce either `console` or `require(\"console\")` |  |\n| [node/prefer-global/process](./docs/rules/prefer-global/process.md) | enforce either `process` or `require(\"process\")` |  |\n| [node/prefer-global/text-decoder](./docs/rules/prefer-global/text-decoder.md) | enforce either `TextDecoder` or `require(\"util\").TextDecoder` |  |\n| [node/prefer-global/text-encoder](./docs/rules/prefer-global/text-encoder.md) | enforce either `TextEncoder` or `require(\"util\").TextEncoder` |  |\n| [node/prefer-global/url-search-params](./docs/rules/prefer-global/url-search-params.md) | enforce either `URLSearchParams` or `require(\"url\").URLSearchParams` |  |\n| [node/prefer-global/url](./docs/rules/prefer-global/url.md) | enforce either `URL` or `require(\"url\").URL` |  |\n| [node/prefer-promises/dns](./docs/rules/prefer-promises/dns.md) | enforce `require(\"dns\").promises` |  |\n| [node/prefer-promises/fs](./docs/rules/prefer-promises/fs.md) | enforce `require(\"fs\").promises` |  |\n\n### Deprecated rules\n\nThese rules have been deprecated in accordance with the [deprecation policy](https://eslint.org/docs/user-guide/rule-deprecation), and replaced by newer rules:\n\n| Rule ID | Replaced by |\n|:--------|:------------|\n| [node/no-hide-core-modules](./docs/rules/no-hide-core-modules.md) | (nothing) |\n| [node/no-unsupported-features](./docs/rules/no-unsupported-features.md) | [node/no-unsupported-features/es-syntax](./docs/rules/no-unsupported-features/es-syntax.md) and [node/no-unsupported-features/es-builtins](./docs/rules/no-unsupported-features/es-builtins.md) |\n\n<!--RULES_TABLE_END-->\n\n## ???? Configs\n\nThis plugin provides three configs:\n\n- `plugin:node/recommended` condiders both CommonJS and ES Modules. If [`\"type\":\"module\"` field](https://medium.com/@nodejs/announcing-a-new-experimental-modules-1be8d2d6c2ff#b023) existed in package.json then it considers files as ES Modules. Otherwise it considers files as CommonJS. In addition, it considers `*.mjs` files as ES Modules and `*.cjs` files as CommonJS.\n- `plugin:node/recommended-module` considers all files as ES Modules.\n- `plugin:node/recommended-script` considers all files as CommonJS.\n\nThose preset config:\n\n- enable [no-process-exit](http://eslint.org/docs/rules/no-process-exit) rule because [the official document](https://nodejs.org/api/process.html#process_process_exit_code) does not recommend a use of `process.exit()`.\n- enable plugin rules which are given :star: in the above table.\n- add `{ecmaVersion: 2019}` and etc into `parserOptions`.\n- add proper globals into `globals`.\n- add this plugin into `plugins`.\n\n## ???? FAQ\n\n- Q: The `no-missing-import` / `no-missing-require` rules don't work with nested folders in SublimeLinter-eslint\n- A: See [context.getFilename() in rule returns relative path](https://github.com/roadhump/SublimeLinter-eslint#contextgetfilename-in-rule-returns-relative-path) in the SublimeLinter-eslint FAQ.\n\n## ???? Semantic Versioning Policy\n\n`eslint-plugin-node` follows [semantic versioning](http://semver.org/) and [ESLint's Semantic Versioning Policy](https://github.com/eslint/eslint#semantic-versioning-policy).\n\n- Patch release (intended to not break your lint build)\n    - A bug fix in a rule that results in it reporting fewer errors.\n    - Improvements to documentation.\n    - Non-user-facing changes such as refactoring code, adding, deleting, or modifying tests, and increasing test coverage.\n    - Re-releasing after a failed release (i.e., publishing a release that doesn't work for anyone).\n- Minor release (might break your lint build)\n    - A bug fix in a rule that results in it reporting more errors.\n    - A new rule is created.\n    - A new option to an existing rule is created.\n    - An existing rule is deprecated.\n- Major release (likely to break your lint build)\n    - A support for old Node version is dropped.\n    - A support for old ESLint version is dropped.\n    - An existing rule is changed in it reporting more errors.\n    - An existing rule is removed.\n    - An existing option of a rule is removed.\n    - An existing config is updated.\n\n## ???? Changelog\n\n- [GitHub Releases](https://github.com/mysticatea/eslint-plugin-node/releases)\n\n## ❤️ Contributing\n\nWelcome contributing!\n\nPlease use GitHub's Issues/PRs.\n\n### Development Tools\n\n- `npm test` runs tests and measures coverage.\n- `npm run coverage` shows the coverage result of `npm test` command.\n- `npm run clean` removes the coverage result of `npm test` command.\n","_attachments":{},"homepage":"https://github.com/mysticatea/eslint-plugin-node#readme","bugs":{"url":"https://github.com/mysticatea/eslint-plugin-node/issues"},"license":"MIT"}