Your IP : 18.216.141.244


Current Path : /proc/thread-self/root/lib/node_modules/npm/node_modules/is-npm/
Upload File :
Current File : //proc/thread-self/root/lib/node_modules/npm/node_modules/is-npm/index.js

'use strict';
module.exports = 'npm_config_username' in process.env ||
	'npm_package_name' in process.env ||
	'npm_config_heading' in process.env;

?>