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
path: root/lib/utils
AgeCommit message (Expand)Author
2015-08-08completion: don't break global COMP_WORDBREAKSGreg Whiteley
2015-07-10lifecycle: Don't enable the progress bar if it was previously disabledRebecca Turner
2015-07-10lifecycle: safety check works with scoped packagesThomas Cort
2015-07-01install: version: Fix package.json handling to always allow BOM at startRebecca Turner
2015-06-26pack: fix infinite loop when packing w/ node_modules w/ dep cyclesRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26publish: Throw an error if the bundled deps package.json entry is invalidRebecca Turner
2015-06-26Get rid of extraneous commented out codeRebecca Turner
2015-06-26Refactor to use uniqueFilename from a module instead of internallyRebecca Turner
2015-06-26Fully sort package.json and npm-shrinkwrap.json before writingRebecca Turner
2015-06-26Add spinners during network activityRebecca Turner
2015-06-26Add multi-stage installerRebecca Turner
2015-06-26Move modules to new standard formatting in preparation for rewritesRebecca Turner
2015-06-26Add a single method of getting temporary and/or unique filenamesRebecca Turner
2015-06-26Don't relink things that are already linked rightRebecca Turner
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-06-26cache: fix Windows perms regressionForrest L Norvell
2015-06-18utils: use a safer mkdirp with chownrForrest L Norvell
2015-05-20error-handler: specific details for invalid namesthefourtheye
2015-04-24unpublish: extract config into functionForrest L Norvell
2015-04-08spawn: map exit code 127 to ENOENT for node@0.8Jakob Krigovsky
2015-04-02git: revert 44da66456b530c049ff50953f78368460df8Forrest L Norvell
2015-03-27link: use absolute links when `npm link`ing.Kazuhito Hokamura
2015-03-12gently-rm: more context on failureForrest L Norvell
2015-03-12gently-rm: always resolve against a base directoryForrest L Norvell
2015-03-12gently-rm: swap checks & match target, not sourceForrest L Norvell
2015-03-11gently-rm: npm.globalRoot is not a thingForrest L Norvell
2015-03-02error-handler: update support url to https from httpDaijiro Wachi
2015-03-02error-handler: FreeBSD does EAI_FAIL,not ENOTFOUNDForrest L Norvell
2015-02-27error-handler: added er.parent to ETARGET errorDav Glass
2015-02-27completion: make separator a localForrest L Norvell
2015-02-27git: log full git command line on errorthriqon
2015-02-27completion: install completion on folders and urlsHelge Skogly Holm
2015-02-20utils: selectively warn on deprecationForrest L Norvell
2015-01-23add 'npm dist-tag {add,del,list}'Forrest L Norvell
2015-01-16scripts: use full path for cmd.exe on Win32Ed Morley
2015-01-16report umask as zero-padded octalsmikes
2014-12-25pack tarballs to their final locations atomicallyForrest L Norvell
2014-12-23registry URL always ends in / (fixes #6982)Forrest L Norvell
2014-12-19call path.normalize() in gently-rm.js to fix windows drive letter caseBen Page
2014-12-12tar detection looks for magic number (fixes #6868)David Volm
2014-11-28correct spacingForrest L Norvell
2014-11-28test the fix for #6767smikes
2014-11-26resolve symlinks on source & target (fixes #6774)Kazuhito Hokamura
2014-11-20Fix leak into global scopesmikes
2014-11-14`npm cache ls` output was way too cleverForrest L Norvell
2014-11-12never remove project directories (fixes #5754)Forrest L Norvell
2014-11-07include command in spawn errors (fixes #3908)smikes
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-04improve loggingForrest L Norvell