- add an npm.Version command for resolving versions
- use latest gh binary
- install from a package.json
- support
exports
andimports
inpackage.json
- fixed a race condition between competing packages with the same name writing concurrently to the filesystem
- added more error handling
- support installing deps of deps
- support installing with semver syntax
- add 'npm pack'-like support for installing from local directories
- add support for scoped node modules. closes: #1
- initial commit