{"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"dist-tags":{"latest":"3.0.8","next":"4.0.0-rc.2"},"author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"description":"Normalize URLs with PostCSS","readme":"# [postcss][postcss]-normalize-url\n\n> [Normalize URLs](https://github.com/sindresorhus/normalize-url) with PostCSS.\n\n## Install\n\nWith [npm](https://npmjs.org/package/postcss-normalize-url) do:\n\n```\nnpm install postcss-normalize-url --save\n```\n\n## Example\n\n### Input\n\n```css\nh1 {\n    background: url(\"http://site.com:80/image.jpg\")\n}\n```\n\n### Output\n\n```css\nh1 {\n    background: url(http://site.com/image.jpg)\n}\n```\n\nNote that this module will also try to normalize relative URLs, and is capable\nof stripping unnecessary quotes. For more examples, see the [tests](test.js).\n\n## Usage\n\nSee the [PostCSS documentation](https://github.com/postcss/postcss#usage) for\nexamples for your environment.\n\n## API\n\n### normalize([options])\n\nPlease see the [normalize-url documentation][docs]. By default,\n`normalizeProtocol`, `stripFragment` & `stripWWW` are set to `false`.\n\n## Contributors\n\nSee [CONTRIBUTORS.md](https://github.com/ben-eb/cssnano/blob/master/CONTRIBUTORS.md).\n\n## License\n\nMIT © [Ben Briggs](http://beneb.info)\n\n[docs]: https://github.com/sindresorhus/normalize-url#options\n[postcss]: https://github.com/postcss/postcss\n","repository":{"type":"git","url":"git+https://github.com/ben-eb/cssnano.git"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"license":"MIT","versions":{"1.0.0":{"name":"postcss-normalize-url","version":"1.0.0","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","url"],"license":"MIT","dependencies":{"indexes-of":"^1.0.1","is-absolute-url":"^1.0.0","normalize-url":"^1.2.0"},"devDependencies":{"postcss":"^4.0.6","tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"therealbenbriggs@hotmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"ce409461efbfca5b1aeec42012ccf98e2395ac35","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@1.0.0","_shasum":"3712e984fe3accc0fd05d8924c611884b414fe2a","_from":".","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"dist":{"shasum":"3712e984fe3accc0fd05d8924c611884b414fe2a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"postcss-normalize-url","version":"1.0.1","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"indexes-of":"^1.0.1","is-absolute-url":"^1.0.0","normalize-url":"^1.2.0"},"devDependencies":{"postcss":"^4.0.6","tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"therealbenbriggs@hotmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"8be73accf2a3f479cbfce4305dc63fbbca114d24","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@1.0.1","_shasum":"5c3eb532de99d91ac6a2f70a642653f4a012e30a","_from":".","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"dist":{"shasum":"5c3eb532de99d91ac6a2f70a642653f4a012e30a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"postcss-normalize-url","version":"1.0.2","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"indexes-of":"^1.0.1","is-absolute-url":"^1.0.0","normalize-url":"^1.2.0"},"devDependencies":{"jshint":"^2.6.3","jshint-stylish":"^1.0.1","postcss":"^4.0.6","tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"therealbenbriggs@hotmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"fdf820d7bc407415f32c7bd47c1a290e8351e954","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@1.0.2","_shasum":"3c7fc1ce40112f9def917005836257753597e104","_from":".","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"dist":{"shasum":"3c7fc1ce40112f9def917005836257753597e104","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-1.0.2.tgz"},"directories":{}},"1.1.0":{"name":"postcss-normalize-url","version":"1.1.0","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"indexes-of":"^1.0.1","is-absolute-url":"^1.0.0","normalize-url":"^1.2.0","postcss":"^4.1.2"},"devDependencies":{"jshint":"^2.6.3","jshint-stylish":"^1.0.1","tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"f57e0a3525015bb7abd066abc3067432b7e5b843","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@1.1.0","_shasum":"ef7be328d3996f170d0659cff208d23519a44499","_from":".","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"dist":{"shasum":"ef7be328d3996f170d0659cff208d23519a44499","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"postcss-normalize-url","version":"1.2.0","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"indexes-of":"^1.0.1","is-absolute-url":"^1.0.0","normalize-url":"^1.2.0","object-assign":"^2.0.0","postcss":"^4.1.2"},"devDependencies":{"jshint":"^2.6.3","jshint-stylish":"^1.0.1","tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-normalize-url"},"gitHead":"cfccc9e64d17d011fb29d4bbd65e22fadaf98c82","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@1.2.0","_shasum":"ad49b87a4cd6056fec9f9859431a68f30960ef89","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"dist":{"shasum":"ad49b87a4cd6056fec9f9859431a68f30960ef89","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"postcss-normalize-url","version":"1.2.1","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"indexes-of":"^1.0.1","is-absolute-url":"^1.0.0","normalize-url":"^1.2.0","object-assign":"^2.0.0","postcss":"^4.1.2"},"devDependencies":{"jshint":"^2.6.3","jshint-stylish":"^1.0.1","tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-normalize-url"},"gitHead":"5dc8df264e3a5dfe59ed903ae4ad5caa13968535","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@1.2.1","_shasum":"6b2a3234c6e457c10bd16615b1622336b9eeab1c","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"dist":{"shasum":"6b2a3234c6e457c10bd16615b1622336b9eeab1c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-1.2.1.tgz"},"directories":{}},"2.0.0":{"name":"postcss-normalize-url","version":"2.0.0","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"css-list":"0.0.3","is-absolute-url":"^1.0.0","normalize-url":"^1.2.0","object-assign":"^2.0.0","postcss":"^4.1.9"},"devDependencies":{"jshint":"^2.6.3","jshint-stylish":"^1.0.1","tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-normalize-url"},"gitHead":"edfed4ed6849fbbeffc7de123b68466b27bc5968","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@2.0.0","_shasum":"8f561cf9162717a3f10698c56e246156f44e6bc9","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"dist":{"shasum":"8f561cf9162717a3f10698c56e246156f44e6bc9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-2.0.0.tgz"},"directories":{}},"2.0.1":{"name":"postcss-normalize-url","version":"2.0.1","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"css-list":"^0.1.0","is-absolute-url":"^1.0.0","normalize-url":"^1.2.0","object-assign":"^2.0.0","postcss":"^4.1.9"},"devDependencies":{"jshint":"^2.6.3","jshint-stylish":"^1.0.1","tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-normalize-url"},"gitHead":"f40a2298ad03bdfbe7100b4640950a3b34e86454","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@2.0.1","_shasum":"5d2cafe80671c9d83960bd60d8ac0818235bbe4a","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"dist":{"shasum":"5d2cafe80671c9d83960bd60d8ac0818235bbe4a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-2.0.1.tgz"},"directories":{}},"2.0.2":{"name":"postcss-normalize-url","version":"2.0.2","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"css-list":"^0.1.0","is-absolute-url":"^1.0.0","normalize-url":"^1.2.0","object-assign":"^2.0.0","postcss":"^4.1.9"},"devDependencies":{"jshint":"^2.6.3","jshint-stylish":"^1.0.1","tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-normalize-url"},"gitHead":"ba659bb8c5fdd0d2b440ea41a3eb62d88410ad8b","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@2.0.2","_shasum":"b1e947f7add5f05ff9d3d0b896064120683a46df","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"dist":{"shasum":"b1e947f7add5f05ff9d3d0b896064120683a46df","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-2.0.2.tgz"},"directories":{}},"2.0.3":{"name":"postcss-normalize-url","version":"2.0.3","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"css-list":"^0.1.0","is-absolute-url":"^1.0.0","normalize-url":"^1.2.0","object-assign":"^2.0.0","postcss":"^4.1.9"},"devDependencies":{"jshint":"^2.6.3","jshint-stylish":"^1.0.1","tap-spec":"^2.2.2","tape":"^3.5.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"https://github.com/ben-eb/postcss-normalize-url"},"gitHead":"292cc54f59a62117cbcd4f94bc79bdaf055427aa","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@2.0.3","_shasum":"425eaccfc6e989b292ad70d9614d0bb360ff649d","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.12.2","_npmUser":{"name":"beneb","email":"therealbenbriggs@hotmail.com"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"dist":{"shasum":"425eaccfc6e989b292ad70d9614d0bb360ff649d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-2.0.3.tgz"},"directories":{}},"2.1.0":{"name":"postcss-normalize-url","version":"2.1.0","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"css-list":"^0.1.0","is-absolute-url":"^2.0.0","normalize-url":"^1.3.0","object-assign":"^3.0.0","postcss":"^4.1.14"},"devDependencies":{"jshint":"^2.8.0","jshint-stylish":"^2.0.1","tap-spec":"^4.0.2","tape":"^4.0.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"06e7bda1731e4341e37ada9fc2d237225d9e4b9b","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@2.1.0","_shasum":"efc7a138eac583714cf34dc120d2578cfbaaf95f","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.2","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"efc7a138eac583714cf34dc120d2578cfbaaf95f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-2.1.0.tgz"},"maintainers":[{"name":"beneb","email":"therealbenbriggs@hotmail.com"}],"directories":{}},"2.1.1":{"name":"postcss-normalize-url","version":"2.1.1","description":"Normalize URLs with PostCSS","main":"index.js","scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"css-list":"^0.1.2","is-absolute-url":"^2.0.0","normalize-url":"^1.3.0","object-assign":"^3.0.0","postcss":"^4.1.16"},"devDependencies":{"jshint":"^2.8.0","jshint-stylish":"^2.0.1","tap-spec":"^4.0.2","tape":"^4.1.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"26928c85b0f2c2c931c5404b5d5f309cd8853d4e","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@2.1.1","_shasum":"929cda9b0ba235c5275904e0a05cbb86c19a189b","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"929cda9b0ba235c5275904e0a05cbb86c19a189b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-2.1.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.1.2":{"name":"postcss-normalize-url","version":"2.1.2","description":"Normalize URLs with PostCSS","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugins","url"],"license":"MIT","dependencies":{"postcss-value-parser":"^1.2.2","is-absolute-url":"^2.0.0","normalize-url":"^1.3.0","object-assign":"^3.0.0","postcss":"^4.1.16"},"devDependencies":{"jshint":"^2.8.0","jshint-stylish":"^2.0.1","tap-spec":"^4.0.2","tape":"^4.1.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"48715e3ff7848e08d884b97fcb2bc53c95953422","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@2.1.2","_shasum":"c4365a0dbeb6a28058a4f10192202fba212745a5","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"c4365a0dbeb6a28058a4f10192202fba212745a5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-2.1.2.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"2.1.3":{"name":"postcss-normalize-url","version":"2.1.3","description":"Normalize URLs with PostCSS","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.3.0","object-assign":"^4.0.1","postcss":"^4.1.16","postcss-value-parser":"^1.4.2"},"devDependencies":{"jshint":"^2.8.0","jshint-stylish":"^2.0.1","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"cdee81a4b702533713e8a364083ba1c2d165131f","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@2.1.3","_shasum":"f12b5f4a1143c95ea025fc7f8e005090598f3602","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"f12b5f4a1143c95ea025fc7f8e005090598f3602","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-2.1.3.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"3.0.0":{"name":"postcss-normalize-url","version":"3.0.0","description":"Normalize URLs with PostCSS","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.3.0","object-assign":"^4.0.1","postcss":"^5.0.4","postcss-value-parser":"^1.4.2"},"devDependencies":{"jshint":"^2.8.0","jshint-stylish":"^2.0.1","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"0c5dafab7e7a494713315d654abfdee82995149e","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@3.0.0","_shasum":"f8d90cd44f8f1d5321af423b5c17e864c8a37a45","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"f8d90cd44f8f1d5321af423b5c17e864c8a37a45","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-3.0.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"3.0.1":{"name":"postcss-normalize-url","version":"3.0.1","description":"Normalize URLs with PostCSS","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.3.0","object-assign":"^4.0.1","postcss":"^5.0.4","postcss-value-parser":"^2.0.2"},"devDependencies":{"jshint":"^2.8.0","jshint-stylish":"^2.0.1","tap-spec":"^4.1.0","tape":"^4.2.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"5d4e9c1332897c628076c2e89283ecf75d346b0d","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@3.0.1","_shasum":"7a4e72d97fe5e17abcab063b9d7f43c6ec781ab2","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"7a4e72d97fe5e17abcab063b9d7f43c6ec781ab2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-3.0.1.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"3.0.2":{"name":"postcss-normalize-url","version":"3.0.2","description":"Normalize URLs with PostCSS","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.3.1","object-assign":"^4.0.1","postcss":"^5.0.8","postcss-value-parser":"^2.0.2"},"devDependencies":{"jshint":"^2.8.0","jshint-stylish":"^2.0.1","tap-spec":"^4.1.0","tape":"^4.2.1"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"a5555ecafe6c34c4ce17883b7ae3189ccfab3bbd","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@3.0.2","_shasum":"6cae172a9866087f777701a086e383d2ec395de3","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"6cae172a9866087f777701a086e383d2ec395de3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-3.0.2.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"3.0.3":{"name":"postcss-normalize-url","version":"3.0.3","description":"Normalize URLs with PostCSS","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.3.1","object-assign":"^4.0.1","postcss":"^5.0.8","postcss-value-parser":"^3.0.1"},"devDependencies":{"jshint":"^2.8.0","jshint-stylish":"^2.0.1","tap-spec":"^4.1.0","tape":"^4.2.1"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"8d06eca2861ccc57aa348620f0397377bf537b4c","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@3.0.3","_shasum":"075da07b7f1ba7688359bffae80256224b9222e0","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"075da07b7f1ba7688359bffae80256224b9222e0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-3.0.3.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"3.0.4":{"name":"postcss-normalize-url","version":"3.0.4","description":"Normalize URLs with PostCSS","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.3.1","object-assign":"^4.0.1","postcss":"^5.0.8","postcss-value-parser":"^3.0.1"},"devDependencies":{"jshint":"^2.8.0","jshint-stylish":"^2.0.1","tap-spec":"^4.1.0","tape":"^4.2.1"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"626fbf37c81f6bedb922489fc565aafa6c580738","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@3.0.4","_shasum":"d0451e898166a9479368748ec4f10bf753dfb720","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"d0451e898166a9479368748ec4f10bf753dfb720","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-3.0.4.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"3.0.5":{"name":"postcss-normalize-url","version":"3.0.5","description":"Normalize URLs with PostCSS","main":"index.js","files":["index.js","LICENSE-MIT"],"scripts":{"lint":"jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js","test":"tape test.js | tap-spec"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.3.1","object-assign":"^4.0.1","postcss":"^5.0.8","postcss-value-parser":"^3.0.1"},"devDependencies":{"jshint":"^2.8.0","jshint-stylish":"^2.0.1","tap-spec":"^4.1.0","tape":"^4.2.1"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"gitHead":"59a8a820dc7d24609f653e12d7ac92a441add831","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@3.0.5","_shasum":"fbabf11283953f36bea7f7a44c2c3b1980790d36","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"fbabf11283953f36bea7f7a44c2c3b1980790d36","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-3.0.5.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"directories":{}},"3.0.6":{"name":"postcss-normalize-url","version":"3.0.6","description":"Normalize URLs with PostCSS","main":"index.js","files":["dist","LICENSE-MIT"],"scripts":{"pretest":"eslint src","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava src/__tests__"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.4.0","postcss":"^5.0.14","postcss-value-parser":"^3.2.3"},"devDependencies":{"ava":"^0.11.0","babel-cli":"^6.5.1","babel-core":"^6.5.1","babel-plugin-add-module-exports":"^0.1.2","babel-preset-es2015":"^6.5.0","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.5.0","del-cli":"^0.2.0","eslint":"^1.10.3","eslint-config-cssnano":"^1.0.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"eslintConfig":{"extends":"cssnano"},"ava":{"require":"babel-core/register"},"gitHead":"af96de33b0bbe8562c264cfa319b860ece0ba55a","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@3.0.6","_shasum":"d2cacbb5351ecabaee45f94e426d0230eb909408","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"d2cacbb5351ecabaee45f94e426d0230eb909408","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-3.0.6.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/postcss-normalize-url-3.0.6.tgz_1455123230137_0.956563388928771"},"directories":{}},"3.0.7":{"name":"postcss-normalize-url","version":"3.0.7","description":"Normalize URLs with PostCSS","main":"dist/index.js","files":["dist","LICENSE-MIT"],"scripts":{"pretest":"eslint src","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava src/__tests__"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.4.0","postcss":"^5.0.14","postcss-value-parser":"^3.2.3"},"devDependencies":{"ava":"^0.11.0","babel-cli":"^6.5.1","babel-core":"^6.5.1","babel-plugin-add-module-exports":"^0.1.2","babel-preset-es2015":"^6.5.0","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.5.0","del-cli":"^0.2.0","eslint":"^1.10.3","eslint-config-cssnano":"^1.0.0"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"eslintConfig":{"extends":"cssnano"},"ava":{"require":"babel-core/register"},"gitHead":"88906ec5a1ba6b1a8b6f83fefb11636a992dee9f","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@3.0.7","_shasum":"6bd90d0a4bc5a1df22c26ea65c53257dc3829f4e","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"6bd90d0a4bc5a1df22c26ea65c53257dc3829f4e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-3.0.7.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/postcss-normalize-url-3.0.7.tgz_1455124522238_0.16858987230807543"},"directories":{}},"3.0.8":{"name":"postcss-normalize-url","version":"3.0.8","description":"Normalize URLs with PostCSS","main":"dist/index.js","files":["dist","LICENSE-MIT"],"scripts":{"pretest":"eslint src","prepublish":"del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/","test":"ava src/__tests__","test-012":"ava src/__tests__"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.4.0","postcss":"^5.0.14","postcss-value-parser":"^3.2.3"},"devDependencies":{"ava":"^0.17.0","babel-cli":"^6.3.17","babel-core":"^6.3.26","babel-plugin-add-module-exports":"^0.2.1","babel-preset-es2015":"^6.3.13","babel-preset-es2015-loose":"^7.0.0","babel-preset-stage-0":"^6.3.13","babel-register":"^6.9.0","del-cli":"^0.2.0","eslint":"^3.0.0","eslint-config-cssnano":"^3.0.0","eslint-plugin-babel":"^3.3.0","eslint-plugin-import":"^2.0.1"},"homepage":"https://github.com/ben-eb/postcss-normalize-url","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/postcss-normalize-url.git"},"eslintConfig":{"extends":"cssnano"},"ava":{"require":"babel-register"},"gitHead":"e4e005893bc5c19b151c9f35c0d2c25112154045","bugs":{"url":"https://github.com/ben-eb/postcss-normalize-url/issues"},"_id":"postcss-normalize-url@3.0.8","_shasum":"108f74b3f2fcdaf891a2ffa3ea4592279fc78222","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"108f74b3f2fcdaf891a2ffa3ea4592279fc78222","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-normalize-url-3.0.8.tgz_1483135544804_0.829619016032666"},"directories":{}},"4.0.0-rc.0":{"name":"postcss-normalize-url","version":"4.0.0-rc.0","description":"Normalize URLs with PostCSS","main":"dist/index.js","files":["dist","LICENSE-MIT"],"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.0.0","postcss":"^6.0.0","postcss-value-parser":"^3.0.0"},"devDependencies":{"babel-cli":"^6.0.0","cross-env":"^3.0.0"},"homepage":"https://github.com/ben-eb/cssnano","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/cssnano.git"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"engines":{"node":">=4"},"_id":"postcss-normalize-url@4.0.0-rc.0","_shasum":"060e34eb63ddcc9216b418cd5650e46915e679ba","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.1","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"060e34eb63ddcc9216b418cd5650e46915e679ba","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-4.0.0-rc.0.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-normalize-url-4.0.0-rc.0.tgz_1496311189866_0.18665546271950006"},"directories":{}},"4.0.0-rc.2":{"name":"postcss-normalize-url","version":"4.0.0-rc.2","description":"Normalize URLs with PostCSS","main":"dist/index.js","files":["dist","LICENSE-MIT"],"scripts":{"prepublish":"cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"},"keywords":["css","normalize","optimise","optimisation","postcss","postcss-plugin","url"],"license":"MIT","dependencies":{"is-absolute-url":"^2.0.0","normalize-url":"^1.0.0","postcss":"^6.0.0","postcss-value-parser":"^3.0.0"},"devDependencies":{"babel-cli":"^6.0.0","cross-env":"^3.0.0"},"homepage":"https://github.com/ben-eb/cssnano","author":{"name":"Ben Briggs","email":"beneb.info@gmail.com","url":"http://beneb.info"},"repository":{"type":"git","url":"git+https://github.com/ben-eb/cssnano.git"},"bugs":{"url":"https://github.com/ben-eb/cssnano/issues"},"engines":{"node":">=4"},"_id":"postcss-normalize-url@4.0.0-rc.2","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"integrity":"sha512-Fao0qOsz3xgUc5U/icWfradDZA2TyBknQYa0nnIPF5I6YqmKY00wsuTgkpZbeDlmpxsv/fqEfx1gY5/649IkLQ==","shasum":"3ccad023b8e30ff434546a6e4b7baab1fa112c42","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-normalize-url/-/postcss-normalize-url-4.0.0-rc.2.tgz"},"maintainers":[{"name":"beneb","email":"beneb.info@gmail.com"},{"name":"trysound","email":"trysound@yandex.ru"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-normalize-url-4.0.0-rc.2.tgz_1502049206331_0.416029576677829"},"directories":{}}},"name":"postcss-normalize-url","time":{"modified":"2017-08-06T23:44:13.694Z","created":"2015-03-14T17:20:47.829Z","1.0.0":"2015-03-14T17:20:47.829Z","1.0.1":"2015-03-14T17:49:44.852Z","1.0.2":"2015-03-25T13:53:00.408Z","1.1.0":"2015-04-02T12:02:22.974Z","1.2.0":"2015-04-07T13:00:44.138Z","1.2.1":"2015-04-07T13:16:02.904Z","2.0.0":"2015-05-10T12:06:39.222Z","2.0.1":"2015-05-28T19:56:51.181Z","2.0.2":"2015-06-23T17:21:59.773Z","2.0.3":"2015-06-30T15:53:16.104Z","2.1.0":"2015-07-06T08:22:41.223Z","2.1.1":"2015-08-13T10:54:40.996Z","2.1.2":"2015-08-27T16:06:59.384Z","2.1.3":"2015-09-02T21:22:05.278Z","3.0.0":"2015-09-04T23:17:07.088Z","3.0.1":"2015-09-08T08:17:19.443Z","3.0.2":"2015-10-05T23:06:23.517Z","3.0.3":"2015-10-08T13:33:54.961Z","3.0.4":"2015-10-24T21:42:58.747Z","3.0.5":"2016-01-22T17:44:01.739Z","3.0.6":"2016-02-10T16:53:53.297Z","3.0.7":"2016-02-10T17:15:25.338Z","3.0.8":"2016-12-30T22:05:46.869Z","4.0.0-rc.0":"2017-06-01T09:59:50.762Z","4.0.0-rc.2":"2017-08-06T19:53:27.256Z"},"readmeFilename":"README.md","homepage":"https://github.com/ben-eb/cssnano"}