PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
get-uri
/** * Module dependencies. */ var http = require('./http'); var https = require('https'); /** * Module exports. */ module.exports = get; /** * Returns a Readable stream from an "https:" URI. * * @api protected */ function get (parsed, opts, fn) { opts.http = https; http(parsed, opts, fn); }
[-] http.js
[edit]
[+]
.github
[+]
..
[+]
node_modules
[-] package.json
[edit]
[-] notmodified.js
[edit]
[-] https.js
[edit]
[-] History.md
[edit]
[-] notfound.js
[edit]
[-] ftp.js
[edit]
[-] index.js
[edit]
[-] data.js
[edit]
[-] README.md
[edit]
[-] file.js
[edit]
[+]
test