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
2010-08-27Don't fail on uninstall/deactivate script failures.isaacs
2010-08-26log verbosely the lifecycle eventisaacs
2010-08-25Replace all invalid chars in keys with _isaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-22Don't let failures in user code tank a rolling-back uninstall process.isaacs
2010-08-22Update the lifecycle commands to follow the "name@version" convention, and al...isaacs
2010-08-22Add a flag to require lifecycle.cmd to do something, or else errorisaacs
2010-08-03Better messaging around lifecycle script failures.isaacs
2010-07-25Supply fs to look up hook scriptsisaacs
2010-07-25Fix #111. Execute a hook script for each lifecycle event, if one exists.isaacs
2010-07-25Just use the _ to designate "private" configs.isaacs
2010-07-25Fix #78. Better error message for script failuresisaacs
2010-06-10Set the version when the json is read. Fix #63isaacs
2010-05-11Expose config settings to lifecycle scripts.isaacs
2010-05-11Add start, restart, stop, and test commands that just run scripts in the "scr...isaacs
2010-05-03Be a bit less verboseisaacs
2010-05-03"value" properties are enumerable by default. Oops.isaacs
2010-05-03Don't put the _lifecycleEnv stuff directly on objects as regular properties, ...isaacs
2010-03-30Make some of the logging a bit more useful.isaacs
2010-03-24remove process.mixinisaacs
2010-03-23trailing whitespaceisaacs
2010-03-05Refactor out the utils/index.js file, and clean up some style issues.isaacs
2010-03-05childProcess env only gets ownProperties, so use process.mixin instead of Obj...isaacs
2010-03-05It's not an array after you join it. Derp.isaacs
2010-03-05Support stuff like "make all" in the "scripts" fields. Shift out the command...isaacs
2010-03-04Add the npm_lifecycle_event environment variables so that the same script can...isaacs
2010-03-04Factor the build stuff into npm.build out of npm.installisaacs
2010-03-04Inherit process.env in the lifecycle scripts.isaacs
2010-03-01Only store a single copy of _lifecycleEnvisaacs
2010-03-01Fix a few things related to env hashisaacs
2010-03-01Lifecycle event supportisaacs