/usr/lib/node_modules/npm/scripts
NameSizeModeActions
changelog.js30700644editdlrm
clean-old.sh42660755editdlrm
dep-update2940755editdlrm
dev-dep-update2920755editdlrm
docs-build.js8250644editdlrm
gen-changelog4200755editdlrm
gen-dev-ignores.js3500644editdlrm
install.sh55970755editdlrm
maketest18410755editdlrm
pr40540755editdlrm
publish-tag.js1510644editdlrm
release.sh8890644editdlrm
relocate.sh6730755editdlrm
update-authors.sh1970755editdlrm
update-dist-tags.js35460644editdlrm
Edit: /usr/lib/node_modules/npm/scripts/dep-update (294B)
#!/usr/bin/env bash node . install --save $1@$2 &&\ node scripts/gen-dev-ignores.js &&\ rm -f node_modules/{*,*/*}/CODE_OF_CONDUCT.md node_modules/{*,*/*}/CONTRIBUTING.md &&\ git add node_modules package.json package-lock.json &&\ git commit -m"$1@$2" &&\ node . repo $1 &&\ git commit --amend