Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-05-31view: wait until write completes to call cb (#16791)Kat Marchán
2017-05-31publish: adapt config for publish RegClient (#16762)Kat Marchán
2017-05-31finalize: Guard against being unable to compute _requested sourceRebecca Turner
2017-05-27error-handler: remove unused argument (#16757)薛定谔的猫
2017-05-27ls: remove unused argument (#16756)薛定谔的猫
2017-05-27utils: Remove slow assertion from module-name util (#16749)Mike Sherov
2017-05-26pkglock: remove packageIntegrity field of doomKat Marchán
2017-05-26lifecycle: added prepack and postpack (#16725)Kat Marchán
2017-05-26preinstall: Runs in the final dest, not the staging folderRebecca Turner
2017-05-26pacote: more alwaysAuth logicKat Marchán
2017-05-26pacote: decode password before passing it onKat Marchán
2017-05-26ls: Nothing is extraneous without a package.jsonRebecca Turner
2017-05-26install: allow parseable output for nodes w/o pathsRebecca Turner
2017-05-26remove-deps: Update dependencies list even if we're not savingRebecca Turner
2017-05-26pacote: look for always-auth tooKat Marchán
2017-05-26pacote: send username/password auth through, tooKat Marchán
2017-05-26pkglock: add --no-package-lock option as --no-shrinkwrap aliasKat Marchán
2017-05-26install: no need to install non-requested depsRebecca Turner
2017-05-26uninstall: defer arg clearing till after global dir is filteredRebecca Turner
2017-05-26test: modernize uninstall-saveRebecca Turner
2017-05-26install,uninstall: Disable fake children when installing one mod or uninstallingRebecca Turner
2017-05-26install: Make removing packages work w/o package.jsonRebecca Turner
2017-05-26uninstall: remove stray console.logKat Marchán
2017-05-26save: use removedChildren instead of removedKat Marchán
2017-05-26error-handler: force an exit instead of waiting for tasksKat Marchán
2017-05-26standard: fix some loose endsKat Marchán
2017-05-26utils/link: Make less race proneRebecca Turner
2017-05-26install: call saveRequested even if no changes, to regenerate package-lockKat Marchán
2017-05-26install-deps: Match symlinked transitive deps correctlyRebecca Turner
2017-05-26install: Run preinstall prior to reading the treeRebecca Turner
2017-05-26fix(shrinkwrap): clarify reuse of sw resolved for diff-registry childrenRebecca Turner
2017-05-26finalize: Make symlinks relative when possibleRebecca Turner
2017-05-26fix(perms): pacote.extract does not run scripts. we already have perm-droppin...Kat Marchán
2017-05-26uninstall: When removing direct deps don't remove if also transitive depRebecca Turner
2017-05-26feat(save): fix update and improve experience of moving deps between dep typesKat Marchán
2017-05-26commands: add affordance for installKat Marchán
2017-05-26shrinkwrap: stop filling in pkginfo.problemsKat Marchán
2017-05-26shrinkwrap: even more fixesKat Marchán
2017-05-26shrinkwrap: more changes to package lock fieldsKat Marchán
2017-05-26shrinkwrap: update createdWith fieldKat Marchán
2017-05-26shrinkwrap: save even with warningsKat Marchán
2017-05-26shrinkwrap: update packageIntegrity for spec complianceKat Marchán
2017-05-26shrinkwrap: warn on incompatible lockfile versionKat Marchán
2017-05-26feat(shrinkwrap): support extra metadata fieldsKat Marchán
2017-05-26pacote: use the current node + npm to run git installsKat Marchán
2017-05-26pacote: fix typoKat Marchán
2017-05-26extract: Stop reading the package.json hereRebecca Turner
2017-05-26git-prepare: Fix child process npm runRebecca Turner
2017-05-26pacote: pass the user-agent throughKat Marchán
2017-05-26fix(auth): resolve _resolved with the package name to get auth working againKat Marchán