Lines Matching refs:path
6 const path = require('path');
14 const npmSandbox = path.join(tmpdir.path, 'npm-sandbox');
16 const homeDir = path.join(tmpdir.path, 'home');
18 const installDir = path.join(tmpdir.path, 'install-dir');
21 const npmPath = path.join(
33 'package-name': fixtures.path('packages/main')
37 const pkgPath = path.join(installDir, 'package.json');
42 PATH: path.dirname(process.execPath),
43 NPM_CONFIG_PREFIX: path.join(npmSandbox, 'npm-prefix'),
44 NPM_CONFIG_TMP: path.join(npmSandbox, 'npm-tmp'),