Lines Matching refs:dep
82 destsubdirs = [os.path.join("node_modules", dep) for dep in deptree]
196 ud.proxy = Fetch([dep["url"] for dep in ud.deps if dep["url"]], data)
250 auto = [dep["url"] for dep in ud.deps if not dep["localpath"]]
251 manual = [dep for dep in ud.deps if dep["localpath"]]
256 for dep in manual:
257 depdestdir = os.path.join(destdir, dep["destsuffix"])
258 if dep["url"]:
259 npm_unpack(dep["localpath"], depdestdir, d)
261 depsrcdir= os.path.join(destdir, dep["localpath"])
262 if dep["unpack"]:
274 for dep in ud.deps:
275 for path in dep["extrapaths"]: