{"_id":"eslint-plugin-css-modules","_rev":"3336847","name":"eslint-plugin-css-modules","description":"Checks that you are using the existent css/scss/less classes, no more no less","dist-tags":{"latest":"2.12.0"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"time":{"modified":"2024-07-10T08:01:11.000Z","created":"2016-12-09T17:42:24.652Z","2.12.0":"2023-10-19T16:22:59.556Z","2.11.4":"2023-09-19T21:10:09.351Z","2.11.3":"2023-09-19T19:45:53.518Z","2.11.2":"2023-09-19T19:42:35.024Z","2.11.0":"2019-01-07T16:19:55.739Z","2.10.0":"2018-10-18T18:19:17.205Z","2.9.1":"2018-09-07T13:27:41.323Z","2.9.0":"2018-09-07T11:04:29.623Z","2.8.1":"2018-08-29T17:59:07.340Z","2.8.0":"2018-08-29T17:57:46.089Z","2.7.5":"2017-08-22T10:11:54.196Z","2.7.4":"2017-08-21T14:41:11.758Z","2.7.3":"2017-07-23T04:38:04.335Z","2.7.2":"2017-06-26T17:44:10.494Z","2.7.1":"2017-03-21T09:33:24.256Z","2.6.1":"2017-02-28T01:13:02.329Z","2.6.0":"2017-02-25T16:27:47.942Z","2.5.0":"2017-02-25T13:02:17.759Z","2.4.1":"2017-02-24T03:59:47.683Z","2.4.0":"2017-02-22T17:40:20.126Z","2.3.0":"2017-02-21T05:53:11.556Z","2.2.0":"2017-02-06T15:18:46.362Z","2.1.0":"2017-01-12T07:19:26.525Z","2.0.0":"2016-12-14T16:29:57.269Z","1.0.10":"2016-12-11T18:25:55.877Z","1.0.9":"2016-12-10T18:32:15.798Z","1.0.8":"2016-12-10T18:25:09.963Z","1.0.7":"2016-12-10T18:22:02.745Z","1.0.6":"2016-12-10T18:00:01.153Z","1.0.5":"2016-12-10T17:31:19.912Z","1.0.4":"2016-12-09T18:22:33.567Z","1.0.3":"2016-12-09T18:07:18.127Z","1.0.2":"2016-12-09T18:05:10.625Z","1.0.1":"2016-12-09T17:48:50.352Z","1.0.0":"2016-12-09T17:42:24.652Z"},"users":{},"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"versions":{"2.12.0":{"name":"eslint-plugin-css-modules","version":"2.12.0","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"mocha 'test/**/*.test.js' --compilers js:@babel/register","my-pre-publish":"npm run test && npm run build","my-publish":"npm run my-pre-publish && yarn publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"@babel/cli":"^7.23.0","@babel/core":"^7.23.0","@babel/eslint-parser":"^7.22.15","@babel/plugin-proposal-export-default-from":"^7.22.17","@babel/plugin-syntax-flow":"^7.22.5","@babel/plugin-transform-flow-strip-types":"^7.22.5","@babel/preset-env":"^7.22.20","@babel/register":"^7.22.15","chai":"^4.3.9","eslint":"^8.50.0","eslint-config-standard":"^17.1.0","eslint-plugin-import":"^2.28.1","eslint-plugin-mocha":"^10.2.0","eslint-plugin-n":"^16.1.0","eslint-plugin-promise":"^6.1.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^3.0.1"},"dependencies":{"gonzales-pe":"^4.3.0","lodash":"^4.17.2"},"_id":"eslint-plugin-css-modules@2.12.0","dist":{"shasum":"c4102c390c7efd68c4d53677c5e763971699322c","size":26588,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.12.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.12.0.tgz"},"_npmUser":{"name":"yuhsianw","email":"yuhsianw@gmail.com"},"directories":{},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules_2.12.0_1697732579294_0.0625721766580356"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-19T16:22:59.556Z","publish_time":1697732579556,"_source_registry_name":"default","_cnpm_publish_time":1697732579556},"2.11.4":{"name":"eslint-plugin-css-modules","version":"2.11.4","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && yarn publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"_id":"eslint-plugin-css-modules@2.11.4","dist":{"shasum":"cabe500fc672a3ba0a4a7af18ecfc36357dc53a3","size":92110,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.11.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.11.4.tgz"},"_npmUser":{"name":"yuhsianw","email":"yuhsianw@gmail.com"},"directories":{},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules_2.11.4_1695157809169_0.027569833773859465"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-19T21:10:09.351Z","publish_time":1695157809351,"_source_registry_name":"default","_cnpm_publish_time":1695157809351},"2.11.3":{"name":"eslint-plugin-css-modules","version":"2.11.3","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && yarn publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"d3f0a717d4ef774b092b1cbfa517b52e185f8976","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.11.3","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"2495f5a2086e571fd5c2855a23e620cb96aff5d3","size":68070,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.11.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.11.3.tgz"},"_npmUser":{"name":"yuhsianw","email":"yuhsianw@gmail.com"},"directories":{},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules_2.11.3_1695152753309_0.7243154933140064"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-19T19:45:53.518Z","publish_time":1695152753518,"_source_registry_name":"default","_cnpm_publish_time":1695152753518},"2.11.2":{"name":"eslint-plugin-css-modules","version":"2.11.2","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && yarn publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"9cd866b83745613d3c198bb422e079e0bfa80658","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.11.2","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"shasum":"7304e337989b58d2bbc7c1d2cc221b9509028880","size":68070,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.11.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.11.2.tgz"},"_npmUser":{"name":"yuhsianw","email":"yuhsianw@gmail.com"},"directories":{},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules_2.11.2_1695152554801_0.7997361798451499"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-09-19T19:42:35.024Z","publish_time":1695152555024,"_source_registry_name":"default","_cnpm_publish_time":1695152555024},"2.11.0":{"name":"eslint-plugin-css-modules","version":"2.11.0","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && yarn publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"_id":"eslint-plugin-css-modules@2.11.0","dist":{"shasum":"8de4d01d523a2d51c03043fa8004aab6b6cf3b1a","size":90247,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.11.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.11.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules_2.11.0_1546877995492_0.06255338059365867"},"_hasShrinkwrap":false,"publish_time":1546877995739,"_cnpm_publish_time":1546877995739,"_cnpmcore_publish_time":"2021-12-17T00:16:27.134Z"},"2.10.0":{"name":"eslint-plugin-css-modules","version":"2.10.0","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && yarn publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"70cfb48d0b79042b3a00436cdb17d6baae7d1d7d","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.10.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"73b26d6e480e8dc0fb92c56d8187628e67935aa7","size":88407,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.10.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.10.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules_2.10.0_1539886756993_0.885217561349656"},"_hasShrinkwrap":false,"publish_time":1539886757205,"_cnpm_publish_time":1539886757205,"_cnpmcore_publish_time":"2021-12-17T00:16:27.634Z"},"2.9.1":{"name":"eslint-plugin-css-modules","version":"2.9.1","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && yarn publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"_id":"eslint-plugin-css-modules@2.9.1","dist":{"shasum":"e5f64fb360e3d4ff8cfdf1a733fb9049759fba9d","size":88442,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.9.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.9.1.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules_2.9.1_1536326856930_0.5937745135238943"},"_hasShrinkwrap":false,"publish_time":1536326861323,"_cnpm_publish_time":1536326861323,"_cnpmcore_publish_time":"2021-12-17T00:16:28.062Z"},"2.9.0":{"name":"eslint-plugin-css-modules","version":"2.9.0","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && yarn publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"_id":"eslint-plugin-css-modules@2.9.0","dist":{"shasum":"0db4dc5a425fa2f301b5669e3afdda142d6917ca","size":89544,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.9.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules_2.9.0_1536318269444_0.9064278556915266"},"_hasShrinkwrap":false,"publish_time":1536318269623,"_cnpm_publish_time":1536318269623,"_cnpmcore_publish_time":"2021-12-17T00:16:28.445Z"},"2.8.1":{"name":"eslint-plugin-css-modules","version":"2.8.1","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && yarn publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"_id":"eslint-plugin-css-modules@2.8.1","dist":{"shasum":"564188faab777e4e628503bfdca0742c24133c6d","size":88432,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.8.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.8.1.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules_2.8.1_1535565547176_0.8454938953601261"},"_hasShrinkwrap":false,"publish_time":1535565547340,"_cnpm_publish_time":1535565547340,"_cnpmcore_publish_time":"2021-12-17T00:16:28.868Z"},"2.8.0":{"name":"eslint-plugin-css-modules","version":"2.8.0","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && npm publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"_id":"eslint-plugin-css-modules@2.8.0","dist":{"shasum":"4132bac318d07b75e1f47de6832869e00a8befcd","size":68853,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.8.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules_2.8.0_1535565465924_0.19976311685699732"},"_hasShrinkwrap":false,"publish_time":1535565466089,"_cnpm_publish_time":1535565466089,"_cnpmcore_publish_time":"2021-12-17T00:16:29.214Z"},"2.7.5":{"name":"eslint-plugin-css-modules","version":"2.7.5","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","files":["build","packages"],"scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && npm publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"eb361eccca6fee1c8b722a7ca9d6ca9acb6319ae","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.7.5","_shasum":"a4f49d3b585c721b37a8fee810af40373906bb1c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"a4f49d3b585c721b37a8fee810af40373906bb1c","size":87380,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.7.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.7.5.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules-2.7.5.tgz_1503396713858_0.6913163680583239"},"directories":{},"publish_time":1503396714196,"_hasShrinkwrap":false,"_cnpm_publish_time":1503396714196,"_cnpmcore_publish_time":"2021-12-17T00:16:29.638Z"},"2.7.4":{"name":"eslint-plugin-css-modules","version":"2.7.4","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","files":["build","packages"],"scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && npm publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"da70a7859637cef424bd13e85bf385bc89dec2b2","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.7.4","_shasum":"f066b3a0a1b414a4cd09041f8ad83f1d9a81c3e6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"f066b3a0a1b414a4cd09041f8ad83f1d9a81c3e6","size":85722,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.7.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.7.4.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules-2.7.4.tgz_1503326470501_0.2919270119164139"},"directories":{},"publish_time":1503326471758,"_hasShrinkwrap":false,"_cnpm_publish_time":1503326471758,"_cnpmcore_publish_time":"2021-12-17T00:16:30.074Z"},"2.7.3":{"name":"eslint-plugin-css-modules","version":"2.7.3","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","files":["build","packages"],"scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && npm publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"6dc0af41e326defcebc71bb54bf25fbac4f2995c","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.7.3","_shasum":"a3a831f943706b9cce2f2f46e4fc415d9cf07a73","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"a3a831f943706b9cce2f2f46e4fc415d9cf07a73","size":84293,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.7.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.7.3.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules-2.7.3.tgz_1500784683190_0.31002949201501906"},"directories":{},"publish_time":1500784684335,"_hasShrinkwrap":false,"_cnpm_publish_time":1500784684335,"_cnpmcore_publish_time":"2021-12-17T00:16:30.457Z"},"2.7.2":{"name":"eslint-plugin-css-modules","version":"2.7.2","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","files":["build","packages"],"scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && npm publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"06aa66215a24dc3f0212fe80227728b6c0a9c458","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.7.2","_shasum":"0fcae06df983dd655c0475b4a4d6a390b285be4a","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"0fcae06df983dd655c0475b4a4d6a390b285be4a","size":81770,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.7.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.7.2.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eslint-plugin-css-modules-2.7.2.tgz_1498499049342_0.22091354778967798"},"directories":{},"publish_time":1498499050494,"_hasShrinkwrap":false,"_cnpm_publish_time":1498499050494,"_cnpmcore_publish_time":"2021-12-17T00:16:30.834Z"},"2.7.1":{"name":"eslint-plugin-css-modules","version":"2.7.1","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","files":["build","packages"],"scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run build'","my-publish":"npm run my-pre-publish && npm publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"deda9af2e3c614b8d60ab9ab659b7b395ea73a86","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.7.1","_shasum":"d8dc77b59aa3762ff7992ec57372468a7e8c6722","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"d8dc77b59aa3762ff7992ec57372468a7e8c6722","size":81800,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.7.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.7.1.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-2.7.1.tgz_1490088802224_0.43401861377060413"},"directories":{},"publish_time":1490088804256,"_hasShrinkwrap":false,"_cnpm_publish_time":1490088804256,"_cnpmcore_publish_time":"2021-12-17T00:16:31.182Z"},"2.6.1":{"name":"eslint-plugin-css-modules","version":"2.6.1","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","files":["build","packages"],"scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run lint' 'npm run build'","my-publish":"npm run my-pre-publish && npm publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"140dc31d71d0b40b1a9c049d32d68222078501e7","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.6.1","_shasum":"07b6d0e565ac5a171d846fafd91e527105295537","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"07b6d0e565ac5a171d846fafd91e527105295537","size":81613,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.6.1.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-2.6.1.tgz_1488244380272_0.42194798216223717"},"directories":{},"publish_time":1488244382329,"_hasShrinkwrap":false,"_cnpm_publish_time":1488244382329,"_cnpmcore_publish_time":"2021-12-17T00:16:31.577Z"},"2.6.0":{"name":"eslint-plugin-css-modules","version":"2.6.0","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","files":["build","packages"],"scripts":{"watch":"babel lib -d build --watch","build":"rm -rf build && babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js'","my-pre-publish":"concurrently 'npm run test' 'npm run lint' 'npm run build'","my-publish":"npm run my-pre-publish && npm publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-core":"^6.23.1","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"5d8528d6b61be86b8255d4daec37fc86a368abec","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.6.0","_shasum":"66c633417e5a903a8496041e60820becf008df00","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"66c633417e5a903a8496041e60820becf008df00","size":81628,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.6.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-2.6.0.tgz_1488040067270_0.6089341633487493"},"directories":{},"publish_time":1488040067942,"_hasShrinkwrap":false,"_cnpm_publish_time":1488040067942,"_cnpmcore_publish_time":"2021-12-17T00:16:31.865Z"},"2.5.0":{"name":"eslint-plugin-css-modules","version":"2.5.0","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"build/index.js","files":["build"],"scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","lint":"eslint lib test","test":"concurrently 'npm run test:rules' 'npm run test:mocha'","test:rules":"babel-node ./test/lib/rules","test:mocha":"mocha 'test/**/*.test.js' --compilers js:babel-register","pre-publish":"concurrently 'npm run test' 'npm run lint' 'npm run build'","publish":"npm run pre-publish && npm publish"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-register":"^6.23.0","babel-watch":"^2.0.6","chai":"^3.5.0","concurrently":"^3.3.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"74d357e478b4a28a2b10b892690357f5b90ea8f1","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.5.0","_shasum":"972e2de0717a6ec94df5df3fe86027a80410266d","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"972e2de0717a6ec94df5df3fe86027a80410266d","size":14185,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.5.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-2.5.0.tgz_1488027735679_0.7708207068499178"},"directories":{},"publish_time":1488027737759,"_hasShrinkwrap":false,"_cnpm_publish_time":1488027737759,"_cnpmcore_publish_time":"2021-12-17T00:16:32.077Z"},"2.4.1":{"name":"eslint-plugin-css-modules","version":"2.4.1","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"babel-node ./tests/lib/rules"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-watch":"^2.0.6","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"0aa71ecea6ad040735b8b29f32671f7250e547bd","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.4.1","_shasum":"70257370d9a7a535a011d467efda3658f294d39e","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"70257370d9a7a535a011d467efda3658f294d39e","size":145072,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.4.1.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-2.4.1.tgz_1487908785483_0.3799748138990253"},"directories":{},"publish_time":1487908787683,"_hasShrinkwrap":false,"_cnpm_publish_time":1487908787683,"_cnpmcore_publish_time":"2021-12-17T00:16:32.509Z"},"2.4.0":{"name":"eslint-plugin-css-modules","version":"2.4.0","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"babel-node ./tests/lib/rules"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-watch":"^2.0.6","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"1a659542e42d4a1d873be401559902202dd5693c","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.4.0","_shasum":"930c7128f97e95af04c1b84898de94ac547ecf53","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"930c7128f97e95af04c1b84898de94ac547ecf53","size":144945,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.4.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-2.4.0.tgz_1487785218024_0.7333103336859494"},"directories":{},"publish_time":1487785220126,"_hasShrinkwrap":false,"_cnpm_publish_time":1487785220126,"_cnpmcore_publish_time":"2021-12-17T00:16:32.958Z"},"2.3.0":{"name":"eslint-plugin-css-modules","version":"2.3.0","description":"Checks that you are using the existent css/scss/less classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"babel-node ./tests/lib/rules"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","babel-watch":"^2.0.6","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","mocha":"^3.2.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"7684464bf7c70482dd89b90abbb835dc213fdfbc","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.3.0","_shasum":"4cac8bca5225ff5d180eb3d0e720289d604ba88c","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"4cac8bca5225ff5d180eb3d0e720289d604ba88c","size":125157,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.3.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-2.3.0.tgz_1487656389561_0.4165970887988806"},"directories":{},"publish_time":1487656391556,"_hasShrinkwrap":false,"_cnpm_publish_time":1487656391556,"_cnpmcore_publish_time":"2021-12-17T00:16:33.554Z"},"2.2.0":{"name":"eslint-plugin-css-modules","version":"2.2.0","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2"},"gitHead":"10232eec99ea8d1d77b24de8b5765a57c3f2c041","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.2.0","_shasum":"41548f3c63c805512f6a650d73bc656b665dbf96","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"41548f3c63c805512f6a650d73bc656b665dbf96","size":123446,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.2.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-2.2.0.tgz_1486394325674_0.3925743110012263"},"directories":{},"publish_time":1486394326362,"_hasShrinkwrap":false,"_cnpm_publish_time":1486394326362,"_cnpmcore_publish_time":"2021-12-17T00:16:33.900Z"},"2.1.0":{"name":"eslint-plugin-css-modules","version":"2.1.0","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"1cd8ee3c817edc383a81da867f1bcb1403f5d42c","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.1.0","_shasum":"d535b2e5983c76393a4c214040ab40e0f353f4d9","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"d535b2e5983c76393a4c214040ab40e0f353f4d9","size":123451,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.1.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-2.1.0.tgz_1484205565859_0.16970563982613385"},"directories":{},"publish_time":1484205566525,"_hasShrinkwrap":false,"_cnpm_publish_time":1484205566525,"_cnpmcore_publish_time":"2021-12-17T00:16:34.311Z"},"2.0.0":{"name":"eslint-plugin-css-modules","version":"2.0.0","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"85a630e2b30c583a41513a72e9aba8d936d3e2e5","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@2.0.0","_shasum":"9362d5e4a187c471d28a0fc2e395f73c0d88a773","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"9362d5e4a187c471d28a0fc2e395f73c0d88a773","size":123367,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-2.0.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-2.0.0.tgz_1481732995116_0.055086439941078424"},"directories":{},"publish_time":1481732997269,"_hasShrinkwrap":false,"_cnpm_publish_time":1481732997269,"_cnpmcore_publish_time":"2021-12-17T00:16:34.790Z"},"1.0.10":{"name":"eslint-plugin-css-modules","version":"1.0.10","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal","email":"atif5801@gmail.com","url":"http://atfzl.me"},"repository":{"type":"git","url":"git://github.com/atfzl/eslint-plugin-css-modules.git"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"c0835e14ba5d414d6bfd15b62a4c2d8fcececd72","bugs":{"url":"https://github.com/atfzl/eslint-plugin-css-modules/issues"},"homepage":"https://github.com/atfzl/eslint-plugin-css-modules#readme","_id":"eslint-plugin-css-modules@1.0.10","_shasum":"f619d0f799420c76fec70789cd6e7456eee4c932","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"f619d0f799420c76fec70789cd6e7456eee4c932","size":100518,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-1.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-1.0.10.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-1.0.10.tgz_1481480753626_0.5678119633812457"},"directories":{},"publish_time":1481480755877,"_hasShrinkwrap":false,"_cnpm_publish_time":1481480755877,"_cnpmcore_publish_time":"2021-12-17T00:16:35.165Z"},"1.0.9":{"name":"eslint-plugin-css-modules","version":"1.0.9","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"a89078b0864aa5a0e3d8298838a7659b2d7eb86c","_id":"eslint-plugin-css-modules@1.0.9","_shasum":"f2a07fa5ff474ce0cea100fafd52ef25c864d0d0","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"f2a07fa5ff474ce0cea100fafd52ef25c864d0d0","size":100448,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-1.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-1.0.9.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-1.0.9.tgz_1481394733540_0.4867087926249951"},"directories":{},"publish_time":1481394735798,"_hasShrinkwrap":false,"_cnpm_publish_time":1481394735798,"_cnpmcore_publish_time":"2021-12-17T00:16:35.540Z"},"1.0.8":{"name":"eslint-plugin-css-modules","version":"1.0.8","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"c4cf4c457c167f46e4bb18a9b3de8e478f8728a8","_id":"eslint-plugin-css-modules@1.0.8","_shasum":"f4950e0f8d9db91bc80a5f80f4be6cd99ca7f20c","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"f4950e0f8d9db91bc80a5f80f4be6cd99ca7f20c","size":100363,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-1.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-1.0.8.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-1.0.8.tgz_1481394309741_0.2543772158678621"},"directories":{},"publish_time":1481394309963,"_hasShrinkwrap":false,"_cnpm_publish_time":1481394309963,"_cnpmcore_publish_time":"2021-12-17T00:16:35.904Z"},"1.0.7":{"name":"eslint-plugin-css-modules","version":"1.0.7","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"86f37700ff3bc91db98a643dd0a5aa4651aaedf6","_id":"eslint-plugin-css-modules@1.0.7","_shasum":"432ddd6cd901cfa93983b0ed3dd43980bc8a6e9b","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"432ddd6cd901cfa93983b0ed3dd43980bc8a6e9b","size":100376,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-1.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-1.0.7.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-1.0.7.tgz_1481394120429_0.811663513071835"},"directories":{},"publish_time":1481394122745,"_hasShrinkwrap":false,"_cnpm_publish_time":1481394122745,"_cnpmcore_publish_time":"2021-12-17T00:16:36.208Z"},"1.0.6":{"name":"eslint-plugin-css-modules","version":"1.0.6","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"91efb2d68a2981c8935e39de4041687f90f2be96","_id":"eslint-plugin-css-modules@1.0.6","_shasum":"f184536910fcfda7b799ce5fa5663e2493a7b943","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"f184536910fcfda7b799ce5fa5663e2493a7b943","size":99951,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-1.0.6.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-1.0.6.tgz_1481392799301_0.15252536488696933"},"directories":{},"publish_time":1481392801153,"_hasShrinkwrap":false,"_cnpm_publish_time":1481392801153,"_cnpmcore_publish_time":"2021-12-17T00:16:36.724Z"},"1.0.5":{"name":"eslint-plugin-css-modules","version":"1.0.5","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"f9dfe04a5a65ab18e1beb03985ab517d265354c0","_id":"eslint-plugin-css-modules@1.0.5","_shasum":"74f5be66f877303663d8a121e7319a6fce719f1b","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"74f5be66f877303663d8a121e7319a6fce719f1b","size":99833,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-1.0.5.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-1.0.5.tgz_1481391079677_0.7290931385941803"},"directories":{},"publish_time":1481391079912,"_hasShrinkwrap":false,"_cnpm_publish_time":1481391079912,"_cnpmcore_publish_time":"2021-12-17T00:16:37.050Z"},"1.0.4":{"name":"eslint-plugin-css-modules","version":"1.0.4","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin","css-modules"],"author":{"name":"Atif Afzal"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"e90b7e659d1a8fe6616696d6e5dfe19f027ac315","_id":"eslint-plugin-css-modules@1.0.4","_shasum":"464697ba1ce666938a9fe29ed119746c305e3057","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"464697ba1ce666938a9fe29ed119746c305e3057","size":99456,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-1.0.4.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-1.0.4.tgz_1481307751880_0.47959282202646136"},"directories":{},"publish_time":1481307753567,"_hasShrinkwrap":false,"_cnpm_publish_time":1481307753567,"_cnpmcore_publish_time":"2021-12-17T00:16:37.556Z"},"1.0.3":{"name":"eslint-plugin-css-modules","version":"1.0.3","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Atif Afzal"},"license":"MIT","peerDependencies":{"eslint":">=2.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"253e3186ec6f6bbedb85dbcdd1d14b7d60a25c01","_id":"eslint-plugin-css-modules@1.0.3","_shasum":"edb3a10e787f403b82e501b8dbdf0d2d73485f2a","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"edb3a10e787f403b82e501b8dbdf0d2d73485f2a","size":99453,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-1.0.3.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-1.0.3.tgz_1481306836309_0.331157298758626"},"directories":{},"publish_time":1481306838127,"_hasShrinkwrap":false,"_cnpm_publish_time":1481306838127,"_cnpmcore_publish_time":"2021-12-17T00:16:37.934Z"},"1.0.2":{"name":"eslint-plugin-css-modules","version":"1.0.2","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Atif Afzal"},"license":"MIT","peerDependencies":{"eslint":">=3.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"6d1e78ef13091c466496b4135a5796e51db9a2dd","_id":"eslint-plugin-css-modules@1.0.2","_shasum":"7469c673ca3d121ec7cc82883d63c7dec80860de","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"7469c673ca3d121ec7cc82883d63c7dec80860de","size":99466,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-1.0.2.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-1.0.2.tgz_1481306708473_0.9268035634886473"},"directories":{},"publish_time":1481306710625,"_hasShrinkwrap":false,"_cnpm_publish_time":1481306710625,"_cnpmcore_publish_time":"2021-12-17T00:16:38.509Z"},"1.0.1":{"name":"eslint-plugin-css-modules","version":"1.0.1","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Atif Afzal"},"license":"MIT","peerDependencies":{"eslint":">=3.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"85ed8802d117385db8b2474637848dc1374bd37c","_id":"eslint-plugin-css-modules@1.0.1","_shasum":"2083196a4bd8ed7ed483b6fbdfec86e8530dc21b","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"2083196a4bd8ed7ed483b6fbdfec86e8530dc21b","size":99476,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-1.0.1.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-1.0.1.tgz_1481305730123_0.43221790017560124"},"directories":{},"publish_time":1481305730352,"_hasShrinkwrap":false,"_cnpm_publish_time":1481305730352,"_cnpmcore_publish_time":"2021-12-17T00:16:38.834Z"},"1.0.0":{"name":"eslint-plugin-css-modules","version":"1.0.0","description":"Checks that you are using the existent css/scss classes, no more no less","main":"index.js","scripts":{"watch":"babel lib -d build --watch","build":"babel lib -d build","test":"nodemon --quiet --exec eslint example/index.js"},"engines":{"node":">=4.0.0"},"keywords":["eslint","eslintplugin","eslint-plugin"],"author":{"name":"Atif Afzal"},"license":"MIT","peerDependencies":{"eslint":">=3.0.0"},"devDependencies":{"babel-cli":"^6.18.0","babel-eslint":"^7.1.0","babel-plugin-syntax-flow":"^6.18.0","babel-plugin-transform-flow-strip-types":"^6.18.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-1":"^6.16.0","eslint":"^3.8.1","eslint-config-standard":"^6.2.1","eslint-plugin-flowtype":"^2.25.0","eslint-plugin-import":"^2.0.1","eslint-plugin-promise":"^3.3.0","eslint-plugin-standard":"^2.0.1","flow-bin":"^0.36.0","nodemon":"^1.11.0"},"dependencies":{"gonzales-pe":"^4.0.3","lodash":"^4.17.2","node-sass":"^3.13.0"},"gitHead":"1b3ab9edfbd35acc6445de00d874b596663036a3","_id":"eslint-plugin-css-modules@1.0.0","_shasum":"f4cde7c145f037772f50fa85f274cea9b26020a3","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.1","_npmUser":{"name":"atfzl","email":"atif5801@gmail.com"},"dist":{"shasum":"f4cde7c145f037772f50fa85f274cea9b26020a3","size":92238,"noattachment":false,"key":"/eslint-plugin-css-modules/-/eslint-plugin-css-modules-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eslint-plugin-css-modules/download/eslint-plugin-css-modules-1.0.0.tgz"},"maintainers":[{"name":"atfzl","email":""},{"name":"yuhsianw","email":""}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/eslint-plugin-css-modules-1.0.0.tgz_1481305342317_0.9271826290059835"},"directories":{},"publish_time":1481305344652,"_hasShrinkwrap":false,"_cnpm_publish_time":1481305344652,"_cnpmcore_publish_time":"2021-12-17T00:16:39.193Z"}},"readme":"# eslint-plugin-css-modules\n\n[![Build Status](https://travis-ci.org/atfzl/eslint-plugin-css-modules.svg?branch=master)](https://travis-ci.org/atfzl/eslint-plugin-css-modules)\n\nThis plugin intends to help you in tracking down problems when you are using css-modules. It tells if you are using a non-existent css/scss/less class in js or if you forgot to use some classes which you declared in css/scss/less.\n\n## Rules\n\n* `css-modules/no-unused-class`: You must use all the classes defined in css/scss/less file.\n\n>If you still want to mark a class as used, then use this comment on top of your file\n```js\n/* eslint css-modules/no-unused-class: [2, { markAsUsed: ['container'] }] */\n```\nwhere container is the css class that you want to mark as used.\nAdd all such classes in the array.\n\n>If you use the `camelCase` option of `css-loader`, you must also enabled it for this plugin\n```js\n/* eslint css-modules/no-unused-class: [2, { camelCase: true }] */\n```\n\n* `css-modules/no-undef-class`: You must not use a non existing class, or a property that hasn't been exported using the [:export keyword](https://github.com/css-modules/icss#export).\n\n>If you use the `camelCase` option of `css-loader`, you must also enabled it for this plugin\n```js\n/* eslint css-modules/no-undef-class: [2, { camelCase: true }] */\n```\n\n## Installation\n\n```\nnpm i --save-dev eslint-plugin-css-modules\n```\n\n## Usage:\n\n.eslintrc\n```json\n{\n  \"plugins\": [\n    \"css-modules\"\n  ],\n  \"extends\": [\n    \"plugin:css-modules/recommended\"\n  ]\n}\n```\n\nYou may also tweak the rules individually. For instance, if you use the [camelCase](https://github.com/webpack-contrib/css-loader#camelcase) option of webpack's css-loader:\n\n```json\n{\n  \"plugins\": [\n    \"css-modules\"\n  ],\n  \"extends\": [\n    \"plugin:css-modules/recommended\"\n  ],\n  \"rules\": {\n    \"css-modules/no-unused-class\": [2, { \"camelCase\": true }],\n    \"css-modules/no-undef-class\": [2, { \"camelCase\": true }]\n  }\n}\n```\n\nThe camelCase option has 4 possible values, see [css-loader#camelCase](https://github.com/webpack-contrib/css-loader#camelcase) for description:\n```js\ntrue | \"dashes\" | \"only\" | \"dashes-only\"\n```\n\n## Specifying base path\n\nYou can specify path for the base directory via plugin settings in .eslintrc. This is used by the plugin to resolve absolute (S)CSS paths:\n\n```json\n{\n  \"settings\": {\n    \"css-modules\": {\n      \"basePath\": \"app/scripts/...\"\n    }\n  }\n}\n```\n\n## Screen Shot\n\n![ScreenShot](https://raw.githubusercontent.com/atfzl/eslint-plugin-css-modules/master/screenshots/screenshot3.png)\n\n```\n   1:8   error  Unused classes found: container  css-modules/no-unused-class\n   5:17  error  Class 'containr' not found       css-modules/no-undef-class\n  10:26  error  Class 'foo' not found            css-modules/no-undef-class\n```\n\nscss:\n\n```scss\n/* .head is global, will not be used in js */\n:global(.head) {\n  color: green;\n}\n\n.container {\n  width: 116px;\n\n  i {\n    font-size: 2.2rem;\n  }\n\n  .button {\n    padding: 7px 0 0 5px;\n  }\n}\n\n.footer {\n  color: cyan;\n}\n```\n","_attachments":{},"license":"MIT"}