Lines Matching full:dependencies
96 Every dependencies have been fetched and patched in the source directory.
101 to be configured to take into account these cached dependencies.
139 if "dependencies" not in ptr:
140 ptr["dependencies"] = {}
141 ptr = ptr["dependencies"]
157 cached_manifest.pop("dependencies", None)
170 cached_shrinkwrap.pop("dependencies", None)
172 # Manage the dependencies
214 version = cached_shrinkwrap["dependencies"][name]["version"]
220 _update_manifest("dependencies")
238 Use the configured main package and the cached dependencies to run the
303 # If the package (or its dependencies) uses node-gyp to build native addons,