{"_id":"bundle-deps","_rev":"6-cb593911584db8ddf78c631474ab3065","name":"bundle-deps","description":"easy command to bundle all your dependencies","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"bundle-deps","version":"1.0.0","description":"easy command to bundle all your dependencies","bin":{"bundle-deps":"./bundle-deps.js"},"repository":{"type":"git","url":"git://github.com/carlos8f/bundle-deps.git"},"keywords":["bundle","dependencies","npm","package","json"],"author":{"name":"Carlos Rodriguez","email":"carlos@s8f.org","url":"http://s8f.org/"},"license":"MIT","readme":"bundle-deps\n===========\n\neasy command to bundle all your dependencies\n\nBundling your dependencies has some advantages:\n\n1. your module will install faster\n2. your `node_modules` folder can contain tweaked or forked modules\n3. locks down your dependency code for predictability in production\n4. allows you to use private/git dependencies with [amino-deploy](https://github.com/amino/amino-deploy)\n\nAnd disadvantages:\n\n1. you need to keep your `bundledDependencies` package.json key up-to-date\n2. you need to manually `npm update` to apply security/bug fixes for your dependencies\n\nThis module helps with disadvantage #1. Simply type `bundle-deps` in your project\nroot to update your `bundledDependencies` list based on the package.json\n`dependencies` hash.\n\n### Install\n\n```\n$ (sudo) npm install -g bundle-deps\n```\n\n### Usage\n\n```\n$ bundle-deps [path/to/project]\nbundled 48 dependencies.\n```\n\n- - -\n\n### Developed by [Terra Eclipse](http://www.terraeclipse.com)\nTerra Eclipse, Inc. is a nationally recognized political technology and\nstrategy firm located in Aptos, CA and Washington, D.C.\n\n- - -\n\n### License: MIT\n\n- Copyright (C) 2012 Carlos Rodriguez (http://s8f.org/)\n- Copyright (C) 2012 Terra Eclipse, Inc. (http://www.terraeclipse.com/)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the &quot;Software&quot;), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is furnished\nto do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","readmeFilename":"README.md","_id":"bundle-deps@1.0.0","dist":{"shasum":"1c4179e786a4f5297a5d3e8bc5095ace9d918c35","tarball":"https://registry.npmjs.org/bundle-deps/-/bundle-deps-1.0.0.tgz","integrity":"sha512-ebkrWAlBldpxnbXZakZNGRH1Ah/gPek7j58ZWUI879tOhePGy69sqlWTVLzHwuPsKxI3PgKnthJnKWCnVlTusA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEYSrynTUoTKORuN/0JMPNwRhTD7kpaheVsn8dY9UTdTAiEAskRlTx1JgiaR9b8L26Zj6mhcI0MlASou2Mp5ifoWC00="}]},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"carlos8f","email":"carlos@s8f.org"},"maintainers":[{"name":"carlos8f","email":"carlos@s8f.org"}]}},"readme":"bundle-deps\n===========\n\neasy command to bundle all your dependencies\n\nBundling your dependencies has some advantages:\n\n1. your module will install faster\n2. your `node_modules` folder can contain tweaked or forked modules\n3. locks down your dependency code for predictability in production\n4. allows you to use private/git dependencies with [amino-deploy](https://github.com/amino/amino-deploy)\n\nAnd disadvantages:\n\n1. you need to keep your `bundledDependencies` package.json key up-to-date\n2. you need to manually `npm update` to apply security/bug fixes for your dependencies\n\nThis module helps with disadvantage #1. Simply type `bundle-deps` in your project\nroot to update your `bundledDependencies` list based on the package.json\n`dependencies` hash.\n\n### Install\n\n```\n$ (sudo) npm install -g bundle-deps\n```\n\n### Usage\n\n```\n$ bundle-deps [path/to/project]\nbundled 48 dependencies.\n```\n\n- - -\n\n### Developed by [Terra Eclipse](http://www.terraeclipse.com)\nTerra Eclipse, Inc. is a nationally recognized political technology and\nstrategy firm located in Aptos, CA and Washington, D.C.\n\n- - -\n\n### License: MIT\n\n- Copyright (C) 2012 Carlos Rodriguez (http://s8f.org/)\n- Copyright (C) 2012 Terra Eclipse, Inc. (http://www.terraeclipse.com/)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the &quot;Software&quot;), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is furnished\nto do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","maintainers":[{"name":"carlos8f","email":"carlos@s8f.org"}],"time":{"modified":"2022-06-13T05:18:18.833Z","created":"2013-02-26T20:15:50.527Z","1.0.0":"2013-02-26T20:15:51.374Z"},"author":{"name":"Carlos Rodriguez","email":"carlos@s8f.org","url":"http://s8f.org/"},"repository":{"type":"git","url":"git://github.com/carlos8f/bundle-deps.git"},"users":{"zdying":true}}