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-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
2017-05-26feat(log): moved new loglevels to npmlog properKat Marchán
2017-05-26fix(version): properly detect whether lockfile or shrinkwrapKat Marchán
2017-05-26fix(extract): stop trusting package.json in the tarballKat Marchán
2017-05-26save: Always update even if nothing changedKat Marchán
2017-05-26fix(save): pay attention to save typeKat Marchán
2017-05-26fix(shrinkwrap): write lockfile to the tree rootKat Marchán
2017-05-26cleanup: fix standard bitsKat Marchán
2017-05-26shrinkwrap: missed more spots about shrinkwrapKat Marchán
2017-05-26fix(shrinkwrap): force installs to use the shrinkwrap treeRebecca Turner
2017-05-26feat(shrinkwrap): always shrinkwrap devDeps, even if only devDeps are savedKat Marchán
2017-05-26refactor(extract): covert extract.js to PromisesKat Marchán
2017-05-26fix(shrinkwrap): should still work if lockfile has no depsKat Marchán
2017-05-26fix(extract): cut down on EBUNDLEOVERRIDE spamKat Marchán
2017-05-26fix(cache): reject any attempt to remove individual packagesKat Marchán
2017-05-26feat(clean): hide npm cache clean behind --forceKat Marchán
2017-05-26feat(lockfile): add package-lock.json supportKat Marchán
2017-05-26feat(logger): added `notice` loglevelKat Marchán
2017-05-26feat(opts): save installs by defaultKat Marchán
2017-05-26fix(noise): stop the gentlyRm spam omgKat Marchán
2017-05-26fix(shrinkwrap): include and use bundle information in shrinkwrapKat Marchán