installing this will install 1000 of the most popular packages (and their dependencies😱)

just run:
```
npm install 1000-packages --ignore-scripts
```

it does actually export all of its dependencies, for example you can get to express by `require("1000-packages")["express"]`