UNPKG

generator-website-starter

Version:

A website generator using semantic markup, SASS, Gulp, Imagemin and Browser-sync

14 lines (12 loc) 299 B
'use strict'; const npmConf = require('npm-conf')(); module.exports = () => { return process.env.HTTPS_PROXY || process.env.https_proxy || process.env.HTTP_PROXY || process.env.http_proxy || npmConf.get('https-proxy') || npmConf.get('http-proxy') || npmConf.get('proxy') || null; };