git://github.com/mattdesl/img#add-options
The above gets parsed correctly by npm / package.json dependency resolution. However, this module returns the following, with master branch:
{ user: 'mattdesl',
repo: 'img',
host: 'github.com',
branch: 'master',
apiHost: 'api.github.com',
tarball_url: 'https://api.github.com/repos/mattdesl/img/tarball/master',
clone_url: 'https://github.com/mattdesl/img',
https_url: 'https://github.com/mattdesl/img',
travis_url: 'https://travis-ci.org/mattdesl/img',
zip_url: 'https://github.com/mattdesl/img/archive/master.zip',
api_url: 'https://api.github.com/repos/mattdesl/img' }
git://github.com/mattdesl/img#add-optionsThe above gets parsed correctly by npm / package.json dependency resolution. However, this module returns the following, with
masterbranch: