{"_id":"on-build-webpack","_rev":"13-7414581ed2b6f1f6a386836c3fdf2c64","name":"on-build-webpack","description":"Webpack plugin that gives ability to add callback after build","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"on-build-webpack","version":"0.1.0","description":"Webpack plugin that gives ability to add callback after build","main":"on_build_webpack.js","repository":{"type":"git","url":"https://github.com/kossnocorp/on-build-webpack"},"keywords":["webpack"],"author":{"name":"Sasha Koss","email":"kossnocorp@gmail.com"},"license":"MIT","gitHead":"652436be7c78d33a49f04e81f2221d40c38aafb4","bugs":{"url":"https://github.com/kossnocorp/on-build-webpack/issues"},"homepage":"https://github.com/kossnocorp/on-build-webpack","_id":"on-build-webpack@0.1.0","scripts":{},"_shasum":"a287c0e17766e6141926e5f2cbb0d8bb53b76814","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"kossnocorp","email":"kossnocorp@gmail.com"},"maintainers":[{"name":"kossnocorp","email":"kossnocorp@gmail.com"}],"dist":{"shasum":"a287c0e17766e6141926e5f2cbb0d8bb53b76814","tarball":"https://registry.npmjs.org/on-build-webpack/-/on-build-webpack-0.1.0.tgz","integrity":"sha512-kBBhiDBQP+2wEqUe467fGw4V1aUP93ed7L1eG2TG15M6uOL4IKeW4zIU0yc6MCGmUkPVf883vPkhLEeYubkfng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDoFmJ9pqvfOX2fYC/Wv+oyFUXDnuW21fmQw2jyOl2V1wIhAPGXPPcOa5atRgaOAn1Rutuamgwaz4swXzZOWARjfjo1"}]}}},"readme":"# on-build-webpack\n\n[Webpack](http://webpack.github.io/) plugin that gives ability to add callback\nafter build.\n\n## Installation\n\n```\nnpm install --save-dev on-build-webpack\n```\n\n## Usage\n\nIn config file:\n\n``` javascript\nvar WebpackOnBuildPlugin = require('on-build-webpack');\n\n// ...\n  module: {\n    plugins: [\n      new WebpackOnBuildPlugin(function(stats) {\n        // Do whatever you want...\n      }),\n    ]\n  },\n// ...\n```\n\n","maintainers":[{"name":"kossnocorp","email":"kossnocorp@gmail.com"}],"time":{"modified":"2022-06-22T21:24:25.018Z","created":"2014-10-11T15:09:21.919Z","0.1.0":"2014-10-11T15:09:21.919Z"},"homepage":"https://github.com/kossnocorp/on-build-webpack","keywords":["webpack"],"repository":{"type":"git","url":"https://github.com/kossnocorp/on-build-webpack"},"author":{"name":"Sasha Koss","email":"kossnocorp@gmail.com"},"bugs":{"url":"https://github.com/kossnocorp/on-build-webpack/issues"},"license":"MIT","readmeFilename":"README.md","users":{"jbendotnet":true,"luics":true,"fadihania":true,"artemdudkin":true,"podlebar":true,"usex":true,"cotyembry":true,"krugarmatt":true,"hewenxuan":true}}