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
2019-02-19run-script: Check run script existence with undefined (#139)vlasy
2018-07-11run-script: Do not use SET to fetch the env in git-bash or cygwin刘祺
2018-06-29run-script: show suggestions when script name is typoed (#20879)Daijiro Wachi
2018-03-23standardizeRebecca Turner
2017-08-16lifecycle: cache config options and remove boolean trapsMike Sherov
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-08-08run-script: include `version` in lifecycle outputForrest L Norvell
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2015-05-01run-script: completion only prints local scriptsMaximilian Antoni
2015-04-03run-script: always quote argsMaximilian Antoni
2015-02-27Added an --if-present flag for not erroring on unspecified scripts.Jussi Kalliokoski
2015-02-27run-script: tweak wording of output, add testsForrest L Norvell
2015-02-27run-scripts: group scripts in list outputDaijiro Wachi
2015-02-27run-script: test run-script restart defaultsBryant Williams
2015-02-27run-script: only run restart lifecyle when no scriptDaijiro Wachi
2015-01-09run-script: add a default env scriptgcb
2014-11-07npm run no longer fails silently (closes #2959)Mat Tyndall
2014-10-07don't pass run arguments to pre & post scriptsLudwig Magnusson
2014-10-04minor cleanupsForrest L Norvell
2014-08-30Run commands in prefix, not cwdisaacs
2014-08-19you can now pass quoted args to run-scriptbcoe
2014-07-23making it so that you can pass arguments to run-scripts.bcoe
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-05-03run: output prettier json with --json and no argisaacs
2014-05-03run-script: Support --parseable and --jsonisaacs
2014-05-02list runnable scriptsEvan Lucas
2013-01-19added ENOTDIR check anywhere readJson is usedCarl Lange
2012-12-28Crash on readJson errors other than ENOENTisaacs
2012-11-09Friendly error message when command is omitted.Martin Cooper
2012-06-11Use read-package-json depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-08-07Put .js on filenamesisaacs
2011-07-20Use asyncMap from slide moduleisaacs
2011-07-20Use chain function from slide moduleisaacs
2011-07-20Abstract out graceful-fsisaacs
2011-05-26run-script: cmd Not always [1]isaacs
2011-05-23Close #912 Trust scripts that are run explicitlyisaacs
2011-03-22completion for run-script commandsisaacs
2011-03-22set the cmdisaacs
2011-03-22run-script v1.0isaacs
2011-03-22use graceful-fsisaacs
2011-03-03Closes GH-667 Allow running any 'script' command in a package.json folderisaacs
2010-12-29Fix start/stop/test on link packagesisaacs
2010-12-23Properly pass through package version to scripts.isaacs
2010-12-14Support pre- and post- on npm (start|stop|test|restart)isaacs
2010-12-13Fix #298: Initial run-script command.isaacs