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
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
2013-10-28scripts: Only run one script at a timeisaacs
2013-10-24scripts: Avoid 'weird errors' from numeric codesisaacs
2013-04-29use 'customFds' instead of 'stdio'isaacs
2013-04-29remove exec.js, use child_process.execFileRobert Kowalski
2013-01-25Fix #3092 Exclude readme contents from lifecycle envisaacs
2013-01-16Set PATH in the proper order in lifecycle scriptsisaacs
2013-01-09Expose npm bin as env.npm_execpathisaacs
2012-11-09Expose node's execPath to scriptsisaacs
2012-09-10Don't put array configs in the env for scriptsisaacs
2012-08-15Use new npmconf moduleisaacs
2012-08-08node exe dir to the PATH for lifestyle scriptsNathan Rajlich
2012-08-04removed superfluous and erroneous node-gyp command replacementeinaros
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-18`logstream` option to replace removed `logfd`Rod Vagg
2012-06-11Use read-package-json depisaacs
2012-06-09Handle errors in the more modern fashionisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-05-20s/path.resolve/require.resolve/isaacs
2012-05-20Always use the bundled node-gyp binisaacs
2012-03-13Always favor the bundled node-gypisaacs
2012-02-29ignore logfd/outfd streams in makeEnv()Rod Vagg
2012-02-09Fix #2123 Set path properly for lifecycle scripts on windowsisaacs
2012-01-13lifecycle.js: fix a brace indentation issueDavid Trejo
2011-12-04Don't pass false confs to child procs as 'false' stringisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-09-26Merge remote branch 'deanlandolt/winbin' into winbinisaacs
2011-09-16Properly handle \n in configs placed into the envisaacs
2011-09-16handle multi-line config optionsisaacs
2011-09-15Sometimes failure is an optionisaacs
2011-09-07cmd /c flag not case sensitiveDean Landolt
2011-09-07fix run-script to work with cmd.exeDean Landolt
2011-08-07Allow private per-package confsisaacs