Old Uber source code on NPM
Follow these steps:
wget http://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz
tar -xzf uglify-js-1.2.5.tgz
vim +15650 package/tmp/app.js -c 'normal zt'
I stumbled across this when my IDE decided to include node_modules in its search path. It's just javascript and also pretty old (circa 2012), so I doubt Uber cares that it's public, but it's interesting (and somewhat ironic) to see the non-uglified source. Any ideas how it got there?
2 comments
[ 4.0 ms ] story [ 19.1 ms ] threadYou CAN unpublish it's sort of not easy since replication.
Source: I interned there during the summer of 2012