{"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"keywords":["css","merge","postcss","postcss-plugin"],"dist-tags":{"latest":"2.1.7","next":"4.0.0-rc.2"},"author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"description":"Merge keyframe and counter style identifiers.","readme":"# [postcss][postcss]-merge-idents\n\n> Merge keyframe and counter style identifiers.\n\n\n## Install\n\nWith [npm](https://npmjs.org/package/postcss-merge-idents) do:\n\n```\nnpm install postcss-merge-idents --save\n```\n\n\n## Example\n\nThis module will merge identifiers such as `@keyframes` and `@counter-style`,\nif their properties are identical. Then, it will update those declarations that\ndepend on the duplicated property.\n\n### Input\n\n```css\n@keyframes rotate {\n    from { transform: rotate(0) }\n    to { transform: rotate(360deg) }\n}\n\n@keyframes flip {\n    from { transform: rotate(0) }\n    to { transform: rotate(360deg) }\n}\n\n.rotate {\n    animation-name: rotate\n}\n\n.flip {\n    animation-name: flip\n}\n```\n\n### Output\n\n```css\n@keyframes flip {\n    from { transform: rotate(0) }\n    to { transform: rotate(360deg) }\n}\n\n.rotate {\n    animation-name: flip\n}\n\n.flip {\n    animation-name: flip\n}\n```\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","repository":{"type":"git","url":"git+https://github.com/ben-eb/cssnano.git"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"license":"MIT","versions":{"1.0.0":{"name":"postcss-merge-idents","version":"1.0.0","description":"Merge keyframe and counter style identifiers.","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-merge-idents"},"dependencies":{"css-list":"^0.1.0","postcss":"^4.1.9"},"gitHead":"36c84b6750c34a321ac1621595a787a52eccd195","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@1.0.0","_shasum":"a2e6077bba4dab9917c3be1e102f532ae9bc361e","_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":"a2e6077bba4dab9917c3be1e102f532ae9bc361e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"postcss-merge-idents","version":"1.0.1","description":"Merge keyframe and counter style identifiers.","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-merge-idents"},"dependencies":{"css-list":"^0.1.0","postcss":"^4.1.9"},"gitHead":"2b8d65c7e7827cedf20f2571fa073a9fba870e49","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@1.0.1","_shasum":"d57881ac5a1dffe226631738a19d2274182308d5","_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":"d57881ac5a1dffe226631738a19d2274182308d5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"postcss-merge-idents","version":"1.0.2","description":"Merge keyframe and counter style identifiers.","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-merge-idents.git"},"dependencies":{"css-list":"^0.1.0","postcss":"^4.1.9"},"gitHead":"f02e6975eb1ca91055e054c9ba9e976c1b16d201","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@1.0.2","_shasum":"a93a0dad78f652e8237d9adec342e41d2c1dd35b","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"a93a0dad78f652e8237d9adec342e41d2c1dd35b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-1.0.2.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.0.0":{"name":"postcss-merge-idents","version":"2.0.0","description":"Merge keyframe and counter style identifiers.","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-merge-idents.git"},"dependencies":{"css-list":"^0.1.2","postcss":"^5.0.4"},"gitHead":"863e59461ff44d8b70e85cb8af36f7b37f592cef","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@2.0.0","_shasum":"aa03910508a396752ae314ccc4cf86a631eb25d9","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"aa03910508a396752ae314ccc4cf86a631eb25d9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-2.0.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.1.0":{"name":"postcss-merge-idents","version":"2.1.0","description":"Merge keyframe and counter style identifiers.","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-merge-idents.git"},"dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^2.0.4"},"gitHead":"9a8303d9411f7f5ffc5a4bf3febe4b6bffeef3c9","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@2.1.0","_shasum":"d7fa21a8f924b6a8d5f4358ab3669d217d14c063","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"d7fa21a8f924b6a8d5f4358ab3669d217d14c063","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.1.1":{"name":"postcss-merge-idents","version":"2.1.1","description":"Merge keyframe and counter style identifiers.","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-merge-idents.git"},"dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^3.0.2"},"gitHead":"2b7e323c6b2d6c78901685ca587f0877ac669260","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@2.1.1","_shasum":"52aa80fd035a837bb10c0fa46e218444766e8b48","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"52aa80fd035a837bb10c0fa46e218444766e8b48","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.1.2":{"name":"postcss-merge-idents","version":"2.1.2","description":"Merge keyframe and counter style identifiers.","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","merge","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"tap-spec":"^4.1.0","tape":"^4.2.2"},"homepage":"https://github.com/ben-eb/postcss-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-merge-idents.git"},"dependencies":{"has-own":"^1.0.0","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"gitHead":"46fa519accdff3dd369d1370eddca4c12c40c186","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@2.1.2","_shasum":"a3effe8be22d47b6a12759eab51c2f8e696db802","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"a3effe8be22d47b6a12759eab51c2f8e696db802","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.2.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.1.3":{"name":"postcss-merge-idents","version":"2.1.3","description":"Merge keyframe and counter style identifiers.","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","merge","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"tap-spec":"^4.1.0","tape":"^4.2.2"},"homepage":"https://github.com/ben-eb/postcss-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-merge-idents.git"},"dependencies":{"has-own":"^1.0.0","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"gitHead":"6e8ce737b2ac3bc75657317ffe63ab3732192a02","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@2.1.3","_shasum":"462d5ccfb7a7dfefdbd629edd67dd3001094a90d","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"462d5ccfb7a7dfefdbd629edd67dd3001094a90d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.3.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.1.4":{"name":"postcss-merge-idents","version":"2.1.4","description":"Merge keyframe and counter style identifiers.","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","merge","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"tap-spec":"^4.1.0","tape":"^4.2.2"},"homepage":"https://github.com/ben-eb/postcss-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-merge-idents.git"},"dependencies":{"has-own":"^1.0.0","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"gitHead":"a388c1b8bcfe0957d9dcc7f97ddf20f2aa3f7e60","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@2.1.4","_shasum":"270d1e9eae275f107a7ba76da130374de32d7ac1","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"270d1e9eae275f107a7ba76da130374de32d7ac1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.4.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.1.5":{"name":"postcss-merge-idents","version":"2.1.5","description":"Merge keyframe and counter style identifiers.","main":"dist/index.js","files":["dist","LICENSE-MIT"],"scripts":{"pretest":"eslint src","prepublish":"de dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava src/__tests__"},"keywords":["css","merge","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"ava":"^0.11.0","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-plugin-add-module-exports":"^0.1.2","babel-preset-es2015":"^6.3.13","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.3.13","del-cli":"^0.1.2","eslint":"^1.10.3","eslint-config-cssnano":"^1.0.0"},"homepage":"https://github.com/ben-eb/postcss-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-merge-idents.git"},"dependencies":{"has-own":"^1.0.0","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"ava":{"require":"babel-core/register"},"eslintConfig":{"extends":"cssnano"},"gitHead":"eeba455e82be077c1999d8c722f430acf2bba206","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@2.1.5","_shasum":"9bbab62a698b731add80ddf90af8eca6d03ddd98","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"9bbab62a698b731add80ddf90af8eca6d03ddd98","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.5.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/postcss-merge-idents-2.1.5.tgz_1454806198113_0.7078870369587094"},"directories":{}},"2.1.6":{"name":"postcss-merge-idents","version":"2.1.6","description":"Merge keyframe and counter style identifiers.","main":"dist/index.js","files":["dist","LICENSE-MIT"],"scripts":{"pretest":"eslint src","prepublish":"de dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava src/__tests__"},"keywords":["css","merge","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"ava":"^0.11.0","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-plugin-add-module-exports":"^0.1.2","babel-preset-es2015":"^6.3.13","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.3.13","del-cli":"^0.1.2","eslint":"^1.10.3","eslint-config-cssnano":"^1.0.0"},"homepage":"https://github.com/ben-eb/postcss-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-merge-idents.git"},"dependencies":{"has-own":"^1.0.0","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"ava":{"require":"babel-core/register"},"eslintConfig":{"extends":"cssnano"},"gitHead":"7668083c98242a5b3f417a75ad37ba7a9bb5e140","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@2.1.6","_shasum":"52ff64b18e58bcb96d7602e65c5c78ed17cdaaa3","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"52ff64b18e58bcb96d7602e65c5c78ed17cdaaa3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.6.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-merge-idents-2.1.6.tgz_1462922201876_0.10512267472222447"},"directories":{}},"2.1.7":{"name":"postcss-merge-idents","version":"2.1.7","description":"Merge keyframe and counter style identifiers.","main":"dist/index.js","files":["dist","LICENSE-MIT"],"scripts":{"pretest":"eslint src","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava src/__tests__","test-012":"ava src/__tests__"},"keywords":["css","merge","postcss","postcss-plugin"],"license":"MIT","devDependencies":{"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-merge-idents","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-merge-idents.git"},"dependencies":{"has":"^1.0.1","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"ava":{"require":"babel-register"},"eslintConfig":{"extends":"cssnano"},"gitHead":"effb47da352a11daa7be7ae68ed435bc13cd03a2","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"_id":"postcss-merge-idents@2.1.7","_shasum":"4c5530313c08e1d5b3bbf3d2bbc747e278eea270","_from":".","_npmVersion":"3.10.2","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"4c5530313c08e1d5b3bbf3d2bbc747e278eea270","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.7.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-merge-idents-2.1.7.tgz_1471377358300_0.6255734651349485"},"directories":{}},"4.0.0-rc.0":{"name":"postcss-merge-idents","version":"4.0.0-rc.0","description":"Merge keyframe and counter style identifiers.","main":"dist/index.js","files":["dist","LICENSE-MIT"],"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"keywords":["css","merge","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":{"cssnano-util-same-parent":"^4.0.0-rc.0","has":"^1.0.0","postcss":"^6.0.0","postcss-value-parser":"^3.0.0"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"engines":{"node":">=4"},"_id":"postcss-merge-idents@4.0.0-rc.0","_shasum":"993cd6b06a16c7b62f3e4d8517b1e49d530eafda","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"993cd6b06a16c7b62f3e4d8517b1e49d530eafda","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-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-merge-idents-4.0.0-rc.0.tgz_1496311200764_0.4175123004242778"},"directories":{}},"4.0.0-rc.2":{"name":"postcss-merge-idents","version":"4.0.0-rc.2","description":"Merge keyframe and counter style identifiers.","main":"dist/index.js","files":["dist","LICENSE-MIT"],"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"keywords":["css","merge","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":{"cssnano-util-same-parent":"^4.0.0-rc.2","has":"^1.0.0","postcss":"^6.0.0","postcss-value-parser":"^3.0.0"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"engines":{"node":">=4"},"_id":"postcss-merge-idents@4.0.0-rc.2","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"integrity":"sha512-gZJUUEZP4LcMo/6TkiamP52inBvGh/JPYsgnsMitVLXW14JXkgDco7QJuW9RfZxIq2QDQf0lbsrxkM2RVJD8SQ==","shasum":"b71643ce38e27587fd5ece4b0d38ce1be553800a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-merge-idents/-/postcss-merge-idents-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-merge-idents-4.0.0-rc.2.tgz_1502049216817_0.26530322013422847"},"directories":{}}},"name":"postcss-merge-idents","time":{"modified":"2017-08-06T23:36:11.796Z","created":"2015-05-10T21:43:33.669Z","1.0.0":"2015-05-10T21:43:33.669Z","1.0.1":"2015-05-13T13:36:54.871Z","1.0.2":"2015-09-01T10:31:20.187Z","2.0.0":"2015-09-04T23:06:58.667Z","2.1.0":"2015-09-10T14:30:34.264Z","2.1.1":"2015-10-08T13:53:43.627Z","2.1.2":"2015-10-26T21:17:39.294Z","2.1.3":"2015-10-26T21:23:49.337Z","2.1.4":"2016-01-24T23:45:15.132Z","2.1.5":"2016-02-07T00:49:59.266Z","2.1.6":"2016-05-10T23:16:44.421Z","2.1.7":"2016-08-16T19:56:01.014Z","4.0.0-rc.0":"2017-06-01T10:00:02.041Z","4.0.0-rc.2":"2017-08-06T19:53:37.632Z"},"readmeFilename":"README.md","homepage":"https://github.com/ben-eb/cssnano"}