{"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"dist-tags":{"latest":"3.0.0","beta":"3.0.0-beta.0"},"author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","readme":"# webpack-concat-plugin\n\n[![Build Status](https://img.shields.io/travis/hxlniada/webpack-concat-plugin.svg)](https://travis-ci.org/hxlniada/webpack-concat-plugin)\n[![npm package](https://img.shields.io/npm/v/webpack-concat-plugin.svg)](https://www.npmjs.org/package/webpack-concat-plugin)\n[![npm downloads](http://img.shields.io/npm/dm/webpack-concat-plugin.svg)](https://www.npmjs.org/package/webpack-concat-plugin)\n\n> A plugin to help webpack concat js and inject into html\n\n### Why\n\nWebpack is really powerful. However, when I want to concat the static files and inject into html without webpack JSONP code wrapper, it seems impossible to do that without other tool's help.\n\n### Install\n\n```\nnpm install webpack-concat-plugin --save-dev\n```\nfor webpack >= 4.0\n```\nnpm install webpack-concat-plugin@3.0.0 --save-dev\n```\n\n### Features\n\n- Concat\n- Inject to html(with html-webpack-plugin)\n\n### Usage\n\n```javascript\nconst ConcatPlugin = require('webpack-concat-plugin');\n\nnew ConcatPlugin({\n    ...see options\n    // examples\n    uglify: false,\n    sourceMap: false,\n    name: 'result',\n    outputPath: 'path/to/output/',\n    fileName: '[name].[hash:8].js',\n    filesToConcat: ['jquery', './src/lib/**', './dep/dep.js', ['./some/**', '!./some/excludes/**']],\n    attributes: {\n        async: true\n    }\n});\n\n```\n\n### Options\n\n#### uglify [boolean | object] default: false\nif true the output file will be uglified\n\nor set [uglifyjs](https://github.com/mishoo/UglifyJS2) options to customize the output\n\n#### sourceMap [boolean] default: false\nif true, will output sourcemap\n\n#### name [string] default: \"result\"\nit's useful when you want to inject to html-webpack-plugin manully\n\n#### publicPath [string|boolean] default: webpack's publicPath\nif set, will be used as the public path of the script tag.\n\nif set to false, will use relativePath.\n\n#### outputPath [string]\nif set, will be used as the output directory of the file.\n\n#### fileName [string] default: [name].js\nif set, will be used as the output fileName\n\n#### filesToConcat [array] *required*\nsupported path patterns:\n* normal path\n* npm packages\n* [glob](https://github.com/sindresorhus/globby)\n\n#### injectType [\"prepend\"|\"append\"|\"none\"] default: \"prepend\"\nhow to auto inject to html-webpack-plugin(only if html-webpack-plugin set inject option not to be false)\n\n#### attributes [object]\nif set, will be used as the extra attributes of the script tag.\n\n### Examples\n#### Inject to html by hand\n\n```\ndoctype html\n...\n    script(src=htmlWebpackPlugin.files.webpackConcat.flexible)\n...\n```\n\n### TODO\n\n- [ ] add css support\n- [x] auto inject to html\n","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"users":{"donecharlton":true},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"license":"ISC","versions":{"1.0.0":{"name":"webpack-concat-plugin","version":"1.0.0","description":"webpack file concat","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"keywords":["webpack","concat"],"author":{"name":"huangxueliang"},"license":"ISC","bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin#readme","dependencies":{"md5":"^2.2.1","uglify-js":"^2.8.29"},"gitHead":"57128c1b89b3f7dc60e6ddc628f6dd68be8e0184","_id":"webpack-concat-plugin@1.0.0","_shasum":"da13cbb666b848924b9189a8a61fd6e32bd71dc8","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"shasum":"da13cbb666b848924b9189a8a61fd6e32bd71dc8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-1.0.0.tgz","integrity":"sha512-md0wZRZ2pZdbhSm4KttAZN3CZEbvAomG3uGAT+VLQP0KSWiwh1LP9VNDCPAwVx+CaKyRWFgxHtftRH8HjXhmbA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDaT86m+M+c88poMzRgF8KgckP43Uoc5qUP7NKnOTHXsAIgca4dAtKXpkIT7S87CUi5fNJhFbHKz9P1X8Y57jEE08U="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-1.0.0.tgz_1497519031392_0.7542276340536773"},"directories":{}},"1.1.0":{"name":"webpack-concat-plugin","version":"1.1.0","description":"webpack file concat","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"keywords":["webpack","concat"],"author":{"name":"huangxueliang"},"license":"ISC","bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin#readme","dependencies":{"md5":"^2.2.1","uglify-js":"^2.8.29"},"gitHead":"e246460dc9b393d88d3105b57f3984e648efa153","_id":"webpack-concat-plugin@1.1.0","_shasum":"a606a76d838f07e4b652753047a9a258cc69b05d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"shasum":"a606a76d838f07e4b652753047a9a258cc69b05d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-1.1.0.tgz","integrity":"sha512-tihXE5BSiAXLtk3oXTl5MU8RctU95kO+CKyaYVbahfi/S0hjDOpSLw7y+UHlb2mBW2ElF8XHT3ThBw3LDsvMkw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9FFQAk/qZgaRuEDJNwNF9OORyl8Xl7uAf1tE8QB+yzQIgHqf5UsvsJJgYaE4+Rck2ns4eH9OuuZbQhMngc/bCjx8="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-1.1.0.tgz_1497520301449_0.9308703341521323"},"directories":{}},"1.1.1":{"name":"webpack-concat-plugin","version":"1.1.1","description":"webpack file concat","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"keywords":["webpack","concat"],"author":{"name":"huangxueliang"},"license":"ISC","bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin#readme","dependencies":{"md5":"^2.2.1","uglify-js":"^2.8.29"},"gitHead":"bc23a2523b97ac211035d7d434f86589cd4de602","_id":"webpack-concat-plugin@1.1.1","_shasum":"2848277772cec3f66fd41f1941a07f55a3e0b0a3","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"shasum":"2848277772cec3f66fd41f1941a07f55a3e0b0a3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-1.1.1.tgz","integrity":"sha512-GqdzXaI+fLrnfN5oN8SYetT4+7sE+FcR0K9iRe3UZP66BOj6sjxZLHT82tKw5DHqiTHGDulLHed9T5JyaEdWQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHBW5kQ2mKe/DoxTIQrNgzKTJ9JS3OnoGbnAGK9LKSYXAiEA2himo0cDVhAAlTEQnYT4Nt1O/3tXFgkJdTHzaTMKfcI="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-1.1.1.tgz_1497674847996_0.5722705184016377"},"directories":{}},"1.1.2":{"name":"webpack-concat-plugin","version":"1.1.2","description":"webpack file concat","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"keywords":["webpack","concat"],"author":{"name":"huangxueliang"},"license":"ISC","bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin#readme","dependencies":{"md5":"^2.2.1","uglify-js":"^2.8.29"},"gitHead":"d461ed5099166104c970e917d448c6900bfe0f02","_id":"webpack-concat-plugin@1.1.2","_shasum":"27b1c8d48ffad97a8992b2dd55c4507e16d82e84","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"shasum":"27b1c8d48ffad97a8992b2dd55c4507e16d82e84","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-1.1.2.tgz","integrity":"sha512-q7zN1/5Zx5wcFqUwlzK23fbtDjT9TUmCZVF2jV02dSE2XqE4f7PvVM419EFOdDYVp0D7dkKRqLsD2RSp3Hl5Bg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaw+hTj7VRWKtZbh5U8x3+UwfO3/NA9nazCqRKkQs6FgIhAI5bcI6R9xi7ohiwq/s8FFGHWFcLDBSfwUyz4NYvhg2B"}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-1.1.2.tgz_1498494203561_0.3704763129353523"},"directories":{}},"1.2.0":{"name":"webpack-concat-plugin","version":"1.2.0","description":"webpack file concat","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"keywords":["webpack","concat"],"author":{"name":"huangxueliang"},"license":"ISC","bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin#readme","dependencies":{"md5":"^2.2.1","uglify-js":"^2.8.29"},"gitHead":"be0bca3bd1a9d601acab9d1cff76fb1b976c9502","_id":"webpack-concat-plugin@1.2.0","_shasum":"9d91b9c023d22796ff3baaabedbda6fb8f450ad1","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"shasum":"9d91b9c023d22796ff3baaabedbda6fb8f450ad1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-1.2.0.tgz","integrity":"sha512-QHbk+C/nN33c+4VJRV9xOrXgPsz1eUxcdVbBmTQYYzY4KwsIFm+QQHDcWBLaivYMWK/bjCHYRCZ8SL0vALmA7Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0RLuLZ+Y+Ufu2Urcnl/9nzhGmNYULjqz+S1GPWdVgswIgQq5UBSTnPbE4iTuDEG7/zns3mJKtl94r03AsAqIa4WI="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-1.2.0.tgz_1499096064334_0.5124196475371718"},"directories":{}},"1.3.0":{"name":"webpack-concat-plugin","version":"1.3.0","description":"webpack file concat","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"keywords":["webpack","concat"],"author":{"name":"huangxueliang"},"license":"ISC","bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin#readme","dependencies":{"md5":"^2.2.1","uglify-js":"^2.8.29"},"gitHead":"c83361973e837d0249e9efbc77eedcc0ff102689","_id":"webpack-concat-plugin@1.3.0","_shasum":"ab63b043a79f092abc2dc84792364fb1d16441cc","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"shasum":"ab63b043a79f092abc2dc84792364fb1d16441cc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-1.3.0.tgz","integrity":"sha512-YMXkGZTQ5N6Y95wDVqJch1QKqoqyU2KAZz/2qWBZnJu5hfLUm6bjv5ylgytEYaQTOWYK41OKiOWLsRryAtcK3Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQ+UwO1592xQOTqTmbx9FWxWMCb9dKyELTQit3dWEStwIgXeBb3ohcgew4iOAsZkFO25A93hbA3989xvZfUaSejKA="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-1.3.0.tgz_1499409700727_0.4608235075138509"},"directories":{}},"1.4.0":{"name":"webpack-concat-plugin","version":"1.4.0","description":"webpack file concat","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"keywords":["webpack","concat"],"author":{"name":"huangxueliang"},"license":"ISC","bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin#readme","dependencies":{"md5":"^2.2.1","uglify-js":"^2.8.29"},"gitHead":"7eadea4e8b90036b58e51494f32f84eba85511ef","_id":"webpack-concat-plugin@1.4.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-Ym9Qm5Sw9oXJYChNJk09I/yaXDaV3UDxsa07wcCvILzIeSJTnSUZjhS4y2YkULzgE8VHOv9X04KtlJPZGwXqMg==","shasum":"a6eb3f0082d03c79d8ee2f1518c7f48e44ee12c5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-1.4.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGQ/S6poyJWaYoanejzgdn5fQadwlUfsWTHQvYU6RVPXAiEAucylwuMW+ZHG4Ou9MoKbWkEB8Yd5iKAKqqDeuqAS7IY="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-1.4.0.tgz_1502119442926_0.22207543812692165"},"directories":{}},"1.4.1":{"name":"webpack-concat-plugin","version":"1.4.1","description":"webpack file concat","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"keywords":["webpack","concat"],"author":{"name":"huangxueliang"},"license":"ISC","bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin#readme","dependencies":{"md5":"^2.2.1","uglify-js":"^2.8.29"},"gitHead":"33ef036e7ba0f78d927e4e61f91224930254a0af","_id":"webpack-concat-plugin@1.4.1","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-Bj82MNoLmW0ejMQNNMVciNryfCjg5Wm50esx9khU2sLEdsnQJ9AwMrM4+WV1dliTqBSJUUGoTU5Fe80PckOC7g==","shasum":"d7ab9c622cd9505b8b1a2ac3491617be07c4019f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-1.4.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbrDpzwJr2PjSAM/vEpmUAg3GuutItYeo7NWkOM5zxIAIhAOtVwhn1JK1zZkZi9K8egXKWDvxnpqt4gVl3ceROibag"}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-1.4.1.tgz_1504176366222_0.7452455086167902"},"directories":{}},"1.4.2":{"name":"webpack-concat-plugin","version":"1.4.2","description":"webpack file concat","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"keywords":["webpack","concat"],"author":{"name":"huangxueliang"},"license":"ISC","bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin#readme","dependencies":{"md5":"^2.2.1","uglify-js":"^2.8.29"},"gitHead":"e17d1d127299d647c8c73495fc875a6c7293c57b","_id":"webpack-concat-plugin@1.4.2","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-HdV2xOq4twtL2ThR9NSCCQ888v1JBMpJfm3k2mA1I5LkS2+/6rv8q/bb9yTSaR0fVaMtANZi4Wkz0xc33MAt6w==","shasum":"b60bbb626ce5001911809d6e2329fa32f4978a88","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-1.4.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBZr9pwJghrPOnx7FmJf8tcXYD5Yr/ftj1gkKSr/kQGMAiAoKaFJ8hMdW4dBxIqaAc/rEKq8SgMsyuLX/Z54BrZ9iw=="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-1.4.2.tgz_1508586122227_0.3530501467175782"},"directories":{}},"2.0.0-beta.0":{"name":"webpack-concat-plugin","version":"2.0.0-beta.0","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./dist/index.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js -d ./dist"},"dependencies":{"uglify-es":"^3.2.1"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"7a807c4a6de968638b779e2d60a6f379cbd65da1","_id":"webpack-concat-plugin@2.0.0-beta.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-fgUU6Q2JQnPfolqbY5RDEM4LrXMPg4D6rMw4M5p1fJVfZMthVn3BJMwLOzyOuJuH/pQnRvle6BEcCeFFUyH4VQ==","shasum":"52ef2aa04de89c483fcf8276d428997b9ebb29de","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.0.0-beta.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC32wv7cWw9aqm095Xva44hNcDbS6LRVY3Y78dci+HwFgIgZSIPlsickxuT82B5Y63AvdVGPB+D46xMoAab6y8pn2A="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.0.0-beta.0.tgz_1512808580426_0.47405557497404516"},"directories":{}},"2.0.0-beta.1":{"name":"webpack-concat-plugin","version":"2.0.0-beta.1","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./dist/index.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js -d ./dist"},"dependencies":{"uglify-es":"^3.2.1"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"7a807c4a6de968638b779e2d60a6f379cbd65da1","_id":"webpack-concat-plugin@2.0.0-beta.1","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-Epw9sRLmAt+elA2GI28DgyQwXY0SMidrMElk3q4i34FUSJdQiMIFt8SwYQLmIDBSoabhzam7DJwSK4VyU5mVXw==","shasum":"4421f0230e831a05c98141be5a529601b87eda4c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.0.0-beta.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDmesF6gl86TvBBiENfjXr4ITrWFCfGtA+zl21FASl39AiEAkw2zScJtiSkFJJHZfT1q+oWWFLTmGwAKD9Vw1y5XLd0="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.0.0-beta.1.tgz_1512809353465_0.279616919811815"},"directories":{}},"2.0.0":{"name":"webpack-concat-plugin","version":"2.0.0","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./dist/index.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js -d ./dist"},"dependencies":{"uglify-es":"^3.2.1"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"7a807c4a6de968638b779e2d60a6f379cbd65da1","_id":"webpack-concat-plugin@2.0.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-CcGAMb5qg3f2UdTkQP7NJ3tU1BHEtzCqbkuCTqq5fN/Mx56OzjkciKVdQZeVn62uB7N9FmGAmaJaiU85pT/HYw==","shasum":"dbb55742cbba048616cd246b9727315da255bc3f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAgjqm3hNcrVNYp70hB4D2oRcOWIu4m99y2VJqjOMT2BAiEAjeHzfi7/piFKk4k+W+dI3zAefnz3jHhRxGiLe8G1IO0="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.0.0.tgz_1512828363307_0.34233646816574037"},"directories":{}},"2.1.0-beta.0":{"name":"webpack-concat-plugin","version":"2.1.0-beta.0","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./dist/index.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js -d ./dist"},"dependencies":{"uglify-es":"^3.2.1"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"bd347dd0c2e1b5acfef774a284a2d03d0f168cad","_id":"webpack-concat-plugin@2.1.0-beta.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-uPPb7tMCnDybQKqouoMUS+Y63MncfTyAj/kcW7VFINPs299AaqLX/W48rwYlfSCUaVb2Kdil7WXJfatpweICEg==","shasum":"8cd8e220491c4031fea430ca4b0d781f3cc622d5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.1.0-beta.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFYgxpgJ+yn+BkPQDeDbLdHztj/Ri3U29I5hGagMPpzAIgLpnrSzgyUVusq2fihoyC2q+G/0XOxZSUCZredJWK+iQ="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.1.0-beta.0.tgz_1512882856745_0.6233710655942559"},"directories":{}},"2.1.0":{"name":"webpack-concat-plugin","version":"2.1.0","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./dist/index.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js -d ./dist"},"dependencies":{"uglify-es":"^3.2.1"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"ca7b09f94ee8bd49b806f97aec4cc141ff1d7cbe","_id":"webpack-concat-plugin@2.1.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-fPil2tKOoDKIU9zCPGB4fNfBGPSURtljFPdr3UcIj7qTaMRsNqtkX4mNG+r8hjsC6pCEcEcdbZwOAfQIgKFKjw==","shasum":"cf8f8879fbec84fc572e261a6eec87ce5859602c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.1.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAgD3cR4ZWSsgpuyId0lktVsi8D4jxYHoAG+XiqnMX8MAiEAwGuDp5y6KAtVzCaVWKP/0Bq8Nj3VTWOnynrHC19hBNY="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.1.0.tgz_1512883804151_0.8496701028198004"},"directories":{}},"2.2.0-beta.0":{"name":"webpack-concat-plugin","version":"2.2.0-beta.0","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./dist/index.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js -d ./dist"},"dependencies":{"concat-with-sourcemaps":"^1.0.4","uglify-es":"^3.2.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"e6c07f9a3d5254212f39cfb6d17a62e5a9e09735","_id":"webpack-concat-plugin@2.2.0-beta.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-fKxttUshKUrxaB+Yp9+CukikIOxvias4wf0hUTnJKxatOEbb7gD/w+0WbsfmLMAn+4fOtTedmGkxfr1aG+aSsg==","shasum":"ad2a7f0349c0fdbf35a95368923c9b0822fd1664","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.2.0-beta.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLY8HSLxgQBwrPyMxrXkJpZPFzx2a2TldTiVKCU2tc1gIgIsFoGWQXjWmpHTZ+3eiFmFBkHi+lUq+BaN7b2lWayDM="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.2.0-beta.0.tgz_1512981336965_0.19162794761359692"},"directories":{}},"2.2.0":{"name":"webpack-concat-plugin","version":"2.2.0","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./dist/index.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js -d ./dist"},"dependencies":{"concat-with-sourcemaps":"^1.0.4","uglify-es":"^3.2.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"e6c07f9a3d5254212f39cfb6d17a62e5a9e09735","_id":"webpack-concat-plugin@2.2.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-PVC06nPtq1rVgwmOR4u4GsjQym27I07VHn/kKFLyztZI5Wqx6K8qiP0o48IMN5eeFzoOhEo8ZemhoiTri1+cSQ==","shasum":"db05877da7ff444129dff289b6a6a81d694f9c64","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.2.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFYwocUNIhUz6qaJb+pvvZDS14h1AiIftyc33k+qKDy5AiEAm/+6b0825NKmmzx0XyNdsIPpEylSJarr4oqV1NeTCcY="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.2.0.tgz_1512981548831_0.5195791067089885"},"directories":{}},"2.3.0-beta.0":{"name":"webpack-concat-plugin","version":"2.3.0-beta.0","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./release.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js --out-file release.js"},"dependencies":{"concat-with-sourcemaps":"^1.0.4","globby":"^7.1.1","schema-utils":"^0.4.2","uglify-es":"^3.2.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"8b200e7dab01475a7b7c06caf701faadf99d42cb","_id":"webpack-concat-plugin@2.3.0-beta.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-Lvn3KTVRsk4vyHEnexjYIZ9AGwk/8WCGFT4JMLo+bbMY49M9mcWtF1PMh0ZeEY8JJUmizRAQ24mi9ZavhGNbuQ==","shasum":"2ca9cd15f9aab8128f9a421ea2334736355f2f40","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.3.0-beta.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJTNvCPrdE1AJy4d6+SfCtAjFCcK0FZ7SEv5OHJPksuAIgTXemN+OlxD/v1fbX8ynWviWn8CV0DKMpS71vJMhOsH0="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.3.0-beta.0.tgz_1513072203759_0.153222642140463"},"directories":{}},"2.3.0-beta.1":{"name":"webpack-concat-plugin","version":"2.3.0-beta.1","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./release.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js --out-file release.js"},"dependencies":{"concat-with-sourcemaps":"^1.0.4","globby":"^7.1.1","schema-utils":"^0.4.2","uglify-es":"^3.2.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"a1ea07b39e4d7d9c2ab7d51b8cf02e95c89ecd06","_id":"webpack-concat-plugin@2.3.0-beta.1","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-1lw6b6SqkcCiCqw2taZz0Rd1JHOE1nTSnEvzqI8vQYnM0N2EbIZ4Bpc3W752lFcbu5xdzARZgJgGtqEiUGRD1g==","shasum":"f1329fe29dd77eee2d1b93e93a7264e76af408f7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.3.0-beta.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDaU4NSH1R8m03v64qb+3XLq7QJPL20UOmY5oB24niMTAIgLeSWF3OsR8YbH2pcLDX5a4AuspYU13gK95GKWbh/dX0="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.3.0-beta.1.tgz_1513076248739_0.1784081005025655"},"directories":{}},"2.3.0":{"name":"webpack-concat-plugin","version":"2.3.0","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./release.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js --out-file release.js"},"dependencies":{"concat-with-sourcemaps":"^1.0.4","globby":"^7.1.1","schema-utils":"^0.3.0","uglify-es":"^3.2.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"e2c304b1c836b3e8f782db808d7d3f8aae9801dc","_id":"webpack-concat-plugin@2.3.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-o3LAfXVDxA46URlIjffCJySntxwmnL1yL9Gh82evGmKP+lw5K+T42ciMI6AVD0sdvj3SR2esQVMTshds872tJw==","shasum":"3613fe2dad5851d4a8840feb0e481c9d240ce6cd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.3.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfnOr2zoADlGZNFMmeUrYeiP8htyUb8qF7FWcd8blAgwIgKYVU3MHyW/IomUA7vN+N+to8bD/qnnadZSEuwnV5hdk="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.3.0.tgz_1513082737649_0.327967542456463"},"directories":{}},"2.3.1":{"name":"webpack-concat-plugin","version":"2.3.1","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./release.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js --out-file release.js"},"dependencies":{"concat-with-sourcemaps":"^1.0.4","globby":"^7.1.1","schema-utils":"^0.3.0","uglify-es":"^3.2.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"231341d510cfe90b42f1a1eb46f03f62b80b7947","_id":"webpack-concat-plugin@2.3.1","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-qCjJpZwGwe/ZKzu2PEZUhz8ZvQ4TzcOVE9zcaSoD71vw6NUGH/J9BYhj7qaMAXu6s4JH1tEHdS3N0W2GDDsLKQ==","shasum":"7cfe18e18c39c4bff43f3b84415afad64cb25c20","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.3.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAZVIOb2m9j1mSjOH9LI1gDFDk0fgRne/i3aIPTjKyi5AiA7oPA+pgtXXAAi1JhAw/xp+K/mGymas2KkWudcKY5xPA=="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.3.1.tgz_1513083002202_0.49741866113618016"},"directories":{}},"2.4.0":{"name":"webpack-concat-plugin","version":"2.4.0","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./release.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js --out-file release.js"},"dependencies":{"concat-with-sourcemaps":"^1.0.4","globby":"^7.1.1","schema-utils":"^0.3.0","uglify-es":"^3.2.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"d8b80ae991c1bc4b1970112af53dd99bbf9df05b","_id":"webpack-concat-plugin@2.4.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-XyeC/8+w9Z3A5TJfJ3h0B44kjgXRv4ulIti8h2XChEMMkzjpqEl2qF3dfTWq6e6i3HaDEYbnz7vUzMRZDoK5Bg==","shasum":"df31c7ff61577f592f26787ab2ea02ed17cb417a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.4.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCIkpVv5qnb9IQJ0aAqs/vWc67rdLH1A0QYGdq+SLs5KwIgWuNMkBNwqF5pbHbI96pwNjTBpMkrPKIThwyYVpZvqs0="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.4.0.tgz_1513144524066_0.3495731051079929"},"directories":{}},"2.4.1":{"name":"webpack-concat-plugin","version":"2.4.1","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./release.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js --out-file release.js"},"dependencies":{"concat-with-sourcemaps":"^1.0.4","globby":"^7.1.1","schema-utils":"^0.3.0","uglify-es":"^3.2.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"0b92ecac71525fc4bdd209473ee21424a01d2eae","_id":"webpack-concat-plugin@2.4.1","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-lfM0n/F2puJn9sLKVhNcLMzQpjeG1KVVGFoUlyaXMeGryRr/B3pUzPEw48fQWEchUKbSnFavWDVEwnHlCWhN5A==","shasum":"18c17180d506c4c7d76acf8effad8eea1fe07fa6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.4.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9hVXekV7GjUzNbIv3uV2WYK8XrIF4bXgNeo6wGuatkAIhAIcWJZDOmBo1DOlUl44AbqUOEopCKd6Doo3qjbPrxYnG"}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.4.1.tgz_1513309445824_0.7561877865809947"},"directories":{}},"2.4.2":{"name":"webpack-concat-plugin","version":"2.4.2","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./release.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js --out-file release.js"},"dependencies":{"concat-with-sourcemaps":"^1.0.4","globby":"^7.1.1","schema-utils":"^0.4.3","uglify-es":"^3.2.2"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^21.2.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^2.30.1","is-object":"^1.0.1","jest":"^21.2.1","webpack":"^3.10.0"},"peerDependencies":{"webpack":"^3.10.0"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"gitHead":"e241366d82503234cf789f7f73a707b59f10d2b1","_id":"webpack-concat-plugin@2.4.2","_npmVersion":"5.6.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-WeUupAuh8+9klExJa8KSJe036tmSc4c+st+ijzQckr7QoKl12UrnZF+xOoJ9pycYu7VylV71AUvTVOGGK6PPFg==","shasum":"8778010fefccdb71ddd3c3aa83b601be2dc17307","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-2.4.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDWRDxoWHKW+Ty1ataRYUFzRJQ8qKUxiAs2J3yREhScQAiEAg2Sjwl2L059xRTJX4iMJCwttsdg5P7xFZsLcZQWDAlo="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin-2.4.2.tgz_1513316817198_0.35855674161575735"},"directories":{}},"3.0.0-beta.0":{"name":"webpack-concat-plugin","version":"3.0.0-beta.0","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./release.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js --out-file release.js"},"dependencies":{"concat-with-sourcemaps":"^1.0.5","globby":"^8.0.1","schema-utils":"^0.4.5","uglify-es":"^3.3.9"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^22.4.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^3.0.4","is-object":"^1.0.1","jest":"^22.4.2","webpack":"^4.0.1"},"peerDependencies":{"webpack":"^4.0.1"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"jest":{"testEnvironment":"node"},"readme":"# webpack-concat-plugin\n\n[![Build Status](https://img.shields.io/travis/hxlniada/webpack-concat-plugin.svg)](https://travis-ci.org/hxlniada/webpack-concat-plugin)\n[![npm package](https://img.shields.io/npm/v/webpack-concat-plugin.svg)](https://www.npmjs.org/package/webpack-concat-plugin)\n[![npm downloads](http://img.shields.io/npm/dm/webpack-concat-plugin.svg)](https://www.npmjs.org/package/webpack-concat-plugin)\n\n> A plugin to help webpack concat js and inject into html\n\n### Why\n\nWebpack is really powerful. However, when I want to concat the static files and inject into html without webpack JSONP code wrapper, it seems impossible to do that without other tool's help.\n\n### Install\n\n```\nnpm install webpack-concat-plugin --save-dev\n```\n\n### Features\n\n- Concat\n- Inject to html(with html-webpack-plugin)\n\n### Usage\n\n```javascript\nconst ConcatPlugin = require('webpack-concat-plugin');\n\nnew ConcatPlugin({\n    ...see options\n    // examples\n    uglify: false,\n    sourceMap: false,\n    name: 'result',\n    outputPath: 'path/to/output/',\n    fileName: '[name].[hash:8].js',\n    filesToConcat: ['jquery', './src/lib/**', './dep/dep.js', ['./some/**', '!./some/excludes/**']],\n    attributes: {\n        async: true\n    }\n});\n\n```\n\n### Options\n\n#### uglify [boolean | object] default: false\nif true the output file will be uglified\n\nor set [uglifyjs](https://github.com/mishoo/UglifyJS2) options to customize the output\n\n#### sourceMap [boolean] default: false\nif true, will output sourcemap\n\n#### name [string] default: \"result\"\nit's useful when you want to inject to html-webpack-plugin manully\n\n#### publicPath [string|boolean] default: webpack's publicPath\nif set, will be used as the public path of the script tag.\n\nif set to false, will use relativePath.\n\n#### outputPath [string]\nif set, will be used as the output directory of the file.\n\n#### fileName [string] default: [name].js\nif set, will be used as the output fileName\n\n#### filesToConcat [array] *required*\nsupported path patterns:\n* normal path\n* npm packages\n* [glob](https://github.com/sindresorhus/globby)\n\n#### injectType [\"prepend\"|\"append\"|\"none\"] default: \"prepend\"\nhow to auto inject to html-webpack-plugin(only if html-webpack-plugin set inject option not to be false)\n\n#### attributes [object]\nif set, will be used as the extra attributes of the script tag.\n\n### Examples\n#### Inject to html by hand\n\n```\ndoctype html\n...\n    script(src=htmlWebpackPlugin.files.webpackConcat.flexible)\n...\n```\n\n### TODO\n\n- [ ] add css support\n- [x] auto inject to html\n","readmeFilename":"README.md","gitHead":"bcc8876cb2cea4653bdfd6cf057cd47e11f6c5cd","_id":"webpack-concat-plugin@3.0.0-beta.0","_npmVersion":"5.6.0","_nodeVersion":"8.2.1","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-a7egd9T0wslLln1FJRKuwCx7abdLXoWIdS297alLZ5MPLa7a03dNQ3F0T6g/DYTvx7sMFoVwSVh0nlVTq/p5tQ==","shasum":"459d256a5a3d2c8440b8d3eaf9bc7fd401388a03","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-3.0.0-beta.0.tgz","fileCount":7,"unpackedSize":37707,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFwV0uP9iXmUhKQHil8dq4LJ3IWopXMIQBz/OBem/9+BAiBE7jQ9GNigKQqGn15WiTXyH1s7rt8iCZRvCsMw4sfL2g=="}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin_3.0.0-beta.0_1520135317219_0.42683902898917414"},"_hasShrinkwrap":false},"3.0.0":{"name":"webpack-concat-plugin","version":"3.0.0","author":{"name":"huangxueliang"},"description":"Webpack file concatenation.","license":"ISC","main":"./release.js","scripts":{"test":"jest","test:watch":"jest --watch","test:coverage":"jest --collectCoverageFrom='src/**/*.js' --coverage","build":"babel index.js --out-file release.js"},"dependencies":{"concat-with-sourcemaps":"^1.0.5","globby":"^8.0.1","schema-utils":"^0.4.5","uglify-es":"^3.3.9","upath":"^1.1.0"},"devDependencies":{"babel-cli":"^6.26.0","babel-jest":"^22.4.1","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-polyfill":"^6.26.0","babel-preset-env":"^1.6.1","html-webpack-plugin":"^3.0.4","is-object":"^1.0.1","jest":"^22.4.2","webpack":"^4.0.1"},"peerDependencies":{"webpack":"^4.0.1"},"engines":{"node":">= 4.8 < 5.0.0 || >= 5.10"},"homepage":"https://github.com/hxlniada/webpack-concat-plugin","repository":{"type":"git","url":"git+https://github.com/hxlniada/webpack-concat-plugin.git"},"bugs":{"url":"https://github.com/hxlniada/webpack-concat-plugin/issues"},"jest":{"testEnvironment":"node"},"gitHead":"74244a20618afd10d57566774518e36105cf2fc7","_id":"webpack-concat-plugin@3.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"862802759@qq.com"},"dist":{"integrity":"sha512-DLdDbZXyrFR99wyAVC9P06HLjr2XujBmQdSbnQMK2o01H9U2NHsN5W76jeTVeXDq5OLvZf8r/se65ftRo3Prow==","shasum":"db34ae230794b634061bc2944053ed407619f138","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/webpack-concat-plugin/-/webpack-concat-plugin-3.0.0.tgz","fileCount":7,"unpackedSize":39837,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbGkaJCRA9TVsSAnZWagAAwo8P/RvHWxQZ/1ag7a/cYnsE\na+zwULTD6ADgyLyjk8pmFeSj8mN1FPEsGzvQRxwQWzwXLuUhmMTG1q4KT4x1\nT9hbs4pREuLWy6KyEwVglRoS14eC/H0XRD4LgpMo0NugdIMpd+xSdQaDYxzm\nF63fZJ5SfaN7Kby4OFC9f5tWbZsbL2JJ2l6m3mUbrJC95R0W3Xch/dO4hnmV\nQuXRVeC8hnJrpsNoFjj048idGR+li2S4Q1E2h9/cd+Lh3lcC1Cio8znYDveJ\nN8+F6JIA26n9ZPVCoad74oH39kUpOGP2a+4ZoNcxpkhJeDkX8VUixR04z9YN\nM26qQ1hg8onUagaxHsC6KptrSG/Fo27hdScCbEzRvaPUfG+IlkzNjx8Vg9Qh\n8IGlshEr8Ll9mdhJSDPo0YTWEEvPDAdMb0KG8gF6vEFSvyJKOLWy/y4gDLVo\nHUWHRXh8fWyBhQduaOUxurZt1PPY1d0DUC4NLaewwjtLLsHQEWKbhQLpfUCb\n1WWvHyANUqY4mNlE2L3+S9LV1ZHDAlgooo9lNIh0wbxSuYZBo5aWPoAbWONW\ncWTI/YStlC027W6TNt6xq76cbPg+MvuW4oyHzT9+PX6iI/VX44D1B4QgyT+E\neGztsa0NrNpL8VBo0yDEhiHBO6Cym6e5c4rfdSsNI5g8wKm1ZikfTsBMfpxu\njtyz\r\n=64tm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDk9yU14semvqoFL/S2ziucAGgjAXTLdHkItlB9ENZyiwIhAL506ditv8KK6sZ3jqqlm393mB+oZJwN9Jl7Yv2zRTxU"}]},"maintainers":[{"name":"anonymous","email":"862802759@qq.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/webpack-concat-plugin_3.0.0_1528448649078_0.23050809723771248"},"_hasShrinkwrap":false}},"name":"webpack-concat-plugin","time":{"modified":"2022-06-28T23:44:34.757Z","created":"2017-06-15T09:30:31.501Z","1.0.0":"2017-06-15T09:30:31.501Z","1.1.0":"2017-06-15T09:51:41.532Z","1.1.1":"2017-06-17T04:47:28.179Z","1.1.2":"2017-06-26T16:23:23.729Z","1.2.0":"2017-07-03T15:34:24.416Z","1.3.0":"2017-07-07T06:41:40.836Z","1.4.0":"2017-08-07T15:24:02.997Z","1.4.1":"2017-08-31T10:46:06.327Z","1.4.2":"2017-10-21T11:42:02.294Z","2.0.0-beta.0":"2017-12-09T08:36:20.495Z","2.0.0-beta.1":"2017-12-09T08:49:13.616Z","2.0.0":"2017-12-09T14:06:03.369Z","2.1.0-beta.0":"2017-12-10T05:14:16.896Z","2.1.0":"2017-12-10T05:30:04.216Z","2.2.0-beta.0":"2017-12-11T08:35:37.025Z","2.2.0":"2017-12-11T08:39:08.961Z","2.3.0-beta.0":"2017-12-12T09:50:03.849Z","2.3.0-beta.1":"2017-12-12T10:57:28.864Z","2.3.0":"2017-12-12T12:45:38.497Z","2.3.1":"2017-12-12T12:50:02.332Z","2.4.0":"2017-12-13T05:55:24.148Z","2.4.1":"2017-12-15T03:44:05.944Z","2.4.2":"2017-12-15T05:46:57.259Z","3.0.0-beta.0":"2018-03-04T03:48:37.353Z","3.0.0":"2018-06-08T09:04:09.140Z"},"readmeFilename":"README.md","homepage":"https://github.com/hxlniada/webpack-concat-plugin"}