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
AgeCommit message (Expand)Author
2020-07-29update dependencies, refactor config loading to asyncisaacs
2017-08-16lifecycle: use npm-lifecycle for lifecycle scripts (#18176)Mike Sherov
2017-08-16lifecycle: cache config options and remove boolean trapsMike Sherov
2017-08-16lifecycle: remove local dependencies other than spawnMike Sherov
2017-07-18run-script: Export the CWD that `npm` was run from to scriptsMichaelQQ
2017-07-06run-script: allow custom shell (#16687)mmkal
2017-06-27lifecycle: avoid building environment for empty lifecycle scriptsMike Sherov
2017-05-26feat(git): git repos with prepare scripts are now built on installKat Marchán
2017-03-25lifecycle: On SIGINT, ensure process stays alive until child exitsJarid Margolin
2017-01-25run-script: keep exit code (#15413)Dmitry Litvinchenko
2016-10-22lifecycle: don’t warn about PATH for symlinked node (#14374)Anna Henningsen
2016-10-19lifecycle: small tweaks to messageKat Marchán
2016-10-19npat: Remove the npat featureRebecca Turner
2016-10-19run-script: Add option to ignore the current node executable for PATHAnna Henningsen
2016-09-09lifecycle: split node_module path parts properlyisaacs
2016-07-07run-script: only prepend node dir to PATH if not already in PATHSergey Simonchik
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-06-16progress-bars: Make sure we turn off progress bars when running stuffRebecca Turner
2016-05-04src: bring code up to standard@6 compatibilityForrest L Norvell
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2016-04-08lifecycle: Add info log when ignore-scripts is trueFederico Brigante
2016-03-04lifecycle: propagate SIGTERM to childDaniel Pedersen
2016-01-29lifecycle: fix for package name appearing multiple times in wdVanja Radovanović
2016-01-29lifecycle: prefer current node in run-scriptSergey Simonchik
2016-01-21run-script: Warn if using script without installTim Krins
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-10-12Revert "lifecycle: Swap out custom logic with add-to-path module"Rebecca Turner
2015-10-09lifecycle: Swap out custom logic with add-to-path moduleKent C. Dodds
2015-10-09lifecycle: Remove dead code around npm.ROLLBACK globalRebecca Turner
2015-08-26lifecycle: Add additional loggingMarcin Cieslak
2015-08-21lifecycle: add /d and /s to cmd.exeMarcin Cieslak
2015-08-21lifecycle: keep private values out of child procsForrest L Norvell
2015-07-10lifecycle: Don't enable the progress bar if it was previously disabledRebecca Turner
2015-07-10lifecycle: safety check works with scoped packagesThomas Cort
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-01-16scripts: use full path for cmd.exe on Win32Ed Morley
2015-01-16report umask as zero-padded octalsmikes
2014-11-07include command in spawn errors (fixes #3908)smikes
2014-09-13lifecycle: clean up callback mutation codeisaacs
2014-08-26ensure lifecycle spawn errors caught properlyisaacs
2014-08-15Do not add the directory containing node executableChulki Lee
2014-07-23making it so that you can pass arguments to run-scripts.bcoe
2014-05-08Busy Spinner, no http noiseisaacs
2014-04-18Add test for lifecycle.makeEnv()Yeonghoon Park
2014-04-18Fix lifecycle to pass `Infinity` for config env valueYeonghoon Park
2014-04-10do not log if silentRaynos (Jake Verbaten)
2014-01-11npm-run: fix commands with whitespaces on windowsRobert Kowalski
2013-12-16Add --ignore-scripts option.Quinn Slack
2013-11-11lifecycle: proxy the child process' "signal" to npmNathan Rajlich