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
2020-07-29remove some unused utils and outdated testsisaacs
2017-10-12build: Extract bin-links and gentle-fs to a separate library. (#18500)Mike Sherov
2017-05-26utils/link: Make less race proneRebecca Turner
2016-05-04link: fix absolute link resolutionRebecca Turner
2016-03-25link: fail if package link target is the same as package link sourceThomas Hallock
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Don't relink things that are already linked rightRebecca Turner
2015-03-27link: use absolute links when `npm link`ing.Kazuhito Hokamura
2012-06-27Fix #2572 Make bin symlinks relative on Unixisaacs
2012-06-12Replace relativize with path.relativeisaacs
2012-06-09Enable npm link on windowsisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-03-29Update to use mkdirp and chownr modulesisaacs
2012-01-30Don't use the 'gently' param to rimrafisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-08-07Use rimraf instead of local thingisaacs
2011-08-07Put .js on filenamesisaacs
2011-07-20Use chain function from slide moduleisaacs
2011-07-20Abstract out graceful-fsisaacs
2011-03-22Make force clobber thingsisaacs
2011-03-22Don't be so agressive with realpathing.isaacs
2011-03-22Support 'gently' flagisaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-07-26Relative links! Fix #104. Fix #21.isaacs
2010-07-25Abstract out the link and linkIfExists functions to a separate moduleisaacs