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
2018-03-23standardizeRebecca Turner
2017-10-12build: Extract bin-links and gentle-fs to a separate library. (#18500)Mike Sherov
2017-08-17build: Check if bin script starts with hashbangScott Santucci
2017-06-27build: annihilate prefer-global warningKat Marchán
2017-06-27build: Warn if running `npm build` without args and with a build scriptLeonard Martin
2017-06-02build: get npm to write the builtin config even if npm binary name changesKat Marchán
2017-05-26build: Only output symlink info when doing human outputRebecca Turner
2016-11-04publish: simplify lifecycle invocationForrest L Norvell
2016-10-19npat: Remove the npat featureRebecca Turner
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-10-09package-id: rename into utils, from install/get-package-idRebecca Turner
2015-08-28install: don't warn on preferGlobal for devDepsMarcin Cieslak
2015-08-28install: warn on preferGlobal when there's no depsKat Marchán
2015-07-01npm: Look up _id attributes consistentlyRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2015-06-26Add multi-stage installerRebecca Turner
2015-06-26Expose writeBuiltinConf and linkStuff so install can use themRebecca Turner
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