{"maintainers":[{"name":"tradingview","email":"admin@tradingview.com"}],"keywords":["uglify","webpack","parallel"],"dist-tags":{"latest":"0.1.3"},"author":{"name":"Andrey Povazhnyi"},"description":"Identical to standard uglify webpack plugin, with an option to build multiple files in parallel","readme":"# webpack-uglify-parallel\nIdentical to [standard uglify webpack plugin](https://webpack.github.io/docs/list-of-plugins.html#uglifyjsplugin), with an option to build multiple files in parallel\n\n# Installation\n\n```bash\nnpm install --save-dev webpack-uglify-parallel\n```\n\n# Usage\nIn webpack.config.js:\n```javascript\nvar os = require('os');\nvar UglifyJsParallelPlugin = require('webpack-uglify-parallel');\n\nmodule.exports = {\n    /// ... rest of config\n    plugins: [\n        new UglifyJsParallelPlugin({\n            workers: os.cpus().length, // usually having as many workers as cpu cores gives good results\n            // other uglify options\n        })\n    ]\n}\n\n```\n","repository":{"type":"git","url":"git+https://github.com/tradingview/webpack-uglify-parallel.git"},"users":{"binnng":true},"bugs":{"url":"https://github.com/tradingview/webpack-uglify-parallel/issues"},"license":"MIT","versions":{"0.1.0":{"name":"webpack-uglify-parallel","version":"0.1.0","description":"Identical to standard uglify webpack plugin, with an option to build multiple files in parallel","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/tradingview/webpack-uglify-parallel.git"},"keywords":["uglify","webpack","parallel"],"author":{"name":"Andrey Povazhnyi"},"license":"MIT","bugs":{"url":"https://github.com/tradingview/webpack-uglify-parallel/issues"},"homepage":"https://github.com/tradingview/webpack-uglify-parallel#readme","devDependencies":{"uglify-js":"^2.6.2","webpack":"^1.13.0","webpack-core":"^0.6.8"},"gitHead":"5fd8574a059b486c42540daaf2d0f766c7499c5b","_id":"webpack-uglify-parallel@0.1.0","_shasum":"e2cc3d06943e90ca5ca7f453f3b5b65a4ff80b0b","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.5.0","_npmUser":{"name":"tradingview","email":"admin@tradingview.com"},"dist":{"shasum":"e2cc3d06943e90ca5ca7f453f3b5b65a4ff80b0b","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/webpack-uglify-parallel/-/webpack-uglify-parallel-0.1.0.tgz"},"maintainers":[{"name":"tradingview","email":"admin@tradingview.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/webpack-uglify-parallel-0.1.0.tgz_1462747201977_0.2960889833047986"},"directories":{}},"0.1.1":{"name":"webpack-uglify-parallel","version":"0.1.1","description":"Identical to standard uglify webpack plugin, with an option to build multiple files in parallel","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/tradingview/webpack-uglify-parallel.git"},"keywords":["uglify","webpack","parallel"],"author":{"name":"Andrey Povazhnyi"},"license":"MIT","bugs":{"url":"https://github.com/tradingview/webpack-uglify-parallel/issues"},"homepage":"https://github.com/tradingview/webpack-uglify-parallel#readme","dependencies":{"uglify-js":"^2.6.2","webpack-core":"^0.6.8"},"gitHead":"57dbe516dfc598fa0ba05e49b7bb32453125ee4e","_id":"webpack-uglify-parallel@0.1.1","_shasum":"91d03fa4993b44ec2aa696c3dacd1f98ab38c52d","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.5.0","_npmUser":{"name":"tradingview","email":"admin@tradingview.com"},"dist":{"shasum":"91d03fa4993b44ec2aa696c3dacd1f98ab38c52d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/webpack-uglify-parallel/-/webpack-uglify-parallel-0.1.1.tgz"},"maintainers":[{"name":"tradingview","email":"admin@tradingview.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/webpack-uglify-parallel-0.1.1.tgz_1462748430400_0.582240728661418"},"directories":{}},"0.1.2":{"name":"webpack-uglify-parallel","version":"0.1.2","description":"Identical to standard uglify webpack plugin, with an option to build multiple files in parallel","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/tradingview/webpack-uglify-parallel.git"},"keywords":["uglify","webpack","parallel"],"author":{"name":"Andrey Povazhnyi"},"license":"MIT","bugs":{"url":"https://github.com/tradingview/webpack-uglify-parallel/issues"},"homepage":"https://github.com/tradingview/webpack-uglify-parallel#readme","dependencies":{"uglify-js":"^2.6.2","webpack-core":"^0.6.8"},"gitHead":"2cacf300e04bbc43ac1a885dc1a2f46f407ed93d","_id":"webpack-uglify-parallel@0.1.2","_shasum":"1afa62f425c96bcc23c556152214ef350b7e0876","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.5.0","_npmUser":{"name":"tradingview","email":"admin@tradingview.com"},"dist":{"shasum":"1afa62f425c96bcc23c556152214ef350b7e0876","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/webpack-uglify-parallel/-/webpack-uglify-parallel-0.1.2.tgz"},"maintainers":[{"name":"tradingview","email":"admin@tradingview.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/webpack-uglify-parallel-0.1.2.tgz_1462750141718_0.46088173519819975"},"directories":{}},"0.1.3":{"name":"webpack-uglify-parallel","version":"0.1.3","description":"Identical to standard uglify webpack plugin, with an option to build multiple files in parallel","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/tradingview/webpack-uglify-parallel.git"},"keywords":["uglify","webpack","parallel"],"author":{"name":"Andrey Povazhnyi"},"license":"MIT","bugs":{"url":"https://github.com/tradingview/webpack-uglify-parallel/issues"},"homepage":"https://github.com/tradingview/webpack-uglify-parallel#readme","dependencies":{"uglify-js":"^2.6.2","webpack-core":"^0.6.8"},"gitHead":"f52935c340a717fce6f332c8c1a6c92312593729","_id":"webpack-uglify-parallel@0.1.3","_shasum":"320ed5dddaeb44eccca8e5a2769ce626d88e53fa","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.5.0","_npmUser":{"name":"tradingview","email":"admin@tradingview.com"},"dist":{"shasum":"320ed5dddaeb44eccca8e5a2769ce626d88e53fa","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/webpack-uglify-parallel/-/webpack-uglify-parallel-0.1.3.tgz"},"maintainers":[{"name":"tradingview","email":"admin@tradingview.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/webpack-uglify-parallel-0.1.3.tgz_1478078877985_0.10303957900032401"},"directories":{}}},"name":"webpack-uglify-parallel","time":{"modified":"2016-11-02T09:27:59.880Z","created":"2016-05-08T22:40:03.073Z","0.1.0":"2016-05-08T22:40:03.073Z","0.1.1":"2016-05-08T23:00:31.451Z","0.1.2":"2016-05-08T23:29:02.812Z","0.1.3":"2016-11-02T09:27:59.880Z"},"readmeFilename":"README.md","homepage":"https://github.com/tradingview/webpack-uglify-parallel#readme"}