···210210* `npmPruneFlags`: Flags to pass to `npm prune`. Defaults to the value of `npmInstallFlags`.
211211* `makeWrapperArgs`: Flags to pass to `makeWrapper`, added to executable calling the generated `.js` with `node` as an interpreter. These scripts are defined in `package.json`.
212212* `nodejs`: The `nodejs` package to build against, using the corresponding `npm` shipped with that version of `node`. Defaults to `pkgs.nodejs`.
213213+* `npmDeps`: The dependencies used to build the npm package. Especially useful to not have to recompute workspace depedencies.
213214214215#### prefetch-npm-deps {#javascript-buildNpmPackage-prefetch-npm-deps}
215216