{"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"keywords":["css","optimisation","postcss","postcss-plugin"],"dist-tags":{"latest":"2.6.1","next":"4.0.0-rc.2"},"author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"description":"Convert values with PostCSS (e.g. ms -> s)","readme":"# [postcss][postcss]-convert-values\n\n> Convert values with PostCSS (e.g. ms -> s)\n\n## Install\n\nWith [npm](https://npmjs.org/package/postcss-convert-values) do:\n\n```\nnpm install postcss-convert-values --save\n```\n\n## Example\n\nThis plugin reduces CSS size by converting values to use different units\nwhere possible; for example, `500ms` can be represented as `.5s`. You can\nread more about these units in [this article][csstricks].\n\n### Input\n\n```css\nh1 {\n    font-size: 16px;\n    width: 0em\n}\n```\n\n### Output\n\n```css\nh1 {\n    font-size: 1pc;\n    width: 0\n}\n```\n\nNote that this plugin only covers conversions for duration and absolute length\nvalues. For color conversions, use [postcss-colormin][colormin].\n\n## API\n\n### convertValues([options])\n\n#### options\n\n##### length\n\nType: `boolean`\nDefault: `true`\n\nPass `false` to disable conversion from `px` to other absolute length units,\nsuch as `pc` & `pt` & vice versa.\n\n##### time\n\nType: `boolean`\nDefault: `true`\n\nPass `false` to disable conversion from `ms` to `s` & vice versa.\n\n##### angle\n\nType: `boolean`\nDefault: `true`\n\nPass `false` to disable conversion from `deg` to `turn` & vice versa.\n\n##### precision\n\nType: `boolean|number`\nDefault: `false`\n\nSpecify any numeric value here to round `px` values to that many decimal places;\nfor example, using `{precision: 2}` will round `6.66667px` to `6.67px`, and\n`{precision: 0}` will round it to `7px`. Passing `false` (the default) will\nleave these values as is.\n\nIt is recommended for most use cases to set this option to `2`.\n\n\n## Usage\n\nSee the [PostCSS documentation](https://github.com/postcss/postcss#usage) for\nexamples for your environment.\n\n\n## Contributors\n\nSee [CONTRIBUTORS.md](https://github.com/ben-eb/cssnano/blob/master/CONTRIBUTORS.md).\n\n\n## License\n\nMIT © [Ben Briggs](http://beneb.info)\n\n\n[postcss]: https://github.com/postcss/postcss\n[csstricks]: https://css-tricks.com/the-lengths-of-css/\n","repository":{"type":"git","url":"git+https://github.com/ben-eb/cssnano.git"},"users":{"-jason":true},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"license":"MIT","versions":{"1.0.0":{"name":"postcss-convert-values","version":"1.0.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-convert-values"},"dependencies":{"postcss":"^4.1.4","reduce-function-call":"^1.0.1"},"gitHead":"464ea0398266fa57b7a4e6afcf835ce7bb6f7c80","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.0.0","_shasum":"e609a4fb508973448bad406411d408580f534c89","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"dist":{"shasum":"e609a4fb508973448bad406411d408580f534c89","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"postcss-convert-values","version":"1.0.1","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-convert-values"},"dependencies":{"postcss":"^4.1.4","reduce-function-call":"^1.0.1"},"gitHead":"4f78f0f257f4817c1141cd31500841ab13d8f270","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.0.1","_shasum":"85e9c5240ec312a6e6a1662963690fc69560f710","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"}],"dist":{"shasum":"85e9c5240ec312a6e6a1662963690fc69560f710","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"postcss-convert-values","version":"1.0.2","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-convert-values"},"dependencies":{"postcss":"^4.1.4","reduce-function-call":"^1.0.1"},"gitHead":"850d5a97b9b52d9dc70f3f48447cee200bef0a4e","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.0.2","_shasum":"cb4b434e8f995cac22673e711b3191e4c567cc52","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"}],"dist":{"shasum":"cb4b434e8f995cac22673e711b3191e4c567cc52","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"postcss-convert-values","version":"1.0.3","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-convert-values"},"dependencies":{"postcss":"^4.1.4","reduce-function-call":"^1.0.1"},"gitHead":"b4a4d43d316ad8cba4bba8a9bff28462370d3256","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.0.3","_shasum":"be5cf7dc2f2b5a6f42e42f08b67620ed9ca55d4f","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"}],"dist":{"shasum":"be5cf7dc2f2b5a6f42e42f08b67620ed9ca55d4f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.0.3.tgz"},"directories":{}},"1.1.0":{"name":"postcss-convert-values","version":"1.1.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-convert-values"},"dependencies":{"postcss":"^4.1.4","reduce-function-call":"^1.0.1"},"gitHead":"6983eff22282a7374b740393c2513e1651337772","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.1.0","_shasum":"227e539b7e73c9f9066eb04d852623e8728efc65","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"}],"dist":{"shasum":"227e539b7e73c9f9066eb04d852623e8728efc65","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"postcss-convert-values","version":"1.1.1","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-convert-values"},"dependencies":{"postcss":"^4.1.4","reduce-function-call":"^1.0.1"},"gitHead":"c0cee3892feba96395a2d34b4483751358524e11","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.1.1","_shasum":"3f48522563ce06502695bf5b3d9f215134e43764","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"}],"dist":{"shasum":"3f48522563ce06502695bf5b3d9f215134e43764","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.1.1.tgz"},"directories":{}},"1.2.0":{"name":"postcss-convert-values","version":"1.2.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec","jscs":"jscs index.js test.js lib/*.js"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-convert-values"},"dependencies":{"balanced-match":"^0.2.0","css-list":"0.0.3","postcss":"^4.1.4"},"gitHead":"77bbf56c406054362d7ea85c201fc316dcd8b70d","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.2.0","_shasum":"ac1a0393f2fa1cc6005a6c7c89730aa6ad6fe34b","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"}],"dist":{"shasum":"ac1a0393f2fa1cc6005a6c7c89730aa6ad6fe34b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"postcss-convert-values","version":"1.2.1","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec","jscs":"jscs index.js test.js lib/*.js"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-convert-values"},"dependencies":{"balanced-match":"^0.2.0","css-list":"0.0.3","postcss":"^4.1.4"},"gitHead":"b11ed8174557e2d18458470b85b1f1cc43c4d042","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.2.1","_shasum":"1c1ce8b14135f401a552180206b48ace16689ed9","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"}],"dist":{"shasum":"1c1ce8b14135f401a552180206b48ace16689ed9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.2.1.tgz"},"directories":{}},"1.2.2":{"name":"postcss-convert-values","version":"1.2.2","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec","jscs":"jscs index.js test.js lib/*.js"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-convert-values"},"dependencies":{"balanced-match":"^0.2.0","css-list":"0.0.3","postcss":"^4.1.4"},"gitHead":"3802bc21463ce8c680cbc9c40528ff865e76cc96","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.2.2","_shasum":"2e1b4e183a2a6a26abdcd8a96a5d380f25233482","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"}],"dist":{"shasum":"2e1b4e183a2a6a26abdcd8a96a5d380f25233482","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.2.2.tgz"},"directories":{}},"1.2.3":{"name":"postcss-convert-values","version":"1.2.3","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec","jscs":"jscs index.js test.js lib/*.js"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^4.0.2","tape":"^4.0.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"balanced-match":"^0.2.0","css-list":"^0.1.0","postcss":"^4.1.13"},"gitHead":"f2681f8bf1cd9e0a2acbdd106b081b1a86bab7b4","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.2.3","_shasum":"12f4f94c47fe783b4b0586b798424a2951949336","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"12f4f94c47fe783b4b0586b798424a2951949336","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.2.3.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"1.2.4":{"name":"postcss-convert-values","version":"1.2.4","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec","jscs":"jscs index.js test.js lib/*.js"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^4.0.2","tape":"^4.0.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"balanced-match":"^0.2.0","css-list":"^0.1.0","postcss":"^4.1.13"},"gitHead":"7777d0cb58fc7e632acde133f9f6f825cbdddbef","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.2.4","_shasum":"ce491bffbce82444a1292f794703439a89207a78","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"trysound","email":"trysound@yandex.ru"},"dist":{"shasum":"ce491bffbce82444a1292f794703439a89207a78","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.2.4.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"1.2.5":{"name":"postcss-convert-values","version":"1.2.5","description":"Convert values with PostCSS (e.g. ms -> s)","main":"index.js","scripts":{"test":"tape test.js | tap-spec","jscs":"jscs index.js test.js lib/*.js"},"keywords":["css","optimisation","postcss","postcss-plugins"],"license":"MIT","devDependencies":{"tap-spec":"^4.0.2","tape":"^4.0.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"balanced-match":"^0.2.0","css-list":"^0.1.0","postcss":"^4.1.13"},"gitHead":"2432f956942d4fb95576a8b39f8613b7b0b3d6ca","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.2.5","_shasum":"b3b34183f75a88bbd3084f752428ae165c111f98","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"b3b34183f75a88bbd3084f752428ae165c111f98","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.2.5.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"1.3.0":{"name":"postcss-convert-values","version":"1.3.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.21","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^4.1.16","postcss-value-parser":"^1.1.0"},"gitHead":"209ae51b74f0650ba6fccf6667f290de997ffeb6","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.3.0","_shasum":"78de9b5f7147cd9fab6eb7e197c12fa4ee272747","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"78de9b5f7147cd9fab6eb7e197c12fa4ee272747","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.3.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"1.3.1":{"name":"postcss-convert-values","version":"1.3.1","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.21","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^4.1.16","postcss-value-parser":"^1.1.0"},"gitHead":"205a36b3f3584dd879897c7b13e598007ad7587a","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@1.3.1","_shasum":"23f187c613fa77b637a7805b948b5e0899690e46","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"23f187c613fa77b637a7805b948b5e0899690e46","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-1.3.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.0.0":{"name":"postcss-convert-values","version":"2.0.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.23","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^1.4.2"},"gitHead":"ea0530af2aa2b890de47d2723d088e1b22d57a65","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.0.0","_shasum":"3a52be65dc3beab4796cc4195ec6a92499e910dc","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"3a52be65dc3beab4796cc4195ec6a92499e910dc","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.0.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.0.1":{"name":"postcss-convert-values","version":"2.0.1","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.23","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^2.0.2"},"gitHead":"16b8b3e969dfd0d23e648b0935f150b9938f4911","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.0.1","_shasum":"22eb90e23da987f0b55d408cf78d2b52ba023c7e","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"22eb90e23da987f0b55d408cf78d2b52ba023c7e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.0.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.1.0":{"name":"postcss-convert-values","version":"2.1.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.23","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^2.0.2"},"gitHead":"428189097f05de6fdea00cdb19fda0ac5847d235","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.1.0","_shasum":"47d84e7bea9cde48a7231a66af97bb473ec8b51b","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"47d84e7bea9cde48a7231a66af97bb473ec8b51b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.1.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.2.0":{"name":"postcss-convert-values","version":"2.2.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.23","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^2.0.2"},"gitHead":"44836056c96e34d11dee6b0b24387f925f5c8607","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.2.0","_shasum":"72b9c6b55aeab0d806231bd8f90a6c70223d4117","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"72b9c6b55aeab0d806231bd8f90a6c70223d4117","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.2.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.2.1":{"name":"postcss-convert-values","version":"2.2.1","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.23","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^2.0.2"},"gitHead":"03fec8a33a485d6ff7d700eee2cbe4421d7a5cad","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.2.1","_shasum":"ad2bd70466dc29e02e90f90723abda4a246b4a5b","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"ad2bd70466dc29e02e90f90723abda4a246b4a5b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.2.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.3.0":{"name":"postcss-convert-values","version":"2.3.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.23","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^2.0.2"},"gitHead":"65169bf937e2dd6476da9bf75428d0e29c085f78","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.3.0","_shasum":"49cdc56fd391ed08cc89aaff83f1776cd86cbeb9","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"49cdc56fd391ed08cc89aaff83f1776cd86cbeb9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.3.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.3.1":{"name":"postcss-convert-values","version":"2.3.1","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.23","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^2.0.2"},"gitHead":"1adbc9bfa74081c57536be520e140dfc3f6543a9","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.3.1","_shasum":"83f610e14c56bb090a904a39b0565867bcbd4445","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"83f610e14c56bb090a904a39b0565867bcbd4445","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.3.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.3.2":{"name":"postcss-convert-values","version":"2.3.2","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.23","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^2.0.2"},"gitHead":"a646eeff54ce8e2e114e74ae4c97134781868ab3","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.3.2","_shasum":"10d5417b95a49df99dfdffa584dec5132bda12c0","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"10d5417b95a49df99dfdffa584dec5132bda12c0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.3.2.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.3.3":{"name":"postcss-convert-values","version":"2.3.3","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.23","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.1"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.8","postcss-value-parser":"^3.0.2"},"gitHead":"34d25c48eedc50d974af7b916c467fb598aa1bdb","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.3.3","_shasum":"399d58c7089d0845e073899389d19f0c53d6082a","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"399d58c7089d0845e073899389d19f0c53d6082a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.3.3.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.3.4":{"name":"postcss-convert-values","version":"2.3.4","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"babel src --out-dir dist --ignore /__tests__/","test":"babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel":"^5.8.23","babel-tape-runner":"^1.2.0","tap-spec":"^4.1.0","tape":"^4.2.1"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.8","postcss-value-parser":"^3.0.2"},"gitHead":"c46c8b95b2f16708a2d7f6d6e0e952fddf98838c","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.3.4","_shasum":"2321ba0397f322579130d8b9f0e89a42d82e6239","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"2321ba0397f322579130d8b9f0e89a42d82e6239","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.3.4.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.3.5":{"name":"postcss-convert-values","version":"2.3.5","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"pretest":"eslint src","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"ava":"^0.15.0","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-plugin-add-module-exports":"^0.2.1","babel-preset-es2015":"^6.3.13","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.3.13","babel-register":"^6.9.0","del-cli":"^0.2.0","eslint":"^2.0.0","eslint-config-cssnano":"^2.0.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.11","postcss-value-parser":"^3.1.2"},"ava":{"require":"babel-register"},"eslintConfig":{"extends":"cssnano"},"gitHead":"308f00ca3c62c77082a768e96ca87d7ed6d34f19","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.3.5","_shasum":"1efbb8c59993a3bf4e55482b478ce1ecab676a8c","_from":".","_npmVersion":"3.9.5","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"1efbb8c59993a3bf4e55482b478ce1ecab676a8c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.3.5.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-convert-values-2.3.5.tgz_1465212246338_0.036315954523161054"},"directories":{}},"2.3.6":{"name":"postcss-convert-values","version":"2.3.6","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"pretest":"eslint src","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"ava":"^0.15.0","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-plugin-add-module-exports":"^0.2.1","babel-preset-es2015":"^6.3.13","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.3.13","babel-register":"^6.9.0","del-cli":"^0.2.0","eslint":"^2.0.0","eslint-config-cssnano":"^2.0.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.11","postcss-value-parser":"^3.1.2"},"ava":{"require":"babel-register"},"eslintConfig":{"extends":"cssnano"},"gitHead":"c67666eff02102065e7f963bee5d8a3ff24b2ae7","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.3.6","_shasum":"da677313fd4ee4b0e2da9c1219b8e8e7c72c9b0c","_from":".","_npmVersion":"3.9.5","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"da677313fd4ee4b0e2da9c1219b8e8e7c72c9b0c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.3.6.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-convert-values-2.3.6.tgz_1465215329966_0.22003483399748802"},"directories":{}},"2.4.0":{"name":"postcss-convert-values","version":"2.4.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"pretest":"eslint src","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"ava":"^0.15.0","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-plugin-add-module-exports":"^0.2.1","babel-preset-es2015":"^6.3.13","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.3.13","babel-register":"^6.9.0","del-cli":"^0.2.0","eslint":"^2.0.0","eslint-config-cssnano":"^2.0.0"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.11","postcss-value-parser":"^3.1.2"},"ava":{"require":"babel-register"},"eslintConfig":{"extends":"cssnano"},"gitHead":"9feb3e607647be161a99e067228a04143fb4f622","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.4.0","_shasum":"59f593f681cf85c86a996a024ec2347699037482","_from":".","_npmVersion":"3.9.5","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"59f593f681cf85c86a996a024ec2347699037482","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.4.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-convert-values-2.4.0.tgz_1465426941565_0.9459112924523652"},"directories":{}},"2.4.1":{"name":"postcss-convert-values","version":"2.4.1","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"contributorAdd":"all-contributors add","contributorGenerate":"all-contributors generate","pretest":"eslint src","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava","test-012":"ava"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"all-contributors-cli":"^3.0.5","ava":"^0.16.0","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-plugin-add-module-exports":"^0.2.1","babel-preset-es2015":"^6.3.13","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.3.13","babel-register":"^6.9.0","del-cli":"^0.2.0","eslint":"^3.0.0","eslint-config-cssnano":"^3.0.0","eslint-plugin-babel":"^3.3.0","eslint-plugin-import":"^1.10.2"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.11","postcss-value-parser":"^3.1.2"},"ava":{"require":"babel-register"},"eslintConfig":{"extends":"cssnano"},"gitHead":"8202e3b6b79d952db1b95c48f49a9e9e12146491","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.4.1","_shasum":"45dce4d4e33b7d967b97a4d937f270ea98d2fe7a","_from":".","_npmVersion":"3.10.2","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"45dce4d4e33b7d967b97a4d937f270ea98d2fe7a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.4.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-convert-values-2.4.1.tgz_1475183370566_0.30084943887777627"},"directories":{}},"2.5.0":{"name":"postcss-convert-values","version":"2.5.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"contributorAdd":"all-contributors add","contributorGenerate":"all-contributors generate","pretest":"eslint src","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava","test-012":"ava"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"all-contributors-cli":"^3.0.5","ava":"^0.17.0","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-plugin-add-module-exports":"^0.2.1","babel-preset-es2015":"^6.3.13","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.3.13","babel-register":"^6.9.0","del-cli":"^0.2.0","eslint":"^3.0.0","eslint-config-cssnano":"^3.0.0","eslint-plugin-babel":"^3.3.0","eslint-plugin-import":"^2.0.1"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.11","postcss-value-parser":"^3.1.2"},"ava":{"require":"babel-register"},"eslintConfig":{"extends":"cssnano"},"gitHead":"d9619469ffbf6761d23f484a7709d6862745c9e8","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.5.0","_shasum":"570aceb04b3061fb25f6f46bd0329e7ab6263c0b","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"570aceb04b3061fb25f6f46bd0329e7ab6263c0b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.5.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-convert-values-2.5.0.tgz_1480075738319_0.4990886631421745"},"directories":{}},"2.6.0":{"name":"postcss-convert-values","version":"2.6.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"contributorAdd":"all-contributors add","contributorGenerate":"all-contributors generate","pretest":"eslint src","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava","test-012":"ava"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"all-contributors-cli":"^3.0.5","ava":"^0.17.0","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-plugin-add-module-exports":"^0.2.1","babel-preset-es2015":"^6.3.13","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.3.13","babel-register":"^6.9.0","del-cli":"^0.2.0","eslint":"^3.0.0","eslint-config-cssnano":"^3.0.0","eslint-plugin-babel":"^3.3.0","eslint-plugin-import":"^2.0.1"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.11","postcss-value-parser":"^3.1.2"},"ava":{"require":"babel-register"},"eslintConfig":{"extends":"cssnano"},"gitHead":"ca9315cd8531416d5321c3d9aaa51f5841507e7f","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.6.0","_shasum":"08c6d06130fe58a91a21ff50829e1aad6a3a1acc","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"08c6d06130fe58a91a21ff50829e1aad6a3a1acc","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.6.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-convert-values-2.6.0.tgz_1483313576959_0.8404497103765607"},"directories":{}},"2.6.1":{"name":"postcss-convert-values","version":"2.6.1","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"contributorAdd":"all-contributors add","contributorGenerate":"all-contributors generate","pretest":"eslint src","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava","test-012":"ava"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"all-contributors-cli":"^3.0.5","ava":"^0.17.0","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-plugin-add-module-exports":"^0.2.1","babel-preset-es2015":"^6.3.13","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.3.13","babel-register":"^6.9.0","del-cli":"^0.2.0","eslint":"^3.0.0","eslint-config-cssnano":"^3.0.0","eslint-plugin-babel":"^3.3.0","eslint-plugin-import":"^2.0.1"},"homepage":"https://github.com/ben-eb/postcss-convert-values","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-convert-values.git"},"dependencies":{"postcss":"^5.0.11","postcss-value-parser":"^3.1.2"},"ava":{"require":"babel-register"},"eslintConfig":{"extends":"cssnano"},"gitHead":"bb976831e7c6b0ed4a69fdfe547ed188c6f38f98","bugs":{"url":"https://github.com/ben-eb/postcss-convert-values/issues"},"_id":"postcss-convert-values@2.6.1","_shasum":"bbd8593c5c1fd2e3d1c322bb925dcae8dae4d62d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"bbd8593c5c1fd2e3d1c322bb925dcae8dae4d62d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-2.6.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-convert-values-2.6.1.tgz_1486148568607_0.2533819177187979"},"directories":{}},"4.0.0-rc.0":{"name":"postcss-convert-values","version":"4.0.0-rc.0","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel-cli":"^6.0.0","cross-env":"^3.0.0"},"homepage":"https://github.com/ben-eb/cssnano","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/cssnano.git"},"dependencies":{"postcss":"^6.0.0","postcss-value-parser":"^3.0.0"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"engines":{"node":">=4"},"_id":"postcss-convert-values@4.0.0-rc.0","_shasum":"2b76914f64c4a936593ff43935c3d1eb599c5473","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"2b76914f64c4a936593ff43935c3d1eb599c5473","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-4.0.0-rc.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-convert-values-4.0.0-rc.0.tgz_1496311176963_0.34965443052351475"},"directories":{}},"4.0.0-rc.2":{"name":"postcss-convert-values","version":"4.0.0-rc.2","description":"Convert values with PostCSS (e.g. ms -> s)","main":"dist/index.js","files":["LICENSE-MIT","dist"],"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"keywords":["css","optimisation","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"babel-cli":"^6.0.0","cross-env":"^3.0.0"},"homepage":"https://github.com/ben-eb/cssnano","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/cssnano.git"},"dependencies":{"postcss":"^6.0.0","postcss-value-parser":"^3.0.0"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"engines":{"node":">=4"},"_id":"postcss-convert-values@4.0.0-rc.2","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"integrity":"sha512-uYoL5zMnHGzx5koLczgGDugWmdCTf3suKwf+BHGAASPwSbvn+8KeECSvUEwIXDAd7ofxrLimAkMCyv8HsmYwWA==","shasum":"6255e099cfc064212ace00fa68bca74ecf6b4b7d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss-convert-values/-/postcss-convert-values-4.0.0-rc.2.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-convert-values-4.0.0-rc.2.tgz_1502049189202_0.8421428373549134"},"directories":{}}},"name":"postcss-convert-values","time":{"modified":"2017-08-06T23:28:47.411Z","created":"2015-04-07T15:50:28.106Z","1.0.0":"2015-04-07T15:50:28.106Z","1.0.1":"2015-04-07T15:59:08.712Z","1.0.2":"2015-04-07T16:30:31.153Z","1.0.3":"2015-04-07T16:37:54.809Z","1.1.0":"2015-04-28T15:27:09.975Z","1.1.1":"2015-04-28T21:25:44.258Z","1.2.0":"2015-05-03T11:40:54.211Z","1.2.1":"2015-05-03T18:54:16.007Z","1.2.2":"2015-05-08T09:02:20.854Z","1.2.3":"2015-06-30T21:32:42.787Z","1.2.4":"2015-07-31T08:30:09.586Z","1.2.5":"2015-08-22T14:11:16.866Z","1.3.0":"2015-08-25T10:58:35.199Z","1.3.1":"2015-08-25T11:34:36.553Z","2.0.0":"2015-09-04T22:54:13.701Z","2.0.1":"2015-09-08T08:13:25.758Z","2.1.0":"2015-09-14T09:22:05.796Z","2.2.0":"2015-09-16T12:10:53.862Z","2.2.1":"2015-09-19T22:45:13.617Z","2.3.0":"2015-09-21T09:23:22.430Z","2.3.1":"2015-09-21T09:35:47.481Z","2.3.2":"2015-09-21T10:07:56.469Z","2.3.3":"2015-10-08T13:37:04.207Z","2.3.4":"2015-10-13T10:25:27.785Z","2.3.5":"2016-06-06T11:24:08.709Z","2.3.6":"2016-06-06T12:15:31.626Z","2.4.0":"2016-06-08T23:02:23.610Z","2.4.1":"2016-09-29T21:09:31.507Z","2.5.0":"2016-11-25T12:08:58.832Z","2.6.0":"2017-01-01T23:32:59.112Z","2.6.1":"2017-02-03T19:02:49.225Z","4.0.0-rc.0":"2017-06-01T09:59:37.951Z","4.0.0-rc.2":"2017-08-06T19:53:10.141Z"},"readmeFilename":"README.md","homepage":"https://github.com/ben-eb/cssnano"}