Searched refs:installedpath (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/test/tap/ |
D | legacy-missing-bindir.js | 11 var installedpath = path.resolve(modulepath, 'npm-test-missing-bindir') variable 38 fs.statSync(path.resolve(installedpath, filename))
|
D | legacy-test-package.js | 10 var installedpath = path.resolve(modulepath, 'npm-test-test-package') variable 40 common.npm(['test'], {cwd: installedpath}, testCheckAndRemove)
|
D | legacy-ignore-nested-nm.js | 10 var installedpath = path.resolve(modulepath, 'npm-test-ignore-nested-nm') variable 39 var foopath = path.resolve(installedpath, 'lib/node_modules/foo')
|
/third_party/node/deps/npm/test/need-npm5-update/ |
D | legacy-array-bin.js | 10 var installedpath = path.resolve(modulepath, 'npm-test-array-bin') variable 53 common.npm(['test'], {cwd: installedpath}, testCheckAndRemove)
|
D | legacy-dir-bin.js | 10 var installedpath = path.resolve(modulepath, 'npm-test-dir-bin') variable 52 common.npm(['test'], {cwd: installedpath}, testCheckAndRemove)
|
/third_party/node/deps/npm/test/network/ |
D | legacy-bundled-git.js | 10 var installedpath = path.resolve(modulepath, 'npm-test-bundled-git') variable 74 …var actual = require(path.resolve(installedpath, 'node_modules/glob/node_modules/minimatch/package…
|