/third_party/node/deps/npm/test/tap/ |
D | debug-logs.js | 13 var cachedir = common.cache variable 56 … t.matches(path.relative(cachedir, logfile), /^_logs/, 'debug log is inside the cache in _logs') 78 var files = glob.sync(path.join(cachedir, '_logs', '*')) 85 var files = glob.sync(path.join(cachedir, '_logs', '*')) 90 var files = glob.sync(path.join(cachedir, '_logs', '*'))
|
D | prepublish-only.js | 14 var cachedir = common.cache variable 18 'npm_config_cache': cachedir, 74 '--cache', cachedir,
|
D | install-package-lock-only.js | 13 var cachedir = common.cache variable 23 npm_config_cache: cachedir, 34 npm_config_cache: cachedir,
|
D | anon-cli-metrics.js | 14 var cachedir = common.cache variable 17 var metricsFile = path.join(cachedir, 'anonymous-cli-metrics.json') 22 npm_config_cache: cachedir,
|
D | install-scoped-with-bundled-dependency.js | 11 var cachedir = common.cache variable 18 npm_config_cache: cachedir,
|
D | save-optional.js | 13 const cachedir = common.cache constant 21 npm_config_cache: cachedir,
|
D | outdated-remote.js | 11 const cachedir = common.cache constant 18 npm_config_cache: cachedir,
|
D | upgrade-lifecycles.js | 11 var cachedir = common.cache variable 18 npm_config_cache: cachedir,
|
D | 404.js | 14 const cachedir = common.cache constant 19 npm_config_cache: cachedir,
|
D | shrinkwrap-default-dev.js | 12 var cachedir = common.cache variable 19 npm_config_cache: cachedir,
|
D | shrinkwrap-optional-platform.js | 11 var cachedir = common.cache variable 18 npm_config_cache: cachedir,
|
D | lockfile-http-deps.js | 13 var cachedir = common.cache variable 20 npm_config_cache: cachedir,
|
D | shrinkwrap-lifecycle-cwd.js | 12 var cachedir = common.cache variable 19 npm_config_cache: cachedir,
|
D | ls-peer.js | 11 const cachedir = common.cache constant 18 npm_config_cache: cachedir,
|
D | outdated-latest.js | 12 const cachedir = common.cache constant 19 npm_config_cache: cachedir,
|
D | invalid-dep-version-filtering.js | 11 var cachedir = common.cache variable 114 '--cache', cachedir,
|
D | update-symlink.js | 13 const cachedir = common.cache constant 20 npm_config_cache: cachedir,
|
D | dedupe-git-semver.js | 42 const cachedir = common.cache constant 48 cache: cachedir,
|
D | tagged-version-matching.js | 12 var cachedir = common.cache variable 19 npm_config_cache: cachedir,
|
D | git-npmignore.js | 45 var cachedir = common.cache variable 59 npm_config_cache: cachedir
|
D | shrinkwrap-local-dependency.js | 12 var cachedir = common.cache variable 13 var config = ['--cache=' + cachedir, '--loglevel=error']
|
D | ci-header.js | 13 var cachedir = common.cache variable 25 npm_config_cache: cachedir,
|
/third_party/node/deps/npm/test/need-npm5-update/need-outdated/ |
D | update-symlink.js | 12 var cachedir = path.join(testdir, 'cache') variable 16 'npm_config_cache': cachedir, 36 mkdirp.sync(cachedir)
|
/third_party/node/deps/npm/scripts/ |
D | maketest | 35 const cachedir = path.join(basedir, 'cache') 42 npm_config_cache: cachedir,
|
/third_party/node/deps/npm/test/need-npm5-update/ |
D | peer-deps-toplevel.js | 12 var cachedir = path.join(basedir, 'cache') variable 19 npm_config_cache: cachedir,
|