{"maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"opensource@trysound.io"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"keywords":["css","merge","postcss","postcss-plugin"],"dist-tags":{"nightly":"4.0.0-nightly.2020.2.6","next":"5.0.0-rc.2","latest":"7.0.1"},"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/cssnano/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/cssnano/cssnano.git"},"bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"license":"MIT","versions":{"1.0.0":{"name":"postcss-merge-idents","version":"1.0.0","keywords":["css","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@1.0.0","maintainers":[{"name":"anonymous","email":"therealbenbriggs@hotmail.com"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"dist":{"shasum":"a2e6077bba4dab9917c3be1e102f532ae9bc361e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-1.0.0.tgz","integrity":"sha512-Uhr+V5+4IBg1BqhGQ1Lfx50CS/DsSB/e8MZOjvKG8CfkWLBsKcvhbphb2NqSekwxvR0xmZixaMNjEQE1yhIbDQ==","signatures":[{"sig":"MEQCIAMiNFbgI83lVb7paoX86axTRRfO5yFKWfmwm8sHwGRgAiAs9sLaF03JwZHCF9CNAZQ4sS2V4126iHnirQtKpHzt3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"a2e6077bba4dab9917c3be1e102f532ae9bc361e","gitHead":"36c84b6750c34a321ac1621595a787a52eccd195","scripts":{"test":"tape test.js | tap-spec"},"_npmUser":{"name":"anonymous","email":"therealbenbriggs@hotmail.com"},"repository":{"url":"https://github.com/ben-eb/postcss-merge-idents","type":"git"},"_npmVersion":"2.7.5","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"0.12.2","dependencies":{"postcss":"^4.1.9","css-list":"^0.1.0"},"devDependencies":{"tape":"^3.5.0","tap-spec":"^2.2.2"}},"1.0.1":{"name":"postcss-merge-idents","version":"1.0.1","keywords":["css","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@1.0.1","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"dist":{"shasum":"d57881ac5a1dffe226631738a19d2274182308d5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-1.0.1.tgz","integrity":"sha512-8VCIJkdIDXQSfht6FY7KcnoQnqEuFraE6j/HTlggh9ea/AOg2hVyKW3F/kWhSFMCCSUODLBDmECqFAcGRP50Bw==","signatures":[{"sig":"MEUCIErPm5+X3SUpDubJss7XH0xS7UVry0PajPdMmZJLZ+SKAiEAiUIs0CDzx5DchHHW7gYOddvN0pj6BJG0ZmedS8jvzJA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"d57881ac5a1dffe226631738a19d2274182308d5","gitHead":"2b8d65c7e7827cedf20f2571fa073a9fba870e49","scripts":{"test":"tape test.js | tap-spec"},"_npmUser":{"name":"anonymous","email":"therealbenbriggs@hotmail.com"},"repository":{"url":"https://github.com/ben-eb/postcss-merge-idents","type":"git"},"_npmVersion":"2.7.5","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"0.12.2","dependencies":{"postcss":"^4.1.9","css-list":"^0.1.0"},"devDependencies":{"tape":"^3.5.0","tap-spec":"^2.2.2"}},"1.0.2":{"name":"postcss-merge-idents","version":"1.0.2","keywords":["css","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@1.0.2","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"dist":{"shasum":"a93a0dad78f652e8237d9adec342e41d2c1dd35b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-1.0.2.tgz","integrity":"sha512-e/HiIm+YUrL11hX1H64is+P04PVixSFEe+Gmo8eNzCaCA5+SWNNr9O0ZAkogiUcGhITgbhl/+YGFnMJ7OrYM2g==","signatures":[{"sig":"MEYCIQCSNjUhRVSmzbhdJAEjwxhiB9itwNI0/mITBSKWB1g9qwIhALspVGDs2JqlUgREoPzKmFm+gzWWkDg4bISgZECdJGwN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"a93a0dad78f652e8237d9adec342e41d2c1dd35b","gitHead":"f02e6975eb1ca91055e054c9ba9e976c1b16d201","scripts":{"test":"tape test.js | tap-spec"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/postcss-merge-idents.git","type":"git"},"_npmVersion":"2.12.1","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"2.3.4","dependencies":{"postcss":"^4.1.9","css-list":"^0.1.0"},"devDependencies":{"tape":"^3.5.0","tap-spec":"^2.2.2"}},"2.0.0":{"name":"postcss-merge-idents","version":"2.0.0","keywords":["css","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@2.0.0","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"dist":{"shasum":"aa03910508a396752ae314ccc4cf86a631eb25d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-2.0.0.tgz","integrity":"sha512-182UhLz1WpC7cVr7p0b0lZWlFy1H3OLYCqlA6AQYa75r/TadnanpVVh1Ieq7He6aD2ToiUmSaDQbMXLTR2B8Hg==","signatures":[{"sig":"MEQCIGxcXBiX80LCQUazp08ilxMQaMxSBuYO23FVlUO3qbOnAiAxqaQ+REg8lXI3oBl6/DhJF+jy0EECUQhmU+Jp/HAywA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"aa03910508a396752ae314ccc4cf86a631eb25d9","gitHead":"863e59461ff44d8b70e85cb8af36f7b37f592cef","scripts":{"test":"tape test.js | tap-spec"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/postcss-merge-idents.git","type":"git"},"_npmVersion":"2.12.1","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"2.3.4","dependencies":{"postcss":"^5.0.4","css-list":"^0.1.2"},"devDependencies":{"tape":"^4.2.0","tap-spec":"^4.1.0"}},"2.1.0":{"name":"postcss-merge-idents","version":"2.1.0","keywords":["css","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@2.1.0","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"dist":{"shasum":"d7fa21a8f924b6a8d5f4358ab3669d217d14c063","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.0.tgz","integrity":"sha512-BadqDwQRSEWbOAFMLNili44VD0MsUQQmR1K2rWO+s0Y+LCqgXBGav1HfdT2ouuhTGgNzhAqKRqiOUEXzaC2BTQ==","signatures":[{"sig":"MEQCIE8O5MOpRyQFh6H+JxDBKLpEnTLKciCRSyMj0I3PeeeyAiBavm8Zox8hZiANCQvFYq7OnvWklFreVVP+sQ5zgaU2rw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js","LICENSE-MIT"],"_shasum":"d7fa21a8f924b6a8d5f4358ab3669d217d14c063","gitHead":"9a8303d9411f7f5ffc5a4bf3febe4b6bffeef3c9","scripts":{"test":"tape test.js | tap-spec"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/postcss-merge-idents.git","type":"git"},"_npmVersion":"2.12.1","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"2.3.4","dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^2.0.4"},"devDependencies":{"tape":"^4.2.0","tap-spec":"^4.1.0"}},"2.1.1":{"name":"postcss-merge-idents","version":"2.1.1","keywords":["css","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@2.1.1","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"dist":{"shasum":"52aa80fd035a837bb10c0fa46e218444766e8b48","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.1.tgz","integrity":"sha512-Z0uSJZqhRlYvfW1UgPIA1qJLq55dRFJ2KMWLifGkTihoNzpQTWweLF6KJAWv9vdsR6NuZCUP8qtKz24IowA6NA==","signatures":[{"sig":"MEUCIQCRcXvfzbt0ifqxxUkgxF3NvLjHWVUUj/6ekrroDrzfhQIgLpLspD3b7T4Th9vhVBFkTfa7Me3nFZgByxFHd4yJrnE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js","LICENSE-MIT"],"_shasum":"52aa80fd035a837bb10c0fa46e218444766e8b48","gitHead":"2b7e323c6b2d6c78901685ca587f0877ac669260","scripts":{"test":"tape test.js | tap-spec"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/postcss-merge-idents.git","type":"git"},"_npmVersion":"2.12.1","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"2.3.4","dependencies":{"postcss":"^5.0.4","postcss-value-parser":"^3.0.2"},"devDependencies":{"tape":"^4.2.0","tap-spec":"^4.1.0"}},"2.1.2":{"name":"postcss-merge-idents","version":"2.1.2","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@2.1.2","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"dist":{"shasum":"a3effe8be22d47b6a12759eab51c2f8e696db802","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.2.tgz","integrity":"sha512-LCuvOn9CLHfPfJr8znH6hh+824LxHGDmXMSdD75K1JpKyNWLKBlSuKNQuMbzBVoSd7EcpSz9Uj2V3yJo8utB0w==","signatures":[{"sig":"MEUCIGEMKwqO3tKbx/rdc0LAAHW3WEzdbn1588cZvwM/UeOxAiEA9PJcnV35xPs5QqXzT4lZbmF3n1Q+PhAMOcSEIkFGAUE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js","LICENSE-MIT"],"_shasum":"a3effe8be22d47b6a12759eab51c2f8e696db802","gitHead":"46fa519accdff3dd369d1370eddca4c12c40c186","scripts":{"test":"tape test.js | tap-spec"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/postcss-merge-idents.git","type":"git"},"_npmVersion":"2.12.1","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"2.3.4","dependencies":{"has-own":"^1.0.0","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"devDependencies":{"tape":"^4.2.2","tap-spec":"^4.1.0"}},"2.1.3":{"name":"postcss-merge-idents","version":"2.1.3","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@2.1.3","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"dist":{"shasum":"462d5ccfb7a7dfefdbd629edd67dd3001094a90d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.3.tgz","integrity":"sha512-B16Awp7jrzYuRArwk3nGQ8W0I7HzUG1oYrywemfVRyWo4z1tcnoG/NxXGEdW0+XBktbbRr5ziHo7RmnQleHNIQ==","signatures":[{"sig":"MEYCIQCO7nreZsZ51fiEE13RAOwUOJG2hkAKsthGezqOAXhBPAIhAIpyG43o73y6a4+WjIUxEhU2/J8BC0x3cp8ZRg7/6GvF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js","LICENSE-MIT"],"_shasum":"462d5ccfb7a7dfefdbd629edd67dd3001094a90d","gitHead":"6e8ce737b2ac3bc75657317ffe63ab3732192a02","scripts":{"test":"tape test.js | tap-spec"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/postcss-merge-idents.git","type":"git"},"_npmVersion":"2.12.1","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"2.3.4","dependencies":{"has-own":"^1.0.0","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"devDependencies":{"tape":"^4.2.2","tap-spec":"^4.1.0"}},"2.1.4":{"name":"postcss-merge-idents","version":"2.1.4","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@2.1.4","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"dist":{"shasum":"270d1e9eae275f107a7ba76da130374de32d7ac1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.4.tgz","integrity":"sha512-3gVM8vhrY3RwTUHdiD+3EPFQrIPsp6zsXhqzIX8HKcNJw2dCoV8X50RochLgj3oFY94oF/n4jbtzqCPcNUP2xQ==","signatures":[{"sig":"MEUCIFQbj900QZuUiHLWu4kBMzg2rFY/z1GBRdFjvcPBWaSgAiEA8HugDnEV+6V41Si7g6cKoL22+RorjQDtBRIcL2SBYoE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["index.js","LICENSE-MIT"],"_shasum":"270d1e9eae275f107a7ba76da130374de32d7ac1","gitHead":"a388c1b8bcfe0957d9dcc7f97ddf20f2aa3f7e60","scripts":{"test":"tape test.js | tap-spec"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/postcss-merge-idents.git","type":"git"},"_npmVersion":"3.3.12","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"5.4.1","dependencies":{"has-own":"^1.0.0","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"devDependencies":{"tape":"^4.2.2","tap-spec":"^4.1.0"}},"2.1.5":{"name":"postcss-merge-idents","version":"2.1.5","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@2.1.5","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"ava":{"require":"babel-core/register"},"dist":{"shasum":"9bbab62a698b731add80ddf90af8eca6d03ddd98","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.5.tgz","integrity":"sha512-cw4x9+npirOKHP+AnPgeJ2GMtG/0crymAHk8dZyZWciVYdsPJmPKS79PAzRb3Ad1fLzrh/cWuxSAU5C4aBQiFg==","signatures":[{"sig":"MEYCIQDN8IS+ExdbLbeT6dmGGXezv0nwuoLD2RL/nni2XP2oYQIhAMyUSkAlgjW1m8Wdfb9hlHeIWDlczb2L6Y0mM8ga+XCo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","LICENSE-MIT"],"_shasum":"9bbab62a698b731add80ddf90af8eca6d03ddd98","gitHead":"eeba455e82be077c1999d8c722f430acf2bba206","scripts":{"test":"ava src/__tests__","pretest":"eslint src","prepublish":"de dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/postcss-merge-idents.git","type":"git"},"_npmVersion":"3.3.12","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"5.4.1","dependencies":{"has-own":"^1.0.0","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"eslintConfig":{"extends":"cssnano"},"devDependencies":{"ava":"^0.11.0","eslint":"^1.10.3","del-cli":"^0.1.2","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-preset-es2015":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint-config-cssnano":"^1.0.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents-2.1.5.tgz_1454806198113_0.7078870369587094","host":"packages-5-east.internal.npmjs.com"}},"2.1.6":{"name":"postcss-merge-idents","version":"2.1.6","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@2.1.6","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"ava":{"require":"babel-core/register"},"dist":{"shasum":"52ff64b18e58bcb96d7602e65c5c78ed17cdaaa3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.6.tgz","integrity":"sha512-xvldiiySVRbEwkPDPG4m3+hzCdGxVsal/T9soF0E2gwBRzd+oqT2PLxgcGXcEIxHnHAr1tMLMGwNm4QDp2336g==","signatures":[{"sig":"MEYCIQCTcuyx8QR7EjDvH3kNyYana+L2e6HJrjCRgk3aIumTwAIhAMf9tREOb8gMLdoGKHLD6zDdk2Hs18Pl8rFtVp2uqsnn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","LICENSE-MIT"],"_shasum":"52ff64b18e58bcb96d7602e65c5c78ed17cdaaa3","gitHead":"7668083c98242a5b3f417a75ad37ba7a9bb5e140","scripts":{"test":"ava src/__tests__","pretest":"eslint src","prepublish":"de dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/postcss-merge-idents.git","type":"git"},"_npmVersion":"3.3.12","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"5.4.1","dependencies":{"has-own":"^1.0.0","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"eslintConfig":{"extends":"cssnano"},"devDependencies":{"ava":"^0.11.0","eslint":"^1.10.3","del-cli":"^0.1.2","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-preset-es2015":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint-config-cssnano":"^1.0.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents-2.1.6.tgz_1462922201876_0.10512267472222447","host":"packages-12-west.internal.npmjs.com"}},"2.1.7":{"name":"postcss-merge-idents","version":"2.1.7","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@2.1.7","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/postcss-merge-idents","bugs":{"url":"https://github.com/ben-eb/postcss-merge-idents/issues"},"ava":{"require":"babel-register"},"dist":{"shasum":"4c5530313c08e1d5b3bbf3d2bbc747e278eea270","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz","integrity":"sha512-9DHmfCZ7/hNHhIKnNkz4CU0ejtGen5BbTRJc13Z2uHfCedeCUsK2WEQoAJRBL+phs68iWK6Qf8Jze71anuysWA==","signatures":[{"sig":"MEUCIE1dpVAd1gWv/6LHJEAl0Bcmkwm0ZLXvtfi0IAhnBRuvAiEAqcZd6ZCyd/lwNMo+oqNHq8p2IWkyfS3WhUlV6Yv8Eh0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","LICENSE-MIT"],"_shasum":"4c5530313c08e1d5b3bbf3d2bbc747e278eea270","gitHead":"effb47da352a11daa7be7ae68ed435bc13cd03a2","scripts":{"test":"ava src/__tests__","pretest":"eslint src","test-012":"ava src/__tests__","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/postcss-merge-idents.git","type":"git"},"_npmVersion":"3.10.2","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"5.4.1","dependencies":{"has":"^1.0.1","postcss":"^5.0.10","postcss-value-parser":"^3.1.1"},"eslintConfig":{"extends":"cssnano"},"devDependencies":{"ava":"^0.16.0","eslint":"^3.0.0","del-cli":"^0.2.0","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-register":"^6.9.0","babel-preset-es2015":"^6.3.13","eslint-plugin-babel":"^3.3.0","babel-preset-stage-0":"^6.3.13","eslint-plugin-import":"^1.10.2","eslint-config-cssnano":"^3.0.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.2.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents-2.1.7.tgz_1471377358300_0.6255734651349485","host":"packages-16-east.internal.npmjs.com"}},"4.0.0-rc.0":{"name":"postcss-merge-idents","version":"4.0.0-rc.0","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-rc.0","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/cssnano","bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"dist":{"shasum":"993cd6b06a16c7b62f3e4d8517b1e49d530eafda","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-rc.0.tgz","integrity":"sha512-fw1B7enQBrN5qSQJGktTJUF1WZjxDGrU4u2KEBoM83sXptJgRxuUYQuke+A3VfzPOVs3tdK5yHwAZX7ghHY+Gw==","signatures":[{"sig":"MEYCIQCkhRTdvoK0AW9SlvYhDEEUlOTmp4MewZ6v6ytZoqs+jwIhAJHrryKINDWhf2WlQ1dYmJ1oqfJRAMilD2yP0UVDmdD7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","LICENSE-MIT"],"_shasum":"993cd6b06a16c7b62f3e4d8517b1e49d530eafda","engines":{"node":">=4"},"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/cssnano.git","type":"git"},"_npmVersion":"3.10.10","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"6.9.1","dependencies":{"has":"^1.0.0","postcss":"^6.0.0","postcss-value-parser":"^3.0.0","cssnano-util-same-parent":"^4.0.0-rc.0"},"devDependencies":{"babel-cli":"^6.0.0","cross-env":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents-4.0.0-rc.0.tgz_1496311200764_0.4175123004242778","host":"s3://npm-registry-packages"}},"4.0.0-rc.2":{"name":"postcss-merge-idents","version":"4.0.0-rc.2","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-rc.2","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/ben-eb/cssnano","bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"dist":{"shasum":"b71643ce38e27587fd5ece4b0d38ce1be553800a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-rc.2.tgz","integrity":"sha512-gZJUUEZP4LcMo/6TkiamP52inBvGh/JPYsgnsMitVLXW14JXkgDco7QJuW9RfZxIq2QDQf0lbsrxkM2RVJD8SQ==","signatures":[{"sig":"MEUCIEQjVYAuPuEhyep9yA6ySs+sIgyfT3gB/XGmFHa5Z9T+AiEAtXc8FYyov+RT+QYNumwsAtPHnTYNWlaJTiwN+eDW7yI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","files":["dist","LICENSE-MIT"],"engines":{"node":">=4"},"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"_npmUser":{"name":"anonymous","email":"beneb.info@gmail.com"},"repository":{"url":"git+https://github.com/ben-eb/cssnano.git","type":"git"},"_npmVersion":"5.3.0","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"8.1.4","dependencies":{"has":"^1.0.0","postcss":"^6.0.0","postcss-value-parser":"^3.0.0","cssnano-util-same-parent":"^4.0.0-rc.2"},"devDependencies":{"babel-cli":"^6.0.0","cross-env":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents-4.0.0-rc.2.tgz_1502049216817_0.26530322013422847","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"postcss-merge-idents","version":"4.0.0","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"bd20b925d927368302460aa67b305c7a393537e1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0.tgz","fileCount":7,"integrity":"sha512-ol0Ch2tobUgLQ4ZQipcTVwJIhusmsfjMaqGBurXJ3AL6Ac2T3hzPgKrPnAZmKVQCGxIzVxhld6oq2w1dpPcMtQ==","signatures":[{"sig":"MEUCIQDjDWz9r+DpWLBBWt7cadWw75HaAVqsb0LGYNf8KwkEawIgW08NFPPsuFp4MWDVDyi6maeJt0xjT40plG+dEZ6KtSw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7506},"main":"dist/index.js","files":["dist","LICENSE-MIT"],"engines":{"node":">=6.9.0"},"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"_npmUser":{"name":"anonymous","email":"sheo13666q@gmail.com"},"repository":{"url":"https://github.com/cssnano/cssnano.git","type":"git"},"description":"Merge keyframe and counter style identifiers.","directories":{},"dependencies":{"has":"^1.0.0","postcss":"^6.0.0","postcss-value-parser":"^3.0.0","cssnano-util-same-parent":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"babel-cli":"^6.0.0","cross-env":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0_1530702793735_0.880706671505699","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"postcss-merge-idents","version":"4.0.1","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.1","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"b7df282a92f052ea0a66c62d8f8812e6d2cbed23","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.1.tgz","fileCount":5,"integrity":"sha512-43S/VNdF6II0NZ31YxcvNYq4gfURlPAAsJW/z84avBXQCaP4I4qRHUH18slW/SOlJbcxxCobflPNUApYDddS7A==","signatures":[{"sig":"MEYCIQD5vpAbbaVQbdZ+MODrIdzTlxdIwlIQ08+On+HCndaNFAIhAIJRFlpPc8zJWE/fQvEVa1kbK5rxAWJfKf6mVmoq3qb2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbqU4JCRA9TVsSAnZWagAAEUwP/R89PwEtb4lIA0EKjzJy\nFZQw2nIWbPaopPcHl9vgDNTX8RUjvg/utqhswRW4er/poHSioWxdB8FCiCbn\n6eMIuCrONSEqOna+DSAQbhHbaxmH6V8qyoKmYEuyOLWqe1o0POGZ5/q+4oSS\ndcub1SY854GphMlOIbax5EpXrlkb7QXAR2YghQO82CbcxgaSM/2bVkWgEFm1\nfnikg0/d8RqLa3YJYGxgyfa+h6dfWxQ6hOX2+ABr6OXHrWVO9sU8vGycA3I3\nCFkYWzFDhq5WeabdKD3fyrnAPdP7hfgrZz+41kNpnimkQE9Kc4VmyUjwgl8+\n/ENJ61uMZIOlyN1/f1a7V+xYdAsi88rk7efBA80+xgE0IMqaU4YreoVNLbuq\nAzQaJA8NYgxrOeq27ik3ftE+7Rp9BIDbG3Jf+opnHYvU3Qy73Xe8a13KvRn+\nmUorPwqXXOTY+V7+lXvlFBiaj2CzEyKI9h+tSw4c4SBQxKPN1xDoEhDiCS/g\nGWgmkg72ay6ZxA2X/+Ss7itx3tA0ili6pX0K1GEIOxXCrS4tuAmnClGOVICe\nnd1F1U3W3WgFVbuWyABtXyf2cjxo2vJxSc4czUhO13yfixbZH3NUMBUJpn6M\n4aVhXCVuiSlXeTfGcJfZZJZ+esx08t95IZEtddhcUXdSIIdNCtBisB1HPmYO\nAEmI\r\n=hkPn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=6.9.0"},"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"_npmUser":{"name":"anonymous","email":"andrey@sitnik.ru"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.4.1","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.11.0","dependencies":{"has":"^1.0.0","postcss":"^7.0.0","postcss-value-parser":"^3.0.0","cssnano-util-same-parent":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"babel-cli":"^6.0.0","cross-env":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.1_1537822216845_0.317217089077779","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.7.24":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.7.24","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.7.24","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"51ad63864602acd7adbd90d85b795c8a7e6ffcee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.7.24.tgz","fileCount":4,"integrity":"sha512-CUKYPnsNQcp1qMSxsCEdt6sd8j6t09C3sXmvhsOs6t+QPlHtxwnN2NuklkBnmCc8v1J8lt2YhPdt/Ry2VUQCRA==","signatures":[{"sig":"MEUCIFXxInBZrjDEaGD7usxKFfKN5tKY3DwuOCAR1fQSzpp7AiEA5aGw40on/ChE6Sc427G6SMM624V3qJP75Lqv/xga4dk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGpfqCRA9TVsSAnZWagAAmTEP/A9tSLBC0RV4lrPb4GEQ\nxlJXnHuIqonxid4kzG3MVfe89TShdO+9IlZyGq/yGPH8+IPuJ3TEpiFcNLBD\ncLlHAqereeh7N1wOW+ZExx+xbRzF/MV6kOwxdm2dOeTJZ8Qb4N8xkHw9StxG\nxwJOqGB9adal3NoDl2zXIiJFx/s7etGSSCB0aw5cr1jhf7qqG44VwDrZX6CM\nyPCHsGnS4VUfQ2RQarO/+e3kmByg260fqlnSwzitIVQ8Fd/P6iYH+1aHZTBv\nKrzFI0yYgZFQyPgPJy46TBAThaf6d5Hh/kpU3fNBI8pVD9tpqNhZZEtvicCr\nsMQD0fervYvfUW2BtimJ9sP7OkuiE7U3A2nkmhjeCY6WwwLhmradqie3UEXx\ny9eD6sbj7adshelN3q7xXKUDQLTRqm3iALpPciaxphe1HKwX6LWvwNB4FPeT\nSLMRx5Ihsmqvly2ZUrzBFBr12B9/IszR8YCtTgx8erjz+/R9JZfTNHyfzE8L\nYVZp0mIuR2dkhCwo9jq4FcNV6tSM8I48BHi6pelXRCvINpAlhAgoIr4yGQiB\ndGjiU1kF07t3DrmdXe/38RDTMg9c+Cp8cWmjnsz+nGJF9GeXaZ8WZ/xpuLLs\noKvz5CxY6jNrA6HMDgOne6YhDcl2ifQ6W17k/tHo29tIR9HOk5v8m3GVtaMB\nsGgW\r\n=+xPB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=6.9.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.4","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.21.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.7.24_1595578346056_0.9613514121103119","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.7.25":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.7.25","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.7.25","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"a86e51ec8981f7057d73b44f8670afd9171e57b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.7.25.tgz","fileCount":4,"integrity":"sha512-kHHVvNxcAPcJLwzARxyfGmpUG5RtosjpewFk94fLXOohoigca8bEy93f/hGjyLDUKM+KrA9nJ9jvWb84W531wg==","signatures":[{"sig":"MEUCIQDqWCrufEnKEl3fw5bJdbb55CbJM8o5HuyGgJbZoqbwfwIgWrBoulgSjj5okAgyMq5z12y4IKgbQYJ/pvdjBFUg3nw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHGhACRA9TVsSAnZWagAAWMQP/1KesDILg7w0MajEjJ6T\nzI73aulY+3I8kpXPmXx7Dfcd1CB5h1lzI6j6ie14jUkLFj7pG3T4ciWHY2km\n4bWJrEXiKTVe1Ffv+ZRsIn4HJb3Jg9q+ODp7DEFHJj8Rj1Fke1KlCJU2doGs\nIw0NJxd/o7NvQnyxDOKoX3o4DzLAtOqulT/aD0IctmpR6NB+0PSKAsH/96aq\niCbHj4RRgZ/LyRdGtP2SGdeP0Rer40Qw6/0u8WNVBvfzCvQlVxUViW3SnojT\n8MgkLR+OcTNvucT4nzgE/74H1f4nMEiBbuuho/s3wtz7RHNKOl4usF39Zrot\nvYX//tnQ5vyU94APH2/WHBPPKwUWI3CUpawVsYaIAhUTf6VDTIxaWefMrYzx\nG3RwNmlTcPUGkoFliCo0ntnEfDx3NfPEGFXjXafXykVZUuUV/TWSpr2pjMnC\nu1jhfHOg/4ramWFCaPg96dBI8Qm7FcAeMJDhgBZ5lzkv60Hods7p6gSKlPM2\n/M/A7Ld9rgjwopNX1A6zsoIws29k+VDNYrLoZobmNIWKzrvwxqP5RzNh9q+q\n7VdkqNalBopwvPtC3JqQlOP7hSm+OYNq91L6Wi2arxhh2jWQ7V/m6jVhvc/2\n7mjGibSuf4JCY82i/2AekM18lxp36P+hU42T6zGrKWzDxGIyezzCHHciQRMv\n+O4X\r\n=cCu2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=6.9.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.4","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.21.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.7.25_1595697215625_0.04959598105988716","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.7.31":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.7.31","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.7.31","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"bb408924fccc3f2139a8042d3f5fcdce09fd8c16","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.7.31.tgz","fileCount":4,"integrity":"sha512-uY4/OmjidejcDlUkg9XVsa9QdnjftJXiIn+VW0lh1BB8kkfkVvn20u/i8/gu/So3S4SZkLR912VhChA47Uw27g==","signatures":[{"sig":"MEYCIQCg8GXOldVhge+xi2kXJt51VNyDH4Bw8eE2nPRiiMSkHwIhANZsyVL8yiykqGLtB/KlNQ/87RqBB2j/NZNvA7+NUkdG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJFGbCRA9TVsSAnZWagAAq8EP/jy5hHlW+69Uh6vH8bs2\n4ba4Fzj3lMjPieLfnRtgZHZXkf1rMPFIgA3D7q06BKyp3A6cIhtqtrKf30cI\nmEG/V5FFHxSc8SwwdOqXL7sAcyUref0Gzc4YOgwsB/RorzSwEEEl3ZWO0w0k\nQE2DUy9P/26dp1C8X6UTrNocWGk3N3KhP3vsFSKIhuCapf/NZhrVi1M+uHI/\nRpauw5mumNxmqaDvnsLpUDP/+N6kGr/PUMq6NFy7V3rjZ9OwCY1LWMTP0fIv\nTyJTUGl/C4Ztp32I3KQmwS4l5r9hjrpt/w8cgRza5z+8Ft6MzjpglDqPrnkW\nRiC1Unh1SxwMh2oPHqKcg0r/S2F4TJ6a3/hpbaQizkpc/v7HoYZaXNpXI4I2\nRv3kV81HOBNoVPyJcCchXQ+2cjZE3eWxcQmY3pDaBgyn+2ke6z7c2KbI+CQv\n5etk9XmiFuE6hvytQ9fIFkwe8zywP+J+A23LRgdc/4n66XerdlUUNAgaWdx0\nN3vkCrNK31lnb3VxV16egEcl1F3DOGPmMOlskVXdjcijnjCr8dnH3KpBeC7v\nFoMxCfMAsd+dEUM01Pj25sv2Adtdc1CH5G9OhDnGoHmQ3OIlY69+oSA7LcNr\nSrdj9Zj3g1xflmZY5VkTE/jAf6/HpFZSb1SXTV/Aanj6r9bJ/zUjVrsbpT5Q\nIppz\r\n=Sq6U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=6.9.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.7.31_1596215707274_0.67982059076036","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.8.1":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.8.1","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.8.1","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"a9d1d0a838ef259d54d4a38784756b994d6bc7c1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.8.1.tgz","fileCount":4,"integrity":"sha512-mMFPTcXV85CThgHRKrbeUfqephPgamj7erItzsR5g1UDJ/0OIfvT+NDlcB6d0x7juqlY7/eUrV41shKg1F8VRg==","signatures":[{"sig":"MEYCIQCQzJf2FL2I4o1UZZaQ+nBEDiQuBl23jIc+m6lIBFss3wIhAKTqFJOMjHUYtWg+zdbyqEgC9uyyq21v9cKvMF2+AA8D","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJaMcCRA9TVsSAnZWagAAqvgP/AkahBgy+DUBEj3CIHrL\nZTZeruVAOjy8ctmFJkv/w5Jd+ueEuyTu6vJXdEuTMkkkB3xLYKUTtJ/yiFXE\n7+toMvwHdUupBaQJMG779cQM8qTzvP5CgI9DZvKpr4DN6/dMmx948mlaHFR1\nZESm2vOFqyUag/gwOzlqegenBrtqJZu4eqI/5VBu4+Vude+Ib6PGp3+sUfx7\nwgEeOMta+i93YUSyYE0Xy5PWc3IgbLoFGDiCL2K4qBYqFNEXgcikQnBUvnJ3\ni/uU6JKh4Cuo1zX1yn+1Tcbw4/VyXk2j5aHLPpWaNhVEKfueYFKE/gRvw07E\ncz+ymJD+uaKLaLanVknAdVV4zwlHNJm4jyM3CFdH9iLCy+qWaOqO04zi+00u\n0bcoUpxVYUqIMnyjHq/M0pf/NfTzGPsMOcn3QavLxV24Tw0TDUzn6FjsXY5z\nYLnMdHtfzTySP5LyfCLHo4Jh3DjLSH2hoRVbZ8Rdro7eA+UvmLkms36h37fl\nLdvNiservC14j7mSiOnz7z51YT+eU7obRvAvH0ol0fHov8AL1I7fb3fhpRlr\nMiLoh5U/JA8veOPGGw2N3hcZy8HgU0GhSMfgxPe3csIOA9MOzAA7+m8wvZwW\nJ7+KzdiaXscuwCwPLTVR6OSp6F1RdQn3iH47i4+F7pcrP2eJ78hiFzHWbjCd\nOYwV\r\n=UDwv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=6.9.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.8.1_1596302107650_0.2986099378934819","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.8.4":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.8.4","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.8.4","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"ff82d9b60d10d194737097d4fcd937b51dfe9cf5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.8.4.tgz","fileCount":4,"integrity":"sha512-8gkx7mv+kKPaj4BFVswIsKVifFPWDoAyqfVf8SQ2z2xzcEeXw9MkV56ycdZNKIxLYkBqUN/OrD9q0YALfSj09g==","signatures":[{"sig":"MEQCIBv0aYLnX21B/3NREGifOK/bipoG3h4hbePrRBxvC0U3AiBd8wfzm65SVo8i45rI6pHNjgADeYBd751d/JpuXBeTeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKVmcCRA9TVsSAnZWagAAdL4P/iZaZrNRYGjhIqdSmX8z\n5hZBoqzBNwpcsbiOaf54HlJewlaC4oqv6w67x0i+7Ez/PvhPcJn6sQgcPCAd\nTyVHpIFfxh797Ev3zEADpmbX8KQPlRgJNcwq4xebMsKoR8B0eabQezyURp8e\nJ+q/5bNqo3W1M0CW9l/+X83FXf+Kf0BCZFR+sq3CyBK2sKH6TDGyI/QvfBY0\nHzOLmCrDDrDk7nHwhVP2nU9WnYzi6ZxG0wKziE14bnPRFpeQV9Mi6Uid1lMf\nD12d4eAVhR5C7U0lmRTJHcbiFhPnBNVuQlZ7c2J2pNOKRgrtDd7ODRn1nBXc\nvNQTYePyZ/dAbYm9VpNPA4aY46oCXqvQgvnBaGGMjyBLeQq6D8nys7IQ922p\n/CMKFtn9pPfHM6gztV0Vpx1SZOakTrQAl4ZwTU8Rz+iy6IWQ47rpbvwyI6T6\n+YIeanPxX8OjhpelUC+HYbDQ89fcZbG++Z6wLNtm3quAkZkh2g+XF+MKKfYu\noq6BCx0FWk3kshzOVc+Oh5zZjGR6DVoWWImbSZexlGeE9EBGjRevPXVYEFyC\n4ki+0eV5NgnVQBwZHzHm0S9/1QtUFgLJk+13Tnv/4GqAmAo3TUZW3aOCxFcz\nmyvyabcZ33Z2eHOTMRFPOEzqSVXa44sJHm3mL4yecAKVnU3uXiklIIjrVRaz\nqk6B\r\n=07Hq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=6.9.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.8.4_1596545436205_0.14402527841212076","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.8.10":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.8.10","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.8.10","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"1409f52231c9d3d1c6d724e04b5042dfd9a2b37c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.8.10.tgz","fileCount":4,"integrity":"sha512-uKpr8aoNOfkqmPpYO+kFvx98Yj733koRQjc/BzcWLFthxpyfDxgugxwtOHB3arHanoYPrwsvxWo69L/KwJ4HJw==","signatures":[{"sig":"MEYCIQCPjkBA1gOmtno3plvV3YuHjv8ZnsEHykLWiM+2GfSvKgIhAPzaSGrS2H0jbDNpZc5OVGUT9kjMJID9dfA5UVcYz1Li","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMYC5CRA9TVsSAnZWagAAvL4QAIEuPLUC7XarLs89wXh0\n9bBvNEBJzd+JHjtg4lOmwcPVaNuyfvrBozTeqorj9gAPco015L887lwhRLuC\nkgQWC7xmYMctAFysbj3uyFTsufaWxSbIALNo3Abdb+Qk18az568HPeHcqz/Q\nMVdmN7OJwa7d5VdLHd5Qy5iK9WiX+UzqsT7iU6NEOtIdQqI+8WzA0zUzThXL\nkXRKrkgR+NYLFqKffBHk8IzR8IBrvO8GPCRB6loHK3EiCK7pL58aJiqZYmXh\nywZgzjsMrM03qZLsuatIYALoHeOsL5ZJG1MQGLKmra9a3D5VOG4OpnkEblJ/\noW83qXeFFmvu5HUGMxcqVLXCmO+Tkeom24tyvMPO7sIhaoDjNZkkVkpCLiPx\nIgzDkM3v+SU9VIe40fPuMpgq/vi790/2i72biH1O9iuvxn5qQBdRJQyRmwNI\nAjjS9Fb1b8DvBObOqS2j9F3KjeiROMx43nP/G49w3K66kd5a/UI8x46aCivB\nYi2edlS2BExyoI5e15r+Sg8dUl8xgCmQpQTg/wbYlt5Pxn2DShi+ji5regbR\nufRysL+BwQL4aGXLZREd1tHT26+sx4tnltJOg3vqNfaIV5HtGci/oOB6Kch6\nRxkrvRF7FU7nRB4CC67h4jHFdZlXEncG7wsxmiRf+BLVKsZHR8d5swEfOvGE\nzK7b\r\n=HVPJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.8.10_1597079737420_0.02501606355898489","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.8.17":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.8.17","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.8.17","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"a4005493cb150f71ebda708711b8861f070be3b1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.8.17.tgz","fileCount":4,"integrity":"sha512-Qm+V4Q3A901QCBrrdGH2beiNA9LHmIek9xEUlAS5OKLs7Rt9n2GJbPcNaJQfovFbjBIviJVdta56Qwi7eZndoA==","signatures":[{"sig":"MEUCIG6alJMSCsOfzxgeB4Eb8gWut4vLbXugRsDKhhy9RX6zAiEApwq6UiWPISyMm7ksRK2c+g9YBFlor/ZGtS/XMncPfcI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOrtdCRA9TVsSAnZWagAAt0YP/1qS0DIhXqvuimP9Epp7\norODsN7zwe4MALdP35SBlfuPqSrPC+i3m3qVRewGq8PvlOQaTsT3p1b/a7Xb\nuCQc0K4+/+aCBNb8aBIejwQP+Jg29yTJZ3buSvNS8LbTt6WFq27bqXBSyAea\nhL4wNVmArAimhmn+E9dnsVyEH6M5m7eSi540dMsOUD5fZ/5cvHjeUJVyEwew\nl40/vvbXuImdP0NMkFVsfZ7DSknY0TgkNotUTWBuNtltxzwBM29hBIcuqR/w\nLIHbyw/Awt1sQY9wVQI3DcwwnlW2DJ9rmzENQ3A5cTXYSWsBNdzuGcjeYvM9\nr05woSH4hLmDZayn3ozkvKzhmYZPBvRmEzVwiMti5PpnVhp+zmE0KhEmgKRP\n8O8/xfn08SKys/CgYXH64r+zMaRrAFdcDt6x3jnj17U2iJNJLA0jD/7Tuw/k\nvqjbDNdPREu93i/YKB15XOpQCmRMrjttdvdfYpJip5Y8xhykJsvvfs7y7OHs\ns+jycbd5Tu+XPGsoO32TpmJRtWzXw4Dt0Mwfmc6A9/kxl354xoQlu8MaVRz+\nsqBoqJsqAGWjAXfOH5Hf28wywR8oht+FwChDv7S1/g64c+8ZYgx/zYr7D6vN\nZU9UcOQJ1t4ZucMZ0msfobWJRA9L1V6hL9hS13xH40FgwbBMWDOpWEJYY82/\nEHYg\r\n=L54+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.8.17_1597684572761_0.17636254503175808","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.8.24":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.8.24","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.8.24","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"11f741cd2e09ca0e5d929d5e440bc185fb4ceb74","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.8.24.tgz","fileCount":4,"integrity":"sha512-C+KZp7dfcSByGFetE2sGdSzkMFih9WQDh7j14aATu6ZoCbzDBVS6nih52j72aQ+OCS8ZPLv3Uk9vYi+3RaGQuQ==","signatures":[{"sig":"MEUCICZt+4D1V+AhXesnKjSkkM+iBMvPFm3QGr3FigKqby1hAiEAm7Cy+1Tb31xlVsqz6gke81iroWi3kRdz2hhvkc/LWwU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQ/X1CRA9TVsSAnZWagAAoJcP/iv86ytyqNMjkQzUvGhm\n7ylJtWeSYjBboJ3c9WyUYajtCJn9XYvKyAEZ++4iLwavhz7Aob+RAkPknyAO\neGLB7lMIVprQWf1BFTb2moMpHvAEC+R7Or+GNZJ4WuWzvONZ5xrPfD3VwlkA\npCFM3kN24bXpL1qGZCwSDY9jgej8yvs98zspLw4+TZOaxBrKSe64M9TIsiwh\nY0wLPLaotWVIdooYqZ5a8hyCN6cGX4+gec0NMaK9esej95lr4F6/UJ05/850\nINbN572ZfTAbBH65Qff8mCusqZ5R6JmT6TyXhm4NtFIedQqAVfw/vRlCK1ne\nMlWZ01Zu0KP63cxbBCJo6MkLX6wvSjnQmivvEK6rnAduMURvm8CNOhbmvjsF\nrUHXa8FD1gmbzBdYGfFEgd7+uau2H/v6yfQnRT6sYOCiex8fbdTpHbBaPbwf\n7SJDfW1t1/0ydF6OT0uRnMIlViLXpuRqJHQnuR5YzXn3za6uNXCDKBKX01vS\neeZ+GS58PUoUeCZ8tx/NPTLI8v9UqZJrPAY+3Ua/DBlS+fN9JBMBnflV6Ax2\n8LlXBqBffN2fHiwYelGyhno6Xt714+VNqOnCSJS/jbZDW27a9AhNyzkb8OFh\n3tUr3pAl2VR9bz5ExPNi/eRf8GeVAseuYKg0e31K2xjk12BFFSDPxcY+W3JS\nNPRh\r\n=76i0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.8.24_1598289397057_0.8410648241290595","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.8.25":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.8.25","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.8.25","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"64f9c10501cb393c0ee2080f80ad28f682e4fd75","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.8.25.tgz","fileCount":4,"integrity":"sha512-qveT36YUues/wNjuyaHuWh4QY47KHo2OQKeEjnyO4CO51L4/trrlsZdzVcQB5pm9TJjqly1xNvyPiWFSkIv0mQ==","signatures":[{"sig":"MEUCIHAHtbnjVBgz927/TYZi66CxC99zlnikeqWnMkKc33zJAiEAv+pqBdDmdVURUfrJ+Bkm+nsJ/7lZtO+bOpW/piyZ5pU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRUdYCRA9TVsSAnZWagAALEEP/A7GLx0tqnMuQQXwGd2b\n5uLgCMNB3wqqcKTGe581EopGNxXDVeuluCaUQcLALOV4YxD6aRh63R89Ql7q\ntJLciA25jGJDsFGAw4YGAQapGP26NhxaGXhbtVNeAdmHRfe6wK5fru3OOG76\nkKXaguJSIK0AvAHtmXJBWKNb/2VB/rQSFQ9gjAV9zgMGEW8iKWVELpokV6n6\ndfgePTCnDytgz0pzneDy8rXOZ2lFvw98isYhAU4jAC5OSA+Qbjv4L672kzwM\n13S3Me0SYCpb7cilDbGqojplw3rjys3nhKkxOOhgfIhG/sranp6U+lF2HIf4\nlWfkmfOPBaOxJQylvUlfz6TYff9mWn1Mky8Ra82DCLTLILc49pNtVLf2ROtg\ne0BJvQY7AO1PbUq5DwAZjHyKZu+jLW9MIy9nv7V6kaUWxGM901qmaiz9IMb5\npoI3jg+tdyaYx04wI60c7r93LlhBy/KDua27rOtz0dZNzOeY+2vpeTwvGLct\nUmfDOxx97MSoVUNt25RArfIJo1OJbKMFaQTUKTGBlNwitnRGRk6+jsklg0p0\nJeaUY+DC1q8luHvPYLuLmGTpokJoK9phctNF2mU/KKp9CYL3R7uLSAIfse/Z\nCjt9mOlx+J9bQDZarJ+kpKGRJPH8flMva526F48ivEgcluFLIXTuypGCrCTd\nSn8J\r\n=90M7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.8.25_1598375767564_0.5115975877725034","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.8.29":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.8.29","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.8.29","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"b9abb80c83e02e542ec5c455aaa5406a32e27b75","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.8.29.tgz","fileCount":4,"integrity":"sha512-SAPpLP/9nNiukWNKBpzhd0fyXc91wyB3/o0K6DYR+KRXNyTe2O5r8Z3bS0Hhqoxwq0r8VOYs39uCTVgAVWq7ag==","signatures":[{"sig":"MEQCICJql7u4ptnhGlPwE5iB64CrxTwFYAN3S7NHF8lkztkXAiAWvUVHDIQFlkWIaf4DAYAhCzXgi50NB+0u7WMzSs9e4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5787,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSovLCRA9TVsSAnZWagAAJ4wP/j7ASWHN30lbeNwn8os2\nmnQhqNjcsFKwA2ZIP6728me3vEhwCGjpzc4mQU1PQWIC/S7MXU1I81bju1GB\nlxeXKj6+vHSJn/J2KyNyANLB+McLYkaU8SgxCld823Y+mUL5Jt8CMyPKn2ii\nv0hUXoVJ61f+3uhwYaWML5rJhF+f6v9h9ykr+7emSQUyb+J8KTGbJw43ZD4e\niHnwsGuDpBiSnrm1U9K5Gjts+z6wCu57OynCmbUsfomsZyqAm2WLjgw5+xeN\nif4Bk+IaphvnlptVzNsIo2iidyIzFWNkaS1uX8BzOKXMKbaXNaNo0bKdn4K4\na0BxsuJxCEXXvYJc30AZrfVA8ux5xc22Ju4H0T+I5L8mFd9BIQl241WGHQkt\npgXVvT8mL0+FMTBl5OiVr+1BiwyGhfkx34Owky9NTF/mIolrxkY3JF38FjlQ\nglysenb+6s2tg1zmqEiFG1xUQJcm4S5qeHsZWd5faqYG9XieZd+Bowg9wITe\naPByHErSbAlzD3ULtoaSZjh/IT94dT/fOiGqwzQL/At/UtJX2ZxkkBtne84v\n7FOvvV+OwUXGQPd+LcsyJjXwRkB+SAtBMbQ/EgZ5Xbsm5EMFx0SW+FUxEA2d\n+r49ctTGqQi/24Z/dWuuHSBKdeGRIX7nqX3bb4DRBbQKqJh1gZnEUePd3CYb\n5Bhe\r\n=NmBp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.8.29_1598720971030_0.8304066428511574","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.9.1":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.9.1","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.9.1","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"3a741ce72c16bfaa59a505d94b16c4442c1b3bd6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.9.1.tgz","fileCount":4,"integrity":"sha512-s2a9uxdHEKpNbu/e4lcoZFign/w/KwwPcF4lyM1C1TrV9Jm0sOv1hE88qV5gdWKpIUqQ2/TJAV3rjuQq/bB4sA==","signatures":[{"sig":"MEYCIQDfoSkvcvYlgqi6072oVzTY/H+vP0ENTeFUaQ2Fu5jF8wIhAL9zdVsn5JQk+VUqKq+OXh7ZsH3LE63IcAKCQkhg5rRV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfToI3CRA9TVsSAnZWagAAXnwP/RYHS4/grCOf4ob8Xk8G\nud+3VOl3LFKdkqKaubcznAr0v1VRQPniXwukNZTi9nk9LJb7pbvOBDCEAXsF\n7oXOQdVQ2aBeBZKKwTMJuWdbadMc+DIht9UEFp3LMfWKtR1bxEMCLHZKtGLS\nrlUTit0zmFN/u6z+yjjfx5N/aYt3QatzHYWrfDzr50JRJp7uMR88RUTgibR7\nNaHGvO2K6OYxXSXjzy1tWekVpxYjCvNbwn4aZif87JH1vma39gWZMnFv0IBy\nP0Kztf+UZQFHprSV7kwkwA0aO1jkn2F1SUF5Oznxmb2iFhWOF3AFxIEWSUOy\n6vE9d+6K5uAWTd/wjBXpIwQuXV6NmwpNDpE+YnOv4GYjU9XDMKPCQa4LGdoR\neMTb4lsL31tcs34Q5lb6YUi3rAzUxyIW8pycaFSx6xn3LeCgYY+R6LsmKZax\nPnZKRNAr+lCGFwcRK40LT0FGkK2+cdBFG1sAtuavwfsFydqlsBDZ874pf6Zk\nxV19RVYq1bwzsZbEc28dl3fx0UgfEgd3b9cVE7YU66bwKzUuR2kFI9/dw0ih\nFJqfvhfgdhkohjYKkZk8GKf8rHDn1jDmjsG6avLjjYqQL38DzKipBkVOR2nw\nPXtxwbuJVtDdPSJzM6yuXSWg1C+jh05vOEX0T8W2m4nitF+2HaAf0sLDLbfK\nYiBS\r\n=QDMK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.9.1_1598980662284_0.5114363552677925","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.9.3":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.9.3","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.9.3","maintainers":[{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"c891e30314b858d79b410c4e776f03f735557307","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.9.3.tgz","fileCount":4,"integrity":"sha512-oiq+gNOmhvVGxGV8ENUB46OQPX/Wc9RgkgtYtu7K0uqB1nWjIlaZszdP9ug4mED7ZT9yAl1M/2VLK0UCF+11uw==","signatures":[{"sig":"MEQCIGb9xsvC2N9eZaC7+x1rWlGoKu6glRY9XapVZSogh1clAiAj/Q46y8kvUrjkJ0vBM/BbIUVnKy4yNdSQq89rGxGeFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUSVVCRA9TVsSAnZWagAA5lwP/3R+UQuIo2ojpbfixhb+\npNEZwlbQu4N9aTneFgetoTnwGuBW+FfdVWe6YlFLr1xDdjAoHzV4SOdomNdP\nLdUeVWpHw5gV/G0d7ZgoxHh+WhaLA5wa+peJLDUT3zXiNa6j4FvluPsfyNIN\nMRwrEky+y8ER9vjniV+vIgEzyesLLTesmOzpnjBXgJQhdQWPctMAADXVDJvQ\n/kH8DwrUgmEwc2yPrcJyGPN8KMsJ+uvHerP+yJ0+DQ3KOyEoXg11rK+87mn4\nBHUayz+KJiMc/CVlfnaoy+F/Bm0r5Qo3OaHGDBJEUxRLGFzAQtoclA7DTSIQ\nmqqfYW+nvF0+u/NSkJWoZ7KduzMR2adwqV1bsvQTOJd16w2QGpOWN70AtRDx\ndEInj3ydoRjDCo6kdaY7wP+US0tLS76qsAnnu33YyGC9/iPl0bF3+UhNN1wo\nphAEbUcqN12jR9LvnwbaM1/GJPImjUnoNPuLsrf6hq+fcL+Kz20q8JLdXFaj\n7J3yBjmO60QLmx8wvlHT65DbelrNE84lXrWJ41i2xMkAw+NcPM9gdKSwsfFi\nWHjdZVZfH+RzqQR1c/7QmRwV8kQIOF4sypp1kN3l3e5D59TIqVFtKmjbvZIU\nnGivNDM1WSwI57duHlgkFOkMy7NuUElaB8OcNbki5b6VpZ205+AGLT//2QRM\npJTp\r\n=/MNY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.9.3_1599153492605_0.13317392813012163","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.9.9":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.9.9","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.9.9","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"6fe474bd137adc9bf37b84ba07c8ccc5668137aa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.9.9.tgz","fileCount":4,"integrity":"sha512-nyEePB16hJexxtGlxmvZFP/OqYcScfPUhvt7+MTgmzABvv3SVp/vh9Ayui3kjUuQV5BF+ijzP0WENj+9M0cI5w==","signatures":[{"sig":"MEUCIQD7fENBXffuTonQ4S23Y4JUukbNFKxg5hr+eFugackUIQIgYLC7fTUhlQfbev+fegpLsqcAiNjs192w7nseXVMKzAQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWQ5qCRA9TVsSAnZWagAA2y8QAIjHvoDunSa3DdDJJKux\n+WNFS3NLeuLBiffi5piPsJb1zmIy6MfYlAhWRJBwkz4Qk12lWSRaYyjqyIsj\n/ZTJso29HOEtucks21KAJ7CLtIMgjew580bfk8pnMLY5piY7rS15RV5yZXJY\nzPiB1HXl/3TsTgmwYm3H599CDurKviZnk1f06DRA8Rjs/irzbggTNhr27WZm\ntEY5Me7YGDvv6vDDPjPyGNFj3OOBv2Z4rQewXrnoirxb3cZRDoV1xbl7s6Lz\nyfpRf1bayyVKE3i2NHCzF/CAtslTDnLXIL1/K0HmlDzuqDo2vMpBMb6ELgW3\ns5j7M3hJRN+XwHmdUQf+/WFJFGix2VpZXzDzYALIjI7Dk/OKyZqM6+KgOk2d\nShrjzl4EuL4/cYtDr6I1EpgYfurtxmc+DlUPnkF/NrDIQwZKY1cDcPR0RKDr\nMEnA+jPARVf5j3HfhADFHxgB9sWbDoGjMsXuAdcYyaz4Yw4Mg3KJ2Sj/Yd+v\ntX/Ffe6eGk3mJjR7o6nMby8hz10s7/eZHOvniEeQdfp139F1BPf/tAgNEf+u\nNJmwiNwrFVFKKQWIki++mqdlXPsJ8JQHOAHdkQ5vr2XebFfc2b3BDSkU9dSb\nu02bbV9G//iIU1V/Y4ogRX5p+mymDQqlY+2ODWrqUn2ktLOIp7huzfqv9Cys\nnJH8\r\n=5p7I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.9.9_1599671913623_0.8028717214548071","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.10.20":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.10.20","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.10.20","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"3deac3a580c5d09d0bca3e7b8e1ef176ddb20f81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.10.20.tgz","fileCount":4,"integrity":"sha512-nigb0rHomZkN8uW3SShYknJoG4Ek3j6Lh5kd+BLv2DqK2+nIz3pWiZCkWysSr09COwOhoHo9N1uzT+xW+dOEVA==","signatures":[{"sig":"MEYCIQDRZEfR3o5IGzyf/P1GGty534347KzJP67v6KA2glWKrAIhAJ5GmEtPVDQHtQrDhjRZQLt0zBC3pz87ukkfS3OwTzwT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjxx/CRA9TVsSAnZWagAACs8P/04IIXG4WwjyU6kyki9P\nO9j8bVJ1sxutDkczLi8zK+4WDDrocZ8pEL8Agy312Tx7xPxythOyBgR9bBm5\nZyQmAMTYCmAqdHid+j/cGe7w3RztUocAlekfL1HlA1TE07+Pk8od28gnOK9Z\nUA+gw+0XUmNaU9S2yREXxukYkuTYo2c38UKtBhbr0bKqLCojoEkZv7tsBITj\ngESAq4ZKt5ZE3+DBQ643pXnGwmfSh68dJKe6bUv6J8EK+xfGw93/atYZ9kJe\nS2lck/Pj/bDbgf3HZOxfFHjkFKbw9rYzpDmRqkAaltDFhfQ//2Y+ULYMIwbB\nx/0q69Sgp5lCP16iscH9TjM9XMKc4pYCAREtZkVsEViExaP8Mq7qWclBx0mo\nkskoTpl0XKwnXBQYemL15sWBol6TuUZ2nel0kGXSrkJ4KIh2DHEyl/P0r1dV\ncjbfljDY5EHCLfTjxHbkniulpciDKebZOaLwxaclGsG+E2J8eebBxJAaW2/8\ndqgW4RAObSH0spnDhs58V19xECb2/pVvLvkpGzYH5hXolzaOnfFZyilWMcT9\nbT4Jxghlvu6IEcHmXukTB6gpF7jYudWt92MRU9S8jy81VIRCThO5QNMTT+o+\nq5YvIlk7VIkRdxkHbeULxoQAPXi2l/eXa6N0OY/zHnLR+HixIes+TkK0V089\n/qes\r\n=SVnH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.6","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.22.1","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.10.20_1603214462716_0.9990834229017596","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.1.9":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.1.9","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.1.9","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"c3e8c8f562d15f2d56ae67bb7fe2e0f3d0a968a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.1.9.tgz","fileCount":4,"integrity":"sha512-eijlUDrIFlM/FtSLzrT7eT4PtxNGsdkpz1/FaXHETTyQbuI0gGgsV/ifK+K7JBxU+Rs/z545CbEFCGZb+bTuSw==","signatures":[{"sig":"MEQCICoYT9nQVzNkSpiCLVpV7OWeajLd3kvrEm6k2sO89uNWAiBBGSHXY0/4UAK3cF6SpA44VRL8opRJFX3w+ol356SwYQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+fEnCRA9TVsSAnZWagAA1TEP/1ppozoBLsj7fSSD8irt\nQ8eWeKW5q1Qgw8yqliR7KplQcxSIYN5Od/FfEsyHpRFltKvMDoO+fGvAHtHg\n4Jy1XBVSdRFeMQrofY/p3nPqAU8zt97fSLOnOPMrR29tL+RpjSCaS2g40ElC\nWbq+KoSy+wDch8z7CyL8wcNo1UhVEq/LWqzPJUzdQl9vJkEgD6eSLR1sUtut\n8iJt+xKmn79VipR85dazUbReflV2R46kNg4fvHoB5u/pq3WRoBAUGWXJI3Qj\nKkmSNIrDiG09SDGq3/3p8Y/ZzCAcFYE6n9rFF7U/jTnoF/0TwRy412L+4lat\nK5vP2ZbWXModJLAuKv5iTnhClszGuiyswhKHDKmI4bSH6kb27cln3Lm6s3Uq\nBE66Jp/ZtgoTIuMqDtOpQ5dXcoZTzhd8Fw9NYgCmGDGs+intyTLKKrZwazXa\nUZc0UrBU0GDBe7MDcjTX0pVxYvoY06ton95SQHP18nPCUlwhbQjGx8foGZsS\nZ3wF7zsCOGE2QLoGpvNce5fEGTyIoOEpqlOk1CG5ikgNEGAP0EOXAThSCXFN\nD3tXwsoth+fDv79wjwg+OgLDLjQIuzZFewvQcpYV+ctFBq2IZKyLA5xpk7JA\nXpqcgNTYAw5IWBSKH1wecVAWXGFycyT1qy1MTlbTDbT6ee89ZQo6LNNZlEkh\nuW9I\r\n=wc7F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.8","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.23.0","dependencies":{"has":"^1.0.3","postcss":"^7.0.16","cssnano-utils":"nightly","postcss-value-parser":"^3.3.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.1.9_1610215719517_0.32564382993647945","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.1.11":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.1.11","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.1.11","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"375454dd934b304a8afd1e6f091576102bb2b33e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.1.11.tgz","fileCount":4,"integrity":"sha512-PX3aikCXT8+LPU8gU5k2pSo4Fk8Qh1awyytEGUREii8Px5/yDw2rzO80svfMihSTX3DOP+FYHo7iKdGN25Umxw==","signatures":[{"sig":"MEUCIExKYcg//l+fOuuQZiv1jEMXdEkAjYq7+0AD+Q0ZvTrgAiEAt0V5SWAVwqjMnuS5fnfO3w5XdSVlWeBC4h1+FDujfYk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/JR/CRA9TVsSAnZWagAA6HsQAJoRUOSDPy1ecSkR2wRn\nyI9oDcVl7U/dCVHpK1Vm5jCqsiX8iZZLu+slloBk0IegPzwpz8dY+u9fIifN\nEjQm47gTZLXwveAdDTJp9DXIrreR9TOa11qoFqI890WejygbAcvb4UoTfA8J\nvzBYw5R/JurlliF8h6PcwJ5VKgFo40teTp9TeBVPETA/qTct0dXnKCQ1DLGC\nn0cl5F8sypD6iyGKmUvgVIjikG7BiIuYkiimNRd4DH87b+haRKeIcKfNrldV\nA/lbBs/Sr268WyTguvCFp+IWp/Nm4UDCvHzIdYu1hP5YHnUp0/u/YoeXgPAj\nRMc4W2Mw7nUsdFOilPlFaHu9PPB4cKggrfCFTz/FV7B8SGqzqaLaErLPM4Ub\nSOE7TaeX5YqraRvoy1XmoGKVChM6BuPbRk5hhkIfmpO/Sbo+lYNLps5o4eA2\n8nCBA/RAN2RRk5BdXumFIFsPpw00WqGVNKz7V7ZEyi1tvm3FmxyjIgOD/fxy\nQ3U7Uf9oMbVDJeqCMDNHB9tdSDLkBWIWxZI9mm4qJXFXIv9IGpEGCl44OCOt\nRkNbBSAm25qG8bjcEZue+apxYDgyeN6SlH1NTozGBT1CKAOMDsMmPBDQ2MG7\nFKeS/sZ/ccCqhGU5aFnTvBENJY4SRvItfCwnI/zNWihszy5G5sp8E6aE4lHa\nXaKp\r\n=hx54\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.8","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.23.0","dependencies":{"cssnano-utils":"nightly","postcss-value-parser":"^4.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"postcss":"^8.2.1"},"peerDependencies":{"postcss":"^8.2.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.1.11_1610388606842_0.22041441388621053","host":"s3://npm-registry-packages"}},"4.0.0-nightly.2020.2.6":{"name":"postcss-merge-idents","version":"4.0.0-nightly.2020.2.6","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@4.0.0-nightly.2020.2.6","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"43fa4592deecb32d47f2f0c331e6efa2dcee08ee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-4.0.0-nightly.2020.2.6.tgz","fileCount":4,"integrity":"sha512-IPkaUw8TYodk86noCGoIy+XdmVyPHlccu6Irs6vnhmSAVc4G53FoeYC0tahJhthLxQZ9XeHIiJVJYuHblbxOVg==","signatures":[{"sig":"MEUCIQDSJ/C/fzK41swFesNHukgnoxMs9Asi50bgmlqZfNAA5wIgWxQbLlhTveNeg9uWmOSe0afiGF6kYXRvrHCX5BCEYDg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHtEJCRA9TVsSAnZWagAAnJgP/RkUkD2OCpfR76grfsMB\nAalyD1gJ1QX6f5nPt5+sEIsJOrCix153TAzbpPMKAVruZSp8fR5iYq84cwxv\ncDrO9iU28NxL5wymmhThgKLZTa8gzuWQL0CxQK5D4JG0+0pK0y8n9FDZAH39\nCbjhjNabXmWqi0RQVxsaIvZF//2FzWVyR/zyzs2bczX61X1JJ9p4g6H4NeGV\n8rIA60eUt3eg3KhhY8m8iK4FpMfqLbfeuNn3GTDc4FtMRaVO9h/OzHtd+e4+\n70qwyqBEcxwwAZTq/mcqp7gwYD2SJ3BLEe+uPQYSr4jh/kuvsnvgQcxKlKUA\nxknf61vwn/3/70C1l+V9oUDn/dOVybrrJ5ejNWtJphqryLu+LwxYmDsOevgd\nqxshzqVDMlTO8lSeNjjq1EXswKqQyj9IQbSOEG8kuVnbAtsF4W7uRdmwV1+5\neWICuQk9AVzXleT0CvUNdXFGVozxRgJjcW40Gtnnsm6FDX+AsiPkjFhIpB01\nbNSOAAr1lu7h1z87g1VkBMN0pixIYLToKDsZiIGvSBNVShJmhqrOrbn6dVya\n4g09EHMu0A7WjSd2bwMlhAISWI0pz0xKWlw96ui12MwaKgY3su/KyJEPg2KX\n8IOjQdzMkoZvnVuputmRu0gK2IkJL7Wg80haUeU3HASy4WtIdg7X2cm5sWZB\neHan\r\n=abiK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":">=10.13.0"},"scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"","prepublish":""},"_npmUser":{"name":"anonymous","email":"sahaaniketh@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"6.14.10","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"10.23.2","dependencies":{"cssnano-utils":"nightly","postcss-value-parser":"^4.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"postcss":"^8.2.1"},"peerDependencies":{"postcss":"^8.2.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_4.0.0-nightly.2020.2.6_1612632329019_0.4706303504903413","host":"s3://npm-registry-packages"}},"5.0.0-rc.0":{"name":"postcss-merge-idents","version":"5.0.0-rc.0","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@5.0.0-rc.0","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"c318f1a34ccda7e9ae4ae190a75a5d6e1f00f47c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-5.0.0-rc.0.tgz","fileCount":5,"integrity":"sha512-3jMxEO7ls+2X1L2d7Jy0gdwy4cD5D1JNdVT5Q5cAf/BZSjajoCQqW7pK1wrT0tDCiHN1C7EegFJ/fKahZ3eFTQ==","signatures":[{"sig":"MEUCIQCrpf3+bHk9+DsEAfc39JV+Lmc0/zId8AeoSNx9oZHDiAIgTEqqDFFh2Px+kR/CwY5YTvWGkwRE4syEZxmD4Wu9rB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgL/ZsCRA9TVsSAnZWagAA1GQQAIaWA946t/Nd04YYO2F3\nG7dcpiNQeNERspa9PohhiOcsoEO1Vry8yLzCQQNiUUdg6/2uYPkhKFy6ZvAk\n18mMCTrtu/rx1aQAxqgPHJuYFjeHK71cT/E6eHDYDPSd8PjZ8u0O81F7hQYs\nDiMp5eQv3rum9R1Ky3v8jzrlXQkHzGeppUGJG8HcLWZsjCAqLowh0Nyy97wP\nlehQA1v1O3UAOy1M9CK51+EIhyawWd22g35mD9SnKEwkVyl4Z0ly37FghHmD\nAGhwp72tcikjJlZO+UeJpVKu+7ugihg+Vs1sZVW1fkc4omADDQMeG5UDulfc\nWTAleScjEz6rPac4orULkwjmKcvh4Tv7usMW48+NGt55jP7Bl3nKrSvAuUwc\nz6dg91JW8VC2geH6xxuUAvCKw35QB9+AKVekEcWh37jjEBXs8/a+ZsuFtFL8\nxDlvbO7W4oxDUYJl4aphTL8dZqFyE/tti16hFhSy0njLiEMLWh6Wh6Gm0UPR\nKYS1rA0rrj+w/BXE99NFq7wZGrdkOpmvwSudiznmMCRXPIB/Lms+V13JJiHg\nIZ0pZlGMbinZsv4bwORR4hETLCOjLBPnRIBUadXEcPmrLsZ5sUQnuvn2w6yW\n1LZjPKfln479YgW76qcIjstbrwhs1Sz19f3jDHqNeJMoJ+hYh+fdO64nKNp0\n+NhK\r\n=012v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":"^10 || ^12 || >=14.0"},"gitHead":"8c16e67a4d24a13ac7e09a36d4faf504196efd0f","scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"del-cli dist","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (linux)","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"14.15.4","dependencies":{"cssnano-utils":"^2.0.0-rc.0","postcss-value-parser":"^4.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"postcss":"^8.2.1"},"peerDependencies":{"postcss":"^8.2.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_5.0.0-rc.0_1613756011534_0.9926410266262937","host":"s3://npm-registry-packages"}},"5.0.0-rc.1":{"name":"postcss-merge-idents","version":"5.0.0-rc.1","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@5.0.0-rc.1","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"f1ad2bfd2d6d9a49eb72613b17eaa9342274bc11","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-5.0.0-rc.1.tgz","fileCount":5,"integrity":"sha512-OhEOkOigBsFfwegxeJD8tz0RJzQUhUCxjbk3qXcO18dAHmHx8iIOCM5Qapt7bdbU/8tFwg0ouaMbKbYUiDzliA==","signatures":[{"sig":"MEUCIQDHqYzU8cR+m4nv4AlXqMq6MvTcZWRebeZJEsB5GZXGjQIgfD2W0z9JPU+mjXXOSKFFNL/f9goBKz2nSxH83LiOt3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQf7VCRA9TVsSAnZWagAALd0P/A/Xsqjou2MBBSKCDbLL\n/RpX7vDvvl91yrAoYKMBvjZB+OJfLlazIHGO3kTWG1A0NBGjBDoJyJ2u4I/H\nuEubE48ZJGhY4TeIqh4nvvB2WJBjJkPMJWZxgXkQIjRK6zzj0I1WRFCg5UO8\nZT/ZGRVzww5HGOnOhLoMlery0b/H7bREZynUsvc+fir9o69FR1czst1O1tT3\nXLv/r4Zq/5fwWOs95/vrqqptb7W9Ffu6jyJj8CBdwzoDvoQV0ThgbH4sAOMf\nBAUSUEXP1Lf/KvvmAJmFSEjCwspL5ISRFDrxylgZZe9uHaBcvmxOpYLec/xY\n3rxvxJfRqcB3MzwtYvhpEMOiaHQmyjyuALuN7uNTNKLxop67agCqJeu0DBE9\nncG+GxH5KkU7YX0AAHt/8iwMYFJeflCXhZhvNa21/YnboPxMELtLWeNnuDts\ncRbgut09xipuzcI0xIxxvmYfNi3HZnpUk6CkaSrFGPqKZAjDTbpBMCEEUDEe\nbQEOXy/rMRpDC8C20OpyxFF4IuGUQrJcShfNnqM5GJFXMutrw77CsMpBcGZQ\nGVKNrUHA9HqsBGM2hc+yuhCxUAlhFspsC+9KFEDLJrqPIltSVjJUNy26ruIT\nCKIe8WeKCX20eZQQWLwyuia9r8HGAF5xHExVbaw+KeDizYGZy+llq/BGHuHn\nFIZr\r\n=AfTq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":"^10 || ^12 || >=14.0"},"gitHead":"114efb0092fff944dd4c8a28d184add24d8fde3e","scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"del-cli dist","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"lerna/3.22.1/node@v14.15.4+x64 (linux)","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"14.15.4","dependencies":{"cssnano-utils":"^2.0.0-rc.1","postcss-value-parser":"^4.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"postcss":"^8.2.1"},"peerDependencies":{"postcss":"^8.2.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_5.0.0-rc.1_1614937812768_0.03579660726823608","host":"s3://npm-registry-packages"}},"5.0.0-rc.2":{"name":"postcss-merge-idents","version":"5.0.0-rc.2","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@5.0.0-rc.2","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"1c92d9ba47aacced63702dcf588105ccf4875d8a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-5.0.0-rc.2.tgz","fileCount":5,"integrity":"sha512-mAM9CqUgZ4gv8vzuEVlATjV+80ljs8EOENoxsXN7MCFLKU09Fw14FvUUtaglPXQn4IZqZpPNal4D+Ga3UlDqRA==","signatures":[{"sig":"MEUCIQCxU9o3MnDV1BPZdImrg7yU8xhLi28yTXhGyeRyWoKM1AIgYOfjPy8llflOQBy2tOiMyaYQHRAx+0JumgGaXjSizwM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgT48ICRA9TVsSAnZWagAAsYsP/1+XnsN7T1Z6r9wdLJio\nkzd+4up37sjCzn2C+/3ualT8RVL4UCZHpzDz6cjsbLV5UVI9h07+kvB4kIHV\nngGSV3WVCdS+pMNC2Ddw75YUe6uaWS2+cd/VMadJ54owrF/QCZ6gTgCeQIKk\n/tmh9z8V3CVM9lSV2G2nxEbexMJQjPBVfGQwYRd7VMNwV8M+938w5W+pF+oy\n3xxV2enuwiVlorc2XUSJpARK4TeR1bpvsZAeMoiIRPy09/rOxH47glD+qhN3\nPuJK3vj8RrDCpgDsXw9d2rHkNaRxVwj1O2hTqKEGKls44Dr+07j2ReSxlBaV\nvNMlOaHZu/EWBsqe/CMyjxNv9SVpwvCSl75sdHda9iUmmWBcDdXwBJXBHqbg\nrTjX86M+HSyRq1TwqOMXIqcJis8GlKk+dXMkHMcicjI4OjclffbJKegpmv/w\nZ8kA7oziv6cKvvezt5+5zoXsYwrxXYFWa3lt1Hc8jIoD0Ms0WEgrSftf8i6P\n4K/us7sB9wHNZ8AhDH8W/98mLulUEl5OCldpgOiJ3oONcwGQqCmfkHuhewTh\nchHlluJM83TwszRCT+ZU4qzAhRc0WVb6KsUY3sgqDM4c5AyPrFmw2q6WuhVk\ng5tAS5LAmrA9vUEpKopmO7uGkSY2D93EdyxUWxosoCk0nEn7GyFha2PjGL4P\njDSm\r\n=xzsc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":"^10 || ^12 || >=14.0"},"gitHead":"5ba19ca54892f76ba6b2b698b4d88adcabd4451b","scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"del-cli dist","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (linux)","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"14.16.0","dependencies":{"cssnano-utils":"^2.0.0-rc.2","postcss-value-parser":"^4.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"postcss":"^8.2.1"},"peerDependencies":{"postcss":"^8.2.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_5.0.0-rc.2_1615826696607_0.7421760329127156","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"postcss-merge-idents","version":"5.0.0","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@5.0.0","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"13b6598912a96e93552c778bbfeaaf2cfaf46b68","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-5.0.0.tgz","fileCount":5,"integrity":"sha512-s8wwhAB/SJDPkcVxj31s2SGzgrO66ktUYjWh6j4qwY67Mzxx3/TkK+m/+v6tU/xyW4TmGd4yuyTXsHaaLC0jLg==","signatures":[{"sig":"MEQCICOhs5Sj1f6SAU9sYNFQxigX1q4LG1f5dzUAKZztjQXrAiB6Ipu26DeCWfUf6XxaaKrmRfkUB0lzKalNIMyVy0moHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcZRlCRA9TVsSAnZWagAAptUQAIRO4B7r4O66wQlfSZmN\n2T4UwAo9QslxH5ExafnT7NzA2i+IJ9AGuObJyxk6XDbmqDoQlI4/Dd9edtSu\npN96ARID675hsVtlZhuMhLfl9/Qq7q6Jnyhu6FogJGfWJ1GIgqOQV80UWHfz\ngCUplsIE4aQegg9mwL8g3MBRdxBIfyEa/EsGvRwx42UueH5hGoXfDKPIuew+\n9U6NNtBDp+Y5Kt4b+3M12GmSqOhmMtj1A+JFm9OhEF15NTyU6peDhT0QVOMD\na7wErOF9M1XYvvpRq0zfkcfGdL/HXq6uv6rnJ3DxQtNUbpnD5RM3ho/2OoMA\nCWjjF8zKlzEmFa0XZY51UsAox3ViwY4YgmiDI2MyE8MheCH424h7khVJgsYF\nnAGyEQxbhS6k8NgsOCcYhNjhIM9ho6tARR+owLVJfnXg83HRktdYLEdziq/t\nwXE62bAtd36j/aFMim9wjyo1rQ7qfBPYZCb/VgxY9ylngRb/Co7lGf0PAmv6\ngv4JwxHnPI74fUfs1CHpXFEgDjekCN2/X5FP5ip7Jfonr8lwm0SZ/rnA1NZn\nCk4+k3nyYusHL7UE204Oim+2FV9OO555TpsqEgvY8N9IzeZaEcjosrIWcaND\nJqGMxoAyoSVxrxklKuxyHmJBCkihJrhitDE5Gwupu3AMr6SuUZ0fnHr7X709\nny3Z\r\n=QsZO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":"^10 || ^12 || >=14.0"},"gitHead":"0e2c3bf5835bafcdc8783bef66f730a24194c8f3","scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"","prebuild":"del-cli dist","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.16.0+x64 (linux)","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"14.16.0","dependencies":{"cssnano-utils":"^2.0.0","postcss-value-parser":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.2.1"},"peerDependencies":{"postcss":"^8.2.1"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_5.0.0_1618056293235_0.26585917779909196","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"postcss-merge-idents","version":"5.0.1","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@5.0.1","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"6b5856fc28f2571f28ecce49effb9b0e64be9437","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-5.0.1.tgz","fileCount":5,"integrity":"sha512-xu8ueVU0RszbI2gKkxR6mluupsOSSLvt8q4gA2fcKFkA+x6SlH3cb4cFHpDvcRCNFbUmCR/VUub+Y6zPOjPx+Q==","signatures":[{"sig":"MEYCIQDfl4wN+efXjPKw5XKb/XYVfVTIZNfv8ClVM1ULOi5ikQIhAOSwOkK1JTVpjhwWKc3ZcIAjdk1YJ7ZMDXy6tiqjBcZ6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8277,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpVtQCRA9TVsSAnZWagAAtEkP/jrzV24jONhHtzcHtk9o\noC0DXAxFyoE/OsIwxsLn0mu7VP1fv1+fTAvH61/iORlr56lK55Upix5AugyT\njfAg0/1hQdSL9QVzEGxAX7SvD4lgWCEuwUj9Nx7IjSG1QbO35MQoZypl7Ksx\nI8zMGVruAMu2trswcSotK45OiCfgGR8lv8LAB3YdwBGlej1ttR7Clb2wSBu4\nn8Sz6UuZMPCCGEfYJxupDF5V5JeXAVnu54cNp5+OJaG/VVeuGYRDqkfgErcE\nZaBURdJ8dH/mZOE2V6Yiqdfo7ikMgkPwuXNRV2/+umEX9jglKePX4UjWEQRQ\nSetqLaVioWoFgPlPtoZBDHxSOWYJ1PXBdr5JWacDkelRUDI/wO6L7vjNRORH\n8Zwu0vHHCnwvybvaINZ9P+CEIpGp+ZIJ2YXg0SdAmPNrrmv2/tdbr+SkDa9e\ntGv/wQGzEtcenP0rD2i/jf8LgVGuwxDWiJt1lBkra2J8scC2d1LqfTuAXbE3\nsJFPkR8a1a9WUC0vwZRIZJgw3J+F7gEqC0knU29/h/if2C2iui7TQJUGYaRn\nAhzNDh+3EkcZ4lfSEq5SO4utlyetKqVrk0FDJRyp5eh0KIjytXnkEDEtQrgZ\n5j5CS0CV2uE6EXGn1TK3lQL9lCmuFDtURiquEKuhqpSTLU30bWlqpvbtD5TP\nzDD4\r\n=RsaK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","engines":{"node":"^10 || ^12 || >=14.0"},"gitHead":"28c247175032fa03f04911cde56ad82d74d211cc","scripts":{"build":"cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"","prebuild":"del-cli dist","prepublish":"yarn build"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"lerna/4.0.0/node@v14.16.1+x64 (linux)","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"14.16.1","dependencies":{"cssnano-utils":"^2.0.1","postcss-value-parser":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.2.15"},"peerDependencies":{"postcss":"^8.2.15"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_5.0.1_1621449552005_0.2563958791513572","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"postcss-merge-idents","version":"5.0.2","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@5.0.2","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"d67d9505857a9546c3f7a305386e4147497322d6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-5.0.2.tgz","fileCount":4,"integrity":"sha512-V8IlmvQez+/mB06touksO3lUKtzL3ZKfBxfXFK2q136TOyOLXBuoI8kQwZsIOFWUfA8gk/XpFtmMsqURqYPk6Q==","signatures":[{"sig":"MEUCIBP0hin2zMwhbdmQVXCvURG0GaQALVJTjSDZ0uLA3BO9AiEAxuGe9hDe2tZIctFBJDiRE7RJzgokzNQWSZh1rmEqSO0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2Hx6CRA9TVsSAnZWagAAWlUP/RFb/lD2ZFCU1C2Zncet\nZPFkubWLTtRqAtKCKe8cYTMrHPyMC/Bdi86JqAoXmopwJ2xNYUksLBVqYy+H\nqXTN+7AkHGXvbZefqr+X6aSAgtmeVhVrCNPv+0DQVGGh8t9JY2N3yRPqYu3U\ntO7/tWz1vdMMw7VbEIkLRkoU3jiSg4jQUm+H5yUt5jczYlA2NKEBR6cs5QZK\nLxDjSEXsTCVwJcJMUNdZG/Zgw8qHhqKml5yewLH8qi+CSQ4Ah++tUdYrmABn\niS4C1cIEx+pDyvH5b/jdreqftfo7krYFw2wffsam2sETPTcpas6cXIoHFFCv\nf2bVuSJUWh0CpJhvfLZoIwa6bohup4VfAINLvC7NvnZgzK+LT91x4HiRtPiN\nePwqX0FJXUYV6SO319pQ91V4w+5uMsuF6o0hOJjgHhHcQSA4ZxZyw7ubOst/\nILYDZSs36UmBrZviCU8sPi8lYmcDYXm7qfi/Esn5dc1CPahb6ybDjqQo1Ame\nV0uL5uLckcP6qVaUkg0uSP3tIeTj7Gt4Re+n3Hhw+ZTyQMK/t7lwvBUw3Z/q\nJGKzp/JEqSpJN9D/ui5IH1l6ckc6Wny8fahNabS9NPXkzEa76NBDZlAfxqS+\nddBU68PiK6HwI+wmvF4+AjsopKWQl/rSKGm4AR5nIfTjiBm61O36HuWav8mF\nGb8K\r\n=M7du\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","_from":"file:postcss-merge-idents-5.0.2.tgz","engines":{"node":"^10 || ^12 || >=14.0"},"scripts":{"build":"babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"","prebuild":"rimraf dist"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"_resolved":"/home/ludovico/projects/scratch/cssnano/packages/postcss-merge-idents/postcss-merge-idents-5.0.2.tgz","_integrity":"sha512-V8IlmvQez+/mB06touksO3lUKtzL3ZKfBxfXFK2q136TOyOLXBuoI8kQwZsIOFWUfA8gk/XpFtmMsqURqYPk6Q==","repository":"cssnano/cssnano","_npmVersion":"8.1.0","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"16.13.0","dependencies":{"cssnano-utils":"^3.0.0","postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.2.15"},"peerDependencies":{"postcss":"^8.2.15"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_5.0.2_1641577594759_0.1317076870646703","host":"s3://npm-registry-packages"}},"5.0.3":{"name":"postcss-merge-idents","version":"5.0.3","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@5.0.3","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"04f333f32767bd7b7b002f0032da347ec3c8c484","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-5.0.3.tgz","fileCount":4,"integrity":"sha512-Z4LCzh2WzMn69KaS2FaJcrIeDQ170V13QHq+0hnBEFKJJkD+y5qndZ/bl3AhpddrSrXWIVR+xAwjmHQIJI2Eog==","signatures":[{"sig":"MEUCIFB/duawHo0rXckcrkNyZKNQXNPZlh3RIYIK7habS+epAiEA92asDaYHyJrB36aze5N/3JYd9aSmwtrWJgG7YDPmYgY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6858,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAUDECRA9TVsSAnZWagAAUIkP/i0eJbBTU88WCtizGg2s\n+dbNVQ2EMIhoWSJHBZTb2JoPMFKt0FMt2O9Q3ZA1FOxgwmTn4RhNZDRBDqvs\nLz7QdkQIzN633XwiOS1V/bKrixHiEZJIuSGQKcmZbINgaaHLFN4Iw8wFKTNw\nZFsqyHC7AQwwJw0oqCN6UAcW6cm1KrXR8cnvj7smKOwYs25YPTWdYdIjY2g9\npCOHYr+XuAUzSxiMyzo4Xp2AVW/ceCDH4++nvMCN1Xdj9ozmWsS6sm7SjhnF\nNRb8PNdnv1zUp+Zj1oA+u25guWdik1f6r0DWQKZUdjlKYru0aL5bMxhxSLLn\npd7PF6nKmrl2atbjl+JQsM7+kOmxIEF8AIqfnfldSbr8RdfgrnkmAm6fSLuW\nQAVySrjNxiYDDtDoP3F/o4b7J0j6baumwlDXO+fkgoxRgu7J/nyjkOkE8j5X\n1aF1BIrweP4YfI/EngTHeIZqPslhTUTAFad5SmiaCvXtSOq7prJos+SR1ig7\nYUbURJI/eJBpL6gGOtP/wzxNV8BbnuOYD2Pyppr0GlfDmqooBUefipIfH1dD\nS5WujFx/uJEJr8fJ5vcTp9ouvGOwE7HUS93UijiDLLzhgbWpjPnOHLt9eLO9\nAqd3NbrJ5znFBkjVm7XeMGufUawnk/jGA04CvAPQwKl2ANb6Mtb9pQ0qKwY1\nndWQ\r\n=6RMF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"src/index.js","_from":"file:postcss-merge-idents-5.0.3.tgz","engines":{"node":"^10 || ^12 || >=14.0"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"_resolved":"/home/ludovico/projects/scratch/cssnano/packages/postcss-merge-idents/postcss-merge-idents-5.0.3.tgz","_integrity":"sha512-Z4LCzh2WzMn69KaS2FaJcrIeDQ170V13QHq+0hnBEFKJJkD+y5qndZ/bl3AhpddrSrXWIVR+xAwjmHQIJI2Eog==","repository":"cssnano/cssnano","_npmVersion":"8.1.2","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"16.13.2","dependencies":{"cssnano-utils":"^3.0.2","postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.2.15"},"peerDependencies":{"postcss":"^8.2.15"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_5.0.3_1644249283951_0.5233447816056147","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"postcss-merge-idents","version":"5.1.0","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@5.1.0","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"948e1183cd659cfb5f99c7389f5fcec83c8f9a00","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-5.1.0.tgz","fileCount":5,"integrity":"sha512-l+awq6+uUiCILsHahWK5KE25495I4oCKlUrIA+EdBvklnVdWlBEsbkzq5+ouPKb8OAe4WwRBgFvaSq7f77FY+w==","signatures":[{"sig":"MEUCIARueMjLvXHgo7qkPDqlgUqbab6yGP0UFFZfs4B7N1frAiEA//i74+UHMTStsoH9o3+sfEpwuS6iHHbl1vUXlb8gZnw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7886,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHmwBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqp5w/7Bo4F/0/uvSfwzTINI/+leg4PaEEz/Z+27Gwl4drsOWLfazaa\r\nu0kW4RyNXLoeLM6DiIS2/Smr+9XitqsYsHbaUJnVfKtafq1VeerOTpljcifI\r\n466bkgyPMdRByPeZLNcdAieVbvBPEkf65urJAmu8Z/DuDV6tAC3prjjmrMFz\r\nrqtFqK2sdpMlaf1sKsUmkPmR2IefIKoczUs5p29QciHYCPdGhG/WQqzuuJbj\r\n6d5fWWFP0NOvoLEzp1MtBudyqfzyxqI1AKR4eTYNjwc2ySOvOmyMsbP4urL4\r\n20d8cyKcoWY3xFvWWbvlRFl89gkjmZ2qU6XLPnhzexHz+77/K3w5zS/pBjuz\r\nA7W7untqWf5vV4rI9mWqkIj0x/EigJlVKTwpUVPPcEtrojMdEuVbIvwj9P1g\r\nVOV3Bk/p2EBUMPzGg1pken7dGIiPz96QqwqhjF1XnnsXnvQ8eusMIPZdkiNr\r\nWciCTOYJ1FNVqy2s6nuRLCIHUpyKlQRdRhyLoOukiLGtU7waY0RdqjCiUkUR\r\nRujmgziidi7qi6TxvtT4iDtoUZToHaGLT6BWE/kLMsgVn3ZwKZc8x4QuXuRL\r\nyr+j5EYG6I8dQjFNs/xGUeTkd+p+NKMfWpLYY0ySNvlXC4sQ/7luNQPqMJUX\r\n8JRqKwzZ7QaErVJVyVMlTJNijXlXF9Ncqa4=\r\n=1FKJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"src/index.js","_from":"file:postcss-merge-idents-5.1.0.tgz","types":"types/index.d.ts","engines":{"node":"^10 || ^12 || >=14.0"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"_resolved":"/home/ludovico/projects/scratch/cssnano/packages/postcss-merge-idents/postcss-merge-idents-5.1.0.tgz","_integrity":"sha512-l+awq6+uUiCILsHahWK5KE25495I4oCKlUrIA+EdBvklnVdWlBEsbkzq5+ouPKb8OAe4WwRBgFvaSq7f77FY+w==","repository":"cssnano/cssnano","_npmVersion":"8.3.1","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"16.14.0","dependencies":{"cssnano-utils":"^3.1.0","postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.2.15"},"peerDependencies":{"postcss":"^8.2.15"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_5.1.0_1646160897024_0.620658584873774","host":"s3://npm-registry-packages"}},"5.1.1":{"name":"postcss-merge-idents","version":"5.1.1","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@5.1.1","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"trysound@yandex.ru"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"7753817c2e0b75d0853b56f78a89771e15ca04a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-5.1.1.tgz","fileCount":5,"integrity":"sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==","signatures":[{"sig":"MEQCIBLja6S65vu6qtj98v+oj1+pITBLkvuemiExZFpHNiiNAiAH1stW6lk6b2ElYZzLtLAxZw6CBbgW0JFfppU/piUmmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7886,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOMtEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpH+g/+KK+0eBV8VYzZ4cSZJXZMjg7UzkW18iPTqOSq5R1YnqNsCv3a\r\nPE9akZIExcEyGVF0qkiyrXJ5YZVrVoh2xs1/jcCFz4XMfcsaMyy79z0hbxLC\r\niE3xkBAEohZy66edCsGFlMBv52WQFdbduyNbikpIdP3V2n3PqJuwxZkRNtDn\r\nKCWv/lwOnvmt6uIfwVisF8bczOA+F4vWyYQOqMuMHqVoIHVSlzEoIZMyLpQV\r\nbNTM9JFUytuLy9xldzay+OYqaMp6uNyBBVQFdfwSBobyPo4vjWo1z98KHg28\r\n9vmw0pNNGZDdz4NN4c2ayUd9rTAfKXXI7l2XCHsFDFiTxgOfxRIuqrreZ6VR\r\nU9MF8NHIDyx2FyfPSUjChYDduk/Bhe/dS+VXc2jPa4RgDXQ/ZF0SQaHYEojl\r\njNxt54j4lKWjmQWOiGxfLJsXGHhp/yDFQvaCky6hqRb2kEdaHT04+GBLvTDR\r\nG138eaHVd6avshuumRPOgTXbZHa31/63etyhAy5OsAg2Zx+M5Mt9Edt2evgR\r\nXrIMJsbqfHvS7TRKzInpVg8ZF4aNfTV24CvvuLNO4jyslaFzfsds/ZHrllj0\r\ntqeURGBk7rwcMKJjw2wRrfXkYeZdPROLQSzxeMjFh+I4xF/vM/W9ENGtU2H5\r\nHlkqNCRhC8TXaNsIZhS0yjA0YvoU7WmUj+Y=\r\n=n2In\r\n-----END PGP SIGNATURE-----\r\n"},"main":"src/index.js","_from":"file:postcss-merge-idents-5.1.1.tgz","types":"types/index.d.ts","engines":{"node":"^10 || ^12 || >=14.0"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"_resolved":"/home/ludovico/projects/scratch/cssnano/packages/postcss-merge-idents/postcss-merge-idents-5.1.1.tgz","_integrity":"sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==","repository":"cssnano/cssnano","_npmVersion":"8.3.1","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"16.14.0","dependencies":{"cssnano-utils":"^3.1.0","postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.2.15"},"peerDependencies":{"postcss":"^8.2.15"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_5.1.1_1647889219584_0.4382546731852619","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"postcss-merge-idents","version":"6.0.0","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@6.0.0","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"opensource@trysound.io"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"9b3dca88022c681a8feed990e66005c4d3e0705b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-6.0.0.tgz","fileCount":5,"integrity":"sha512-MaTP8Ym7SwxtNkHB0e7C/b3jfjgnKo3p07VmJWwbyMTyy3O0SIwzfzQGlJzBfRDDIIBkLYrpLqv1IYBZV1vOBQ==","signatures":[{"sig":"MEUCIC71UphgZ3vK7nQ6tXEB2KkI0bz0rETu36I+SueuXFOIAiEA4nbObDoHs590OcIy7mZ0I7nxxZdZM41ObLBuxBNXcOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIcchACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8PA//T4iMlSrdtdRN5OAF9gv9jUlb7NDvBwR5cm0EaLQ4i8U22foU\r\n0YVZ5FMpfiOv+26IofmLKq8ZPKt9tnN7Eb2gNaAq4JwGwCAffzaKsGzl2InR\r\nXT2CqLoUw0rQuc9uBsmEnHol7T/VTrr+VQzNVlCR1Eqr9B817oiUyQFQZx8/\r\nrPmwtGtdqo91y2Y8mirMv2LXl/e/tdrtCnLfdaDsocyS3vY+yOqNWphPVqf7\r\nSCwwf0ZPxV9xBzpfiThm8xgJQcsAkpKVs26TUjH0Tp65itn4NMY95wEriM7S\r\nGuWAvDUYqJPtrEcv8e93nBVki7lSPSeT4iCOvsYooaYyQ+xm5kDDmyLnfVX2\r\nag/8AJixDoU2nLfLQ5p5K7D8T+tL4t1JB4lKB79xaX/7sQnrIM/sm4d6DjI0\r\nD2FbbFKnV2fXQh9Of37XA9gBF8tHNZFjN9WO8a4DJyheE9Y93NuVYoLWZE4r\r\nPGyVcaf9hSLRAqlyslV8lEWBqdvN16o8uT4sxOgAZNQs8Uqcqb/ulls09dhy\r\nUWzTJe+xaa2iNE5meGwrBXc7JI8lRriUcq79/PrR1QH8/3I+ZW2GTTYwaTYu\r\nRGOqP9nzcedgrp6jk7qxI8J4uRfU5vEbxjYEwUBABed4q5ehrDiYVllSeDxv\r\n3DAxUd7a0bI3xFSfHKj7o3VGSad1Nsb8UXE=\r\n=/vVY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"src/index.js","_from":"file:postcss-merge-idents-6.0.0.tgz","types":"types/index.d.ts","engines":{"node":"^14 || ^16 || >=18.0"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"_resolved":"/tmp/6300132dcf9415d3c502f754a1437da2/postcss-merge-idents-6.0.0.tgz","_integrity":"sha512-MaTP8Ym7SwxtNkHB0e7C/b3jfjgnKo3p07VmJWwbyMTyy3O0SIwzfzQGlJzBfRDDIIBkLYrpLqv1IYBZV1vOBQ==","repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"9.6.1","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"18.15.0","dependencies":{"cssnano-utils":"^4.0.0","postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.2.15"},"peerDependencies":{"postcss":"^8.2.15"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_6.0.0_1679935265032_0.8493289224613385","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"postcss-merge-idents","version":"6.0.1","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@6.0.1","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"opensource@trysound.io"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"b2d3bb45ba7131cbb3952389b46fad2f8cf6a422","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-6.0.1.tgz","fileCount":5,"integrity":"sha512-ApqNUkzl3MJP+43DIIvoer98t7tcDVAcnLeAKjuTIM7HkMk8NXB6eqscMIjwQISwoSeE0WrEyIqVy+HoHAVcZw==","signatures":[{"sig":"MEUCIQCIVXRmZXoE+fN2EB6DricEj3rNixPD2I1AxC5DsB4JDQIgJnZxnIr9+zug/rGvc0njsJZPanrYiHSLlWechFiGi7A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6574},"main":"src/index.js","_from":"file:postcss-merge-idents-6.0.1.tgz","types":"types/index.d.ts","engines":{"node":"^14 || ^16 || >=18.0"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"_resolved":"/tmp/e7d2da429dc97ccb7bf01ab1eff3b72b/postcss-merge-idents-6.0.1.tgz","_integrity":"sha512-ApqNUkzl3MJP+43DIIvoer98t7tcDVAcnLeAKjuTIM7HkMk8NXB6eqscMIjwQISwoSeE0WrEyIqVy+HoHAVcZw==","repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"10.2.2","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"20.9.0","dependencies":{"cssnano-utils":"^4.0.1","postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.4.32"},"peerDependencies":{"postcss":"^8.4.31"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_6.0.1_1702574291593_0.41894584334024043","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"postcss-merge-idents","version":"6.0.2","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@6.0.2","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"opensource@trysound.io"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"c7c06e8105f0a6ac5c644364a2867b27775e272f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-6.0.2.tgz","fileCount":5,"integrity":"sha512-1fJqEzpgyjuec8UR9WdUDvCU0NhHVwKm4JK2Vk2Xv7RB+zpssSGFNE5Xwa0fmQYFxAwfb824monvKAyqLTGsSw==","signatures":[{"sig":"MEUCIG3e35fVKlh5dTiaDDoyUmOyNGilex5jSwbj6iipXwtvAiEAuhXLYJKSOQzsgM11CphwSpb0WpMTzfPMRun7fDMJ2yg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6697},"main":"src/index.js","_from":"file:postcss-merge-idents-6.0.2.tgz","types":"types/index.d.ts","engines":{"node":"^14 || ^16 || >=18.0"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"_resolved":"/tmp/13da14c80aa00855cfbe417a58b356e2/postcss-merge-idents-6.0.2.tgz","_integrity":"sha512-1fJqEzpgyjuec8UR9WdUDvCU0NhHVwKm4JK2Vk2Xv7RB+zpssSGFNE5Xwa0fmQYFxAwfb824monvKAyqLTGsSw==","repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"10.2.4","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"cssnano-utils":"^4.0.1","postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.4.35"},"peerDependencies":{"postcss":"^8.4.31"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_6.0.2_1708631951227_0.048608461185016605","host":"s3://npm-registry-packages"}},"6.0.3":{"name":"postcss-merge-idents","version":"6.0.3","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@6.0.3","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"opensource@trysound.io"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"7b9c31c7bc823c94bec50f297f04e3c2b838ea65","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-6.0.3.tgz","fileCount":6,"integrity":"sha512-1oIoAsODUs6IHQZkLQGO15uGEbK3EAl5wi9SS8hs45VgsxQfMnxvt+L+zIr7ifZFIH14cfAeVe2uCTa+SPRa3g==","signatures":[{"sig":"MEUCIQCGSfFwwhswWFyFxiCX1XtbH9SS52nuXbhSNTZvX7ut+AIgYHxgR9VavI9XhYV/NT5S80qDf0JAzI2vGTjka39LS7I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6886},"main":"src/index.js","_from":"file:postcss-merge-idents-6.0.3.tgz","types":"types/index.d.ts","engines":{"node":"^14 || ^16 || >=18.0"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"_resolved":"/tmp/f92c3144667e8e40acddbb0c5d622322/postcss-merge-idents-6.0.3.tgz","_integrity":"sha512-1oIoAsODUs6IHQZkLQGO15uGEbK3EAl5wi9SS8hs45VgsxQfMnxvt+L+zIr7ifZFIH14cfAeVe2uCTa+SPRa3g==","repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"10.2.4","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"20.11.1","dependencies":{"cssnano-utils":"^4.0.2","postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.4.35"},"peerDependencies":{"postcss":"^8.4.31"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_6.0.3_1709735481238_0.5508396213379292","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"postcss-merge-idents","version":"7.0.0","keywords":["css","merge","postcss","postcss-plugin"],"author":{"url":"http://beneb.info","name":"Ben Briggs","email":"beneb.info@gmail.com"},"license":"MIT","_id":"postcss-merge-idents@7.0.0","maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"opensource@trysound.io"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"homepage":"https://github.com/cssnano/cssnano","bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"dist":{"shasum":"a5215f11cbfcd600c812c603d749b93a111dc0da","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-7.0.0.tgz","fileCount":6,"integrity":"sha512-Kr+DniMg0IsW7OGoaMB1Foreb3fIE2XcExCRynogQLngkpNVKTX5GlaxyEZDBB8bISeoztFHFK/GcQtFiPTnpQ==","signatures":[{"sig":"MEUCIQDneKCgCpgeWq3ApNi3ixG3AjiB5SMMikBhA4Ept1h5tgIgV/NKPFVHbRUT5RkQI8bJneEVwUgeGS7j9qHoUKw5DvY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6895},"main":"src/index.js","_from":"file:postcss-merge-idents-7.0.0.tgz","types":"types/index.d.ts","engines":{"node":"^18.12.0 || ^20.9.0 || >=22.0"},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"_resolved":"/tmp/b857d46f910e681a358f9933e77423ed/postcss-merge-idents-7.0.0.tgz","_integrity":"sha512-Kr+DniMg0IsW7OGoaMB1Foreb3fIE2XcExCRynogQLngkpNVKTX5GlaxyEZDBB8bISeoztFHFK/GcQtFiPTnpQ==","repository":{"url":"git+https://github.com/cssnano/cssnano.git","type":"git"},"_npmVersion":"10.5.0","description":"Merge keyframe and counter style identifiers.","directories":{},"_nodeVersion":"20.12.2","dependencies":{"cssnano-utils":"^5.0.0","postcss-value-parser":"^4.2.0"},"_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.4.38"},"peerDependencies":{"postcss":"^8.4.31"},"_npmOperationalInternal":{"tmp":"tmp/postcss-merge-idents_7.0.0_1713994439473_0.9717421455620396","host":"s3://npm-registry-packages"}},"7.0.1":{"name":"postcss-merge-idents","version":"7.0.1","description":"Merge keyframe and counter style identifiers.","main":"src/index.js","types":"types/index.d.ts","keywords":["css","merge","postcss","postcss-plugin"],"license":"MIT","homepage":"https://github.com/cssnano/cssnano","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/cssnano/cssnano.git"},"dependencies":{"postcss-value-parser":"^4.2.0","cssnano-utils":"^5.0.1"},"bugs":{"url":"https://github.com/cssnano/cssnano/issues"},"engines":{"node":"^18.12.0 || ^20.9.0 || >=22.0"},"devDependencies":{"postcss":"^8.5.3"},"peerDependencies":{"postcss":"^8.4.32"},"_id":"postcss-merge-idents@7.0.1","_integrity":"sha512-2KaHTdWvoxMnNn7/aBhS1fnjdMBXHtT9tbW0wwH6/pWeMnIllb3wJ/iy5y67C7+uyW9gIOL7VM4XtvkRI6+ZXQ==","_resolved":"/tmp/15096737b98e223ef5574da92b211273/postcss-merge-idents-7.0.1.tgz","_from":"file:postcss-merge-idents-7.0.1.tgz","_nodeVersion":"20.19.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-2KaHTdWvoxMnNn7/aBhS1fnjdMBXHtT9tbW0wwH6/pWeMnIllb3wJ/iy5y67C7+uyW9gIOL7VM4XtvkRI6+ZXQ==","shasum":"64f25d93aec0bd332585941653132f58f92b671b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/postcss-merge-idents/-/postcss-merge-idents-7.0.1.tgz","fileCount":6,"unpackedSize":6894,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFf/IOULjNW+u5XiEPvqgtelE60OoEe5XA8D6RjSZ3lpAiEA1U/P6T6vhXiSCMCIs66+eAWWmtSCnuaScM9sGSZGW2g="}]},"_npmUser":{"name":"anonymous","email":"livrerie@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"beneb.info@gmail.com"},{"name":"anonymous","email":"opensource@trysound.io"},{"name":"anonymous","email":"livrerie@gmail.com"},{"name":"anonymous","email":"andrey@sitnik.ru"},{"name":"anonymous","email":"chris@eppsteins.net"},{"name":"anonymous","email":"jansson.andy@gmail.com"},{"name":"anonymous","email":"sheo13666q@gmail.com"},{"name":"anonymous","email":"sahaaniketh@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/postcss-merge-idents_7.0.1_1746539657986_0.5729269856506187"},"_hasShrinkwrap":false}},"name":"postcss-merge-idents","time":{"created":"2015-05-10T21:43:33.669Z","modified":"2025-05-06T13:54:18.348Z","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","4.0.0":"2018-07-04T11:13:13.783Z","4.0.1":"2018-09-24T20:50:17.092Z","4.0.0-nightly.2020.7.24":"2020-07-24T08:12:26.168Z","4.0.0-nightly.2020.7.25":"2020-07-25T17:13:35.866Z","4.0.0-nightly.2020.7.31":"2020-07-31T17:15:07.408Z","4.0.0-nightly.2020.8.1":"2020-08-01T17:15:07.811Z","4.0.0-nightly.2020.8.4":"2020-08-04T12:50:36.306Z","4.0.0-nightly.2020.8.10":"2020-08-10T17:15:37.518Z","4.0.0-nightly.2020.8.17":"2020-08-17T17:16:12.863Z","4.0.0-nightly.2020.8.24":"2020-08-24T17:16:37.153Z","4.0.0-nightly.2020.8.25":"2020-08-25T17:16:07.805Z","4.0.0-nightly.2020.8.29":"2020-08-29T17:09:31.182Z","4.0.0-nightly.2020.9.1":"2020-09-01T17:17:42.378Z","4.0.0-nightly.2020.9.3":"2020-09-03T17:18:12.718Z","4.0.0-nightly.2020.9.9":"2020-09-09T17:18:33.826Z","4.0.0-nightly.2020.10.20":"2020-10-20T17:21:02.873Z","4.0.0-nightly.2020.1.9":"2021-01-09T18:08:39.712Z","4.0.0-nightly.2020.1.11":"2021-01-11T18:10:06.940Z","4.0.0-nightly.2020.2.6":"2021-02-06T17:25:29.123Z","5.0.0-rc.0":"2021-02-19T17:33:31.736Z","5.0.0-rc.1":"2021-03-05T09:50:12.928Z","5.0.0-rc.2":"2021-03-15T16:44:56.740Z","5.0.0":"2021-04-10T12:04:53.335Z","5.0.1":"2021-05-19T18:39:12.142Z","5.0.2":"2022-01-07T17:46:34.918Z","5.0.3":"2022-02-07T15:54:44.181Z","5.1.0":"2022-03-01T18:54:57.138Z","5.1.1":"2022-03-21T19:00:20.010Z","6.0.0":"2023-03-27T16:41:05.173Z","6.0.1":"2023-12-14T17:18:11.775Z","6.0.2":"2024-02-22T19:59:11.440Z","6.0.3":"2024-03-06T14:31:21.383Z","7.0.0":"2024-04-24T21:33:59.694Z","7.0.1":"2025-05-06T13:54:18.185Z"},"readmeFilename":"README.md","homepage":"https://github.com/cssnano/cssnano"}