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-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
2017-05-26inflate-shrinkwrap: Don't recompute shrinkwrap valuesRebecca Turner
2017-05-26shrinkwrap: Only save _resolved to the shrinkwrap if there is oneRebecca Turner
2017-05-26inflate: Integrity matches mean things are the sameRebecca Turner
2017-05-26install: Still save changes when node_modules started out emptyRebecca Turner
2017-05-26install: Don't show removed or failed modules in debugging treesRebecca Turner
2017-05-26inflate-shrinkwrap: Remove last of support for partial shrinkwrapsRebecca Turner
2017-05-26fix(update-package-json): crasher when devDeps wasn't set at allKat Marchán
2017-05-26fix(bundles): use versions for bundleDepsKat Marchán
2017-05-26filespecs: Implement new file: specifier behaviorRebecca Turner
2017-05-26error-message: Stop gaslighting our users with "this is probably your fault"Rebecca Turner
2017-05-26decompose-actions: Remove npat test actionsRebecca Turner
2017-05-26fixup: standard fixesKat Marchán
2017-05-26fix(unpublish): stop clearing caches for nowKat Marchán
2017-05-26fix(shrinkwrap): return shrinkwrap data even if renamingKat Marchán
2017-05-26fix(deps): make sure to catch errors hereKat Marchán
2017-05-26fix(git): integrity hash was failing sometimesKat Marchán
2017-05-26fix(shrinkwrap): npm shrinkwrap should create a shrinkwrap by default, not a ...Kat Marchán
2017-05-26feat(indent): package.json and package locks preserve indentatonKat Marchán
2017-05-26feat(git): git repos with prepare scripts are now built on installKat Marchán