{"_id":"@aajuarezd/rb-package","_rev":"3-1bd1c6a7928605daf7fc1b07eff48b37","name":"@aajuarezd/rb-package","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"@aajuarezd/rb-package","version":"0.1.0","description":"Rebuild your package.json from the package-lock.json","private":false,"keywords":["package","package-lock","lock","build","rebuild","generate","from","json"],"bin":{"rb-package":"bin/rebuild-package.js"},"dependencies":{},"author":{"name":"Abner Juarez"},"license":"MIT","bugs":{"url":"https://github.com/abnerey/rb-package/issues"},"homepage":"https://github.com/abnerey/rb-package#readme","repository":{"type":"git","url":"git+https://github.com/abnerey/rb-package.git"},"gitHead":"801f8efe816e1a653ea153c62818cb4ad6dd84f8","_id":"@aajuarezd/rb-package@0.1.0","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"aajuarezd","email":"abnerariel-1997@hotmail.com"},"dist":{"integrity":"sha512-ZpDiH6zhH07b39IEJbELCeqnfWc70TSyDp5mVkpCDKfkOzhQ/P+UPSQ0EqrbJ8Dt7+SmLVEhozeolMCykpLnCg==","shasum":"48fb60a85d450fdd3e4ba430d30a9abdb3e15a93","tarball":"https://registry.npmjs.org/@aajuarezd/rb-package/-/rb-package-0.1.0.tgz","fileCount":3,"unpackedSize":2590,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGudo5ueN8QeZE9oKi7ZrwbA9/sCjqaaAdRDnIQ1Q8WzAiEAuS+lhfRIl9VAQCgrqM8T478ERQniFjadPn69fElCvw0="}]},"maintainers":[{"name":"aajuarezd","email":"abnerariel-1997@hotmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rb-package_0.1.0_1519227896637_0.5090803144619769"},"_hasShrinkwrap":false},"0.1.1":{"name":"@aajuarezd/rb-package","version":"0.1.1","description":"Rebuild your package.json from the package-lock.json","private":false,"keywords":["package","package-lock","lock","build","rebuild","generate","from","json"],"bin":{"rb-package":"bin/rebuild-package.js"},"dependencies":{},"author":{"name":"Abner Juarez"},"license":"MIT","bugs":{"url":"https://github.com/abnerey/rb-package/issues"},"homepage":"https://github.com/abnerey/rb-package#readme","repository":{"type":"git","url":"git+https://github.com/abnerey/rb-package.git"},"gitHead":"92be4a6d15c6095352aefbdcb774ada5bf11727d","_id":"@aajuarezd/rb-package@0.1.1","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"aajuarezd","email":"abnerariel-1997@hotmail.com"},"dist":{"integrity":"sha512-ehdYvcFy4ndgHBNEwfLno4AjcKnr8HNpLD5w1pJS7maNLuqLzcpuEoob40uFsv3hE45Tge3DoKuGdbEgQgOG9w==","shasum":"dfbc5208968f9fb81166140b6571f99d21bf4e64","tarball":"https://registry.npmjs.org/@aajuarezd/rb-package/-/rb-package-0.1.1.tgz","fileCount":3,"unpackedSize":2601,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGPedXCeBaxGgexLV70CMuU4oZ/NvD7u/6Vz1+HGnkLgAiArXH4jcLtxBQZ2TlILzAP1ilo50xePcQ4/W1pvZ8Y9Eg=="}]},"maintainers":[{"name":"aajuarezd","email":"abnerariel-1997@hotmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rb-package_0.1.1_1519228033520_0.10908020243959471"},"_hasShrinkwrap":false}},"time":{"created":"2018-02-21T15:44:56.566Z","0.1.0":"2018-02-21T15:44:56.688Z","modified":"2022-04-04T10:55:02.024Z","0.1.1":"2018-02-21T15:47:13.679Z"},"maintainers":[{"name":"aajuarezd","email":"abnerariel-1997@hotmail.com"}],"description":"Rebuild your package.json from the package-lock.json","homepage":"https://github.com/abnerey/rb-package#readme","keywords":["package","package-lock","lock","build","rebuild","generate","from","json"],"repository":{"type":"git","url":"git+https://github.com/abnerey/rb-package.git"},"author":{"name":"Abner Juarez"},"bugs":{"url":"https://github.com/abnerey/rb-package/issues"},"license":"MIT","readme":"# rb-package\n\n## Rebuild your package.json from your package-lock.json\n\nSometimes install dependencies in your from works only thanks to package-lock.json,\nbut if you don't keep congruency between package-lock.json and package.json you may\nfall in trouble with your dependencies. For example, when you don't version your\npackage-lock and download the repository in other side where you don't have package-lock,\nyour project could fail in building  or other troubles.\n\nThis little package exposes and command you can execute to rebuid your package.json\nwith the dependencies version in your package-lock.json, generating a new file named\nflat-package.json. Just run the next commands and use rb-package in your npm project \nand this tool will create the file just in that directory.\n\n```shell\nnpm install -g @aajuarezd/rb-package\n\ncd ../route/to/your/project\n\nrb-package\n```","readmeFilename":"README.MD"}