I have some javascript that I have used the sublime jsdoc plugin to comment. I want to produce some documentation from those comments. I am developing this javascript on a machine behind a firewall and very poor internet, so using the command "npm install jsdoc" fails. This machine definitely has node/npm installed. I have some javascript that I have used the sub