Home
last modified time | relevance | path

Searched refs:replaceModuleByPath (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/test/tap/
Dunit-deps-replaceModule.js39 var replaceModuleByPath = require('../../lib/install/deps')._replaceModuleByPath
47 replaceModuleByPath(test, 'A', mods[2])
49 replaceModuleByPath(test, 'A', mods[7])
54 replaceModuleByPath(test, 'B', replacement)
57 replaceModuleByPath(test, 'C', mods[7])
62 replaceModuleByPath(test, 'D', duplicateByPath)
/third_party/node/deps/npm/lib/install/
Ddeps.js177 replaceModuleByPath(child, 'requiredBy', tree)
365 replaceModuleByPath(tree, 'removedChildren', pkgToRemove)
643 exports._replaceModuleByPath = replaceModuleByPath
644 function replaceModuleByPath (obj, key, child) { function