Sha256: 4f72788d208ec60f7566b763ce3a588f0b16d7d51700ae128874353ae190fab4

Contents?: true

Size: 281 Bytes

Versions: 75

Compression:

Stored size: 281 Bytes

Contents

'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';
};

Version data entries

75 entries across 74 versions & 12 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/path-key/index.js
disco_app-0.18.0 test/dummy/node_modules/path-key/index.js
disco_app-0.18.2 test/dummy/node_modules/path-key/index.js
disco_app-0.16.1 test/dummy/node_modules/path-key/index.js
disco_app-0.15.2 test/dummy/node_modules/path-key/index.js
disco_app-0.18.4 test/dummy/node_modules/path-key/index.js
disco_app-0.18.1 test/dummy/node_modules/path-key/index.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/path-key/index.js
disco_app-0.14.0 test/dummy/node_modules/path-key/index.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/path-key/index.js
tang-0.2.1 spec/tang_app/node_modules/path-key/index.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/path-key/index.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/path-key/index.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/path-key/index.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/path-key/index.js
tang-0.2.0 spec/tang_app/node_modules/path-key/index.js
tang-0.1.0 spec/tang_app/node_modules/path-key/index.js
tang-0.0.9 spec/tang_app/node_modules/path-key/index.js
enju_library-0.3.8 spec/dummy/node_modules/path-key/index.js
jester-data-8.0.0 node_modules/path-key/index.js