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-04-03install: better logging, no more readJSON cachingForrest L Norvell
2015-02-13install man pages correctlyBryan English
2014-12-25badly-named man files won't install (fixes #7000)Forrest L Norvell
2014-11-20Fixes #6735 - "already built" is not errorsmikes
2014-10-08write builtin config on any global npm installisaacs
2014-10-03log errors on multi-{install,build}Forrest L Norvell
2014-08-30Run commands in prefix, not cwdisaacs
2014-08-22fix scope pacakge link in windowsdead_horse
2014-07-23link binaries for scoped packages (fixes #5748)Forrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
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