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-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
2017-05-26update-package-json: disable fsync on file writeKat Marchán
2017-05-26actions: bump concurrent action countKat Marchán
2017-05-26finalize: fix some dropped error issuesKat Marchán
2017-05-26actions: converted actions.js to use mainly promisesKat Marchán
2017-05-26fix(shrinkwrap): promisify to fix dropped errorsKat Marchán
2017-05-26fix(link): a package is a link if any of its ancestors is a linkKat Marchán
2017-05-26finalize: standard fixesKat Marchán
2017-05-26fix(pkg-lock): refetch metadata for unfamiliar pkgsKat Marchán
2017-05-26fix(save): write a package-lock even if no changes madeKat Marchán
2017-05-26fix(shrinkwrap): reuse sw resolved for diff-registry childrenKat Marchán
2017-05-26feat(shrinkwrap): support registry-switchingKat Marchán
2017-05-26fix(pkg-lock): don't crash if code falls through to semver w/o a versionKat Marchán
2017-05-26finalize: call next when rolling back symlinksRebecca Turner
2017-05-26finalize: Allow symlinking over paths much like we allow finalizing over pathsRebecca Turner
2017-05-26finalize: Don't nuke symlink destinations plsRebecca Turner
2017-05-26fix(install): tree is null sometimesKat Marchán
2017-05-26shrinkwrap: Make API always return the shrinkwrapRebecca Turner
2017-05-26error-message: Remove last remaining "not a bug" error messageRebecca Turner
2017-05-26meta: standard fixesKat Marchán
2017-05-26version: Fix on v4Rebecca Turner
2017-05-26doctor: Make access checks v4 compatibleRebecca Turner
2017-05-26node: Make sure we _really_ only add new keys to the top levelRebecca Turner
2017-05-26fetch-package-metadata: Reduce spam to error log on errorsRebecca Turner
2017-05-26inflate-shrinkwrap: Check link equivalency for shrinkwraped file specsRebecca Turner
2017-05-26inflate-bundled: Leave realpaths alone for inflated linksRebecca Turner
2017-05-26get-requested: Resolve using the correct root pathRebecca Turner
2017-05-26decompose-actions: Don't finalize bundled symlinksRebecca Turner
2017-05-26finalize: If we go to create a link, its ok if its already thereRebecca Turner
2017-05-26shrinkwrap: Don't include integrity for git depsRebecca Turner
2017-05-26shrinkwrap: When saving non-registry deps, handle missing _resolvedRebecca Turner
2017-05-26inflate-shrinkwrap: Allow matching of sw.version and resolved as that's legit...Rebecca Turner