/
/
lib
/
node_modules
/
npm
/
node_modules
/
path-key
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/lib/node_modules/npm/node_modules/path-key
Edit:
/lib/node_modules/npm/node_modules/path-key/index.js
'use strict'; module.exports = opts => { opts = opts || {}; const env = opts.env || process.env; const platform = opts.platform || process.platform; if (platform !== 'win32') { return 'PATH'; } return Object.keys(env).find(x => x.toUpperCase() === 'PATH') || 'Path'; };
Ukuran: 281 B