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
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-09-10link: allow npm link to run on windows with prerelease versions of nodeJon Hall
2015-08-08install: don't run lifecycle for `install --link`murgatroid99
2015-07-17link: Fix linking of scoped modulesRebecca Turner
2015-07-01link: fix `npm link package-name`Rebecca 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-03-27link: use absolute links when `npm link`ing.Kazuhito Hokamura
2015-03-12link: rm rmForrest L Norvell
2014-07-22path.basename(pp) => npa(pkgId).name (fixes #5758)fengmk2
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-02-15Forbid deleting important npm dirsisaacs
2014-02-15link: do not allow linking unnamed packagesisaacs
2013-01-19readdir more carefullyisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-12No long silly relative pathsisaacs
2012-06-12Replace relativize with path.relativeisaacs
2012-06-11Use read-package-json depisaacs
2012-06-09Enable npm link on windowsisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-02-25Add XXX comments regarding --json supportisaacs
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-01npm link not supported on win32isaacs
2011-08-07Use rimraf instead of local thingisaacs
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-31Regression in 'npm link' when referencing a relative pathisaacs
2011-05-25Regression in implicit global install for linkisaacs
2011-05-23Regression from install data changeisaacs
2011-05-14Close #916 Ignore '.' as an arg to linkisaacs
2011-05-05implicitly install globally properlyisaacs
2011-04-30Change ordering of install scriptsisaacs
2011-04-27Run preinstall before installing dependenciesisaacs
2011-04-27Close #843 install dev-deps locallyisaacs
2011-04-21Close #827 Proper error message when linking invalid json thingisaacs
2011-04-13Update docs about new linking behaviorisaacs
2011-04-13Close #795 Allow linking a folder path explicitlyisaacs
2011-03-22Don't put node_modules directly in prefix. put it in prefix/libisaacs
2011-03-22Link bins for linked packages globally.isaacs
2011-03-22link based on package name, not folder nameisaacs