{"_rev":"3-2eee652c538c4b87708172b8c0a33518","time":{"created":"2023-04-28T10:31:50.335Z","0.1.0":"2023-04-28T10:25:24.578Z","modified":"2023-04-28T10:31:50.730Z","0.1.1":"2023-04-28T10:31:50.546Z"},"_id":"@bluedragon28/node-reload","name":"@bluedragon28/node-reload","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.1":{"name":"@bluedragon28/node-reload","version":"0.1.1","description":"Automatically restart node program on files change","main":"index.js","bin":{"node-reload":"index.js"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["node","cli","monitoring","hot-reload","auto-reload"],"author":{"name":"Erwan Saclier de la Bâtie"},"license":"MIT","dependencies":{"args":"^5.0.3"},"repository":{"type":"git","url":"git+https://github.com/BlueDragon28/node-reload.git","homepage":"https://github.com/BlueDragon28/node-reload"},"gitHead":"a2266bf4b6f623a9529188fc3aa96d4cbfbbe50e","bugs":{"url":"https://github.com/BlueDragon28/node-reload/issues"},"homepage":"https://github.com/BlueDragon28/node-reload#readme","_id":"@bluedragon28/node-reload@0.1.1","_nodeVersion":"19.9.0","_npmVersion":"9.6.3","dist":{"integrity":"sha512-rsqf6jrCufBXR+LPt1cgj12Tys1DLlzXLMunWrBsXVDITZrLT/RdFQLZmtee/BFgmxU8R/id45p+XyTfvazUqA==","shasum":"9b1c0f124fbacd132055a830ba57a7e12719fdbe","tarball":"https://registry.npmjs.org/@bluedragon28/node-reload/-/node-reload-0.1.1.tgz","fileCount":9,"unpackedSize":21344,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCO8dHn0sHjy4MxLrC2MT/VKYegGE3LaKmNTfFsJIY3vgIhAJaL4geHCzH/hgapYBo14syCOn9UnEv5EhHsI+aWfrKj"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkS6CWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqcFA//eDs8lDS7SQ0LQv1qHoYiJl4qX3dkudiC99KeYUrIRNrbzGAA\r\nAKlZh7sqcrWdq/ohy+a5zj3pYj8+++BJRNjGFfaBlwrihzvtZ/jAr8kpgjhT\r\nBi8VyY0tYfU4orUfzvJ13x0Xo1jYoqfCwOVYoYIHuCNtLK5SVJr87s2A1Aek\r\niud7eE9d0P6m5NEmpvCkKJaPLWI9WtHqok1S/u3jgHATgZVCyvVTuKeGVR4V\r\nu9izbVMH4tKOJB+lm37tQkngFjATysT2+VlYmwUiWstG1Rnb1v6OmkOpW4L0\r\n43tyiWLcU9uJE7UwCi6dOnLfgXLiy87BpuyNvgBImqWxXFD2WSIXtOGWxIXn\r\nu/YcrcqfeKYZBHJODrsv0UfZykZXDdfHojdS62pbxOgvjn0epRCglgngaJaR\r\nD8o1oR0QqcQ/9nAk7Wfw34STHUAfA3ONZlnAAWt2QYMwo21meBOfYx9t7AcJ\r\nEupDFDq9+TTN6WuyoR14+NDinqJhChzAzVqpRtjCC++Ck0uoP6WxKd4fTtkJ\r\nl01Qzkzec5EsVFH08NjTPIKWjPxKlAi20X/xL1J9pVDXi6lYDZ+1t8n4n/PM\r\nEBZdd+M60aDmzY7Bp5AJyWU8Z5xyfusTrLqnZ3xHWXuB5G39LELKAPrU182w\r\n1yrwJgNPbC6AAqJtSuKdwiocLvM2RT7wcek=\r\n=opOS\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"bluedragon28","email":"erwansaclierdelabatie@yahoo.fr"},"directories":{},"maintainers":[{"name":"bluedragon28","email":"erwansaclierdelabatie@yahoo.fr"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node-reload_0.1.1_1682677910393_0.6000330671718972"},"_hasShrinkwrap":false}},"maintainers":[{"name":"bluedragon28","email":"erwansaclierdelabatie@yahoo.fr"}],"description":"Automatically restart node program on files change","homepage":"https://github.com/BlueDragon28/node-reload#readme","keywords":["node","cli","monitoring","hot-reload","auto-reload"],"repository":{"type":"git","url":"git+https://github.com/BlueDragon28/node-reload.git","homepage":"https://github.com/BlueDragon28/node-reload"},"author":{"name":"Erwan Saclier de la Bâtie"},"bugs":{"url":"https://github.com/BlueDragon28/node-reload/issues"},"license":"MIT","readme":"# Node-reload\n\nA simple node.js program to automatically restart a program on development when a file change.\n\n## Install\n\nNode-reload is not yet an npm package, so you have to install it yourself. Just clone the repo and run `npm install` in it.\n\n## Command\n\n```\n node index.js -h\n  Usage: index.js [options] [command]\n  \n  Commands:\n    help     Display help\n    version  Display version\n  \n  Options:\n    -a, --arguments <list>  The arguments to pass to the subcommand (defaults to [\"./index.js\"])\n    -A, --autorestart       Automatically restart the program when it crash (disabled by default)\n    -c, --command [value]   The command to execute (defaults to \"node\")\n    -d, --delay <n>         The delay between each interval is ms, cannot be under 15 ms (defaults to 250)\n    -h, --help              Output usage information\n    -v, --version           Output the version number\n    -w, --watch <list>      Files or folders to watch for changes (defaults to [])\n```\n\n## License\n\nThe software is licensed under the **MIT** license. Check the [LICENSE](LICENSE) file.\n","readmeFilename":"README.md"}