Your IP : 216.73.216.79


Current Path : /var/www/html/mycoastv2/node_modules/node-sass/scripts/util/
Upload File :
Current File : /var/www/html/mycoastv2/node_modules/node-sass/scripts/util/useragent.js

var pkg = require('../../package.json');

/**
 * A custom user agent use for binary downloads.
 *
 * @api private
 */
module.exports = function() {
  return [
    'node/', process.version, ' ',
    'node-sass-installer/', pkg.version
  ].join('');
};