Lines Matching defs:tree
104 function childDependencySpecifier (tree, name, spec, where) { argument
109 function computeMetadata (tree, seen) { argument
152 function isDep (tree, child) { argument
174 function addRequiredDep (tree, child) { argument
207 function packageRelativePath (tree) { argument
221 function matchingDep (tree, name) { argument
227 exports.getAllMetadata = function (args, tree, where, next) { argument
263 exports.loadRequestedDeps = function (args, tree, saveToDependencies, log, next) { argument
309 function computeVersionSpec (tree, child) { argument
349 exports.removeDeps = function (args, tree, saveToDependencies, next) { argument
385 exports.removeExtraneous = function (args, tree, next) { argument
417 function isDepOptional (tree, name, pkg) { argument
439 function failedDependency (tree, name, pkg) { argument
464 function andHandleOptionalErrors (log, tree, name, done) { argument
480 function prefetchDeps (tree, deps, log, next) { argument
518 function loadDeps (tree, log, next) { argument
530 exports.loadDevDeps = function (tree, log, next) { argument
546 function loadExtraneous (tree) { argument
560 exports.loadExtraneous.andResolveDeps = function (tree, log, next) { argument
571 function addDependency (name, versionSpec, tree, log, done) { argument
628 function resolveWithExistingModule (child, tree) { argument
673 function resolveWithNewModule (pkg, tree, log, next) { argument
741 exports.validateAllPeerDeps = function (tree, onInvalid) { argument
745 function validateAllPeerDeps (tree, onInvalid, seen) { argument