As mentioned by @NS Gopikrishnan in this question there was an npmzip tool that we could use to create npm install packages that include all dependancies for that package.
Unfortunately npmzip is no longer available.
I would be very interested in creating offline install packages that include all dependancies. Does anyone know of an alternative to npmzip that does this for me?