{"maintainers":[{"email":"trysound@yandex.ru","name":"trysound"},{"email":"beneb.info@gmail.com","name":"beneb"},{"email":"andrey@sitnik.ru","name":"ai"}],"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"dist-tags":{"latest":"6.0.9"},"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"description":"Tool for transforming styles with JS plugins","readme":"# PostCSS [![Travis Build Status][travis-img]][travis] [![AppVeyor Build Status][appveyor-img]][appveyor] [![Gitter][chat-img]][chat]\n\n<img align=\"right\" width=\"95\" height=\"95\"\n     title=\"Philosopher’s stone, logo of PostCSS\"\n     src=\"http://postcss.github.io/postcss/logo.svg\">\n\n[appveyor-img]: https://img.shields.io/appveyor/ci/ai/postcss.svg?label=windows\n[travis-img]:   https://img.shields.io/travis/postcss/postcss.svg?label=unix\n[chat-img]:     https://img.shields.io/badge/Gitter-Join_the_PostCSS_chat-brightgreen.svg\n[appveyor]:     https://ci.appveyor.com/project/ai/postcss\n[travis]:       https://travis-ci.org/postcss/postcss\n[chat]:         https://gitter.im/postcss/postcss\n\nPostCSS is a tool for transforming styles with JS plugins.\nThese plugins can lint your CSS, support variables and mixins,\ntranspile future CSS syntax, inline images, and more.\n\nPostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba,\nand JetBrains. The [Autoprefixer] PostCSS plugin is one of the most popular\nCSS processors.\n\nTwitter account:      [@postcss](https://twitter.com/postcss).\nVK.com page:          [postcss](https://vk.com/postcss).\nSupport / Discussion: [Gitter](https://gitter.im/postcss/postcss).\n\nFor PostCSS commercial support (consulting, improving the front-end culture\nof your company, PostCSS plugins), contact [Evil Martians](https://evilmartians.com/?utm_source=postcss)\nat <surrender@evilmartians.com>.\n\n[Autoprefixer]: https://github.com/postcss/autoprefixer\n\n<a href=\"https://evilmartians.com/?utm_source=postcss\">\n  <img src=\"https://evilmartians.com/badges/sponsored-by-evil-martians.svg\"\n       alt=\"Sponsored by Evil Martians\" width=\"236\" height=\"54\">\n</a>\n\n## Plugins\n\nCurrently, PostCSS has more than 200 plugins. You can find all of the plugins\nin the [plugins list] or in the [searchable catalog]. Below is a list\nof our favorite plugins — the best demonstrations of what can be built\non top of PostCSS.\n\nIf you have any new ideas, [PostCSS plugin development] is really easy.\n\n[searchable catalog]: http://postcss.parts\n[plugins list]:       https://github.com/postcss/postcss/blob/master/docs/plugins.md\n\n### Solve Global CSS Problem\n\n* [`postcss-use`] allows you to explicitly set PostCSS plugins within CSS\n  and execute them only for the current file.\n* [`postcss-modules`] and [`react-css-modules`] automatically isolate\n  selectors within components.\n* [`postcss-autoreset`] is an alternative to using a global reset\n  that is better for isolatable components.\n* [`postcss-initial`] adds `all: initial` support, which resets\n  all inherited styles.\n* [`cq-prolyfill`] adds container query support, allowing styles that respond\n  to the width of the parent.\n\n### Use Future CSS, Today\n\n* [`autoprefixer`] adds vendor prefixes, using data from Can I Use.\n* [`postcss-cssnext`] allows you to use future CSS features today\n  (includes `autoprefixer`).\n* [`postcss-image-set-polyfill`] emulates [`image-set`] function logic for all browsers\n\n### Better CSS Readability\n\n* [`precss`] contains plugins for Sass-like features, like variables, nesting,\n  and mixins.\n* [`postcss-sorting`] sorts the content of rules and at-rules.\n* [`postcss-utilities`] includes the most commonly used shortcuts and helpers.\n* [`short`] adds and extends numerous shorthand properties.\n\n### Images and Fonts\n\n* [`postcss-assets`] inserts image dimensions and inlines files.\n* [`postcss-sprites`] generates image sprites.\n* [`font-magician`] generates all the `@font-face` rules needed in CSS.\n* [`postcss-inline-svg`] allows you to inline SVG and customize its styles.\n* [`postcss-write-svg`] allows you to write simple SVG directly in your CSS.\n\n### Linters\n\n* [`stylelint`] is a modular stylesheet linter.\n* [`stylefmt`] is a tool that automatically formats CSS\n  according `stylelint` rules.\n* [`doiuse`] lints CSS for browser support, using data from Can I Use.\n* [`colorguard`] helps you maintain a consistent color palette.\n\n### Other\n\n* [`postcss-rtl`] combines both-directional (left-to-right and right-to-left) styles in one CSS file.\n* [`cssnano`] is a modular CSS minifier.\n* [`lost`] is a feature-rich `calc()` grid system.\n* [`rtlcss`] mirrors styles for right-to-left locales.\n\n[PostCSS plugin development]: https://github.com/postcss/postcss/blob/master/docs/writing-a-plugin.md\n[`postcss-inline-svg`]:       https://github.com/TrySound/postcss-inline-svg\n[`react-css-modules`]:        https://github.com/gajus/react-css-modules\n[`postcss-autoreset`]:        https://github.com/maximkoretskiy/postcss-autoreset\n[`postcss-write-svg`]:        https://github.com/jonathantneal/postcss-write-svg\n[`postcss-utilities`]: https://github.com/ismamz/postcss-utilities\n[`postcss-initial`]:          https://github.com/maximkoretskiy/postcss-initial\n[`postcss-sprites`]:          https://github.com/2createStudio/postcss-sprites\n[`postcss-modules`]:          https://github.com/outpunk/postcss-modules\n[`postcss-sorting`]:          https://github.com/hudochenkov/postcss-sorting\n[`postcss-cssnext`]:          http://cssnext.io\n[`postcss-image-set-polyfill`]: https://github.com/SuperOl3g/postcss-image-set-polyfill\n[`postcss-assets`]:           https://github.com/assetsjs/postcss-assets\n[`font-magician`]:            https://github.com/jonathantneal/postcss-font-magician\n[`autoprefixer`]:             https://github.com/postcss/autoprefixer\n[`cq-prolyfill`]:             https://github.com/ausi/cq-prolyfill\n[`postcss-rtl`]:              https://github.com/vkalinichev/postcss-rtl\n[`postcss-use`]:              https://github.com/postcss/postcss-use\n[`css-modules`]:              https://github.com/css-modules/css-modules\n[`colorguard`]:               https://github.com/SlexAxton/css-colorguard\n[`stylelint`]:                https://github.com/stylelint/stylelint\n[`stylefmt`]:                 https://github.com/morishitter/stylefmt\n[`cssnano`]:                  http://cssnano.co\n[`precss`]:                   https://github.com/jonathantneal/precss\n[`doiuse`]:                   https://github.com/anandthakker/doiuse\n[`rtlcss`]:                   https://github.com/MohammadYounes/rtlcss\n[`short`]:                    https://github.com/jonathantneal/postcss-short\n[`lost`]:                     https://github.com/peterramsing/lost\n[`image-set`]:                https://drafts.csswg.org/css-images-3/#image-set-notation\n\n## Syntaxes\n\nPostCSS can transform styles in any syntax, not just CSS.\nIf there is not yet support for your favorite syntax,\nyou can write a parser and/or stringifier to extend PostCSS.\n\n* [`sugarss`] is a indent-based syntax like Sass or Stylus.\n* [`postcss-html`] allows you to write styles in HTML / [Markdown](https://daringfireball.net/projects/markdown/syntax) / [Vue component](https://vue-loader.vuejs.org/)\n* [`postcss-scss`] allows you to work with SCSS\n  *(but does not compile SCSS to CSS)*.\n* [`postcss-sass`] allows you to work with Sass\n    *(but does not compile Sass to CSS)*.\n* [`postcss-less`] allows you to work with Less\n  *(but does not compile LESS to CSS)*.\n* [`postcss-less-engine`] allows you to work with Less\n  *(and DOES compile LESS to CSS using true Less.js evaluation)*.\n* [`postcss-js`] allows you to write styles in JS or transform\n  React Inline Styles, Radium or JSS.\n* [`postcss-safe-parser`] finds and fixes CSS syntax errors.\n* [`midas`] converts a CSS string to highlighted HTML.\n\n[`sugarss`]:             https://github.com/postcss/sugarss\n[`postcss-html`]:        https://github.com/gucong3000/postcss-html\n[`postcss-scss`]:        https://github.com/postcss/postcss-scss\n[`postcss-sass`]:        https://github.com/AleshaOleg/postcss-sass\n[`postcss-less`]:        https://github.com/webschik/postcss-less\n[`postcss-less-engine`]: https://github.com/Crunch/postcss-less\n[`postcss-js`]:          https://github.com/postcss/postcss-js\n[`postcss-safe-parser`]: https://github.com/postcss/postcss-safe-parser\n[`midas`]:               https://github.com/ben-eb/midas\n\n## Articles\n\n* [Some things you may think about PostCSS… and you might be wrong](http://julian.io/some-things-you-may-think-about-postcss-and-you-might-be-wrong)\n* [What PostCSS Really Is; What It Really Does](http://davidtheclark.com/its-time-for-everyone-to-learn-about-postcss)\n* [PostCSS Guides](http://webdesign.tutsplus.com/series/postcss-deep-dive--cms-889)\n\nMore articles and videos you can find on [awesome-postcss](https://github.com/jjaderg/awesome-postcss) list.\n\n## Books\n\n* [Mastering PostCSS for Web Design](https://www.packtpub.com/web-development/mastering-postcss-web-design) by Alex Libby, Packt. (June 2016)\n\n## Usage\n\nYou can start using PostCSS in just two steps:\n\n1. Find and add PostCSS extensions for your build tool.\n2. [Select plugins] and add them to your PostCSS process.\n\n[Select plugins]: http://postcss.parts\n\n### Webpack\n\nUse [`postcss-loader`] in `webpack.config.js`:\n\n```js\nmodule.exports = {\n    module: {\n        rules: [\n            {\n                test: /\\.css$/,\n                exclude: /node_modules/,\n                use: [\n                    {\n                        loader: 'style-loader',\n                    },\n                    {\n                        loader: 'css-loader',\n                        options: {\n                            importLoaders: 1,\n                        }\n                    },\n                    {\n                        loader: 'postcss-loader'\n                    }\n                ]\n            }\n        ]\n    }\n}\n```\n\nThen create `postcss.config.js`:\n\n```js\nmodule.exports = {\n    plugins: [\n        require('precss'),\n        require('autoprefixer')\n    ]\n}\n```\n\n[`postcss-loader`]: https://github.com/postcss/postcss-loader\n\n### Gulp\n\nUse [`gulp-postcss`] and [`gulp-sourcemaps`].\n\n```js\ngulp.task('css', function () {\n    var postcss    = require('gulp-postcss');\n    var sourcemaps = require('gulp-sourcemaps');\n\n    return gulp.src('src/**/*.css')\n        .pipe( sourcemaps.init() )\n        .pipe( postcss([ require('precss'), require('autoprefixer') ]) )\n        .pipe( sourcemaps.write('.') )\n        .pipe( gulp.dest('build/') );\n});\n```\n\n[`gulp-sourcemaps`]: https://github.com/floridoo/gulp-sourcemaps\n[`gulp-postcss`]:    https://github.com/postcss/gulp-postcss\n\n### npm run / CLI\n\nTo use PostCSS from your command-line interface or with npm scripts\nthere is [`postcss-cli`].\n\n```sh\npostcss --use autoprefixer -c options.json -o main.css css/*.css\n```\n\n[`postcss-cli`]: https://github.com/postcss/postcss-cli\n\n### Browser\n\nIf you want to compile CSS string in browser (for instance, in live edit\ntools like CodePen), just use [Browserify] or [webpack]. They will pack\nPostCSS and plugins files into a single file.\n\nTo apply PostCSS plugins to React Inline Styles, JSS, Radium\nand other [CSS-in-JS], you can use [`postcss-js`] and transforms style objects.\n\n```js\nvar postcss  = require('postcss-js');\nvar prefixer = postcss.sync([ require('autoprefixer') ]);\n\nprefixer({ display: 'flex' }); //=> { display: ['-webkit-box', '-webkit-flex', '-ms-flexbox', 'flex'] }\n```\n\n[`postcss-js`]: https://github.com/postcss/postcss-js\n[Browserify]:   http://browserify.org/\n[webpack]:      https://webpack.github.io/\n[CSS-in-JS]:    https://github.com/MicheleBertoli/css-in-js\n\n### Runners\n\n* **Grunt**: [`grunt-postcss`](https://github.com/nDmitry/grunt-postcss)\n* **HTML**: [`posthtml-postcss`](https://github.com/posthtml/posthtml-postcss)\n* **Stylus**: [`poststylus`](https://github.com/seaneking/poststylus)\n* **Rollup**: [`rollup-plugin-postcss`](https://github.com/egoist/rollup-plugin-postcss)\n* **Brunch**: [`postcss-brunch`](https://github.com/brunch/postcss-brunch)\n* **Broccoli**: [`broccoli-postcss`](https://github.com/jeffjewiss/broccoli-postcss)\n* **Meteor**: [`postcss`](https://atmospherejs.com/juliancwirko/postcss)\n* **ENB**: [`enb-postcss`](https://github.com/awinogradov/enb-postcss)\n* **Fly**: [`fly-postcss`](https://github.com/postcss/fly-postcss)\n* **Start**: [`start-postcss`](https://github.com/start-runner/postcss)\n* **Connect/Express**: [`postcss-middleware`](https://github.com/jedmao/postcss-middleware)\n\n### JS API\n\nFor other environments, you can use the JS API:\n\n```js\nconst fs = require('fs');\nconst postcss = require('postcss');\nconst precss = require('precss');\nconst autoprefixer = require('autoprefixer');\n\nfs.readFile('src/app.css', (err, css) => {\n    postcss([precss, autoprefixer])\n        .process(css, { from: 'src/app.css', to: 'dest/app.css' })\n        .then(result => {\n            fs.writeFile('dest/app.css', result.css);\n            if ( result.map ) fs.writeFile('dest/app.css.map', result.map);\n        });\n});\n```\n\nRead the [PostCSS API documentation] for more details about the JS API.\n\nAll PostCSS runners should pass [PostCSS Runner Guidelines].\n\n[PostCSS Runner Guidelines]: https://github.com/postcss/postcss/blob/master/docs/guidelines/runner.md\n[PostCSS API documentation]: http://api.postcss.org/postcss.html\n\n### Options\n\nMost PostCSS runners accept two parameters:\n\n* An array of plugins.\n* An object of options.\n\nCommon options:\n\n* `syntax`: an object providing a syntax parser and a stringifier.\n* `parser`: a special syntax parser (for example, [SCSS]).\n* `stringifier`: a special syntax output generator (for example, [Midas]).\n* `map`: [source map options].\n* `from`: the input file name (most runners set it automatically).\n* `to`: the output file name (most runners set it automatically).\n\n[source map options]: https://github.com/postcss/postcss/blob/master/docs/source-maps.md\n[Midas]:              https://github.com/ben-eb/midas\n[SCSS]:               https://github.com/postcss/postcss-scss\n\n## Editors & IDE Integration\n\n### Atom\n\n* [`language-postcss`] adds PostCSS and [SugarSS] highlight.\n* [`source-preview-postcss`] previews your output CSS in a separate, live pane.\n\n[SugarSS]: https://github.com/postcss/sugarss\n\n### Sublime Text\n\n* [`Syntax-highlighting-for-PostCSS`] adds PostCSS highlight.\n\n[`Syntax-highlighting-for-PostCSS`]: https://github.com/hudochenkov/Syntax-highlighting-for-PostCSS\n[`source-preview-postcss`]:          https://atom.io/packages/source-preview-postcss\n[`language-postcss`]:                https://atom.io/packages/language-postcss\n\n### Vim\n\n* [`postcss.vim`] adds PostCSS highlight.\n\n[`postcss.vim`]: https://github.com/stephenway/postcss.vim\n\n### WebStorm\n\nWebStorm 2016.3 [has] built-in PostCSS support.\n\n[has]: https://blog.jetbrains.com/webstorm/2016/08/webstorm-2016-3-early-access-preview/\n","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"users":{"326060588":true,"myounes":true,"dantman":true,"toogle":true,"denji":true,"macmac":true,"brecht":true,"chriscalo":true,"simplesessions":true,"pensierinmusica":true,"anhulife":true,"groovecoder":true,"ugarz":true,"avdons":true,"allenmoore":true,"joaocunha":true,"battlemidget":true,"bhaveshgohel":true,"jyounce":true,"davidnyhuis":true,"abdihaikal":true,"imagion":true,"den3er":true,"usedf295":true,"runningtalus":true,"ezeikel":true,"ambdxtrch":true,"flynntsc":true,"vwal":true,"rbartoli":true,"stuligan":true,"sadsenpai":true,"vasz":true,"ivan403704409":true,"eerne":true,"guananddu":true,"demod":true,"kmck":true,"apehead":true,"stevenvachon":true,"shannonmoeller":true,"hsldymq":true,"panlw":true,"eesur":true,"sopepos":true,"nicolasgodefroy7":true,"ndaidong":true,"daniellink":true,"b4z81":true,"guidoschmidt":true,"adc39":true,"wukaidong":true,"omidantilong":true,"dhampik":true,"kuklo":true,"sunnylost":true,"leonardorb":true,"cfleschhut":true,"kogakure":true,"sesamechee":true,"vio":true,"marcobiedermann":true,"hongz1125":true,"scotchulous":true,"sylvain261":true,"shanewholloway":true,"gor0n":true,"fchienvuhoang":true,"zoxon":true,"dralc":true,"morewry":true,"feril":true,"san3k":true,"tdmalone":true,"knoja4":true,"timdp":true,"griname":true,"kaapex":true,"rdca84":true,"kevinmartinez":true,"daveyjake":true,"pixelcraft":true,"azuma":true,"alexdevero":true,"princetoad":true,"yong_a":true,"hyteer":true,"suemcnab":true,"fpigeon":true,"e.luna92":true,"season19840122":true,"drewigg":true,"sternelee":true,"jyyoi":true,"ghe1219":true,"xueboren":true,"vonmauser":true,"nak2k":true,"kongol.ml":true,"hexagon6":true,"pddivine":true,"alexxnica":true,"tuomastolppi":true,"abhijitkalta":true,"fabioppalumbo":true,"abuelwafa":true,"d-band":true,"paulkolesnyk":true,"npm-packages":true},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"license":"MIT","versions":{"0.1.0":{"name":"postcss","version":"0.1.0","description":"Framework for CSS postprocessors","keywords":["css","parser","postproccessor"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{},"devDependencies":{"coffee-script":"1.6.3","fs-extra":"0.8.1","should":"2.0.2","mocha":"1.14.0"},"main":"lib/postcss","scripts":{"test":"mocha"},"bugs":{"url":"https://github.com/ai/postcss/issues"},"_id":"postcss@0.1.0","dist":{"shasum":"408f9c3bbff4bbcdcb79cc5bc1fad7a0b761f124","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-0.1.0.tgz"},"_from":"build/","_npmVersion":"1.3.6","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"0.2.0":{"name":"postcss","version":"0.2.0","description":"Framework for CSS postprocessors","keywords":["css","parser","postproccessor"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"*"},"devDependencies":{"coffee-script":"1.6.3","fs-extra":"0.8.1","should":"2.1.1","mocha":"1.15.1"},"main":"lib/postcss","scripts":{"test":"mocha"},"bugs":{"url":"https://github.com/ai/postcss/issues"},"_id":"postcss@0.2.0","dist":{"shasum":"1615c6c5c5f9e19ca230022c4f93b5b1909e75c8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-0.2.0.tgz"},"_from":"/home/ai/Dev/postcss/build/","_npmVersion":"1.3.6","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"0.3.0":{"name":"postcss","version":"0.3.0","description":"Framework for CSS postprocessors","keywords":["css","parser","postproccessor"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"~0.1.31","base64-js":"0.0.6"},"devDependencies":{"coffee-script":"1.7.1","fs-extra":"0.8.1","gonzales":"1.0.7","rework":"0.20.2","should":"3.1.2","mocha":"1.17.1","cssom":"0.3.0"},"main":"lib/postcss","scripts":{"test":"mocha"},"bugs":{"url":"https://github.com/ai/postcss/issues"},"_id":"postcss@0.3.0","dist":{"shasum":"e740bbd89ef153c4d4fa7665f532d90e42e6f149","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-0.3.0.tgz"},"_from":"/home/ai/Dev/postcss/build/","_npmVersion":"1.3.6","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"0.3.1":{"name":"postcss","version":"0.3.1","description":"Framework for CSS postprocessors","keywords":["css","parser","postproccessor"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"~0.1.32","base64-js":"0.0.6"},"devDependencies":{"coffee-script":"1.7.1","fs-extra":"0.8.1","gonzales":"1.0.7","rework":"0.20.2","should":"3.1.2","mocha":"1.17.1","cssom":"0.3.0"},"main":"lib/postcss","scripts":{"test":"mocha"},"bugs":{"url":"https://github.com/ai/postcss/issues"},"_id":"postcss@0.3.1","dist":{"shasum":"f4eeed25fac31b00a9d95402d13389091f466e0a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-0.3.1.tgz"},"_from":"./","_npmVersion":"1.3.6","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"0.3.2":{"name":"postcss","version":"0.3.2","description":"Framework for CSS postprocessors","keywords":["css","parser","postproccessor"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"~0.1.32","base64-js":"0.0.6"},"devDependencies":{"coffee-script":"1.7.1","fs-extra":"0.8.1","gonzales":"1.0.7","rework":"0.20.2","should":"3.1.2","mocha":"1.17.1","cssom":"0.3.0"},"main":"lib/postcss","scripts":{"test":"mocha"},"bugs":{"url":"https://github.com/ai/postcss/issues"},"_id":"postcss@0.3.2","dist":{"shasum":"94ba51dccbe5bf2d85a9ed416512a96f1b75a43f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-0.3.2.tgz"},"_from":"./build/","_npmVersion":"1.3.6","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"0.3.3":{"name":"postcss","version":"0.3.3","description":"Framework for CSS postprocessors","keywords":["css","parser","postproccessor"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"~0.1.33","base64-js":"0.0.6"},"devDependencies":{"coffee-script":"1.7.1","fs-extra":"0.8.1","gonzales":"1.0.7","rework":"0.20.2","should":"3.1.3","mocha":"1.17.1","cssom":"0.3.0"},"main":"lib/postcss","scripts":{"test":"mocha"},"bugs":{"url":"https://github.com/ai/postcss/issues"},"_id":"postcss@0.3.3","dist":{"shasum":"9377e5c46949dee78aac75a6a04e57fd10e06e9d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-0.3.3.tgz"},"_from":"/home/ai/Dev/postcss/build/","_npmVersion":"1.3.6","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"0.3.4":{"name":"postcss","version":"0.3.4","description":"Framework for CSS postprocessors","keywords":["css","parser","postproccessor"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"~0.1.33","base64-js":"~0.0.6"},"devDependencies":{"coffee-script":"1.7.1","fs-extra":"0.8.1","gonzales":"1.0.7","rework":"0.20.2","should":"3.1.3","mocha":"1.17.1","cssom":"0.3.0"},"main":"lib/postcss","scripts":{"test":"mocha"},"bugs":{"url":"https://github.com/ai/postcss/issues"},"_id":"postcss@0.3.4","dist":{"shasum":"783190bbe815aa791ed67e5d2bdcd4a7f43f3071","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-0.3.4.tgz"},"_from":"/home/ai/Dev/postcss/build/","_npmVersion":"1.3.6","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"0.3.5":{"name":"postcss","version":"0.3.5","description":"Framework for CSS postprocessors","keywords":["css","parser","postproccessor"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"~0.1.33","base64-js":"~0.0.6"},"devDependencies":{"coffee-script":"1.7.1","fs-extra":"0.9.1","gonzales":"1.0.7","rework":"0.20.3","should":"4.0.0","mocha":"1.20.0","cssom":"0.3.0"},"main":"lib/postcss","scripts":{"test":"mocha"},"bugs":{"url":"https://github.com/ai/postcss/issues"},"homepage":"https://github.com/ai/postcss","_id":"postcss@0.3.5","_shasum":"5073a3d062ef3ce592ac4a5fe6b8c2862ab83ceb","_from":"/home/ai/Dev/postcss/build/","_npmVersion":"1.4.10","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"5073a3d062ef3ce592ac4a5fe6b8c2862ab83ceb","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-0.3.5.tgz"},"directories":{}},"1.0.0":{"name":"postcss","version":"1.0.0","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"~0.1.34","base64-js":"~0.0.7"},"devDependencies":{"fs-extra":"0.9.1","gonzales":"1.0.7","rework":"1.0.0","should":"4.0.4","mocha":"1.20.1","cssom":"0.3.0"},"scripts":{"test":"mocha"},"main":"lib/postcss","bugs":{"url":"https://github.com/ai/postcss/issues"},"homepage":"https://github.com/ai/postcss","_id":"postcss@1.0.0","_shasum":"fae1baba117e3811f4a7f0a97658fd9db57db1da","_from":"/home/ai/Dev/postcss/build/","_npmVersion":"1.4.10","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"fae1baba117e3811f4a7f0a97658fd9db57db1da","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-1.0.0.tgz"},"directories":{}},"2.0.0":{"name":"postcss","version":"2.0.0","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"~0.1.37","base64-js":"~0.0.7","traceur":"~0.0.51"},"devDependencies":{"jshint-stylish":"0.4.0","gulp-traceur":"0.8.0","gulp-jshint":"1.7.1","gonzales-pe":"3.0.0-10","gulp-mocha":"0.5.1","gulp-util":"3.0.0","fs-extra":"0.10.0","gonzales":"1.0.7","request":"2.37.0","rework":"1.0.0","should":"4.0.4","mocha":"1.20.1","cssom":"0.3.0","gulp":"3.8.6"},"scripts":{"test":"gulp"},"bugs":{"url":"https://github.com/ai/postcss/issues"},"homepage":"https://github.com/ai/postcss","_id":"postcss@2.0.0","_shasum":"eb11193ecdf6acdf3183918158b0073ff8fe65ec","_from":"./","_npmVersion":"1.4.10","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"eb11193ecdf6acdf3183918158b0073ff8fe65ec","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-2.0.0.tgz"},"directories":{}},"2.1.0":{"name":"postcss","version":"2.1.0","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"~0.1.37","base64-js":"~0.0.7"},"devDependencies":{"gulp-es6-transpiler":"0.2.0","gulp-json-editor":"2.0.2","jshint-stylish":"0.4.0","gulp-jshint":"1.8.0","gonzales-pe":"3.0.0-10","gulp-mocha":"0.5.2","gulp-util":"3.0.0","fs-extra":"0.10.0","gonzales":"1.0.7","request":"2.39.0","rework":"1.0.0","should":"4.0.4","mocha":"1.21.1","cssom":"0.3.0","gulp":"3.8.6","es6-transpiler":"~0.7.14-2"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/ai/postcss/issues"},"homepage":"https://github.com/ai/postcss","_id":"postcss@2.1.0","_shasum":"2a33d0e7d3626fd9e2e3f2d160595f6ab8486d36","_from":"./","_npmVersion":"1.4.10","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"2a33d0e7d3626fd9e2e3f2d160595f6ab8486d36","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-2.1.0.tgz"},"directories":{}},"2.1.1":{"name":"postcss","version":"2.1.1","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"~0.1.38","base64-js":"~0.0.7"},"devDependencies":{"gulp-es6-transpiler":"0.2.0","gulp-json-editor":"2.0.2","jshint-stylish":"0.4.0","gulp-jshint":"1.8.3","gonzales-pe":"3.0.0-10","gulp-mocha":"0.5.2","gulp-util":"3.0.0","fs-extra":"0.10.0","gonzales":"1.0.7","request":"2.40.0","rework":"1.0.0","should":"4.0.4","mocha":"1.21.4","cssom":"0.3.0","gulp":"3.8.7","es6-transpiler":"~0.7.14-2"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/ai/postcss/issues"},"homepage":"https://github.com/ai/postcss","_id":"postcss@2.1.1","_shasum":"aada62b82ac23d61490533b9c036bd6b9e65de07","_from":"./","_npmVersion":"1.4.10","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"aada62b82ac23d61490533b9c036bd6b9e65de07","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-2.1.1.tgz"},"directories":{}},"2.1.2":{"name":"postcss","version":"2.1.2","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/ai/postcss.git"},"dependencies":{"source-map":"~0.1.38","js-base64":"~2.1.5"},"devDependencies":{"gulp-es6-transpiler":"0.2.0","gulp-json-editor":"2.0.2","jshint-stylish":"0.4.0","gulp-jshint":"1.8.4","gonzales-pe":"3.0.0-10","gulp-mocha":"0.5.2","gulp-util":"3.0.0","fs-extra":"0.10.0","gonzales":"1.0.7","request":"2.40.0","rework":"1.0.0","should":"4.0.4","mocha":"1.21.4","cssom":"0.3.0","gulp":"3.8.7","es6-transpiler":"~0.7.14-2"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/ai/postcss/issues"},"homepage":"https://github.com/ai/postcss","_id":"postcss@2.1.2","_shasum":"0ef11faf545185ab88042da4cc120afdd565233a","_from":"./","_npmVersion":"1.4.10","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"0ef11faf545185ab88042da4cc120afdd565233a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-2.1.2.tgz"},"directories":{}},"2.2.0":{"name":"postcss","version":"2.2.0","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.38","js-base64":"~2.1.5"},"devDependencies":{"gulp-es6-transpiler":"1.0.0","gulp-json-editor":"2.0.2","jshint-stylish":"0.4.0","gulp-jshint":"1.8.4","gonzales-pe":"3.0.0-10","gulp-mocha":"1.0.0","gulp-util":"3.0.0","fs-extra":"0.11.0","gonzales":"1.0.7","request":"2.40.0","rework":"1.0.0","should":"4.0.4","mocha":"1.21.4","cssom":"0.3.0","gulp":"3.8.7","es6-transpiler":"~0.7.14-2"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@2.2.0","_shasum":"281ea9ab77c3c5d80fcdbbaa4c94a2065bca2e11","_from":"./","_npmVersion":"1.4.10","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"281ea9ab77c3c5d80fcdbbaa4c94a2065bca2e11","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-2.2.0.tgz"},"directories":{}},"2.2.1":{"name":"postcss","version":"2.2.1","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.38","js-base64":"~2.1.5"},"devDependencies":{"gulp-es6-transpiler":"1.0.0","gulp-json-editor":"2.0.2","jshint-stylish":"0.4.0","gulp-jshint":"1.8.4","gonzales-pe":"3.0.0-10","gulp-mocha":"1.0.0","gulp-util":"3.0.0","fs-extra":"0.11.0","gonzales":"1.0.7","request":"2.40.0","rework":"1.0.0","should":"4.0.4","mocha":"1.21.4","cssom":"0.3.0","gulp":"3.8.7","es6-transpiler":"~0.7.14-2"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@2.2.1","_shasum":"9141516f74f3b7a7ece22de18f6937e03a38e894","_from":"./","_npmVersion":"1.4.10","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"9141516f74f3b7a7ece22de18f6937e03a38e894","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-2.2.1.tgz"},"directories":{}},"2.2.2":{"name":"postcss","version":"2.2.2","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.38","js-base64":"~2.1.5"},"devDependencies":{"gulp-es6-transpiler":"1.0.0","gulp-json-editor":"2.0.2","jshint-stylish":"0.4.0","gulp-jshint":"1.8.4","gonzales-pe":"3.0.0-10","gulp-mocha":"1.0.0","gulp-util":"3.0.0","fs-extra":"0.11.0","gonzales":"1.0.7","request":"2.40.0","rework":"1.0.0","should":"4.0.4","mocha":"1.21.4","cssom":"0.3.0","gulp":"3.8.7","es6-transpiler":"~0.7.14-2"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@2.2.2","_shasum":"63655197032aa120e0a5e9a8bc4a4ee131a925e0","_from":"./","_npmVersion":"1.4.10","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"63655197032aa120e0a5e9a8bc4a4ee131a925e0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-2.2.2.tgz"},"directories":{}},"2.2.3":{"name":"postcss","version":"2.2.3","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.38","js-base64":"~2.1.5"},"devDependencies":{"gulp-es6-transpiler":"1.0.0","gulp-json-editor":"2.0.2","jshint-stylish":"0.4.0","gulp-jshint":"1.8.4","gonzales-pe":"3.0.0-10","gulp-mocha":"1.0.0","gulp-util":"3.0.0","fs-extra":"0.11.0","gonzales":"1.0.7","request":"2.40.0","rework":"1.0.0","should":"4.0.4","mocha":"1.21.4","cssom":"0.3.0","gulp":"3.8.7","es6-transpiler":"~0.7.14-2"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@2.2.3","_shasum":"a60f28b302d40555298ada49c76de4833eea0e30","_from":"./","_npmVersion":"1.4.10","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"a60f28b302d40555298ada49c76de4833eea0e30","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-2.2.3.tgz"},"directories":{}},"2.2.4":{"name":"postcss","version":"2.2.4","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.38","js-base64":"~2.1.5"},"devDependencies":{"gulp-es6-transpiler":"1.0.0","gulp-json-editor":"2.0.2","jshint-stylish":"0.4.0","gulp-jshint":"1.8.4","gonzales-pe":"3.0.0-10","gulp-mocha":"1.0.0","gulp-util":"3.0.1","fs-extra":"0.11.0","gonzales":"1.0.7","request":"2.40.0","rework":"1.0.1","should":"4.0.4","mocha":"1.21.4","cssom":"0.3.0","gulp":"3.8.7","es6-transpiler":"~0.7.15"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@2.2.4","_shasum":"0ee6d1adaae3cab15418fc670968ec1a1e2e58b6","_from":"./","_npmVersion":"1.4.10","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"0ee6d1adaae3cab15418fc670968ec1a1e2e58b6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-2.2.4.tgz"},"directories":{}},"2.2.5":{"name":"postcss","version":"2.2.5","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.39","js-base64":"~2.1.5"},"devDependencies":{"gulp-es6-transpiler":"1.0.0","gulp-json-editor":"2.0.2","jshint-stylish":"1.0.0","gulp-jshint":"1.8.4","gonzales-pe":"3.0.0-10","gulp-mocha":"1.1.0","gulp-util":"3.0.1","fs-extra":"0.12.0","gonzales":"1.0.7","request":"2.44.0","rework":"1.0.1","should":"4.0.4","mocha":"1.21.4","cssom":"0.3.0","gulp":"3.8.8","es6-transpiler":"0.7.16"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@2.2.5","_shasum":"9aaae7ee1601002233673cfb4af58280a6b7abd9","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"9aaae7ee1601002233673cfb4af58280a6b7abd9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-2.2.5.tgz"},"directories":{}},"2.2.6":{"name":"postcss","version":"2.2.6","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.40","js-base64":"~2.1.5"},"devDependencies":{"gulp-es6-transpiler":"1.0.0","gulp-json-editor":"2.0.2","jshint-stylish":"1.0.0","gulp-jshint":"1.8.4","gonzales-pe":"3.0.0-10","gulp-mocha":"1.1.0","gulp-util":"3.0.1","fs-extra":"0.12.0","gonzales":"1.0.7","request":"2.44.0","rework":"1.0.1","should":"4.0.4","mocha":"1.21.4","cssom":"0.3.0","gulp":"3.8.8","es6-transpiler":"0.7.16"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@2.2.6","_shasum":"c04344e2449e4586b955fbe4a74f77080d84571f","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"c04344e2449e4586b955fbe4a74f77080d84571f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-2.2.6.tgz"},"directories":{}},"3.0.0":{"name":"postcss","version":"3.0.0","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.40","js-base64":"~2.1.5"},"devDependencies":{"concat-with-sourcemaps":"0.1.6","gulp-json-editor":"2.1.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-10","gulp-bench":"1.1.0","gulp-mocha":"1.1.1","gulp-util":"3.0.1","gulp-6to5":"1.0.1","execSync":"1.0.2","fs-extra":"0.12.0","gonzales":"1.0.7","stylecow":"3.0.2","through2":"0.6.3","request":"2.47.0","rework":"1.0.1","should":"4.3.0","mensch":"0.3.1","mocha":"2.0.1","cssom":"0.3.0","gulp":"3.8.10","6to5":"1.12.0"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@3.0.0","_shasum":"c5ff2b632af123fe8842844aaa0b75155c3e1694","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"c5ff2b632af123fe8842844aaa0b75155c3e1694","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-3.0.0.tgz"},"directories":{}},"3.0.1":{"name":"postcss","version":"3.0.1","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.40","js-base64":"~2.1.5"},"devDependencies":{"concat-with-sourcemaps":"0.1.6","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-10","gulp-bench":"1.1.0","gulp-mocha":"1.1.1","gulp-util":"3.0.1","gulp-6to5":"1.0.1","execSync":"1.0.2","fs-extra":"0.12.0","gonzales":"1.0.7","stylecow":"3.0.2","through2":"0.6.3","request":"2.48.0","rework":"1.0.1","should":"4.3.0","mensch":"0.3.1","mocha":"2.0.1","cssom":"0.3.0","gulp":"3.8.10","6to5":"1.12.9"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@3.0.1","_shasum":"02b8f5a17e5138c614dd9ba63a8e15437ee0502b","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"02b8f5a17e5138c614dd9ba63a8e15437ee0502b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-3.0.1.tgz"},"directories":{}},"3.0.2":{"name":"postcss","version":"3.0.2","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.40","js-base64":"~2.1.5"},"devDependencies":{"concat-with-sourcemaps":"0.1.6","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-10","gulp-bench":"1.1.0","gulp-mocha":"1.1.1","gulp-util":"3.0.1","gulp-6to5":"1.0.1","execSync":"1.0.2","fs-extra":"0.12.0","gonzales":"1.0.7","stylecow":"3.0.2","through2":"0.6.3","request":"2.48.0","rework":"1.0.1","should":"4.3.0","mensch":"0.3.1","mocha":"2.0.1","cssom":"0.3.0","gulp":"3.8.10","6to5":"1.12.12"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@3.0.2","_shasum":"8a12cf2bf3c9cac3e11cad321d91e9a94e22d8ae","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"8a12cf2bf3c9cac3e11cad321d91e9a94e22d8ae","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-3.0.2.tgz"},"directories":{}},"3.0.3":{"name":"postcss","version":"3.0.3","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.40","js-base64":"~2.1.5"},"devDependencies":{"concat-with-sourcemaps":"0.1.6","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-11","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","gulp-util":"3.0.1","gulp-6to5":"1.0.2","execSync":"1.0.2","fs-extra":"0.12.0","gonzales":"1.0.7","stylecow":"3.1.0","through2":"0.6.3","request":"2.48.0","rework":"1.0.1","should":"4.3.0","mensch":"0.3.1","mocha":"2.0.1","cssom":"0.3.0","gulp":"3.8.10","6to5":"1.12.26"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@3.0.3","_shasum":"b4a2fb66fd264b9da8091e4d8f47a22aa1d81590","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"b4a2fb66fd264b9da8091e4d8f47a22aa1d81590","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-3.0.3.tgz"},"directories":{}},"3.0.4":{"name":"postcss","version":"3.0.4","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.40","js-base64":"~2.1.5"},"devDependencies":{"concat-with-sourcemaps":"0.1.6","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-11","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","gulp-util":"3.0.1","gulp-6to5":"1.0.2","execSync":"1.0.2","fs-extra":"0.12.0","gonzales":"1.0.7","stylecow":"3.1.0","through2":"0.6.3","request":"2.48.0","rework":"1.0.1","should":"4.3.0","mensch":"0.3.1","mocha":"2.0.1","cssom":"0.3.0","gulp":"3.8.10","6to5":"1.12.26"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@3.0.4","_shasum":"7e4ec88cb102be153e0ce551390a3f010bfdf35f","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"7e4ec88cb102be153e0ce551390a3f010bfdf35f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-3.0.4.tgz"},"directories":{}},"3.0.5":{"name":"postcss","version":"3.0.5","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.40","js-base64":"~2.1.5"},"devDependencies":{"concat-with-sourcemaps":"0.1.6","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-12","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","gulp-util":"3.0.1","gulp-6to5":"1.0.2","node-sass":"1.2.3","execSync":"1.0.2","fs-extra":"0.12.0","gonzales":"1.0.7","stylecow":"3.1.0","through2":"0.6.3","request":"2.48.0","cssnext":"0.6.0","rework":"1.0.1","should":"4.3.0","mensch":"0.3.1","stylus":"0.49.3","mocha":"2.0.1","cssom":"0.3.0","gulp":"3.8.10","less":"2.1.1","6to5":"1.14.4"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@3.0.5","_shasum":"a87607753c22f62a48ed8a1286e87506853f789c","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"a87607753c22f62a48ed8a1286e87506853f789c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-3.0.5.tgz"},"directories":{}},"3.0.6":{"name":"postcss","version":"3.0.6","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.40","js-base64":"~2.1.5"},"devDependencies":{"concat-with-sourcemaps":"0.1.6","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-12","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","gulp-util":"3.0.1","gulp-6to5":"1.0.2","node-sass":"1.2.3","execSync":"1.0.2","fs-extra":"0.12.0","gonzales":"1.0.7","stylecow":"3.1.1","through2":"0.6.3","request":"2.49.0","cssnext":"0.6.2","rework":"1.0.1","should":"4.3.0","mensch":"0.3.1","stylus":"0.49.3","mocha":"2.0.1","cssom":"0.3.0","gulp":"3.8.10","less":"2.1.1","6to5":"1.14.7"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@3.0.6","_shasum":"550d9c483f4ecc14a0e68f0ca2597ac8be278d77","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"550d9c483f4ecc14a0e68f0ca2597ac8be278d77","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-3.0.6.tgz"},"directories":{}},"3.0.7":{"name":"postcss","version":"3.0.7","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.40","js-base64":"~2.1.5"},"devDependencies":{"concat-with-sourcemaps":"0.1.6","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-12","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","gulp-util":"3.0.1","gulp-6to5":"1.0.2","node-sass":"1.2.3","execSync":"1.0.2","fs-extra":"0.12.0","gonzales":"1.0.7","stylecow":"3.1.1","through2":"0.6.3","request":"2.49.0","cssnext":"0.6.2","rework":"1.0.1","should":"4.3.1","mensch":"0.3.1","stylus":"0.49.3","mocha":"2.0.1","cssom":"0.3.0","gulp":"3.8.10","less":"2.1.1","6to5":"1.14.17"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@3.0.7","_shasum":"cba8b0721f02aca042cc2fee84741898ad200772","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"cba8b0721f02aca042cc2fee84741898ad200772","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-3.0.7.tgz"},"directories":{}},"4.0.0":{"name":"postcss","version":"4.0.0","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.41","js-base64":"~2.1.5"},"devDependencies":{"concat-with-sourcemaps":"1.0.0","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-12","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","gulp-util":"3.0.1","gulp-6to5":"2.0.0","node-sass":"1.2.3","execSync":"1.0.2","fs-extra":"0.13.0","gonzales":"1.0.7","stylecow":"3.1.1","through2":"0.6.3","request":"2.51.0","cssnext":"0.6.6","rework":"1.0.1","mensch":"0.3.1","stylus":"0.49.3","mocha":"2.1.0","cssom":"0.3.0","gulp":"3.8.10","less":"2.1.2","chai":"1.10.0","6to5":"2.2.0"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.0.0","_shasum":"15ce1cc081bb3f073133ef463ffa67ca3d096f9b","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"15ce1cc081bb3f073133ef463ffa67ca3d096f9b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.0.0.tgz"},"directories":{}},"4.0.1":{"name":"postcss","version":"4.0.1","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.43","js-base64":"~2.1.6"},"devDependencies":{"concat-with-sourcemaps":"1.0.0","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-12","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","gulp-util":"3.0.2","gulp-6to5":"2.0.0","node-sass":"1.2.3","execSync":"1.0.2","fs-extra":"0.14.0","gonzales":"1.0.7","stylecow":"4.0.1","through2":"0.6.3","request":"2.51.0","cssnext":"0.6.6","rework":"1.0.1","mensch":"0.3.1","stylus":"0.49.3","mocha":"2.1.0","cssom":"0.3.0","gulp":"3.8.10","less":"2.2.0","chai":"1.10.0","6to5":"2.9.4"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.0.1","_shasum":"5281f5798413ad4489681a0ef76f586aeae7bb20","_from":".","_npmVersion":"2.1.18","_nodeVersion":"0.10.33","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"5281f5798413ad4489681a0ef76f586aeae7bb20","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.0.1.tgz"},"directories":{}},"4.0.2":{"name":"postcss","version":"4.0.2","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.1.43","js-base64":"~2.1.7"},"devDependencies":{"concat-with-sourcemaps":"1.0.0","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-13","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","gulp-util":"3.0.2","gulp-6to5":"2.0.2","node-sass":"1.2.3","execSync":"1.0.2","fs-extra":"0.15.0","gonzales":"1.0.7","stylecow":"4.0.1","through2":"0.6.3","request":"2.51.0","cssnext":"0.6.6","rework":"1.0.1","mensch":"0.3.1","stylus":"0.49.3","mocha":"2.1.0","cssom":"0.3.0","gulp":"3.8.10","less":"2.2.0","chai":"1.10.0","6to5":"2.13.7"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.0.2","_shasum":"98485b1f6611f0342edd36792ade146769ece562","_from":".","_npmVersion":"2.1.18","_nodeVersion":"0.10.33","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"98485b1f6611f0342edd36792ade146769ece562","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.0.2.tgz"},"directories":{}},"4.0.3":{"name":"postcss","version":"4.0.3","description":"Framework for CSS postprocessors with full source map support","keywords":["css","parser","postproccessor","source map"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.2.0","js-base64":"~2.1.7"},"devDependencies":{"concat-with-sourcemaps":"1.0.0","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.0","gonzales-pe":"3.0.0-13","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","gulp-util":"3.0.2","gulp-6to5":"3.0.0","node-sass":"1.2.3","execSync":"1.0.2","fs-extra":"0.16.0","gonzales":"1.0.7","stylecow":"4.0.1","through2":"0.6.3","request":"2.51.0","cssnext":"0.6.6","rework":"1.0.1","mensch":"0.3.1","stylus":"0.49.3","mocha":"2.1.0","cssom":"0.3.0","gulp":"3.8.10","less":"2.3.0","chai":"1.10.0","6to5":"3.0.9"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.0.3","_shasum":"254c542e91699d599f6ef8de2520dc069800add8","_from":".","_npmVersion":"2.1.18","_nodeVersion":"0.10.33","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"254c542e91699d599f6ef8de2520dc069800add8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.0.3.tgz"},"directories":{}},"4.0.4":{"name":"postcss","version":"4.0.4","description":"Tool to transform CSS by JS plugins","keywords":["css","postproccessor","parser","source map","manipulation","preprocess","transform"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.2.0","js-base64":"~2.1.7"},"devDependencies":{"concat-with-sourcemaps":"1.0.0","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.2","gonzales-pe":"3.0.0-26","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","node-sass":"2.0.1","gulp-util":"3.0.3","gulp-6to5":"3.0.0","execSync":"1.0.2","fs-extra":"0.16.3","gonzales":"1.0.7","through2":"0.6.3","stylecow":"4.2.4","request":"2.53.0","cssnext":"1.0.0","rework":"1.0.1","mensch":"0.3.1","stylus":"0.50.0","mocha":"2.1.0","cssom":"0.3.0","gulp":"3.8.11","less":"2.4.0","chai":"2.0.0","6to5":"3.6.4"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.0.4","_shasum":"a4d26ab33c894602418783f36c2bc8f3de4f3cc3","_from":".","_npmVersion":"2.5.0","_nodeVersion":"1.2.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"a4d26ab33c894602418783f36c2bc8f3de4f3cc3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.0.4.tgz"},"directories":{}},"4.0.5":{"name":"postcss","version":"4.0.5","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.2.0","js-base64":"~2.1.7","babel":"4.4.5"},"devDependencies":{"concat-with-sourcemaps":"1.0.0","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.2","gonzales-pe":"3.0.0-26","browserify":"9.0.3","gulp-babel":"4.0.0","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","node-sass":"2.0.1","gulp-util":"3.0.3","execSync":"1.0.2","fs-extra":"0.16.3","gonzales":"1.0.7","through2":"0.6.3","stylecow":"4.2.4","request":"2.53.0","cssnext":"1.0.1","rework":"1.0.1","mensch":"0.3.1","stylus":"0.50.0","mocha":"2.1.0","cssom":"0.3.0","gulp":"3.8.11","less":"2.4.0","chai":"2.0.0"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.0.5","_shasum":"70659b12bf6d79ec0aee89cd7c347e92d9346f14","_from":".","_npmVersion":"2.5.0","_nodeVersion":"1.3.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"70659b12bf6d79ec0aee89cd7c347e92d9346f14","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.0.5.tgz"},"directories":{}},"4.0.6":{"name":"postcss","version":"4.0.6","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.2.0","js-base64":"~2.1.7"},"devDependencies":{"concat-with-sourcemaps":"1.0.0","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","jshint-stylish":"1.0.0","gulp-jshint":"1.9.2","gonzales-pe":"3.0.0-26","browserify":"9.0.3","gulp-babel":"4.0.0","gulp-bench":"1.1.0","gulp-mocha":"2.0.0","node-sass":"2.0.1","gulp-util":"3.0.3","execSync":"1.0.2","fs-extra":"0.16.3","gonzales":"1.0.7","through2":"0.6.3","stylecow":"4.2.4","request":"2.53.0","cssnext":"1.0.1","rework":"1.0.1","mensch":"0.3.1","stylus":"0.50.0","mocha":"2.1.0","cssom":"0.3.0","gulp":"3.8.11","less":"2.4.0","chai":"2.1.0","babel":"4.4.6"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.0.6","_shasum":"1bd1e8a99f73efdb46d11bf5c206079e2d306538","_from":".","_npmVersion":"2.5.0","_nodeVersion":"1.3.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"1bd1e8a99f73efdb46d11bf5c206079e2d306538","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.0.6.tgz"},"directories":{}},"4.1.0":{"name":"postcss","version":"4.1.0","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.4.2","js-base64":"~2.1.7"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","gonzales-pe":"3.0.0-26","gulp-eslint":"0.6.0","browserify":"9.0.4","gulp-babel":"4.0.1","gulp-bench":"1.1.0","gulp-mocha":"2.0.1","node-sass":"2.1.1","yaspeller":"1.1.0","gulp-util":"3.0.4","fs-extra":"0.18.0","gonzales":"1.0.7","through2":"0.6.3","stylecow":"5.0.0","request":"2.54.0","cssnext":"1.1.0","rework":"1.0.1","mensch":"0.3.1","stylus":"0.50.0","eslint":"0.16.1","sinon":"1.14.1","mocha":"2.2.1","cssom":"0.3.0","gulp":"3.8.11","less":"2.4.0","chai":"2.2.0","babel":"4.7.16"},"scripts":{"test":"gulp && yaspeller ."},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.1.0","_shasum":"921450c1108813f7becc9247839c860b76804668","_from":".","_npmVersion":"2.7.4","_nodeVersion":"1.6.3","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"921450c1108813f7becc9247839c860b76804668","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.0.tgz"},"directories":{}},"4.1.1":{"name":"postcss","version":"4.1.1","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.4.2","js-base64":"~2.1.7"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","gonzales-pe":"3.0.0-26","gulp-eslint":"0.6.0","browserify":"9.0.4","gulp-babel":"4.0.1","gulp-bench":"1.1.0","gulp-mocha":"2.0.1","node-sass":"2.1.1","yaspeller":"1.1.0","gulp-util":"3.0.4","fs-extra":"0.18.0","gonzales":"1.0.7","through2":"0.6.3","stylecow":"5.0.0","request":"2.54.0","cssnext":"1.2.1","rework":"1.0.1","mensch":"0.3.1","stylus":"0.50.0","eslint":"0.16.1","sinon":"1.14.1","mocha":"2.2.1","cssom":"0.3.0","gulp":"3.8.11","less":"2.4.0","chai":"2.2.0","babel":"4.7.16"},"scripts":{"test":"gulp && yaspeller ."},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.1.1","_shasum":"f4ad2354dd3c9105ed31cdf55f015303956f566d","_from":".","_npmVersion":"2.7.4","_nodeVersion":"1.6.3","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"f4ad2354dd3c9105ed31cdf55f015303956f566d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.1.tgz"},"directories":{}},"4.1.2":{"name":"postcss","version":"4.1.2","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.4.2","js-base64":"~2.1.7"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","gonzales-pe":"3.0.0-26","gulp-eslint":"0.6.0","browserify":"9.0.4","gulp-babel":"4.0.1","gulp-bench":"1.1.0","gulp-mocha":"2.0.1","node-sass":"2.1.1","yaspeller":"1.1.0","gulp-util":"3.0.4","fs-extra":"0.18.0","gonzales":"1.0.7","through2":"0.6.3","stylecow":"5.0.0","request":"2.54.0","cssnext":"1.2.1","rework":"1.0.1","mensch":"0.3.1","stylus":"0.50.0","eslint":"0.16.1","sinon":"1.14.1","mocha":"2.2.1","cssom":"0.3.0","gulp":"3.8.11","less":"2.4.0","chai":"2.2.0","babel":"4.7.16"},"scripts":{"test":"gulp && yaspeller ."},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.1.2","_shasum":"efc66ce5ec01cb9a1e715702cebbe0cc55cf87ea","_from":".","_npmVersion":"2.7.4","_nodeVersion":"1.6.3","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"efc66ce5ec01cb9a1e715702cebbe0cc55cf87ea","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.2.tgz"},"directories":{}},"4.1.3":{"name":"postcss","version":"4.1.3","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"source-map":"~0.4.2","js-base64":"~2.1.7"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","gonzales-pe":"3.0.0-26","gulp-eslint":"0.6.0","es6-promise":"2.0.1","browserify":"9.0.7","gulp-babel":"5.0.0","gulp-bench":"1.1.0","gulp-mocha":"2.0.1","node-sass":"2.1.1","yaspeller":"1.1.0","gulp-util":"3.0.4","fs-extra":"0.18.0","gonzales":"1.0.7","through2":"0.6.3","stylecow":"5.0.0","request":"2.55.0","cssnext":"1.2.1","rework":"1.0.1","mensch":"0.3.1","stylus":"0.50.0","eslint":"0.16.1","sinon":"1.14.1","mocha":"2.2.1","cssom":"0.3.0","gulp":"3.8.11","less":"2.5.0","chai":"2.2.0","babel":"5.0.8"},"scripts":{"test":"gulp && yaspeller ."},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.1.3","_shasum":"c174f98564103748f3355cfe1a12144dd182c826","_from":".","_npmVersion":"2.7.4","_nodeVersion":"1.6.3","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"c174f98564103748f3355cfe1a12144dd182c826","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.3.tgz"},"directories":{}},"4.1.4":{"name":"postcss","version":"4.1.4","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.0.1","source-map":"~0.4.2","js-base64":"~2.1.7"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","gonzales-pe":"3.0.0-26","gulp-eslint":"0.6.0","browserify":"9.0.7","gulp-babel":"5.0.0","gulp-bench":"1.1.0","gulp-mocha":"2.0.1","node-sass":"2.1.1","yaspeller":"1.1.0","gulp-util":"3.0.4","fs-extra":"0.18.0","gonzales":"1.0.7","through2":"0.6.3","stylecow":"5.0.0","request":"2.55.0","cssnext":"1.2.1","rework":"1.0.1","mensch":"0.3.1","stylus":"0.50.0","eslint":"0.16.1","sinon":"1.14.1","mocha":"2.2.1","cssom":"0.3.0","gulp":"3.8.11","less":"2.5.0","chai":"2.2.0","babel-core":"5.0.8"},"scripts":{"test":"gulp && yaspeller ."},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.1.4","_shasum":"24b3bf57071b838c126636a348453e101cb8a74b","_from":".","_npmVersion":"2.7.4","_nodeVersion":"1.6.3","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"24b3bf57071b838c126636a348453e101cb8a74b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.4.tgz"},"directories":{}},"4.1.5":{"name":"postcss","version":"4.1.5","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.0.1","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","gonzales-pe":"3.0.0-26","gulp-eslint":"0.9.0","browserify":"9.0.8","gulp-babel":"5.1.0","gulp-bench":"1.1.0","gulp-mocha":"2.0.1","node-sass":"2.1.1","yaspeller":"2.0.0","gulp-util":"3.0.4","fs-extra":"0.18.0","gonzales":"1.0.7","through2":"0.6.5","stylecow":"5.0.1","request":"2.55.0","cssnext":"1.2.3","rework":"1.0.1","mensch":"0.3.1","stylus":"0.50.0","sinon":"1.14.1","mocha":"2.2.4","cssom":"0.3.0","gulp":"3.8.11","less":"2.5.0","chai":"2.2.0","babel-core":"5.1.6"},"scripts":{"test":"gulp && yaspeller ."},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss","_id":"postcss@4.1.5","_shasum":"bee80d22209e937f56e2e6fff2515517de4477b4","_from":".","_npmVersion":"2.7.4","_nodeVersion":"1.6.3","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"bee80d22209e937f56e2e6fff2515517de4477b4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.5.tgz"},"directories":{}},"4.1.6":{"name":"postcss","version":"4.1.6","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.1.1","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-bench-summary":"0.1.0","gulp-json-editor":"2.2.1","stylecow-parser":"2.1.0","gonzales-pe":"3.0.0-26","gulp-eslint":"0.11.0","browserify":"9.0.8","gulp-babel":"5.1.0","gulp-bench":"1.1.0","gulp-mocha":"2.0.1","node-sass":"2.1.1","yaspeller":"2.1.0","gulp-util":"3.0.4","fs-extra":"0.18.2","gonzales":"1.0.7","through2":"0.6.5","request":"2.55.0","cssnext":"1.3.0","rework":"1.0.1","mensch":"0.3.1","stylus":"0.51.0","sinon":"1.14.1","mocha":"2.2.4","cssom":"0.3.0","gulp":"3.8.11","less":"2.5.0","chai":"2.3.0","babel-core":"5.1.13"},"scripts":{"test":"gulp && yaspeller ."},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@4.1.6","_shasum":"9fc9d74ffad1edb0058df4bc406a4fd1f2ad81ef","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"9fc9d74ffad1edb0058df4bc406a4fd1f2ad81ef","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.6.tgz"},"directories":{}},"4.1.7":{"name":"postcss","version":"4.1.7","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.1.1","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-json-editor":"2.2.1","gulp-eslint":"0.11.1","gulp-babel":"5.1.0","gulp-mocha":"2.0.1","yaspeller":"2.1.0","gulp-util":"3.0.4","fs-extra":"0.18.2","through2":"0.6.5","request":"2.55.0","sinon":"1.14.1","mocha":"2.2.4","gulp":"3.8.11","chai":"2.3.0","babel-core":"5.1.13"},"benchmarkDependencies":{"postcss-simple-vars":"0.2.4","gulp-bench-summary":"0.1.0","stylecow-parser":"2.1.0","postcss-nested":"0.2.2","postcss-mixins":"0.1.1","postcss-calc":"4.0.1","gonzales-pe":"3.0.0-26","gulp-bench":"1.1.0","node-sass":"2.1.1","gonzales":"1.0.7","mensch":"0.3.1","stylus":"0.51.0","rework":"1.0.1","cssom":"0.3.0","less":"2.5.0","myth":"1.4.0"},"scripts":{"test":"gulp && yaspeller ."},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@4.1.7","_shasum":"203da3191ccfcd132172b454c7b37150d2ca8d58","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"203da3191ccfcd132172b454c7b37150d2ca8d58","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.7.tgz"},"directories":{}},"4.1.8":{"name":"postcss","version":"4.1.8","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.1.1","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-json-editor":"2.2.1","gulp-eslint":"0.11.1","gulp-babel":"5.1.0","gulp-mocha":"2.0.1","yaspeller":"2.1.0","gulp-util":"3.0.4","fs-extra":"0.18.2","through2":"0.6.5","request":"2.55.0","sinon":"1.14.1","mocha":"2.2.4","gulp":"3.8.11","chai":"2.3.0","babel-core":"5.2.2"},"benchmarkDependencies":{"postcss-simple-vars":"0.2.4","gulp-bench-summary":"0.1.0","stylecow-parser":"2.1.0","postcss-nested":"0.2.2","postcss-mixins":"0.1.1","postcss-calc":"4.0.1","gonzales-pe":"3.0.0-26","gulp-bench":"1.1.0","node-sass":"2.1.1","gonzales":"1.0.7","mensch":"0.3.1","stylus":"0.51.0","rework":"1.0.1","cssom":"0.3.0","less":"2.5.0","myth":"1.4.0"},"scripts":{"test":"gulp && yaspeller ."},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@4.1.8","_shasum":"146f2d46f4a68675914bc743ccce64ebf21d4c7a","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"146f2d46f4a68675914bc743ccce64ebf21d4c7a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.8.tgz"},"directories":{}},"4.1.9":{"name":"postcss","version":"4.1.9","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.1.1","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-json-editor":"2.2.1","gulp-eslint":"0.11.1","gulp-babel":"5.1.0","gulp-mocha":"2.0.1","yaspeller":"2.1.0","gulp-util":"3.0.4","gulp-run":"1.6.8","fs-extra":"0.18.2","through2":"0.6.5","request":"2.55.0","sinon":"1.14.1","mocha":"2.2.4","gulp":"3.8.11","chai":"2.3.0","babel-core":"5.2.13"},"benchmarkDependencies":{"postcss-simple-vars":"0.2.4","gulp-bench-summary":"0.1.0","stylecow-parser":"2.1.0","postcss-nested":"0.2.2","postcss-mixins":"0.1.1","postcss-calc":"4.0.1","gonzales-pe":"3.0.0-26","gulp-bench":"1.1.0","node-sass":"2.1.1","gonzales":"1.0.7","mensch":"0.3.1","stylus":"0.51.0","rework":"1.0.1","cssom":"0.3.0","less":"2.5.0","myth":"1.4.0"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@4.1.9","_shasum":"4d3f395254ab420292f693f8657ea72c1a273787","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"4d3f395254ab420292f693f8657ea72c1a273787","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.9.tgz"},"directories":{}},"4.1.10":{"name":"postcss","version":"4.1.10","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.1.1","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-json-editor":"2.2.1","gulp-eslint":"0.12.0","gulp-babel":"5.1.0","gulp-mocha":"2.0.1","yaspeller":"2.2.0","gulp-util":"3.0.4","gulp-run":"1.6.8","fs-extra":"0.18.3","through2":"0.6.5","request":"2.55.0","sinon":"1.14.1","mocha":"2.2.4","gulp":"3.8.11","chai":"2.3.0","babel-core":"5.2.17"},"benchmarkDependencies":{"postcss-simple-vars":"0.3.0","gulp-bench-summary":"0.1.0","stylecow-parser":"2.2.2","postcss-nested":"0.3.1","postcss-mixins":"0.2.0","postcss-calc":"4.0.1","gonzales-pe":"3.0.0-26","gulp-bench":"1.1.0","node-sass":"3.0.0","gonzales":"1.0.7","mensch":"0.3.1","stylus":"0.51.1","rework":"1.0.1","cssom":"0.3.0","less":"2.5.0","myth":"1.4.0"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@4.1.10","_shasum":"64acb9745b44529da4d1d498b70c2f3bfde6782c","_from":".","_npmVersion":"2.9.0","_nodeVersion":"2.0.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"64acb9745b44529da4d1d498b70c2f3bfde6782c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.10.tgz"},"directories":{}},"4.1.11":{"name":"postcss","version":"4.1.11","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.1.1","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-json-editor":"2.2.1","load-resources":"0.1.0","gulp-eslint":"0.12.0","gulp-babel":"5.1.0","gulp-mocha":"2.0.1","yaspeller":"2.2.0","gulp-util":"3.0.4","gulp-run":"1.6.8","fs-extra":"0.18.3","eslint":"0.21.0","sinon":"1.14.1","mocha":"2.2.5","gulp":"3.8.11","chai":"2.3.0","babel-core":"5.4.3"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@4.1.11","_shasum":"c2d9dbd632008d65d982d58726dea0c782f707b7","_from":".","_npmVersion":"2.9.0","_nodeVersion":"2.0.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"dist":{"shasum":"c2d9dbd632008d65d982d58726dea0c782f707b7","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.11.tgz"},"directories":{}},"4.1.12":{"name":"postcss","version":"4.1.12","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.3.0","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-json-editor":"2.2.1","load-resources":"0.1.0","gulp-eslint":"0.14.0","gulp-babel":"5.1.0","gulp-mocha":"2.1.2","yaspeller":"2.4.0","gulp-util":"3.0.5","gulp-run":"1.6.8","fs-extra":"0.20.0","sinon":"1.15.3","mocha":"2.2.5","gulp":"3.9.0","chai":"3.0.0","babel":"5.6.2"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@4.1.12","_shasum":"3523309f7d159b10bf77f1ac1e47d14add2253dc","_from":".","_npmVersion":"2.11.1","_nodeVersion":"2.3.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"3523309f7d159b10bf77f1ac1e47d14add2253dc","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.12.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"4.1.13":{"name":"postcss","version":"4.1.13","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.3.0","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-json-editor":"2.2.1","load-resources":"0.1.0","gulp-eslint":"0.14.0","gulp-babel":"5.1.0","gulp-mocha":"2.1.2","yaspeller":"2.4.0","gulp-util":"3.0.6","gulp-run":"1.6.8","fs-extra":"0.20.1","sinon":"1.15.3","mocha":"2.2.5","gulp":"3.9.0","chai":"3.0.0","babel":"5.6.4"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@4.1.13","_shasum":"1839dcfc32f6599c73fa84189cb197937aa4abba","_from":".","_npmVersion":"2.11.1","_nodeVersion":"2.3.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"1839dcfc32f6599c73fa84189cb197937aa4abba","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.13.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"4.1.14":{"name":"postcss","version":"4.1.14","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.3.0","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-json-editor":"2.2.1","load-resources":"0.1.0","gulp-eslint":"0.15.0","gulp-babel":"5.1.0","gulp-mocha":"2.1.2","yaspeller":"2.5.0","gulp-util":"3.0.6","gulp-run":"1.6.8","fs-extra":"0.20.1","sinon":"1.15.4","mocha":"2.2.5","gulp":"3.9.0","chai":"3.0.0","babel":"5.6.14"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@4.1.14","_shasum":"2ffe51587d961f97030eaca6784f3acfd8631a2e","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.3","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"2ffe51587d961f97030eaca6784f3acfd8631a2e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.14.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"4.1.15":{"name":"postcss","version":"4.1.15","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.3.0","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-json-editor":"2.2.1","load-resources":"0.1.0","gulp-eslint":"0.15.0","gulp-babel":"5.1.0","gulp-mocha":"2.1.2","yaspeller":"2.5.0","gulp-util":"3.0.6","gulp-run":"1.6.8","fs-extra":"0.21.0","sinon":"1.15.4","mocha":"2.2.5","gulp":"3.9.0","chai":"3.0.0","babel":"5.6.14"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@4.1.15","_shasum":"50a4976d19e93f8498365c34b5161e920114ead0","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.3","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"50a4976d19e93f8498365c34b5161e920114ead0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.15.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"4.1.16":{"name":"postcss","version":"4.1.16","description":"Tool for transforming CSS with JS plugins","keywords":["css","postproccessor","parser","source map","transform","manipulation","preprocess","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"es6-promise":"~2.3.0","source-map":"~0.4.2","js-base64":"~2.1.8"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","gulp-json-editor":"2.2.1","load-resources":"0.1.0","gulp-eslint":"0.15.0","gulp-babel":"5.1.0","gulp-mocha":"2.1.2","yaspeller":"2.5.0","gulp-util":"3.0.6","gulp-run":"1.6.8","fs-extra":"0.21.0","sinon":"1.15.4","mocha":"2.2.5","gulp":"3.9.0","chai":"3.0.0","babel":"5.6.14"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@4.1.16","_shasum":"4c449b4c8af9df3caf6d37f8e1e575d0361758dc","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.3","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"4c449b4c8af9df3caf6d37f8e1e575d0361758dc","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-4.1.16.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"5.0.0":{"name":"postcss","version":"5.0.0","description":"Tool for transforming styles with JS plugins","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.0","source-map":"^0.4.4","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","postcss-parser-tests":"5.0.0","gulp-json-editor":"2.2.1","babel-eslint":"4.0.10","gulp-eslint":"1.0.0","gulp-babel":"5.2.0","gulp-mocha":"2.1.3","strip-ansi":"3.0.0","yaspeller":"2.5.0","gulp-util":"3.0.6","gulp-run":"1.6.10","fs-extra":"0.23.1","eslint":"1.1.0","sinon":"1.15.4","mocha":"2.2.5","gulp":"3.9.0","chai":"3.2.0","del":"1.2.1","babel-core":"5.8.22"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.0","_shasum":"98a2c3f832d559b73a3d99f8067eefadbd52b183","_from":".","_npmVersion":"2.13.0","_nodeVersion":"2.4.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"98a2c3f832d559b73a3d99f8067eefadbd52b183","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.0.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"5.0.1":{"name":"postcss","version":"5.0.1","description":"Tool for transforming styles with JS plugins","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.0","source-map":"^0.4.4","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","postcss-parser-tests":"5.0.0","gulp-json-editor":"2.2.1","babel-eslint":"4.0.10","gulp-eslint":"1.0.0","gulp-babel":"5.2.1","gulp-mocha":"2.1.3","strip-ansi":"3.0.0","yaspeller":"2.5.0","gulp-util":"3.0.6","gulp-run":"1.6.10","fs-extra":"0.23.1","eslint":"1.2.1","sinon":"1.16.1","mocha":"2.2.5","gulp":"3.9.0","chai":"3.2.0","del":"1.2.1","babel-core":"5.8.22"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.1","_shasum":"8f6386fc373316f691a4ee9105f6660a9b33e358","_from":".","_npmVersion":"2.13.0","_nodeVersion":"2.4.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"8f6386fc373316f691a4ee9105f6660a9b33e358","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.1.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"5.0.2":{"name":"postcss","version":"5.0.2","description":"Tool for transforming styles with JS plugins","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.0","source-map":"^0.4.4","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","postcss-parser-tests":"5.0.0","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.0","run-sequence":"1.1.2","babel-eslint":"4.0.10","gulp-eslint":"1.0.0","gulp-mocha":"2.1.3","gulp-babel":"5.2.1","strip-ansi":"3.0.0","yaspeller":"2.5.0","gulp-util":"3.0.6","gulp-run":"1.6.10","fs-extra":"0.23.1","isparta":"3.0.3","eslint":"1.2.1","sinon":"1.16.1","mocha":"2.2.5","gulp":"3.9.0","chai":"3.2.0","del":"1.2.1","babel-core":"5.8.22"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.2","_shasum":"c353405f9a0bf119531dd869e315b349c025f570","_from":".","_npmVersion":"2.13.0","_nodeVersion":"2.4.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"c353405f9a0bf119531dd869e315b349c025f570","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.2.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"5.0.3":{"name":"postcss","version":"5.0.3","description":"Tool for transforming styles with JS plugins","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.0","source-map":"^0.4.4","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","postcss-parser-tests":"5.0.1","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.0","run-sequence":"1.1.2","babel-eslint":"4.1.0","gulp-eslint":"1.0.0","gulp-mocha":"2.1.3","gulp-babel":"5.2.1","strip-ansi":"3.0.0","yaspeller":"2.5.0","gulp-util":"3.0.6","gulp-run":"1.6.10","fs-extra":"0.24.0","isparta":"3.0.3","eslint":"1.3.0","sinon":"1.16.1","mocha":"2.2.5","gulp":"3.9.0","chai":"3.2.0","del":"1.2.1","babel-core":"5.8.23"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.3","_shasum":"e18e3641e691df6800c74af0a606c719ec903e3b","_from":".","_npmVersion":"2.13.0","_nodeVersion":"2.4.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"e18e3641e691df6800c74af0a606c719ec903e3b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.3.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"5.0.4":{"name":"postcss","version":"5.0.4","description":"Tool for transforming styles with JS plugins","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.0","source-map":"^0.4.4","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","postcss-parser-tests":"5.0.2","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.0","run-sequence":"1.1.2","babel-eslint":"4.1.1","gulp-eslint":"1.0.0","gulp-mocha":"2.1.3","gulp-babel":"5.2.1","strip-ansi":"3.0.0","yaspeller":"2.5.0","gulp-util":"3.0.6","gulp-run":"1.6.10","fs-extra":"0.24.0","isparta":"3.0.4","eslint":"1.3.1","sinon":"1.16.1","mocha":"2.3.0","gulp":"3.9.0","chai":"3.2.0","del":"2.0.0","babel-core":"5.8.23"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.4","_shasum":"4e3ec2f5f0fc90210f13959b06fe17a7d1403d09","_from":".","_npmVersion":"2.13.0","_nodeVersion":"2.4.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"4e3ec2f5f0fc90210f13959b06fe17a7d1403d09","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.4.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"5.0.5":{"name":"postcss","version":"5.0.5","description":"Tool for transforming styles with JS plugins","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.1","source-map":"^0.5.0","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","postcss-parser-tests":"5.0.3","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.0","run-sequence":"1.1.2","babel-eslint":"4.1.1","gulp-eslint":"1.0.0","gulp-mocha":"2.1.3","gulp-babel":"5.2.1","strip-ansi":"3.0.0","gulp-shell":"0.4.3","yaspeller":"2.5.0","fs-extra":"0.24.0","isparta":"3.0.4","eslint":"1.4.1","sinon":"1.16.1","mocha":"2.3.2","gulp":"3.9.0","chai":"3.2.0","del":"2.0.2","babel-core":"5.8.24"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.5","_shasum":"80d0c2446591621f5c678962de3dac14d7ca64b0","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.3.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"80d0c2446591621f5c678962de3dac14d7ca64b0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.5.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"}],"directories":{}},"5.0.6":{"name":"postcss","version":"5.0.6","description":"Tool for transforming styles with JS plugins","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.1","source-map":"^0.5.0","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","postcss-parser-tests":"5.0.4","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.0","run-sequence":"1.1.3","babel-eslint":"4.1.3","gulp-eslint":"1.0.0","gulp-mocha":"2.1.3","gulp-babel":"5.2.1","strip-ansi":"3.0.0","gulp-shell":"0.4.3","yaspeller":"2.5.0","fs-extra":"0.24.0","isparta":"3.0.4","eslint":"1.5.0","sinon":"1.16.1","mocha":"2.3.3","gulp":"3.9.0","chai":"3.3.0","del":"2.0.2","babel-core":"5.8.25"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.6","_shasum":"876b7474f41aae658c1874514b663db4f251a1d1","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"876b7474f41aae658c1874514b663db4f251a1d1","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.6.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"directories":{}},"5.0.7":{"name":"postcss","version":"5.0.7","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.1","source-map":"^0.5.0","babel-core":"5.8.25","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","postcss-parser-tests":"5.0.4","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.0","run-sequence":"1.1.3","babel-eslint":"4.1.3","gulp-eslint":"1.0.0","gulp-mocha":"2.1.3","gulp-babel":"5.2.1","strip-ansi":"3.0.0","gulp-shell":"0.4.3","yaspeller":"2.5.0","fs-extra":"0.24.0","isparta":"3.0.4","eslint":"1.5.0","sinon":"1.16.1","mocha":"2.3.3","gulp":"3.9.0","chai":"3.3.0","del":"2.0.2"},"scripts":{"test":"gulp"},"gitHead":"d3f1ea2ceb7a327f90034e607e061bf836e3bed6","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.7","_shasum":"55ad02dcb7da54c4d85dce43b874217a1379864b","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"55ad02dcb7da54c4d85dce43b874217a1379864b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.7.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"directories":{}},"5.0.8":{"name":"postcss","version":"5.0.8","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.1","source-map":"^0.5.0","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.2","postcss-parser-tests":"5.0.4","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.0","run-sequence":"1.1.3","babel-eslint":"4.1.3","gulp-eslint":"1.0.0","gulp-mocha":"2.1.3","gulp-babel":"5.2.1","strip-ansi":"3.0.0","gulp-shell":"0.4.3","yaspeller":"2.5.0","fs-extra":"0.24.0","isparta":"3.0.4","eslint":"1.5.0","sinon":"1.16.1","mocha":"2.3.3","gulp":"3.9.0","chai":"3.3.0","del":"2.0.2","babel-core":"5.8.25"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.8","_shasum":"70783031886234d7885d3035f44d9ff36a538602","_from":".","_npmVersion":"2.12.1","_nodeVersion":"2.3.4","_npmUser":{"name":"beneb","email":"beneb.info@gmail.com"},"dist":{"shasum":"70783031886234d7885d3035f44d9ff36a538602","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.8.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"directories":{}},"5.0.9":{"name":"postcss","version":"5.0.9","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.1","source-map":"^0.5.1","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","postcss-parser-tests":"5.0.4","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.1","run-sequence":"1.1.4","babel-eslint":"4.1.3","gulp-eslint":"1.0.0","gulp-mocha":"2.1.3","gulp-babel":"5.2.1","strip-ansi":"3.0.0","gulp-shell":"0.5.0","yaspeller":"2.5.0","fs-extra":"0.24.0","isparta":"3.1.0","eslint":"1.6.0","sinon":"1.17.1","mocha":"2.3.3","gulp":"3.9.0","chai":"3.3.0","del":"2.0.2","babel-core":"5.8.25"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.9","_shasum":"36888118cce2dfb09b6825dcbb3f36f712b6101e","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"36888118cce2dfb09b6825dcbb3f36f712b6101e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.9.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"directories":{}},"5.0.10":{"name":"postcss","version":"5.0.10","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.1","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","postcss-parser-tests":"5.0.4","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.1","run-sequence":"1.1.4","babel-eslint":"4.1.3","gulp-eslint":"1.0.0","gulp-mocha":"2.1.3","gulp-babel":"5.2.1","strip-ansi":"3.0.0","gulp-shell":"0.5.0","yaspeller":"2.5.0","fs-extra":"0.24.0","isparta":"3.1.0","eslint":"1.6.0","sinon":"1.17.1","mocha":"2.3.3","gulp":"3.9.0","chai":"3.3.0","del":"2.0.2","babel-core":"5.8.25"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.10","_shasum":"86eacc9036c5c063e27138bf9503e1de26ab69fe","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"86eacc9036c5c063e27138bf9503e1de26ab69fe","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.10.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"directories":{}},"5.0.11":{"name":"postcss","version":"5.0.11","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.1","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","postcss-parser-tests":"5.0.4","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.2","run-sequence":"1.1.4","babel-eslint":"4.1.4","gulp-eslint":"1.0.0","gulp-mocha":"2.1.3","gulp-babel":"5.3.0","strip-ansi":"3.0.0","gulp-shell":"0.5.1","yaspeller":"2.5.1","fs-extra":"0.26.2","isparta":"3.5.3","eslint":"1.9.0","sinon":"1.17.2","mocha":"2.3.3","gulp":"3.9.0","chai":"3.4.0","del":"2.0.2","babel-core":"5.8.25"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.11","_shasum":"b9475ef3ac54abb8049deb7ded3bbbf97689e6ef","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"b9475ef3ac54abb8049deb7ded3bbbf97689e6ef","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.11.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"directories":{}},"5.0.12":{"name":"postcss","version":"5.0.12","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.1","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","postcss-parser-tests":"5.0.4","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.2","run-sequence":"1.1.4","babel-eslint":"4.1.5","gulp-eslint":"1.1.0","gulp-mocha":"2.1.3","gulp-babel":"5.3.0","strip-ansi":"3.0.0","gulp-shell":"0.5.1","yaspeller":"2.5.1","fs-extra":"0.26.2","isparta":"3.5.3","eslint":"1.9.0","sinon":"1.17.2","mocha":"2.3.3","gulp":"3.9.0","chai":"3.4.1","del":"2.0.2","babel-core":"5.8.25"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.12","_shasum":"61297ec594d17705071ad888f5ed408905b9575a","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"61297ec594d17705071ad888f5ed408905b9575a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.12.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"directories":{}},"5.0.13":{"name":"postcss","version":"5.0.13","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.1","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","postcss-parser-tests":"5.0.5","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.3","run-sequence":"1.1.5","babel-eslint":"5.0.0-beta6","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-babel":"6.1.1","strip-ansi":"3.0.0","gulp-shell":"0.5.1","yaspeller":"2.6.0","fs-extra":"0.26.2","isparta":"4.0.0","eslint":"1.10.3","sinon":"1.17.2","mocha":"2.3.4","gulp":"3.9.0","chai":"3.4.1","del":"2.2.0","babel-plugin-add-module-exports":"0.1.1","babel-preset-es2015-loose":"6.1.3","babel-preset-stage-0":"6.3.13","babel-core":"6.3.17"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.13","_shasum":"90731ea7cbc3e786e714fe6bb6b79adf3e189a86","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"90731ea7cbc3e786e714fe6bb6b79adf3e189a86","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.13.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"directories":{}},"5.0.14":{"name":"postcss","version":"5.0.14","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.1","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","postcss-parser-tests":"5.0.5","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.3","run-sequence":"1.1.5","babel-eslint":"5.0.0-beta6","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-babel":"6.1.1","strip-ansi":"3.0.0","gulp-shell":"0.5.1","yaspeller":"2.6.0","fs-extra":"0.26.3","isparta":"4.0.0","eslint":"1.10.3","sinon":"1.17.2","mocha":"2.3.4","gulp":"3.9.0","chai":"3.4.1","del":"2.2.0","babel-plugin-add-module-exports":"0.1.2","babel-preset-es2015-loose":"6.1.4","babel-preset-stage-0":"6.3.13","babel-core":"6.3.26"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.14","_shasum":"164dafa9f3c6775ee599919cda610adeb495fcec","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"164dafa9f3c6775ee599919cda610adeb495fcec","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.14.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"directories":{}},"5.0.15":{"name":"postcss","version":"5.0.15","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.1","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"1.0.0","postcss-parser-tests":"5.0.5","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.3","run-sequence":"1.1.5","babel-eslint":"5.0.0-beta9","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-babel":"6.1.2","strip-ansi":"3.0.0","gulp-shell":"0.5.2","yaspeller":"2.6.0","fs-extra":"0.26.5","isparta":"4.0.0","eslint":"1.10.3","sinon":"1.17.3","mocha":"2.4.5","gulp":"3.9.1","chai":"3.5.0","del":"2.2.0","babel-plugin-add-module-exports":"0.1.2","babel-preset-es2015-loose":"7.0.0","babel-preset-stage-0":"6.5.0","babel-preset-es2015":"6.5.0","babel-core":"6.5.1"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"homepage":"https://github.com/postcss/postcss#readme","_id":"postcss@5.0.15","_shasum":"ac9d6b520ddfbf9dfe21f46bce45d161fa087522","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"ac9d6b520ddfbf9dfe21f46bce45d161fa087522","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.15.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/postcss-5.0.15.tgz_1455200572972_0.7284185644239187"},"directories":{}},"5.0.16":{"name":"postcss","version":"5.0.16","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.1","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.0","postcss-parser-tests":"5.0.5","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.3","run-sequence":"1.1.5","babel-eslint":"5.0.0-beta10","gulp-eslint":"2.0.0","gulp-mocha":"2.2.0","gulp-babel":"6.1.2","strip-ansi":"3.0.0","gulp-shell":"0.5.2","yaspeller":"2.6.0","fs-extra":"0.26.5","isparta":"4.0.0","eslint":"2.0.0","sinon":"1.17.3","mocha":"2.4.5","gulp":"3.9.1","chai":"3.5.0","del":"2.2.0","babel-plugin-add-module-exports":"0.1.2","babel-preset-es2015-loose":"7.0.0","babel-preset-stage-0":"6.5.0","babel-preset-es2015":"6.5.0","babel-core":"6.5.2"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.0.16","_shasum":"b14b9fdef1151d8ca32422e51d8c95b5d409004c","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"b14b9fdef1151d8ca32422e51d8c95b5d409004c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.16.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/postcss-5.0.16.tgz_1455440055139_0.9799389296676964"},"directories":{}},"5.0.17":{"name":"postcss","version":"5.0.17","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.1","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.0","postcss-parser-tests":"5.0.5","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.3","run-sequence":"1.1.5","babel-eslint":"5.0.0","gulp-eslint":"2.0.0","gulp-mocha":"2.2.0","gulp-babel":"6.1.2","strip-ansi":"3.0.1","gulp-shell":"0.5.2","yaspeller":"2.6.0","fs-extra":"0.26.5","isparta":"4.0.0","eslint":"2.2.0","sinon":"1.17.3","mocha":"2.4.5","gulp":"3.9.1","chai":"3.5.0","del":"2.2.0","babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.1.2","babel-preset-es2015-loose":"7.0.0","babel-preset-stage-0":"6.5.0","babel-preset-es2015":"6.5.0","babel-core":"6.5.2"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.0.17","_shasum":"1784874fff56c224157f1c9613d7771bd506ebc8","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"1784874fff56c224157f1c9613d7771bd506ebc8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.17.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/postcss-5.0.17.tgz_1456503030353_0.9646736525464803"},"directories":{}},"5.0.18":{"name":"postcss","version":"5.0.18","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.1","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.0","postcss-parser-tests":"5.0.5","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.3","run-sequence":"1.1.5","babel-eslint":"5.0.0","gulp-eslint":"2.0.0","gulp-mocha":"2.2.0","gulp-babel":"6.1.2","strip-ansi":"3.0.1","gulp-shell":"0.5.2","yaspeller":"2.6.0","fs-extra":"0.26.5","isparta":"4.0.0","eslint":"2.2.0","sinon":"1.17.3","mocha":"2.4.5","gulp":"3.9.1","chai":"3.5.0","del":"2.2.0","babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.1.2","babel-preset-es2015-loose":"7.0.0","babel-preset-stage-0":"6.5.0","babel-preset-es2015":"6.5.0","babel-core":"6.5.2"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.0.18","_shasum":"592fc5983931fba57e4c92ba141aa2c17fb1f21a","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"592fc5983931fba57e4c92ba141aa2c17fb1f21a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.18.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/postcss-5.0.18.tgz_1456734835099_0.4146177039947361"},"directories":{}},"5.0.19":{"name":"postcss","version":"5.0.19","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.1","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.0","postcss-parser-tests":"5.0.6","gulp-json-editor":"2.2.1","gulp-istanbul":"0.10.3","run-sequence":"1.1.5","babel-eslint":"5.0.0","gulp-eslint":"2.0.0","gulp-mocha":"2.2.0","gulp-babel":"6.1.2","strip-ansi":"3.0.1","gulp-shell":"0.5.2","yaspeller":"2.6.0","fs-extra":"0.26.5","isparta":"4.0.0","eslint":"2.2.0","sinon":"1.17.3","mocha":"2.4.5","gulp":"3.9.1","chai":"3.5.0","del":"2.2.0","babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.1.2","babel-preset-es2015-loose":"7.0.0","babel-preset-stage-0":"6.5.0","babel-preset-es2015":"6.6.0","babel-core":"6.6.0"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.0.19","_shasum":"b6342a01dc75b8cab7e968afda96aefc67f888af","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"b6342a01dc75b8cab7e968afda96aefc67f888af","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.19.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-5.0.19.tgz_1456944711334_0.9646348436363041"},"directories":{}},"5.0.20":{"name":"postcss","version":"5.0.20","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.5","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.7","gulp-json-editor":"2.2.1","babel-eslint":"6.0.4","gulp-eslint":"2.0.0","gulp-mocha":"2.2.0","gulp-babel":"6.1.2","strip-ansi":"3.0.1","gulp-shell":"0.5.2","yaspeller":"2.6.0","fs-extra":"0.30.0","eslint":"2.9.0","sinon":"1.17.3","mocha":"2.4.5","gulp":"3.9.1","chai":"3.5.0","del":"2.2.0","babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.1.4","babel-preset-es2015-loose":"7.0.0","babel-preset-stage-0":"6.5.0","babel-preset-es2015":"6.6.0","babel-core":"6.7.7"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.0.20","_shasum":"530e1c0786d5738e7557df5c1201f1aed1e4e818","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"530e1c0786d5738e7557df5c1201f1aed1e4e818","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.20.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-5.0.20.tgz_1462082949467_0.5638452761340886"},"directories":{}},"5.0.21":{"name":"postcss","version":"5.0.21","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.5","js-base64":"^2.1.9"},"devDependencies":{"concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.7","gulp-json-editor":"2.2.1","babel-eslint":"6.0.4","gulp-eslint":"2.0.0","gulp-mocha":"2.2.0","gulp-babel":"6.1.2","strip-ansi":"3.0.1","gulp-shell":"0.5.2","yaspeller":"2.6.0","fs-extra":"0.30.0","eslint":"2.9.0","sinon":"1.17.3","mocha":"2.4.5","gulp":"3.9.1","chai":"3.5.0","del":"2.2.0","babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.1.4","babel-preset-es2015-loose":"7.0.0","babel-preset-stage-0":"6.5.0","babel-preset-es2015":"6.6.0","babel-core":"6.7.7"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.0.21","_shasum":"d4cf6f19774648c492ac57c298f6afb3c04caefe","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"d4cf6f19774648c492ac57c298f6afb3c04caefe","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.0.21.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-5.0.21.tgz_1462205554383_0.5180628343950957"},"directories":{}},"5.1.0":{"name":"postcss","version":"5.1.0","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.6","js-base64":"^2.1.9"},"devDependencies":{"babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.2.1","babel-preset-es2015-loose":"7.0.0","concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.9","babel-preset-es2015":"6.9.0","gulp-sourcemaps":"1.6.0","babel-eslint":"6.1.2","gulp-eslint":"3.0.1","gulp-jsdoc3":"0.3.0","babel-core":"6.10.4","gulp-babel":"6.1.2","strip-ansi":"3.0.1","yaspeller":"2.8.1","gulp-run":"1.7.1","gulp-ava":"0.12.1","fs-extra":"0.30.0","docdash":"0.4.0","eslint":"3.0.1","sinon":"1.17.4","gulp":"3.9.1","ava":"0.15.2","del":"2.2.1"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.1.0","_shasum":"7860e3903c547b50c7e52edb3dbca30477cd1e5f","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"7860e3903c547b50c7e52edb3dbca30477cd1e5f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.1.0.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-5.1.0.tgz_1468341575535_0.7811144818551838"},"directories":{}},"5.1.1":{"name":"postcss","version":"5.1.1","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.6","js-base64":"^2.1.9"},"devDependencies":{"babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.2.1","babel-preset-es2015-loose":"7.0.0","concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.9","babel-preset-es2015":"6.9.0","gulp-sourcemaps":"1.6.0","babel-eslint":"6.1.2","gulp-eslint":"3.0.1","gulp-jsdoc3":"0.3.0","babel-core":"6.11.4","gulp-babel":"6.1.2","strip-ansi":"3.0.1","yaspeller":"2.8.2","gulp-run":"1.7.1","gulp-ava":"0.12.1","fs-extra":"0.30.0","docdash":"0.4.0","eslint":"3.1.1","sinon":"1.17.4","gulp":"3.9.1","ava":"0.15.2","del":"2.2.1"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.1.1","_shasum":"c7947993b76d8f3e069b2c223b185581a7e54164","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"c7947993b76d8f3e069b2c223b185581a7e54164","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.1.1.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-5.1.1.tgz_1469523811504_0.9466930476482958"},"directories":{}},"5.1.2":{"name":"postcss","version":"5.1.2","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.6","js-base64":"^2.1.9"},"devDependencies":{"babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.2.1","concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.9","babel-preset-es2015":"6.13.2","gulp-sourcemaps":"1.6.0","babel-eslint":"6.1.2","gulp-eslint":"3.0.1","gulp-jsdoc3":"0.3.0","babel-core":"6.13.2","gulp-babel":"6.1.2","strip-ansi":"3.0.1","yaspeller":"2.9.1","gulp-run":"1.7.1","gulp-ava":"0.13.0","fs-extra":"0.30.0","docdash":"0.4.0","eslint":"3.2.2","sinon":"1.17.5","gulp":"3.9.1","ava":"0.16.0","del":"2.2.1"},"scripts":{"test":"gulp"},"main":"lib/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.1.2","_shasum":"bd84886a66bcad489afaf7c673eed5ef639551e2","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"bd84886a66bcad489afaf7c673eed5ef639551e2","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.1.2.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-5.1.2.tgz_1470506534964_0.8015585844404995"},"directories":{}},"5.2.0":{"name":"postcss","version":"5.2.0","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.6","js-base64":"^2.1.9"},"devDependencies":{"babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.2.1","concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.10","babel-preset-es2015":"6.14.0","gulp-sourcemaps":"1.6.0","run-sequence":"1.2.2","gulp-changed":"1.3.2","babel-eslint":"6.1.2","lint-staged":"2.0.3","gulp-eslint":"3.0.1","gulp-jsdoc3":"0.3.0","babel-core":"6.14.0","gulp-babel":"6.1.2","strip-ansi":"3.0.1","pre-commit":"1.1.3","yaspeller":"2.9.1","gulp-run":"1.7.1","gulp-ava":"0.14.1","fs-extra":"0.30.0","docdash":"0.4.0","eslint":"3.4.0","sinon":"1.17.5","chalk":"1.1.3","gulp":"3.9.1","ava":"0.16.0","del":"2.2.2"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.0","_shasum":"cdbee46b45abec245ed7ee8e905fc336c1dce2c9","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.5.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"cdbee46b45abec245ed7ee8e905fc336c1dce2c9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.0.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.0.tgz_1473222562845_0.7899637438822538"},"directories":{}},"5.2.1":{"name":"postcss","version":"5.2.1","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.6","js-base64":"^2.1.9"},"devDependencies":{"babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.2.1","concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.10","babel-preset-es2015":"6.14.0","gulp-sourcemaps":"1.6.0","run-sequence":"1.2.2","gulp-changed":"1.3.2","babel-eslint":"6.1.2","lint-staged":"3.0.3","gulp-eslint":"3.0.1","babel-core":"6.14.0","gulp-babel":"6.1.2","strip-ansi":"3.0.1","pre-commit":"1.1.3","yaspeller":"2.9.1","gulp-run":"1.7.1","gulp-ava":"0.14.1","fs-extra":"0.30.0","docdash":"0.4.0","eslint":"3.6.0","jsdoc":"3.4.1","sinon":"1.17.6","chalk":"1.1.3","gulp":"3.9.1","ava":"0.16.0","del":"2.2.2"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.1","_shasum":"02c23730ad4a2efc7abdbda64c32e09eeaf9ee3c","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"02c23730ad4a2efc7abdbda64c32e09eeaf9ee3c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.1.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.1.tgz_1474891896337_0.6908692163415253"},"directories":{}},"5.2.2":{"name":"postcss","version":"5.2.2","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.6","js-base64":"^2.1.9"},"devDependencies":{"babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.2.1","concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.10","babel-preset-es2015":"6.14.0","gulp-sourcemaps":"1.6.0","run-sequence":"1.2.2","gulp-changed":"1.3.2","babel-eslint":"6.1.2","lint-staged":"3.0.3","gulp-eslint":"3.0.1","babel-core":"6.14.0","gulp-babel":"6.1.2","strip-ansi":"3.0.1","pre-commit":"1.1.3","yaspeller":"2.9.1","gulp-run":"1.7.1","gulp-ava":"0.14.1","fs-extra":"0.30.0","docdash":"0.4.0","eslint":"3.6.0","jsdoc":"3.4.1","sinon":"1.17.6","chalk":"1.1.3","gulp":"3.9.1","ava":"0.16.0","del":"2.2.2"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.2","_shasum":"7e1790ed055d62af15164aba7ffcb0a7ba56815f","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"7e1790ed055d62af15164aba7ffcb0a7ba56815f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.2.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.2.tgz_1474894697743_0.4936657389625907"},"directories":{}},"5.2.3":{"name":"postcss","version":"5.2.3","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.6","js-base64":"^2.1.9","chalk":"^1.1.3"},"devDependencies":{"babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.2.1","concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.10","babel-preset-es2015":"6.16.0","gulp-sourcemaps":"1.6.0","run-sequence":"1.2.2","gulp-changed":"1.3.2","babel-eslint":"7.0.0","lint-staged":"3.0.3","gulp-eslint":"3.0.1","babel-core":"6.16.0","gulp-babel":"6.1.2","strip-ansi":"3.0.1","pre-commit":"1.1.3","yaspeller":"2.9.1","gulp-run":"1.7.1","gulp-ava":"0.14.1","fs-extra":"0.30.0","docdash":"0.4.0","eslint":"3.6.1","jsdoc":"3.4.1","sinon":"1.17.6","chalk":"1.1.3","gulp":"3.9.1","ava":"0.16.0","del":"2.2.2"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.3","_shasum":"79eede69d334f7b292a2dff996eec76e25344465","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"79eede69d334f7b292a2dff996eec76e25344465","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.3.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-5.2.3.tgz_1475142614462_0.6934349299408495"},"directories":{}},"5.2.4":{"name":"postcss","version":"5.2.4","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.6","js-base64":"^2.1.9","chalk":"^1.1.3"},"devDependencies":{"babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.2.1","concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.10","babel-preset-es2015":"6.16.0","gulp-sourcemaps":"1.6.0","run-sequence":"1.2.2","gulp-changed":"1.3.2","babel-eslint":"7.0.0","lint-staged":"3.0.3","gulp-eslint":"3.0.1","babel-core":"6.16.0","gulp-babel":"6.1.2","strip-ansi":"3.0.1","pre-commit":"1.1.3","yaspeller":"2.9.1","gulp-run":"1.7.1","gulp-ava":"0.14.1","fs-extra":"0.30.0","docdash":"0.4.0","eslint":"3.6.1","jsdoc":"3.4.1","sinon":"1.17.6","chalk":"1.1.3","gulp":"3.9.1","ava":"0.16.0","del":"2.2.2"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.4","_shasum":"8eb4bee3e5c4e091585b116df32d8db24a535f21","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"8eb4bee3e5c4e091585b116df32d8db24a535f21","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.4.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.4.tgz_1475212808158_0.7519478190224618"},"directories":{}},"5.2.5":{"name":"postcss","version":"5.2.5","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.6","js-base64":"^2.1.9","chalk":"^1.1.3"},"devDependencies":{"babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.2.1","concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.10","babel-preset-es2015":"6.16.0","gulp-sourcemaps":"2.1.1","run-sequence":"1.2.2","gulp-changed":"1.3.2","babel-eslint":"7.0.0","lint-staged":"3.2.0","gulp-eslint":"3.0.1","babel-core":"6.17.0","gulp-babel":"6.1.2","strip-ansi":"3.0.1","pre-commit":"1.1.3","yaspeller":"3.0.0","gulp-run":"1.7.1","gulp-ava":"0.14.1","fs-extra":"0.30.0","docdash":"0.4.0","eslint":"3.8.1","jsdoc":"3.4.2","sinon":"1.17.6","chalk":"1.1.3","gulp":"3.9.1","ava":"0.16.0","del":"2.2.2"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.5","_shasum":"ec428c27dffc7fac65961340a9b022fa4af5f056","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.8.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"ec428c27dffc7fac65961340a9b022fa4af5f056","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.5.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.5.tgz_1476966359644_0.06463086837902665"},"directories":{}},"5.2.6":{"name":"postcss","version":"5.2.6","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"supports-color":"^3.1.2","source-map":"^0.5.6","js-base64":"^2.1.9","chalk":"^1.1.3"},"devDependencies":{"babel-plugin-precompile-charcodes":"1.0.0","babel-plugin-add-module-exports":"0.2.1","concat-with-sourcemaps":"1.0.4","eslint-config-postcss":"2.0.2","postcss-parser-tests":"5.0.10","babel-preset-es2015":"6.18.0","gulp-sourcemaps":"2.2.0","run-sequence":"1.2.2","gulp-changed":"1.3.2","babel-eslint":"7.1.1","lint-staged":"3.2.1","gulp-eslint":"3.0.1","babel-core":"6.18.2","gulp-babel":"6.1.2","strip-ansi":"3.0.1","pre-commit":"1.1.3","yaspeller":"3.0.0","gulp-run":"1.7.1","gulp-ava":"0.15.0","fs-extra":"1.0.0","docdash":"0.4.0","eslint":"3.10.2","jsdoc":"3.4.3","sinon":"1.17.6","chalk":"1.1.3","gulp":"3.9.1","ava":"0.17.0","del":"2.2.2"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.6","_shasum":"a252cd67cd52585035f17e9ad12b35137a7bdd9e","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"a252cd67cd52585035f17e9ad12b35137a7bdd9e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.6.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.6.tgz_1479819351588_0.21716016554273665"},"directories":{}},"5.2.7":{"name":"postcss","version":"5.2.7","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","js-base64":"^2.1.9","source-map":"^0.5.6","supports-color":"^3.1.2"},"devDependencies":{"ava":"^0.17.0","babel-core":"^6.21.0","babel-eslint":"^7.1.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-es2015":"^6.18.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.12.2","eslint-config-postcss":"^2.0.2","fs-extra":"^1.0.0","gulp":"^3.9.1","gulp-ava":"^0.15.0","gulp-babel":"^6.1.2","gulp-changed":"^1.3.2","gulp-eslint":"^3.0.1","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.2.1","jsdoc":"^3.4.3","lint-staged":"^3.2.4","postcss-parser-tests":"^5.0.10","pre-commit":"^1.2.2","run-sequence":"^1.2.2","sinon":"^1.17.6","strip-ansi":"^3.0.1","yaspeller":"^3.0.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.7","_shasum":"e38fb8370b7c0703922ecefdf21256c5f4b8d369","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"e38fb8370b7c0703922ecefdf21256c5f4b8d369","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.7.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-5.2.7.tgz_1482569169847_0.9893079784233123"},"directories":{}},"5.2.8":{"name":"postcss","version":"5.2.8","description":"Tool for transforming styles with JS plugins","typings":"d.ts/postcss.d.ts","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","js-base64":"^2.1.9","source-map":"^0.5.6","supports-color":"^3.1.2"},"devDependencies":{"ava":"^0.17.0","babel-core":"^6.21.0","babel-eslint":"^7.1.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-es2015":"^6.18.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.12.2","eslint-config-postcss":"^2.0.2","fs-extra":"^1.0.0","gulp":"^3.9.1","gulp-ava":"^0.15.0","gulp-babel":"^6.1.2","gulp-changed":"^1.3.2","gulp-eslint":"^3.0.1","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.2.1","jsdoc":"^3.4.3","lint-staged":"^3.2.4","postcss-parser-tests":"^5.0.10","pre-commit":"^1.2.2","run-sequence":"^1.2.2","sinon":"^1.17.6","strip-ansi":"^3.0.1","yaspeller":"^3.0.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.8","_shasum":"05720c49df23c79bda51fd01daeb1e9222e94390","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"05720c49df23c79bda51fd01daeb1e9222e94390","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.8.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.8.tgz_1482739711735_0.9840468934271485"},"directories":{}},"5.2.9":{"name":"postcss","version":"5.2.9","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","js-base64":"^2.1.9","source-map":"^0.5.6","supports-color":"^3.1.2"},"devDependencies":{"ava":"^0.17.0","babel-core":"^6.21.0","babel-eslint":"^7.1.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-es2015":"^6.18.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.13.0","eslint-config-postcss":"^2.0.2","fs-extra":"^1.0.0","gulp":"^3.9.1","gulp-ava":"^0.15.0","gulp-babel":"^6.1.2","gulp-changed":"^1.3.2","gulp-eslint":"^3.0.1","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.2.3","jsdoc":"^3.4.3","lint-staged":"^3.2.5","postcss-parser-tests":"^5.0.10","pre-commit":"^1.2.2","run-sequence":"^1.2.2","sinon":"^1.17.7","strip-ansi":"^3.0.1","yaspeller":"^3.0.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.9","_shasum":"282a644f92d4b871ade2d3ce8bd0ea46f18317b6","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"282a644f92d4b871ade2d3ce8bd0ea46f18317b6","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.9.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-5.2.9.tgz_1483946129558_0.6109050763770938"},"directories":{}},"5.2.10":{"name":"postcss","version":"5.2.10","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","js-base64":"^2.1.9","source-map":"^0.5.6","supports-color":"^3.1.2"},"devDependencies":{"ava":"^0.17.0","babel-core":"^6.21.0","babel-eslint":"^7.1.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-es2015":"^6.18.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.13.1","eslint-config-postcss":"^2.0.2","fs-extra":"^1.0.0","gulp":"^3.9.1","gulp-ava":"^0.15.0","gulp-babel":"^6.1.2","gulp-changed":"^1.3.2","gulp-eslint":"^3.0.1","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.3.1","jsdoc":"^3.4.3","lint-staged":"^3.2.6","postcss-parser-tests":"^5.0.10","pre-commit":"^1.2.2","run-sequence":"^1.2.2","sinon":"^1.17.7","strip-ansi":"^3.0.1","yaspeller":"^3.0.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.10","_shasum":"b58b64e04f66f838b7bc7cb41f7dac168568a945","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"b58b64e04f66f838b7bc7cb41f7dac168568a945","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.10.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-5.2.10.tgz_1484207486595_0.36697000241838396"},"directories":{}},"5.2.11":{"name":"postcss","version":"5.2.11","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","js-base64":"^2.1.9","source-map":"^0.5.6","supports-color":"^3.2.3"},"devDependencies":{"ava":"^0.17.0","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-es2015":"^6.22.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.13.1","eslint-config-postcss":"^2.0.2","fs-extra":"^2.0.0","gulp":"^3.9.1","gulp-ava":"^0.15.0","gulp-babel":"^6.1.2","gulp-changed":"^1.3.2","gulp-eslint":"^3.0.1","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.4.0","jsdoc":"^3.4.3","lint-staged":"^3.2.7","postcss-parser-tests":"^5.0.10","pre-commit":"^1.2.2","run-sequence":"^1.2.2","sinon":"^1.17.7","strip-ansi":"^3.0.1","yaspeller":"^3.0.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.11","_shasum":"ff29bcd6d2efb98bfe08a022055ec599bbe7b761","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"ff29bcd6d2efb98bfe08a022055ec599bbe7b761","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.11.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-5.2.11.tgz_1484902090371_0.498729158192873"},"directories":{}},"5.2.12":{"name":"postcss","version":"5.2.12","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","js-base64":"^2.1.9","source-map":"^0.5.6","supports-color":"^3.2.3"},"devDependencies":{"ava":"^0.17.0","babel-core":"^6.22.1","babel-eslint":"^7.1.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-es2015":"^6.22.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.15.0","eslint-config-postcss":"^2.0.2","fs-extra":"^2.0.0","gulp":"^3.9.1","gulp-ava":"^0.15.0","gulp-babel":"^6.1.2","gulp-changed":"^1.3.2","gulp-eslint":"^3.0.1","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.4.1","jsdoc":"^3.4.3","lint-staged":"^3.3.0","postcss-parser-tests":"^5.0.10","pre-commit":"^1.2.2","run-sequence":"^1.2.2","sinon":"^1.17.7","strip-ansi":"^3.0.1","yaspeller":"^3.0.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.12","_shasum":"6a2b15e35dd65634441bb0961fa796904c7890e0","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"6a2b15e35dd65634441bb0961fa796904c7890e0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.12.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.12.tgz_1486330335646_0.052372753620147705"},"directories":{}},"5.2.13":{"name":"postcss","version":"5.2.13","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","js-base64":"^2.1.9","source-map":"^0.5.6","supports-color":"^3.2.3"},"devDependencies":{"ava":"^0.17.0","babel-core":"^6.23.1","babel-eslint":"^7.1.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-es2015":"^6.22.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.15.0","eslint-config-postcss":"^2.0.2","fs-extra":"^2.0.0","gulp":"^3.9.1","gulp-ava":"^0.15.0","gulp-babel":"^6.1.2","gulp-changed":"^1.3.2","gulp-eslint":"^3.0.1","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.4.1","jsdoc":"^3.4.3","lint-staged":"^3.3.0","postcss-parser-tests":"^5.0.11","pre-commit":"^1.2.2","run-sequence":"^1.2.2","sinon":"^1.17.7","strip-ansi":"^3.0.1","yaspeller":"^3.0.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.13","_shasum":"1be52a32cf2ef58c0d75f1aedb3beabcf257cef3","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"1be52a32cf2ef58c0d75f1aedb3beabcf257cef3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.13.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.13.tgz_1487071180861_0.4101797095499933"},"directories":{}},"5.2.14":{"name":"postcss","version":"5.2.14","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","js-base64":"^2.1.9","source-map":"^0.5.6","supports-color":"^3.2.3"},"devDependencies":{"ava":"^0.17.0","babel-core":"^6.23.1","babel-eslint":"^7.1.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-es2015":"^6.22.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.15.0","eslint-config-postcss":"^2.0.2","fs-extra":"^2.0.0","gulp":"^3.9.1","gulp-ava":"^0.15.0","gulp-babel":"^6.1.2","gulp-changed":"^1.3.2","gulp-eslint":"^3.0.1","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.4.1","jsdoc":"^3.4.3","lint-staged":"^3.3.0","postcss-parser-tests":"^5.0.11","pre-commit":"^1.2.2","run-sequence":"^1.2.2","sinon":"^1.17.7","strip-ansi":"^3.0.1","yaspeller":"^3.0.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"browser":{"fs":false},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.14","_shasum":"47b4fbde363fd4f81e547f7e0e43d6d300267330","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"47b4fbde363fd4f81e547f7e0e43d6d300267330","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.14.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.14.tgz_1487322222824_0.17081629624590278"},"directories":{}},"5.2.15":{"name":"postcss","version":"5.2.15","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","js-base64":"^2.1.9","source-map":"^0.5.6","supports-color":"^3.2.3"},"devDependencies":{"ava":"^0.17.0","babel-core":"^6.23.1","babel-eslint":"^7.1.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-es2015":"^6.22.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.16.0","eslint-config-postcss":"^2.0.2","fs-extra":"^2.0.0","gulp":"^3.9.1","gulp-ava":"^0.15.0","gulp-babel":"^6.1.2","gulp-changed":"^1.3.2","gulp-eslint":"^3.0.1","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.4.1","jsdoc":"^3.4.3","lint-staged":"^3.3.1","postcss-parser-tests":"^5.0.11","pre-commit":"^1.2.2","run-sequence":"^1.2.2","sinon":"^1.17.7","strip-ansi":"^3.0.1","yaspeller":"^3.0.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller"},"pre-commit":["lint-staged"],"browser":{"fs":false},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.15","_shasum":"a9e8685e50e06cc5b3fdea5297273246c26f5b30","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"a9e8685e50e06cc5b3fdea5297273246c26f5b30","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.15.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-5.2.15.tgz_1487764828888_0.8921894764062017"},"directories":{}},"5.2.16":{"name":"postcss","version":"5.2.16","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","js-base64":"^2.1.9","source-map":"^0.5.6","supports-color":"^3.2.3"},"devDependencies":{"ava":"^0.17.0","babel-core":"^6.23.1","babel-eslint":"^7.1.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-es2015":"^6.22.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.17.1","eslint-config-postcss":"^2.0.2","fs-extra":"^2.0.0","gulp":"^3.9.1","gulp-ava":"^0.15.0","gulp-babel":"^6.1.2","gulp-changed":"^1.3.2","gulp-eslint":"^3.0.1","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.4.1","jsdoc":"^3.4.3","lint-staged":"^3.3.1","postcss-parser-tests":"^5.0.11","pre-commit":"^1.2.2","run-sequence":"^1.2.2","sinon":"^1.17.7","strip-ansi":"^3.0.1","yaspeller-ci":"^0.3.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.16","_shasum":"732b3100000f9ff8379a48a53839ed097376ad57","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"732b3100000f9ff8379a48a53839ed097376ad57","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.16.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.16.tgz_1488901903362_0.9278970404993743"},"directories":{}},"5.2.17":{"name":"postcss","version":"5.2.17","description":"Tool for transforming styles with JS plugins","engines":{"node":">=0.12"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","js-base64":"^2.1.9","source-map":"^0.5.6","supports-color":"^3.2.3"},"devDependencies":{"ava":"^0.17.0","babel-core":"^6.24.0","babel-eslint":"^7.1.1","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-es2015":"^6.24.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.18.0","eslint-config-postcss":"^2.0.2","fs-extra":"^1.0.0","gulp":"^3.9.1","gulp-ava":"^0.15.0","gulp-babel":"^6.1.2","gulp-changed":"^1.3.2","gulp-eslint":"^3.0.1","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.4.1","jsdoc":"^3.4.3","lint-staged":"^3.4.0","postcss-parser-tests":"^5.0.11","pre-commit":"^1.2.2","run-sequence":"^1.2.2","sinon":"^2.0.0","strip-ansi":"^3.0.1","yaspeller-ci":"^0.3.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@5.2.17","_shasum":"cf4f597b864d65c8a492b2eabe9d706c879c388b","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"cf4f597b864d65c8a492b2eabe9d706c879c388b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-5.2.17.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-5.2.17.tgz_1492124276482_0.1051938203163445"},"directories":{}},"6.0.0":{"name":"postcss","version":"6.0.0","description":"Tool for transforming styles with JS plugins","engines":{"node":">=4.0.0"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","source-map":"^0.5.6","supports-color":"^3.2.3"},"devDependencies":{"babel-core":"^6.24.1","babel-eslint":"^7.2.3","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-env":"^1.4.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.19.0","eslint-config-postcss":"^2.0.2","fs-extra":"^3.0.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-changed":"^3.1.0","gulp-eslint":"^3.0.1","gulp-jest":"^1.0.0","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.6.0","jest":"^19.0.2","jsdoc":"^3.4.3","lint-staged":"^3.4.1","postcss-parser-tests":"^6.0.0","pre-commit":"^1.2.2","run-sequence":"^1.2.2","strip-ansi":"^3.0.1","yaspeller-ci":"^0.4.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"babel":{"presets":[["env",{"targets":{"browsers":"last 1 version","node":4},"loose":true}]],"plugins":["add-module-exports","precompile-charcodes"]},"eslintConfig":{"parser":"babel-eslint","extends":"eslint-config-postcss","rules":{"consistent-return":"off","valid-jsdoc":"error","complexity":"off","no-new":"off"},"env":{"browser":true,"jest":true}},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@6.0.0","_shasum":"ef75a67e75fe2bfff53971045697202c018b2e81","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"ef75a67e75fe2bfff53971045697202c018b2e81","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-6.0.0.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/postcss-6.0.0.tgz_1494071051678_0.09782943781465292"},"directories":{}},"6.0.1":{"name":"postcss","version":"6.0.1","description":"Tool for transforming styles with JS plugins","engines":{"node":">=4.0.0"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","source-map":"^0.5.6","supports-color":"^3.2.3"},"devDependencies":{"babel-core":"^6.24.1","babel-eslint":"^7.2.3","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-env":"^1.4.0","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^2.2.2","docdash":"^0.4.0","eslint":"^3.19.0","eslint-config-postcss":"^2.0.2","fs-extra":"^3.0.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-changed":"^3.1.0","gulp-eslint":"^3.0.1","gulp-jest":"^1.0.0","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.6.0","jest":"^19.0.2","jsdoc":"^3.4.3","lint-staged":"^3.4.1","postcss-parser-tests":"^6.0.0","pre-commit":"^1.2.2","run-sequence":"^1.2.2","strip-ansi":"^3.0.1","yaspeller-ci":"^0.4.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"babel":{"presets":[["env",{"targets":{"browsers":"last 1 version","node":4},"loose":true}]],"plugins":["add-module-exports","precompile-charcodes"]},"eslintConfig":{"parser":"babel-eslint","extends":"eslint-config-postcss","rules":{"consistent-return":"off","valid-jsdoc":"error","complexity":"off","no-new":"off"},"env":{"browser":true,"jest":true}},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@6.0.1","_shasum":"000dbd1f8eef217aa368b9a212c5fc40b2a8f3f2","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"000dbd1f8eef217aa368b9a212c5fc40b2a8f3f2","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-6.0.1.tgz"},"maintainers":[{"name":"ai","email":"andrey@sitnik.ru"},{"name":"beneb","email":"beneb.info@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-6.0.1.tgz_1494157070195_0.641184407286346"},"directories":{}},"6.0.2":{"name":"postcss","version":"6.0.2","description":"Tool for transforming styles with JS plugins","engines":{"node":">=4.0.0"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","source-map":"^0.5.6","supports-color":"^3.2.3"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-env":"^1.5.2","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^3.0.0","docdash":"^0.4.0","eslint":"^4.0.0","eslint-config-postcss":"^2.0.2","fs-extra":"^3.0.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-changed":"^3.1.0","gulp-eslint":"^4.0.0","gulp-jest":"^2.0.0","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.6.0","jest":"^20.0.4","jsdoc":"^3.4.3","lint-staged":"^3.6.1","postcss-parser-tests":"^6.0.0","pre-commit":"^1.2.2","run-sequence":"^1.2.2","strip-ansi":"^3.0.1","yaspeller-ci":"^0.4.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"babel":{"presets":[["env",{"targets":{"browsers":"last 1 version","node":4},"loose":true}]],"plugins":["add-module-exports","precompile-charcodes"]},"eslintConfig":{"parser":"babel-eslint","extends":"eslint-config-postcss","rules":{"consistent-return":"off","valid-jsdoc":"error","complexity":"off","no-new":"off"},"env":{"browser":true,"jest":true}},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@6.0.2","_shasum":"5c4fea589f0ac3b00caa75b1cbc3a284195b7e5d","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"5c4fea589f0ac3b00caa75b1cbc3a284195b7e5d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-6.0.2.tgz"},"maintainers":[{"email":"trysound@yandex.ru","name":"trysound"},{"email":"beneb.info@gmail.com","name":"beneb"},{"email":"andrey@sitnik.ru","name":"ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-6.0.2.tgz_1497293265785_0.871660292847082"},"directories":{}},"6.0.3":{"name":"postcss","version":"6.0.3","description":"Tool for transforming styles with JS plugins","engines":{"node":">=4.0.0"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^1.1.3","source-map":"^0.5.6","supports-color":"^4.0.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-env":"^1.5.2","chalk":"^1.1.3","concat-with-sourcemaps":"^1.0.4","del":"^3.0.0","docdash":"^0.4.0","eslint":"^4.0.0","eslint-config-postcss":"^2.0.2","fs-extra":"^3.0.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-changed":"^3.1.0","gulp-eslint":"^4.0.0","gulp-jest":"^2.0.0","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.6.0","jest":"^20.0.4","jsdoc":"^3.4.3","lint-staged":"^4.0.0","postcss-parser-tests":"^6.0.1","pre-commit":"^1.2.2","run-sequence":"^1.2.2","strip-ansi":"^4.0.0","yaspeller-ci":"^0.4.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"babel":{"presets":[["env",{"targets":{"browsers":"last 1 version","node":4},"loose":true}]],"plugins":["add-module-exports","precompile-charcodes"]},"eslintConfig":{"parser":"babel-eslint","extends":"eslint-config-postcss","rules":{"consistent-return":"off","valid-jsdoc":"error","complexity":"off","no-new":"off"},"env":{"browser":true,"jest":true}},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@6.0.3","_shasum":"b7f565b3d956fbb8565ca7c1e239d0506e427d8b","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"b7f565b3d956fbb8565ca7c1e239d0506e427d8b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-6.0.3.tgz"},"maintainers":[{"email":"trysound@yandex.ru","name":"trysound"},{"email":"beneb.info@gmail.com","name":"beneb"},{"email":"andrey@sitnik.ru","name":"ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-6.0.3.tgz_1498245429683_0.6488686776719987"},"directories":{}},"6.0.4":{"name":"postcss","version":"6.0.4","description":"Tool for transforming styles with JS plugins","engines":{"node":">=4.0.0"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^2.0.1","source-map":"^0.5.6","supports-color":"^4.0.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-env":"^1.5.2","concat-with-sourcemaps":"^1.0.4","del":"^3.0.0","docdash":"^0.4.0","eslint":"^4.1.1","eslint-config-postcss":"^2.0.2","fs-extra":"^3.0.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-changed":"^3.1.0","gulp-eslint":"^4.0.0","gulp-jest":"^2.0.0","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.6.0","jest":"^20.0.4","jsdoc":"^3.4.3","lint-staged":"^4.0.0","postcss-parser-tests":"^6.0.1","pre-commit":"^1.2.2","run-sequence":"^1.2.2","strip-ansi":"^4.0.0","yaspeller-ci":"^0.4.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"babel":{"presets":[["env",{"targets":{"browsers":"last 1 version","node":4},"loose":true}]],"plugins":["add-module-exports","precompile-charcodes"]},"eslintConfig":{"parser":"babel-eslint","extends":"eslint-config-postcss","rules":{"consistent-return":"off","valid-jsdoc":"error","complexity":"off","no-new":"off"},"env":{"browser":true,"jest":true}},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@6.0.4","_shasum":"573acddf73f42ecb24aa618d40ee3d5a7c04a654","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"573acddf73f42ecb24aa618d40ee3d5a7c04a654","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-6.0.4.tgz"},"maintainers":[{"email":"trysound@yandex.ru","name":"trysound"},{"email":"beneb.info@gmail.com","name":"beneb"},{"email":"andrey@sitnik.ru","name":"ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-6.0.4.tgz_1498822765598_0.09548760810866952"},"directories":{}},"6.0.5":{"name":"postcss","version":"6.0.5","description":"Tool for transforming styles with JS plugins","engines":{"node":">=4.0.0"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^2.0.1","source-map":"^0.5.6","supports-color":"^4.1.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.0.0","babel-preset-env":"^1.5.2","concat-with-sourcemaps":"^1.0.4","del":"^3.0.0","docdash":"^0.4.0","eslint":"^4.1.1","eslint-config-postcss":"^2.0.2","fs-extra":"^3.0.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-changed":"^3.1.0","gulp-eslint":"^4.0.0","gulp-jest":"^2.0.0","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.6.0","jest":"^20.0.4","jsdoc":"^3.4.3","lint-staged":"^4.0.0","postcss-parser-tests":"^6.0.1","pre-commit":"^1.2.2","run-sequence":"^2.0.0","size-limit":"^0.3.0","strip-ansi":"^4.0.0","yaspeller-ci":"^0.4.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"eslintConfig":{"parser":"babel-eslint","extends":"eslint-config-postcss","rules":{"consistent-return":"off","valid-jsdoc":"error","complexity":"off","no-new":"off"},"env":{"browser":true,"jest":true}},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@6.0.5","_shasum":"efa34f745ca25bd3b3cbd15aa4e03112b8237f3c","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"efa34f745ca25bd3b3cbd15aa4e03112b8237f3c","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-6.0.5.tgz"},"maintainers":[{"email":"trysound@yandex.ru","name":"trysound"},{"email":"beneb.info@gmail.com","name":"beneb"},{"email":"andrey@sitnik.ru","name":"ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-6.0.5.tgz_1499080725160_0.9936173423193395"},"directories":{}},"6.0.6":{"name":"postcss","version":"6.0.6","description":"Tool for transforming styles with JS plugins","engines":{"node":">=4.0.0"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^2.0.1","source-map":"^0.5.6","supports-color":"^4.1.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.1.0","babel-preset-env":"^1.6.0","concat-with-sourcemaps":"^1.0.4","del":"^3.0.0","docdash":"^0.4.0","eslint":"^4.1.1","eslint-config-postcss":"^2.0.2","fs-extra":"^3.0.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-changed":"^3.1.0","gulp-eslint":"^4.0.0","gulp-jest":"^2.0.0","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.6.0","jest":"^20.0.4","jsdoc":"^3.4.3","lint-staged":"^4.0.0","postcss-parser-tests":"^6.0.2","pre-commit":"^1.2.2","run-sequence":"^2.0.0","size-limit":"^0.3.2","strip-ansi":"^4.0.0","yaspeller-ci":"^0.4.1"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"eslintConfig":{"parser":"babel-eslint","extends":"eslint-config-postcss","rules":{"consistent-return":"off","valid-jsdoc":"error","complexity":"off","no-new":"off"},"env":{"browser":true,"jest":true}},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@6.0.6","_shasum":"bba4d58e884fc78c840d1539e10eddaabb8f73bd","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"shasum":"bba4d58e884fc78c840d1539e10eddaabb8f73bd","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-6.0.6.tgz"},"maintainers":[{"email":"trysound@yandex.ru","name":"trysound"},{"email":"beneb.info@gmail.com","name":"beneb"},{"email":"andrey@sitnik.ru","name":"ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-6.0.6.tgz_1499272398179_0.02455123048275709"},"directories":{}},"6.0.7":{"name":"postcss","version":"6.0.7","description":"Tool for transforming styles with JS plugins","engines":{"node":">=4.0.0"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^2.0.1","source-map":"^0.5.6","supports-color":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.1.0","babel-preset-env":"^1.6.0","concat-with-sourcemaps":"^1.0.4","del":"^3.0.0","docdash":"^0.4.0","eslint":"^4.2.0","eslint-config-postcss":"^2.0.2","fs-extra":"^4.0.0","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-changed":"^3.1.0","gulp-eslint":"^4.0.0","gulp-jest":"^2.0.0","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.6.0","jest":"^20.0.4","jsdoc":"^3.5.3","lint-staged":"^4.0.2","postcss-parser-tests":"^6.0.2","pre-commit":"^1.2.2","run-sequence":"^2.0.0","size-limit":"^0.7.0","strip-ansi":"^4.0.0","yaspeller-ci":"^0.6.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"sizeLimit":[{"path":"build/lib/postcss.js","babili":true,"limit":"36 KB"}],"eslintConfig":{"parser":"babel-eslint","extends":"eslint-config-postcss","rules":{"consistent-return":"off","valid-jsdoc":"error","complexity":"off","no-new":"off"},"env":{"browser":true,"jest":true}},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@6.0.7","_npmVersion":"5.0.3","_nodeVersion":"8.1.4","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"integrity":"sha512-8h/GrGLLyxM5ZvzpCH2XTYPysaSL3Ku5kWD7tKXeKRj8NVg1tyldHFCQGF4NTvRUDvjQfmcCRuowHHFFlAURUg==","shasum":"6a097477c46d13d0560a817d69abc0bae549d0a0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-6.0.7.tgz"},"maintainers":[{"email":"trysound@yandex.ru","name":"trysound"},{"email":"beneb.info@gmail.com","name":"beneb"},{"email":"andrey@sitnik.ru","name":"ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-6.0.7.tgz_1500304571541_0.030177726643159986"},"directories":{}},"6.0.8":{"name":"postcss","version":"6.0.8","description":"Tool for transforming styles with JS plugins","engines":{"node":">=4.0.0"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^2.0.1","source-map":"^0.5.6","supports-color":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.1.0","babel-preset-env":"^1.6.0","concat-with-sourcemaps":"^1.0.4","del":"^3.0.0","docdash":"^0.4.0","eslint":"^4.2.0","eslint-config-postcss":"^2.0.2","fs-extra":"^4.0.0","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-changed":"^3.1.0","gulp-eslint":"^4.0.0","gulp-jest":"^2.0.0","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.6.0","jest":"^20.0.4","jsdoc":"^3.5.3","lint-staged":"^4.0.2","postcss-parser-tests":"^6.0.2","pre-commit":"^1.2.2","run-sequence":"^2.0.0","size-limit":"^0.7.0","strip-ansi":"^4.0.0","yaspeller-ci":"^0.6.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"sizeLimit":[{"path":"build/lib/postcss.js","babili":true,"limit":"36 KB"}],"eslintConfig":{"parser":"babel-eslint","extends":"eslint-config-postcss","rules":{"consistent-return":"off","valid-jsdoc":"error","complexity":"off","no-new":"off"},"env":{"browser":true,"jest":true}},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@6.0.8","_npmVersion":"5.0.3","_nodeVersion":"8.1.4","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"integrity":"sha512-G6WnRmdTt2jvJvY+aY+M0AO4YlbxE+slKPZb+jG2P2U9Tyxi3h1fYZ/DgiFU6DC6bv3XIEJoZt+f/kNh8BrWFw==","shasum":"89067a9ce8b11f8a84cbc5117efc30419a0857b3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-6.0.8.tgz"},"maintainers":[{"email":"trysound@yandex.ru","name":"trysound"},{"email":"beneb.info@gmail.com","name":"beneb"},{"email":"andrey@sitnik.ru","name":"ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-6.0.8.tgz_1500480103034_0.28698542690835893"},"directories":{}},"6.0.9":{"name":"postcss","version":"6.0.9","description":"Tool for transforming styles with JS plugins","engines":{"node":">=4.0.0"},"keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"author":{"name":"Andrey Sitnik","email":"andrey@sitnik.ru"},"license":"MIT","homepage":"http://postcss.org/","repository":{"type":"git","url":"git+https://github.com/postcss/postcss.git"},"dependencies":{"chalk":"^2.1.0","source-map":"^0.5.6","supports-color":"^4.2.1"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-precompile-charcodes":"^1.1.0","babel-preset-env":"^1.6.0","concat-with-sourcemaps":"^1.0.4","del":"^3.0.0","docdash":"^0.4.0","eslint":"^4.4.1","eslint-config-postcss":"^2.0.2","fs-extra":"^4.0.1","gulp":"^3.9.1","gulp-babel":"^7.0.0","gulp-changed":"^3.1.0","gulp-eslint":"^4.0.0","gulp-jest":"^2.0.0","gulp-run":"^1.7.1","gulp-sourcemaps":"^2.6.0","jest":"^20.0.4","jsdoc":"^3.5.4","lint-staged":"^4.0.3","postcss-parser-tests":"^6.0.2","pre-commit":"^1.2.2","run-sequence":"^2.1.0","size-limit":"^0.8.4","strip-ansi":"^4.0.0","yaspeller-ci":"^0.6.0"},"scripts":{"lint-staged":"lint-staged","test":"gulp"},"main":"lib/postcss","types":"lib/postcss.d.ts","lint-staged":{"test/*.js":"eslint","lib/*.es6":"eslint","*.md":"yaspeller-ci"},"pre-commit":["lint-staged"],"browser":{"fs":false},"size-limit":[{"path":"build/lib/postcss.js","babili":true,"limit":"36 KB"}],"eslintConfig":{"parser":"babel-eslint","extends":"eslint-config-postcss","rules":{"consistent-return":"off","valid-jsdoc":"error","complexity":"off","no-new":"off"},"env":{"browser":true,"jest":true}},"bugs":{"url":"https://github.com/postcss/postcss/issues"},"_id":"postcss@6.0.9","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"ai","email":"andrey@sitnik.ru"},"dist":{"integrity":"sha512-bBE2AHNEBhF23TfET6AA/lFP8ah+qHOZoFJEflFG+HgvVLdTmMOrocx/4LVVDIn3w6jUssw1q2Exk1cc9UOI8w==","shasum":"54819766784a51c65b1ec4d54c2f93765438c35a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/postcss/-/postcss-6.0.9.tgz"},"maintainers":[{"email":"trysound@yandex.ru","name":"trysound"},{"email":"beneb.info@gmail.com","name":"beneb"},{"email":"andrey@sitnik.ru","name":"ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-6.0.9.tgz_1502485058289_0.15819364204071462"},"directories":{}}},"name":"postcss","time":{"modified":"2017-08-13T23:21:18.027Z","created":"2013-11-04T19:57:14.218Z","0.1.0":"2013-11-04T20:21:54.720Z","0.2.0":"2013-12-17T23:47:59.233Z","0.3.0":"2014-02-13T19:31:17.805Z","0.3.1":"2014-02-18T12:28:06.564Z","0.3.2":"2014-02-19T11:04:55.812Z","0.3.3":"2014-03-02T09:14:57.101Z","0.3.4":"2014-03-03T20:24:05.542Z","0.3.5":"2014-05-30T05:55:32.893Z","1.0.0":"2014-06-23T04:53:56.923Z","1.1.0":"2014-07-21T17:35:24.381Z","2.0.0":"2014-07-23T06:50:36.980Z","2.1.0":"2014-07-27T09:11:23.118Z","2.1.1":"2014-08-06T21:49:17.331Z","2.1.2":"2014-08-08T19:35:13.823Z","2.2.0":"2014-08-17T14:53:08.235Z","2.2.1":"2014-08-22T12:30:19.338Z","2.2.2":"2014-08-27T15:24:33.122Z","2.2.3":"2014-08-27T23:14:51.543Z","2.2.4":"2014-09-01T17:52:35.171Z","2.2.5":"2014-09-24T20:51:31.660Z","2.2.6":"2014-10-31T20:54:01.563Z","3.0.0":"2014-11-11T22:14:20.764Z","3.0.1":"2014-11-13T18:48:26.335Z","3.0.2":"2014-11-14T13:59:08.130Z","3.0.3":"2014-11-21T12:55:19.336Z","3.0.4":"2014-11-22T08:29:37.990Z","3.0.5":"2014-11-27T20:38:06.554Z","3.0.6":"2014-12-07T21:07:24.626Z","3.0.7":"2014-12-09T09:18:16.503Z","4.0.0":"2014-12-30T12:41:08.305Z","4.0.1":"2015-01-11T18:49:00.267Z","4.0.2":"2015-01-24T17:18:42.526Z","4.0.3":"2015-01-28T12:46:52.162Z","4.0.4":"2015-02-14T10:49:02.979Z","4.0.5":"2015-02-23T13:35:30.432Z","4.0.6":"2015-02-24T12:45:43.207Z","4.1.0":"2015-04-01T15:46:46.935Z","4.1.1":"2015-04-02T07:21:06.259Z","4.1.2":"2015-04-02T11:23:08.094Z","4.1.3":"2015-04-05T18:56:10.683Z","4.1.4":"2015-04-05T23:58:19.765Z","4.1.5":"2015-04-13T21:53:40.406Z","4.1.6":"2015-04-26T17:49:43.740Z","4.1.7":"2015-04-28T22:41:39.906Z","4.1.8":"2015-05-01T00:22:36.175Z","4.1.9":"2015-05-05T10:45:00.776Z","4.1.10":"2015-05-11T18:09:30.258Z","4.1.11":"2015-05-16T17:32:22.248Z","4.1.12":"2015-06-22T02:10:22.187Z","4.1.13":"2015-06-23T23:05:05.372Z","4.1.14":"2015-07-04T11:05:57.308Z","4.1.15":"2015-07-07T15:32:29.061Z","4.1.16":"2015-07-07T18:56:15.957Z","5.0.0":"2015-08-19T19:11:47.927Z","5.0.1":"2015-08-20T21:34:48.630Z","5.0.2":"2015-08-22T14:25:55.887Z","5.0.3":"2015-08-28T22:04:16.455Z","5.0.4":"2015-09-01T18:24:24.882Z","5.0.5":"2015-09-12T10:36:51.510Z","5.0.6":"2015-09-21T16:42:35.124Z","5.0.7":"2015-09-25T10:33:31.122Z","5.0.8":"2015-09-25T11:16:28.705Z","5.0.9":"2015-10-08T18:32:52.495Z","5.0.10":"2015-10-14T23:46:47.950Z","5.0.11":"2015-11-07T14:03:41.485Z","5.0.12":"2015-11-13T15:27:30.290Z","5.0.13":"2015-12-16T14:01:15.286Z","5.0.14":"2016-01-03T21:47:41.787Z","5.0.15":"2016-02-11T14:22:56.190Z","5.0.16":"2016-02-14T08:54:17.173Z","5.0.17":"2016-02-26T16:10:31.573Z","5.0.18":"2016-02-29T08:33:58.269Z","5.0.19":"2016-03-02T18:51:54.376Z","5.0.20":"2016-05-01T06:09:12.124Z","5.0.21":"2016-05-02T16:12:35.479Z","5.1.0":"2016-07-12T16:39:37.212Z","5.1.1":"2016-07-26T09:03:33.846Z","5.1.2":"2016-08-06T18:02:16.979Z","5.2.0":"2016-09-07T04:29:24.055Z","5.2.1":"2016-09-26T12:11:37.845Z","5.2.2":"2016-09-26T12:58:19.168Z","5.2.3":"2016-09-29T09:50:16.721Z","5.2.4":"2016-09-30T05:20:09.300Z","5.2.5":"2016-10-20T12:26:00.570Z","5.2.6":"2016-11-22T12:55:52.258Z","5.2.7":"2016-12-24T08:46:10.078Z","5.2.8":"2016-12-26T08:08:34.053Z","5.2.9":"2017-01-09T07:15:29.824Z","5.2.10":"2017-01-12T07:51:26.833Z","5.2.11":"2017-01-20T08:48:10.642Z","5.2.12":"2017-02-05T21:32:17.657Z","5.2.13":"2017-02-14T11:19:41.536Z","5.2.14":"2017-02-17T09:03:43.616Z","5.2.15":"2017-02-22T12:00:31.101Z","5.2.16":"2017-03-07T15:51:45.318Z","5.2.17":"2017-04-13T22:57:58.557Z","6.0.0":"2017-05-06T11:44:12.771Z","6.0.1":"2017-05-07T11:37:52.600Z","6.0.2":"2017-06-12T18:47:46.010Z","6.0.3":"2017-06-23T19:17:10.359Z","6.0.4":"2017-06-30T11:39:25.924Z","6.0.5":"2017-07-03T11:18:45.344Z","6.0.6":"2017-07-05T16:33:18.599Z","6.0.7":"2017-07-17T15:16:13.838Z","6.0.8":"2017-07-19T16:01:44.443Z","6.0.9":"2017-08-11T20:57:38.422Z"},"readmeFilename":"README.md","homepage":"http://postcss.org/"}