{"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"keywords":["postcss","css","postcss-plugin","will-change","fallback"],"dist-tags":{"latest":"1.1.0"},"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"description":"PostCSS plugin to insert 3D hack before will-change property","readme":"# PostCSS Will Change [![Build Status][ci-img]][ci]\n\n<img align=\"right\" width=\"95\" height=\"95\"\n     title=\"Philosopher’s stone, logo of PostCSS\"\n     src=\"http://postcss.github.io/postcss/logo.svg\">\n\n[PostCSS] plugin to insert 3D hack before [will-change] property.\n\nThis plugin uses `backface-visibility` to force the browser to create\na new layer, without overriding existing `backface-visibility` properties.\nThis 3D CSS hack is commonly done with `transform: translateZ(0)`,\nbut `backface-visibility` is used here to avoid overriding\nthe more popular `transform` property.\n\nThese hacks are required for browsers that do not support `will-change`.\n\nUse this plugin only before [Autoprefixer]. It will add vendor prefixes\nto `backface-visibility`.\n\n[Autoprefixer]: https://github.com/postcss/autoprefixer\n[will-change]:  https://dev.opera.com/articles/css-will-change-property/\n[PostCSS]:      https://github.com/postcss/postcss\n[ci-img]:       https://travis-ci.org/postcss/postcss-will-change.svg\n[ci]:           https://travis-ci.org/postcss/postcss-will-change\n\n```css\n.foo {\n    will-change: transform;\n}\n```\n\n```css\n.foo {\n    backface-visibility: hidden;\n    will-change: transform;\n}\n```\n\n## Usage\n\n```js\npostcss([ require('postcss-will-change') ])\n```\n\nSee [PostCSS] docs for examples for your environment.\n","repository":{"type":"git","url":"git+https://github.com/postcss/postcss-will-change.git"},"users":{"irish":true},"bugs":{"url":"https://github.com/postcss/postcss-will-change/issues"},"license":"MIT","versions":{"0.1.0":{"name":"postcss-will-change","version":"0.1.0","description":"PostCSS plugin to insert 3D hack before will-change property","keywords":["postcss","css","postcssplugin","will-change","fallback"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss-will-change.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":"8b493989ac2e2151773ef68be820b527b912aae7","bugs":{"url":"https://github.com/postcss/postcss-will-change/issues"},"homepage":"https://github.com/postcss/postcss-will-change","_id":"postcss-will-change@0.1.0","_shasum":"cf87346ede764b8f969078242475d699874d67e0","_from":".","_npmVersion":"2.5.0","_nodeVersion":"1.2.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"cf87346ede764b8f969078242475d699874d67e0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-will-change/-/postcss-will-change-0.1.0.tgz"},"directories":{}},"0.2.0":{"name":"postcss-will-change","version":"0.2.0","description":"PostCSS plugin to insert 3D hack before will-change property","keywords":["postcss","css","postcss-plugin","will-change","fallback"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss-will-change.git"},"dependencies":{"postcss":"^4.1.8"},"devDependencies":{"gulp-eslint":"0.11.1","gulp-mocha":"2.0.1","mocha":"2.2.4","chai":"2.3.0","gulp":"3.8.11"},"scripts":{"test":"gulp"},"gitHead":"ebf3e1932654a2f740c0d9b7680eb72765838d5a","bugs":{"url":"https://github.com/postcss/postcss-will-change/issues"},"homepage":"https://github.com/postcss/postcss-will-change#readme","_id":"postcss-will-change@0.2.0","_shasum":"c723d383b09d3dd6bf087d337d2d980d712a3f60","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"c723d383b09d3dd6bf087d337d2d980d712a3f60","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-will-change/-/postcss-will-change-0.2.0.tgz"},"directories":{}},"1.0.0":{"name":"postcss-will-change","version":"1.0.0","description":"PostCSS plugin to insert 3D hack before will-change property","keywords":["postcss","css","postcss-plugin","will-change","fallback"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss-will-change.git"},"dependencies":{"postcss":"^5.0.2"},"devDependencies":{"gulp-eslint":"1.0.0","gulp-mocha":"2.1.3","mocha":"2.2.5","chai":"3.2.0","gulp":"3.9.0"},"scripts":{"test":"gulp"},"gitHead":"d07ed252ae66e55f8b4529bf99755a2c060c0895","bugs":{"url":"https://github.com/postcss/postcss-will-change/issues"},"homepage":"https://github.com/postcss/postcss-will-change#readme","_id":"postcss-will-change@1.0.0","_shasum":"f04a815bdc71e88e31ff74de6d19aa31cb01f4a3","_from":".","_npmVersion":"2.13.0","_nodeVersion":"2.4.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"f04a815bdc71e88e31ff74de6d19aa31cb01f4a3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-will-change/-/postcss-will-change-1.0.0.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"1.1.0":{"name":"postcss-will-change","version":"1.1.0","description":"PostCSS plugin to insert 3D hack before will-change property","keywords":["postcss","css","postcss-plugin","will-change","fallback"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss-will-change.git"},"dependencies":{"postcss":"^5.0.16"},"devDependencies":{"eslint-config-postcss":"2.0.0","eslint":"2.1.0","ava":"0.11.0"},"scripts":{"test":"ava && eslint *.js"},"eslintConfig":{"extends":"eslint-config-postcss/es5"},"gitHead":"cf1274b477b22e352c35b43bb0a264d6f49e3edf","bugs":{"url":"https://github.com/postcss/postcss-will-change/issues"},"homepage":"https://github.com/postcss/postcss-will-change#readme","_id":"postcss-will-change@1.1.0","_shasum":"a651dd5a81e82c412d39a6cf90a92bb3269af18c","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"a651dd5a81e82c412d39a6cf90a92bb3269af18c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-will-change/-/postcss-will-change-1.1.0.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/postcss-will-change-1.1.0.tgz_1455707064914_0.3554198946803808"},"directories":{}}},"name":"postcss-will-change","time":{"modified":"2016-02-17T11:04:28.855Z","created":"2015-02-19T22:00:23.552Z","0.1.0":"2015-02-19T22:00:23.552Z","0.2.0":"2015-05-05T02:37:59.671Z","1.0.0":"2015-08-23T12:31:17.722Z","1.1.0":"2016-02-17T11:04:28.855Z"},"readmeFilename":"README.md","homepage":"https://github.com/postcss/postcss-will-change#readme"}