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-06-06doctor: new cacache sets content files to be read-onlyKat Marchán
2017-06-06standard: fixing linting issuesKat Marchán
2017-06-06pacote: send certificate authority, cert and key config through (#16917)Colin Rotherham
2017-06-06docs: fix up prepublish deprecation messageHirse
2017-06-05pacote: Generate and pass npm-session header value to pacote (#16929)Zach Renner
2017-06-02install: bikeshed new package outputKat Marchán
2017-06-02install: print spec for each requested package (#16899)Ryan Graham
2017-06-02build: get npm to write the builtin config even if npm binary name changesKat Marchán
2017-06-02inflate-bundled: Guard against cycles, as symlinks are bundles nowRebecca Turner
2017-06-02docs: remove --save from npm init instructions (#16895)Jason Wohlgemuth
2017-06-01inflate-shrinkwrap: fix installing with --no-shrinkwrap (#16835)Jack Nagel
2017-05-31docs: update cli usage for test command (#16771)George Rawlinson
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