For when you have completely given up on your NPM package and you do not care anymore...
npm install fuckit --save
And then drop the following into project's index file or startup script:
var fuckit = require('fuckit');
Push this to NPM and you're done. Also, you are welcome.