mirror of https://github.com/nodejs/node.git
5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
|
var semver = require('./')
|
||
|
var r = new semver.Range('git+https://user:password0123@github.com/foo/bar.git', true)
|
||
|
r.inspect = null
|
||
|
console.log(r)
|