{"_id":"make-dir-webpack-plugin","_rev":"3-09c392f0ad8e90bca1c892a8ec83b655","name":"make-dir-webpack-plugin","description":"Make directory webpack plugin","dist-tags":{"latest":"0.1.0"},"versions":{"0.0.1":{"name":"make-dir-webpack-plugin","version":"0.0.1","description":"Make directory webpack plugin","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/monokh/make-dir-webpack-plugin.git"},"keywords":["make directory","directory","webpack","plugin"],"author":{"name":"monokh","url":"https://monokh.com"},"license":"MIT","bugs":{"url":"https://github.com/monokh/make-dir-webpack-plugin/issues"},"homepage":"https://github.com/monokh/make-dir-webpack-plugin#readme","gitHead":"76c00db750e9ef04934e04af3324a09961c514ea","_id":"make-dir-webpack-plugin@0.0.1","_shasum":"035df69c22558e836c40e5412d5dda789fc81133","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"monokh","email":"mnokhb@gmail.com"},"dist":{"shasum":"035df69c22558e836c40e5412d5dda789fc81133","tarball":"https://registry.npmjs.org/make-dir-webpack-plugin/-/make-dir-webpack-plugin-0.0.1.tgz","integrity":"sha512-OOveWZIqKcyvXVKIMBChJ6CDHTNFdDnNBSUT5Jy8shWZ/xJ6vX0fqr13YyJIozXQbwTXNfJiPG83gY8iw2bTpA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSZ/y3fJYc6/FiXxkVFQTvf9nXqF1DOr5uo0Vw6bHKwwIhAPpPwZLDH6MBxFt5CutwQguRjiH4k8mg1TMSKaPYHx2e"}]},"maintainers":[{"name":"monokh","email":"mnokhb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/make-dir-webpack-plugin-0.0.1.tgz_1500075276491_0.7520246563944966"}},"0.1.0":{"name":"make-dir-webpack-plugin","version":"0.1.0","description":"Make directory webpack plugin","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/monokh/make-dir-webpack-plugin.git"},"keywords":["make directory","directory","webpack","plugin"],"author":{"name":"monokh","url":"https://monokh.com"},"license":"MIT","bugs":{"url":"https://github.com/monokh/make-dir-webpack-plugin/issues"},"homepage":"https://github.com/monokh/make-dir-webpack-plugin#readme","gitHead":"4139edbf3de803bc8cc8e82f613338794528bddd","_id":"make-dir-webpack-plugin@0.1.0","_shasum":"3b796112c42e0f3e81c44a5ae52cde392b4a1153","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.6.0","_npmUser":{"name":"monokh","email":"mnokhb@gmail.com"},"dist":{"shasum":"3b796112c42e0f3e81c44a5ae52cde392b4a1153","tarball":"https://registry.npmjs.org/make-dir-webpack-plugin/-/make-dir-webpack-plugin-0.1.0.tgz","integrity":"sha512-rKMM9Qnc7jNA0K1qozl9yNRrbIlOoEUsrnW0/+oPLUENuaAnhLYhOPPHKDPltp6k1TRaaFPPbdupAVhxJpmaIg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGH7Gm8wW9qJQP0Tfb/WrCrX1e8HrCoxox5O5WPBOKMAIhAIipsGz9b5JGwQoY2tpa6UTo9zyaXGUVZHdfSLBlw9jq"}]},"maintainers":[{"name":"monokh","email":"mnokhb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/make-dir-webpack-plugin-0.1.0.tgz_1501008230198_0.35405908548273146"}}},"readme":"# make-dir-webpack-plugin\n[![npm version](https://badge.fury.io/js/make-dir-webpack-plugin.svg)](https://badge.fury.io/js/make-dir-webpack-plugin)\nby [Monokh](https://monokh.com)\n\nMake directories in webpack compilation\n\nUseful when another webpack plugin depends on a directory existing\n\n## Installation\n`\nnpm install make-dir-webpack-plugin --save-dev\n`\n\n## Usage\nYou need to pass options with `dirs` array.\n\nThis is an array of `dirSpec`s which describe what directories need to be created. A dir spec has the following format:\n\n- `path`: The path of the folder to create\n\n## Examples\n```\nvar MakeDirWebpackPlugin = require('make-dir-webpack-plugin');\n\nmodule.exports = {\n  ...\n  plugins: [\n    new MakeDirWebpackPlugin({\n      dirs: [\n        { path: './dist/folder1' },\n        { path: './dist/folder2' }\n      ]\n    })\n  ]\n};\n```\n\n## Change Log\n\n### 0.1.0\n- Fixed bug that didn't allow nested directories to be created.","maintainers":[{"name":"monokh","email":"mnokhb@gmail.com"}],"time":{"modified":"2022-06-19T15:32:11.880Z","created":"2017-07-14T23:34:37.527Z","0.0.1":"2017-07-14T23:34:37.527Z","0.1.0":"2017-07-25T18:43:51.083Z"},"homepage":"https://github.com/monokh/make-dir-webpack-plugin#readme","keywords":["make directory","directory","webpack","plugin"],"repository":{"type":"git","url":"git+https://github.com/monokh/make-dir-webpack-plugin.git"},"author":{"name":"monokh","url":"https://monokh.com"},"bugs":{"url":"https://github.com/monokh/make-dir-webpack-plugin/issues"},"license":"MIT","readmeFilename":"README.md"}