@imjano/can_i_mw
CanI Middleware is a custom middleware for Express.js applications that grants access to resources based on user roles. It provides a simple and flexible way to manage authorization and control access to different parts of your application.
@imjano/hostman_cli
This is a CLI (Command Line Interface) for managing the hosts file located at C:WindowsSystem32driversetc.
@imjano/get_object_in_object
Through a dot-separated path (example: 'subObject.foo.bar') you can find an object inside another parent object.