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
2016-11-04publish: simplify lifecycle invocationForrest L Norvell
2016-11-04unsupported: update supported version expressionForrest L Norvell
2016-11-03errors: clarifying the ENOSELF error message a bitKat Marchán
2016-11-03config: differentiate scope from project scope in configKat Marchán
2016-10-25shrinkwrap: Make including dev deps the defaultRebecca Turner
2016-10-22lifecycle: don’t warn about PATH for symlinked node (#14374)Anna Henningsen
2016-10-21outdated: use simple non-zero exit codeKat Marchán
2016-10-21outdated: drop the error messageKat Marchán
2016-10-21error-handler: log out exit code at verbose levelKat Marchán
2016-10-21outdated: exitcode != 0 on outdated dependenciesDaijiro Wachi
2016-10-20npm: Detect unsupported Node.js versions and warnRebecca Turner
2016-10-20npm: Send Npm-Scope header along with requests to registryRebecca Turner
2016-10-20shrinkwrap: update isDepOptional in install/deps.js to check the optional propDaijiro Wachi
2016-10-20tag: Remove deprecated tag commandRebecca Turner
2016-10-20inflate-shrinkwrap: Allow shrinkwraps to elide dev dependenciesRebecca Turner
2016-10-20inflate-shrinkwrap: Treat shrinkwrap as canonicalRebecca Turner
2016-10-20install: Use readShrinkwrap to read top level shrinkwrapRebecca Turner
2016-10-20install: don't crash if node.requiredBy is missing.Tim Caswell
2016-10-20prepublish: added prepublish warnings to npm installKat Marchán
2016-10-20lifecycle: warn when running prepublish on installForrest L Norvell
2016-10-20install: rename prepublish.js to prepare.jsForrest L Norvell
2016-10-20lifecycle: prepublish-on-installForrest L Norvell
2016-10-19lifecycle: small tweaks to messageKat Marchán
2016-10-19npat: Remove the npat featureRebecca Turner
2016-10-19run-script: change default for `--scripts-prepend-node-path` to `warn-only`Anna Henningsen
2016-10-19run-script: Add option to ignore the current node executable for PATHAnna Henningsen
2016-10-13search: stream search process end-to-endKat Marchán
2016-10-13search: first stab at streaming searchAria Stewart
2016-10-11npm: remove some ancient aliasesKat Marchán
2016-10-07view: npm show --json only returns one item even when mult matchRobert Gay
2016-10-07deps: Guard against null "bin" values in package.jsonIonică Bizău
2016-10-07filter-invalid-actions: Log 'skipping action' as 'verbose'Tim Oxley
2016-10-07version: Update npm-shrinkwrap even when cwd != project rootLucas Holmquist
2016-09-20decompose-actions: Run remove steps when updatingRebecca Turner
2016-09-20deps: Fix git & tagged dependency matching with shrinkwrapsRebecca Turner
2016-09-20shrinkwrap: Simplify working directory selectionRebecca Turner
2016-09-20shrinkwrap: Fix CWD while running shrinkwrap lifecycle scriptsRebecca Turner
2016-09-09lifecycle: split node_module path parts properlyisaacs
2016-09-09shrinkwrap: save-dev updates shrinkwrap fileSzymon Nowak
2016-09-09tar: ignore *.orig filesChristopher Hiller
2016-09-09install/actions: Check installability of modules from shrinkwrapRebecca Turner
2016-09-09report-optional-failure: Improve information on error objectRebecca Turner
2016-09-09install/actions: Use standard optional error reportingRebecca Turner
2016-09-09install/deps: Stop weird call-back-to-self in resolveWithNewModuleRebecca Turner
2016-09-09install/deps: Factor optional failure reporting into its own moduleRebecca Turner
2016-09-09install/deps: Factor flatNameFromTree out of install/depsRebecca Turner
2016-09-09install/actions: Use error formatter for reporting optional dep failuresRebecca Turner
2016-09-09error-message: Improve error reporting for opt depsRebecca Turner
2016-09-09error-message: Improve error message for unsupported platformsRebecca Turner
2016-09-09install: Include warning details at verbose log levelRebecca Turner