{"maintainers":[{"name":"geelen","email":"hi@glenmaddern.com"},{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"keywords":["css-modules","postcss","css","postcss-plugin"],"dist-tags":{"latest":"1.2.0"},"author":{"name":"Mark Dalgleish"},"description":"A CSS Modules transform to make local scope the default","readme":"[![Build Status][ci-img]][ci] [![codecov][codecov-img]][codecov] [![npm][npm-img]][npm]\n\n# CSS Modules: Local by Default\n\nTransformation examples:\n\n```css\n.foo { ... } /* => */ :local(.foo) { ... }\n\n.foo .bar { ... } /* => */ :local(.foo) :local(.bar) { ... }\n\n/* Shorthand global selector */\n\n:global .foo .bar { ... } /* => */ .foo .bar { ... }\n\n.foo :global .bar { ... } /* => */ :local(.foo) .bar { ... }\n\n/* Targeted global selector */\n\n:global(.foo) .bar { ... } /* => */ .foo :local(.bar) { ... }\n\n.foo:global(.bar) { ... } /* => */ :local(.foo).bar { ... }\n\n.foo :global(.bar) .baz { ... } /* => */ :local(.foo) .bar :local(.baz) { ... }\n\n.foo:global(.bar) .baz { ... } /* => */ :local(.foo).bar :local(.baz) { ... }\n```\n\n## Building\n\n```bash\n$ npm install\n$ npm test\n```\n\n - Build: [![Build Status][ci-img]][ci]\n - Lines: [![coveralls][coveralls-img]][coveralls]\n - Statements: [![codecov][codecov-img]][codecov]\n\n## Development\n\n```bash\n$ npm run autotest\n```\n\n## License\n\nMIT\n\n## With thanks\n\n - [Tobias Koppers](https://github.com/sokra)\n - [Glen Maddern](https://github.com/geelen)\n\n---\nMark Dalgleish, 2015.\n\n[ci-img]:        https://img.shields.io/travis/css-modules/postcss-modules-local-by-default/master.svg?style=flat-square\n[ci]:            https://travis-ci.org/css-modules/postcss-modules-local-by-default\n[npm-img]:       https://img.shields.io/npm/v/postcss-modules-local-by-default.svg?style=flat-square\n[npm]:           https://www.npmjs.com/package/postcss-modules-local-by-default\n[coveralls-img]: https://img.shields.io/coveralls/css-modules/postcss-modules-local-by-default/master.svg?style=flat-square\n[coveralls]:     https://coveralls.io/r/css-modules/postcss-modules-local-by-default?branch=master\n[codecov-img]:   https://img.shields.io/codecov/c/github/css-modules/postcss-modules-local-by-default/master.svg?style=flat-square\n[codecov]:       https://codecov.io/github/css-modules/postcss-modules-local-by-default?branch=master\n","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"users":{"sundaycrafts":true,"jitendravyas":true,"npm-packages":true},"bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"license":"MIT","versions":{"0.0.6":{"name":"postcss-modules-local-by-default","version":"0.0.6","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"postcss":"^4.1.5"},"devDependencies":{"tape":"^4.0.0"},"scripts":{"test":"tape test.js","prepublish":"npm prune && npm test"},"gitHead":"0a9a0db3201682d4374d089adaa0f57f864f6392","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default","_id":"postcss-modules-local-by-default@0.0.6","_shasum":"eb6c9289c04fb34675a76c5f29cb43f2603e75cf","_from":".","_npmVersion":"2.4.1","_nodeVersion":"0.10.36","_npmUser":{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},"maintainers":[{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"}],"dist":{"shasum":"eb6c9289c04fb34675a76c5f29cb43f2603e75cf","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-0.0.6.tgz"},"directories":{}},"0.0.7":{"name":"postcss-modules-local-by-default","version":"0.0.7","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.3.1","postcss":"^4.1.5"},"devDependencies":{"tape":"^4.0.0"},"scripts":{"test":"tape test.js","prepublish":"npm prune && npm test"},"gitHead":"5106dc07bcf92a01b157c95d4ee0712f3515a7b4","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default","_id":"postcss-modules-local-by-default@0.0.7","_shasum":"62b38af2340e046d7928fc041fa9f89b5690c97f","_from":".","_npmVersion":"2.4.1","_nodeVersion":"0.10.36","_npmUser":{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},"maintainers":[{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"}],"dist":{"shasum":"62b38af2340e046d7928fc041fa9f89b5690c97f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-0.0.7.tgz"},"directories":{}},"0.0.8":{"name":"postcss-modules-local-by-default","version":"0.0.8","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.4.0","postcss":"^4.1.5"},"devDependencies":{"chokidar-cli":"^0.2.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^0.22.1","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test"},"gitHead":"cc92a1288883ebd76da9697c460e8d841ea4fc43","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default","_id":"postcss-modules-local-by-default@0.0.8","_shasum":"768c260ca73f5cd4ea3f31960ae23f1df1499aab","_from":".","_npmVersion":"2.4.1","_nodeVersion":"0.10.36","_npmUser":{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},"maintainers":[{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"}],"dist":{"shasum":"768c260ca73f5cd4ea3f31960ae23f1df1499aab","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-0.0.8.tgz"},"directories":{}},"0.0.9":{"name":"postcss-modules-local-by-default","version":"0.0.9","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.4.0","postcss":"^4.1.5"},"devDependencies":{"chokidar-cli":"^0.2.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^0.22.1","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test"},"gitHead":"cc7f5bc58d341303fadc4d94e1aea7f146f50516","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default","_id":"postcss-modules-local-by-default@0.0.9","_shasum":"164006828ae4a0b441816fbcedb6dcdd9cff85b4","_from":".","_npmVersion":"2.4.1","_nodeVersion":"0.10.36","_npmUser":{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},"maintainers":[{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"}],"dist":{"shasum":"164006828ae4a0b441816fbcedb6dcdd9cff85b4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-0.0.9.tgz"},"directories":{}},"0.0.10":{"name":"postcss-modules-local-by-default","version":"0.0.10","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.5.1","postcss":"^4.1.5"},"devDependencies":{"chokidar-cli":"^0.2.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^0.22.1","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test"},"gitHead":"343c4d08ca1f2870caf2c7c19ad9ee979fbc9f02","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme","_id":"postcss-modules-local-by-default@0.0.10","_shasum":"8db5d5091a3effd8d13d4ed085341f6f67d20898","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.10.36","_npmUser":{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},"maintainers":[{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"}],"dist":{"shasum":"8db5d5091a3effd8d13d4ed085341f6f67d20898","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-0.0.10.tgz"},"directories":{}},"0.0.11":{"name":"postcss-modules-local-by-default","version":"0.0.11","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.5.1","postcss":"^4.1.5"},"devDependencies":{"chokidar-cli":"^0.2.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^0.22.1","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test","publish-patch":"npm prune && npm test && npm version patch && git push && git push --tags && npm publish"},"gitHead":"0ebcd26e523595151d56d831f3cce6d4e1efabc4","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme","_id":"postcss-modules-local-by-default@0.0.11","_shasum":"a800af4321c3a4e0852d1ae529e6fc991ad395e7","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.10.36","_npmUser":{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},"maintainers":[{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"dist":{"shasum":"a800af4321c3a4e0852d1ae529e6fc991ad395e7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-0.0.11.tgz"},"directories":{}},"0.0.12":{"name":"postcss-modules-local-by-default","version":"0.0.12","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.5.1","postcss":"^4.1.5"},"devDependencies":{"chokidar-cli":"^0.2.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^0.22.1","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test","publish-patch":"npm prune && npm test && npm version patch && git push && git push --tags && npm publish"},"gitHead":"712fc5b39cbd404a8c2f17bebed53f765f751eaa","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme","_id":"postcss-modules-local-by-default@0.0.12","_shasum":"a93431a4b1d0b7a4021e238fc27d5e8e449282c2","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"dist":{"shasum":"a93431a4b1d0b7a4021e238fc27d5e8e449282c2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-0.0.12.tgz"},"directories":{}},"1.0.0-beta1":{"name":"postcss-modules-local-by-default","version":"1.0.0-beta1","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.5.1","postcss":"^5.0.4"},"devDependencies":{"chokidar-cli":"^1.0.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^1.5.0","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test","publish-patch":"npm prune && npm test && npm version patch && git push && git push --tags && npm publish"},"gitHead":"a3024f1bf9eb6015d49305a92a24354d4dfa5d97","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme","_id":"postcss-modules-local-by-default@1.0.0-beta1","_shasum":"89b3ad65f669973386804953948aad23b7330d5f","_from":".","_npmVersion":"2.13.1","_nodeVersion":"0.12.2","_npmUser":{"name":"geelen","email":"hi@glenmaddern.com"},"dist":{"shasum":"89b3ad65f669973386804953948aad23b7330d5f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.0.0-beta1.tgz"},"maintainers":[{"name":"geelen","email":"hi@glenmaddern.com"},{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"directories":{}},"1.0.0-beta2":{"name":"postcss-modules-local-by-default","version":"1.0.0-beta2","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.5.1","postcss":"^5.0.4"},"devDependencies":{"chokidar-cli":"^1.0.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^1.5.0","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js test.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test","publish-patch":"npm prune && npm test && npm version patch && git push && git push --tags && npm publish"},"gitHead":"702a171699a33e16107573f8558291ce2dd3bc4a","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme","_id":"postcss-modules-local-by-default@1.0.0-beta2","_shasum":"b5597be9008b20a06c1e80ce8fd2836fc5ea1eb0","_from":".","_npmVersion":"3.3.3","_nodeVersion":"4.0.0","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"dist":{"shasum":"b5597be9008b20a06c1e80ce8fd2836fc5ea1eb0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.0.0-beta2.tgz"},"maintainers":[{"name":"geelen","email":"hi@glenmaddern.com"},{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"directories":{}},"1.0.0":{"name":"postcss-modules-local-by-default","version":"1.0.0","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.5.1","postcss":"^5.0.4"},"devDependencies":{"chokidar-cli":"^1.0.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^1.5.0","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js test.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test","publish-patch":"npm prune && npm test && npm version patch && git push && git push --tags && npm publish"},"gitHead":"98f6d7ad6bb7c005c494c5242f2adb837efc1300","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme","_id":"postcss-modules-local-by-default@1.0.0","_shasum":"5fe7217ea1a7a9fdb9ead513f1e055051a4401a8","_from":".","_npmVersion":"3.3.3","_nodeVersion":"4.0.0","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"dist":{"shasum":"5fe7217ea1a7a9fdb9ead513f1e055051a4401a8","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.0.0.tgz"},"maintainers":[{"name":"geelen","email":"hi@glenmaddern.com"},{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"directories":{}},"1.0.1":{"name":"postcss-modules-local-by-default","version":"1.0.1","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.5.1","postcss":"^5.0.4"},"devDependencies":{"chokidar-cli":"^1.0.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^1.5.0","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js test.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test","publish-patch":"npm prune && npm test && npm version patch && git push && git push --tags && npm publish"},"gitHead":"9e0439a8a6d16b67ff6bed4721bd1bc2bc2364b8","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme","_id":"postcss-modules-local-by-default@1.0.1","_shasum":"5ecb890fe5269f70fc3b980f6202cde9771d4799","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"geelen","email":"hi@glenmaddern.com"},{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"dist":{"shasum":"5ecb890fe5269f70fc3b980f6202cde9771d4799","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"postcss-modules-local-by-default","version":"1.0.2","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.5.1","postcss":"^5.0.4"},"devDependencies":{"chokidar-cli":"^1.0.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^1.5.0","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js test.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test","publish-patch":"npm prune && npm test && npm version patch && git push && git push --tags && npm publish"},"gitHead":"7ba3c648bdaaeaa28aca522cd84a279e7c41e68b","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme","_id":"postcss-modules-local-by-default@1.0.2","_shasum":"8ee81af9eb9d1c6447b65fa7686f6c75e2cb114e","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"geelen","email":"hi@glenmaddern.com"},{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"dist":{"shasum":"8ee81af9eb9d1c6447b65fa7686f6c75e2cb114e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.0.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-modules-local-by-default-1.0.2.tgz_1466452335071_0.16343818558380008"},"directories":{}},"1.1.0":{"name":"postcss-modules-local-by-default","version":"1.1.0","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.5.1","postcss":"^5.0.4"},"devDependencies":{"chokidar-cli":"^1.0.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^1.5.0","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js test.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test","publish-patch":"npm prune && npm test && npm version patch && git push && git push --tags && npm publish"},"gitHead":"a9bdde6d4b697c148d9660741a19f36da0e589f9","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme","_id":"postcss-modules-local-by-default@1.1.0","_shasum":"c049d6cdec16dcfb32da3139faf8ac7492f669cb","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"geelen","email":"hi@glenmaddern.com"},{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"dist":{"shasum":"c049d6cdec16dcfb32da3139faf8ac7492f669cb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-modules-local-by-default-1.1.0.tgz_1466453651357_0.05369096947833896"},"directories":{}},"1.1.1":{"name":"postcss-modules-local-by-default","version":"1.1.1","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.6.0","postcss":"^5.0.4"},"devDependencies":{"chokidar-cli":"^1.0.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^1.5.0","istanbul":"^0.3.14","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js test.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test","publish-patch":"npm prune && npm test && npm version patch && git push && git push --tags && npm publish"},"gitHead":"70332316d9a15bcfd8f69b497f9c69a87ec5d475","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme","_id":"postcss-modules-local-by-default@1.1.1","_shasum":"29a10673fa37d19251265ca2ba3150d9040eb4ce","_from":".","_npmVersion":"3.10.5","_nodeVersion":"5.3.0","_npmUser":{"name":"geelen","email":"hi@glenmaddern.com"},"dist":{"shasum":"29a10673fa37d19251265ca2ba3150d9040eb4ce","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.1.1.tgz"},"maintainers":[{"name":"geelen","email":"hi@glenmaddern.com"},{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-modules-local-by-default-1.1.1.tgz_1469010258667_0.7742084034252912"},"directories":{}},"1.2.0":{"name":"postcss-modules-local-by-default","version":"1.2.0","description":"A CSS Modules transform to make local scope the default","keywords":["css-modules","postcss","css","postcss-plugin"],"author":{"name":"Mark Dalgleish"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/css-modules/postcss-modules-local-by-default.git"},"dependencies":{"css-selector-tokenizer":"^0.7.0","postcss":"^6.0.1"},"devDependencies":{"chokidar-cli":"^1.0.1","codecov.io":"^0.1.2","coveralls":"^2.11.2","eslint":"^3.19.0","istanbul":"^0.4.5","tape":"^4.0.0"},"scripts":{"lint":"eslint index.js test.js","pretest":"npm run lint","test":"tape test.js","autotest":"chokidar index.js test.js -c 'npm test'","precover":"npm run lint","cover":"istanbul cover test.js","travis":"npm run cover -- --report lcovonly","prepublish":"npm prune && npm test","publish-patch":"npm prune && npm test && npm version patch && git push && git push --tags && npm publish"},"files":["index.js"],"gitHead":"8c7f208f12d32d65a4233ffaf10253f538d85e9e","bugs":{"url":"https://github.com/css-modules/postcss-modules-local-by-default/issues"},"homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme","_id":"postcss-modules-local-by-default@1.2.0","_shasum":"f7d80c398c5a393fa7964466bd19500a7d61c069","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"geelen","email":"hi@glenmaddern.com"},"dist":{"shasum":"f7d80c398c5a393fa7964466bd19500a7d61c069","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz"},"maintainers":[{"name":"geelen","email":"hi@glenmaddern.com"},{"name":"markdalgleish","email":"mark.john.dalgleish@gmail.com"},{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-modules-local-by-default-1.2.0.tgz_1495407266237_0.4570582681335509"},"directories":{}}},"name":"postcss-modules-local-by-default","time":{"modified":"2017-08-13T23:23:59.860Z","created":"2015-05-27T21:08:00.603Z","0.0.6":"2015-05-27T21:08:00.603Z","0.0.7":"2015-05-30T01:52:20.666Z","0.0.8":"2015-06-10T21:06:59.775Z","0.0.9":"2015-06-12T10:08:21.566Z","0.0.10":"2015-06-16T21:14:34.950Z","0.0.11":"2015-07-19T12:31:32.495Z","0.0.12":"2015-08-21T07:41:13.634Z","1.0.0-beta1":"2015-09-22T06:08:18.463Z","1.0.0-beta2":"2015-10-19T19:24:33.341Z","1.0.0":"2015-10-19T21:42:12.238Z","1.0.1":"2015-12-22T09:14:41.619Z","1.0.2":"2016-06-20T19:52:17.738Z","1.1.0":"2016-06-20T20:14:13.954Z","1.1.1":"2016-07-20T10:24:21.251Z","1.2.0":"2017-05-21T22:54:26.311Z"},"readmeFilename":"README.md","homepage":"https://github.com/css-modules/postcss-modules-local-by-default#readme"}