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
AgeCommit message (Expand)Author
2015-01-23add 'npm dist-tag {add,del,list}'Forrest L Norvell
2015-01-23add access qualifier to publishingForrest L Norvell
2015-01-23add `npm access` command, with 1/3 of its featuresForrest L Norvell
2015-01-23npm-registry-client@6.0.0Forrest L Norvell
2015-01-16scripts: use full path for cmd.exe on Win32Ed Morley
2015-01-16cache based on last-modified headersAleksey Smolenchuk
2015-01-16report umask as zero-padded octalsmikes
2015-01-16Git cache prefix exists before clone (fixes #7083)Forrest L Norvell
2015-01-16getCacheStat passes stub stat (fixes #7107)Forrest L Norvell
2015-01-16the new whoami endpoint might not return a valueForrest L Norvell
2015-01-09run-script: add a default env scriptgcb
2015-01-09obfuscate secrets, incl. nerfed URLs (fixes #7067)smikes
2015-01-04version doesn't need a package.json (fixes #7056)Forrest L Norvell
2014-12-25find auth for shrinkwrapped deps (fixes #7011)Forrest L Norvell
2014-12-25badly-named man files won't install (fixes #7000)Forrest L Norvell
2014-12-25inflight directory packing, just to be safeForrest L Norvell
2014-12-25pack tarballs to their final locations atomicallyForrest L Norvell
2014-12-25normalize git URLs when caching (fixes #7009)Forrest L Norvell
2014-12-25don't chownr the entire remotes hierarchy for each addForrest L Norvell
2014-12-25map git inflighting to path rather than URLForrest L Norvell
2014-12-25give whitelisted git environment variables a nameForrest L Norvell
2014-12-23registry URL always ends in / (fixes #6982)Forrest L Norvell
2014-12-23npm version: handle checkGit errorsAlex Kocharin
2014-12-19call path.normalize() in gently-rm.js to fix windows drive letter caseBen Page
2014-12-12make `outdated` ignore private packagesKenan Yildirim
2014-12-12tar detection looks for magic number (fixes #6868)David Volm
2014-12-12version: update shrinkwrap post-check (fixes #6879)Forrest L Norvell
2014-12-05add alias verison=versionisaacs
2014-11-28correct spacingForrest L Norvell
2014-11-28test the fix for #6767smikes
2014-11-28pass parameters under win32 (fixes #6767)Forrest L Norvell
2014-11-26resolve symlinks on source & target (fixes #6774)Kazuhito Hokamura
2014-11-22npm-registry-client@4.0.4Forrest L Norvell
2014-11-20Fix leak into global scopesmikes
2014-11-20Fixes #6735 - "already built" is not errorsmikes
2014-11-14owners handles scoped packages (closes #6542)Forrest L Norvell
2014-11-14sudo won't make a bad git-remotes dir (fixes #6548)Forrest L Norvell
2014-11-14`npm cache ls` output was way too cleverForrest L Norvell
2014-11-14terser npm owner output (+ tests)Forrest L Norvell
2014-11-14output on `npm owner {add,rm}` (fixes #6169)Kenan Yildirim
2014-11-14finish cleaning up updateIndex for consistencyForrest L Norvell
2014-11-14Pass auth parameters to requestAll_ for alwaysAuth.Terin Stock
2014-11-14clone & checkout instead of archive (fixes #6400)Forrest L Norvell
2014-11-13only ls -l children when < depth (closes #6311)Forrest L Norvell
2014-11-13init: dont report write if canceledsmikes
2014-11-12never remove project directories (fixes #5754)Forrest L Norvell
2014-11-12warn on fetch failure (closes #6644)Forrest L Norvell
2014-11-12simplify normalizationForrest L Norvell
2014-11-08isntall there really is?Forrest L Norvell
2014-11-08replace proxy settings in defaults with `null`.Tauren Mills