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
2013-12-16Add --ignore-scripts option.Quinn Slack
2013-07-12build: Enforce uniqueness of man pages being installedisaacs
2013-07-11build: Don't prepend package name onto manpagesisaacs
2013-05-20call the cb if topPackage doesn't have dependenciesDi Wu
2013-05-20Fix #3443: Object.keys errorRobert Kowalski
2013-05-11Ignore preferGlobal for dependenciesFlorian Margaine
2013-04-20build: Link mans properlyisaacs
2013-04-03cmd-shim@1.1.0isaacs
2013-01-30Adding --no-bin-links option as a workaround for #2380Johan Sköld
2013-01-30Don't build parent for peer depsisaacs
2013-01-30Don't build without a package.json. Fixes #3049.Domenic Denicola
2013-01-19readdir more carefullyisaacs
2012-08-15Use new npmconf moduleisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-11Use read-package-json depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2011-10-25fix link regression, regarding new path gettersisaacs
2011-10-22Close #1582 Make prefixes better on windowsisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-12Apply umask correctly, completely, and remove all literal mode valuesisaacs
2011-10-12Explicitly inject builtinconfig into any npm installisaacs
2011-10-10Be more careful about when the npm builtin config gets savedisaacs
2011-10-08When installing npm, keep the builtin configisaacs
2011-10-01Fix typoisaacs
2011-10-01Create .cmd shims for bin files on windowsisaacs
2011-09-29Add todo about creating cmd file instead of bin symlinkingisaacs
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-06-05Close #1000 Parseable output for link and buildisaacs
2011-05-30Re #890 Don't rebuild bundled non-package thingsIrakli Gozalishvili
2011-05-17Close #926 Not sure how this is happening, but oh well.isaacs
2011-04-30Change ordering of install scriptsisaacs
2011-04-29helpful comments in a tricky conditionalisaacs
2011-04-27Failed to pass didPreinstall to build_ worker fnisaacs
2011-04-27Run preinstall before installing dependenciesisaacs
2011-04-26Chmod bins in non-global folders, tooisaacs
2011-04-21Run the build process on top-level dir for implicit installisaacs
2011-04-15Proper top detectionisaacs
2011-04-12bins should always be executableisaacs
2011-04-08Closes GH-787 Don't bypass cache for local installs.isaacs
2011-04-06Add preferGlobal json optionisaacs
2011-03-22Don't put node_modules directly in prefix. put it in prefix/libisaacs
2011-03-22trimisaacs
2011-03-22bundle url dependenciesisaacs
2011-03-22Link bins for linked packages globally.isaacs
2011-03-22Test on install when --npat flag is setisaacs
2011-03-22postinstall eventisaacs
2011-03-22don't build legacy package dirsisaacs