PHP 8.2.30
Preview: index.js Size: 415 B
/opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/node_modules/path-key/index.js

'use strict';

const pathKey = (options = {}) => {
	const environment = options.env || process.env;
	const platform = options.platform || process.platform;

	if (platform !== 'win32') {
		return 'PATH';
	}

	return Object.keys(environment).reverse().find(key => key.toUpperCase() === 'PATH') || 'Path';
};

module.exports = pathKey;
// TODO: Remove this for the next major release
module.exports.default = pathKey;

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
415 B lrw-r--r-- 2026-02-23 06:54:00
Edit Download
1.08 KB lrw-r--r-- 2026-02-23 06:54:00
Edit Download
650 B lrw-r--r-- 2026-02-23 06:54:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).