{"maintainers":[{"name":"iamvdo","email":"vincent@iamvdo.me"}],"keywords":["postcss","css","postcss-plugin","opacity"],"dist-tags":{"latest":"4.0.0"},"author":{"name":"Vincent De Oliveira","email":"vincent@iamvdo.me"},"description":"PostCSS plugin to add opacity filter for IE8 and legacy browsers","readme":"# PostCSS Opacity [![Build Status](https://travis-ci.org/iamvdo/postcss-opacity.svg)](https://travis-ci.org/iamvdo/postcss-opacity)\n\n[PostCSS](https://github.com/postcss/postcss) plugin that adds support for legacy browser opacity alternatives.\n\n## Example\n```js\npostcss([\n\trequire('postcss-opacity')\n])\n```\n\n```css\n/* Input example */\n.foo {\n  opacity: .5;\n}\n```\n\n```css\n/* Output example */\n.foo {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)\";\n  opacity: .5;\n}\n```\n\n## Legacy\nSupport for IE 5-7, Safari 1.X, Netscape\n\n```js\npostcss([\n\trequire('postcss-opacity')({\n\t\tlegacy: true\t\n\t})\n])\n```\n\n```css\n/* Input example */\n.foo {\n  opacity: .5;\n}\n```\n\n```css\n/* Output example */\n.foo {\n  /* IE 8 */\n  -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)\";\n\n  /* IE 5-7 */\n  filter: alpha(opacity=50);\n\n  /* Netscape */\n  -moz-opacity: .5;\n\n  /* Safari 1.x */\n  -khtml-opacity: .5;\n\n  /* Modern browsers */\n  opacity: .5;\n}\n```\n\nSee [PostCSS](https://github.com/postcss/postcss) docs for examples for your environment.\n","repository":{"type":"git","url":"git+https://github.com/iamvdo/postcss-opacity.git"},"users":{"jitendravyas":true,"imagion":true,"ivan403704409":true},"bugs":{"url":"https://github.com/iamvdo/postcss-opacity/issues"},"license":"MIT","versions":{"1.0.0":{"name":"postcss-opacity","version":"1.0.0","description":"PostCSS plugin to add opacity filter for IE8","keywords":["postcss","css","postcssplugin","opacity"],"author":{"name":"Vincent De Oliveira","email":"vincent@iamvdo.me"},"license":"MIT","repository":{"type":"git","url":"https://github.com/iamvdo/postcss-opacity.git"},"dependencies":{"postcss":"^4.0.3"},"devDependencies":{"jshint-stylish":"1.0.0","gulp-jshint":"1.9.2","gulp-mocha":"2.0.0","mocha":"2.1.0","chai":"1.10.0","gulp":"3.8.11"},"scripts":{"test":"gulp"},"gitHead":"0d2d4818ceb7b4cc72f8ba4cc24a96cdba3e776a","bugs":{"url":"https://github.com/iamvdo/postcss-opacity/issues"},"homepage":"https://github.com/iamvdo/postcss-opacity","_id":"postcss-opacity@1.0.0","_shasum":"de89b3accadaa9125ce103e6f4531f8525360b8f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"iamvdo","email":"vincent@iamvdo.me"},"maintainers":[{"name":"iamvdo","email":"vincent@iamvdo.me"}],"dist":{"shasum":"de89b3accadaa9125ce103e6f4531f8525360b8f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-opacity/-/postcss-opacity-1.0.0.tgz"},"directories":{}},"2.0.0":{"name":"postcss-opacity","version":"2.0.0","description":"PostCSS plugin to add opacity filter for IE8","keywords":["postcss","css","postcssplugin","opacity"],"author":{"name":"Vincent De Oliveira","email":"vincent@iamvdo.me"},"license":"MIT","repository":{"type":"git","url":"https://github.com/iamvdo/postcss-opacity.git"},"dependencies":{"postcss":"^4.0.3"},"devDependencies":{"jshint-stylish":"1.0.0","gulp-jshint":"1.9.2","gulp-mocha":"2.0.0","mocha":"2.1.0","chai":"1.10.0","gulp":"3.8.11"},"scripts":{"test":"gulp"},"gitHead":"ea8185f1a5527d91bba8c609f6e07c54d2460a33","bugs":{"url":"https://github.com/iamvdo/postcss-opacity/issues"},"homepage":"https://github.com/iamvdo/postcss-opacity","_id":"postcss-opacity@2.0.0","_shasum":"f1a5671d978bb4a6a432d28499fd1e7d3395dc8b","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"iamvdo","email":"vincent@iamvdo.me"},"maintainers":[{"name":"iamvdo","email":"vincent@iamvdo.me"}],"dist":{"shasum":"f1a5671d978bb4a6a432d28499fd1e7d3395dc8b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-opacity/-/postcss-opacity-2.0.0.tgz"},"directories":{}},"2.0.1":{"name":"postcss-opacity","version":"2.0.1","description":"PostCSS plugin to add opacity filter for IE8","keywords":["postcss","css","postcss-plugin","opacity"],"author":{"name":"Vincent De Oliveira","email":"vincent@iamvdo.me"},"license":"MIT","repository":{"type":"git","url":"https://github.com/iamvdo/postcss-opacity.git"},"dependencies":{"postcss":"^4.1.16"},"devDependencies":{"chai":"^3.2.0","gulp":"^3.9.0","gulp-jshint":"^1.11.2","gulp-mocha":"^2.1.3","jshint-stylish":"^2.0.1","mocha":"^2.2.5"},"scripts":{"test":"gulp"},"gitHead":"92ecd029665827d37b88fa3dd7b53661b2d150f7","bugs":{"url":"https://github.com/iamvdo/postcss-opacity/issues"},"homepage":"https://github.com/iamvdo/postcss-opacity","_id":"postcss-opacity@2.0.1","_shasum":"86ff52cfa512d6a361958543f9ed41e3f8547801","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.10.36","_npmUser":{"name":"iamvdo","email":"vincent@iamvdo.me"},"maintainers":[{"name":"iamvdo","email":"vincent@iamvdo.me"}],"dist":{"shasum":"86ff52cfa512d6a361958543f9ed41e3f8547801","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-opacity/-/postcss-opacity-2.0.1.tgz"},"directories":{}},"3.0.0":{"name":"postcss-opacity","version":"3.0.0","description":"PostCSS plugin to add opacity filter for IE8","keywords":["postcss","css","postcss-plugin","opacity"],"author":{"name":"Vincent De Oliveira","email":"vincent@iamvdo.me"},"license":"MIT","repository":{"type":"git","url":"https://github.com/iamvdo/postcss-opacity.git"},"dependencies":{"postcss":"^5.0.4"},"devDependencies":{"chai":"^3.2.0","gulp":"^3.9.0","gulp-jshint":"^1.11.2","gulp-mocha":"^2.1.3","jshint-stylish":"^2.0.1","mocha":"^2.2.5"},"scripts":{"test":"gulp"},"gitHead":"7eb31cebf2473182c4e1dd0defb0bddc88feabdb","bugs":{"url":"https://github.com/iamvdo/postcss-opacity/issues"},"homepage":"https://github.com/iamvdo/postcss-opacity","_id":"postcss-opacity@3.0.0","_shasum":"7879bcc734405bf74aa6c81c391762052fc55b29","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"iamvdo","email":"vincent@iamvdo.me"},"maintainers":[{"name":"iamvdo","email":"vincent@iamvdo.me"}],"dist":{"shasum":"7879bcc734405bf74aa6c81c391762052fc55b29","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-opacity/-/postcss-opacity-3.0.0.tgz"},"directories":{}},"4.0.0":{"name":"postcss-opacity","version":"4.0.0","description":"PostCSS plugin to add opacity filter for IE8 and legacy browsers","keywords":["postcss","css","postcss-plugin","opacity"],"author":{"name":"Vincent De Oliveira","email":"vincent@iamvdo.me"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/iamvdo/postcss-opacity.git"},"dependencies":{"postcss":"^5.0.4"},"devDependencies":{"chai":"^3.2.0","gulp":"^3.9.0","gulp-jshint":"^2.0.1","gulp-mocha":"^2.1.3","jshint":"^2.9.2","jshint-stylish":"^2.0.1","mocha":"^2.2.5"},"scripts":{"test":"gulp"},"gitHead":"888ffa55f0b3b2468f008ac429e6e52b93fdb0d3","bugs":{"url":"https://github.com/iamvdo/postcss-opacity/issues"},"homepage":"https://github.com/iamvdo/postcss-opacity#readme","_id":"postcss-opacity@4.0.0","_shasum":"aa562043da3394c94a3acedcf43f0c323d0986a1","_from":".","_npmVersion":"3.8.3","_nodeVersion":"5.10.1","_npmUser":{"name":"iamvdo","email":"vincent@iamvdo.me"},"maintainers":[{"name":"iamvdo","email":"vincent@iamvdo.me"}],"dist":{"shasum":"aa562043da3394c94a3acedcf43f0c323d0986a1","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-opacity/-/postcss-opacity-4.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-opacity-4.0.0.tgz_1467105191808_0.15583534655161202"},"directories":{}}},"name":"postcss-opacity","time":{"modified":"2016-06-28T09:13:14.234Z","created":"2015-02-19T15:51:41.371Z","1.0.0":"2015-02-19T15:51:41.371Z","2.0.0":"2015-03-23T15:26:19.160Z","2.0.1":"2015-08-12T13:44:58.533Z","3.0.0":"2015-09-14T08:34:08.036Z","4.0.0":"2016-06-28T09:13:14.234Z"},"readmeFilename":"README.md","homepage":"https://github.com/iamvdo/postcss-opacity#readme"}