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
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
2014-11-07include command in spawn errors (fixes #3908)smikes
2014-11-07npm run no longer fails silently (closes #2959)Mat Tyndall
2014-11-05only add _resolved for local deps with pathForrest L Norvell
2014-11-01only add shrinkwrap while versioning if it existsForrest L Norvell
2014-11-01save local dependencies in npm-shrinkwrap.jsonThomas Torp
2014-11-01npm version now updates version in npm-shrinkwrap.jsonfaiqus
2014-10-31add npmconf → registry client config adapterForrest L Norvell
2014-10-31handle caching of metadata in npm itselfForrest L Norvell
2014-10-31directly cache search metadataForrest L Norvell
2014-10-31style tweaksForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-31nerf betterForrest L Norvell
2014-10-24reconcile init-* config with init-package-jsonForrest L Norvell
2014-10-21`npm version` should work in a git directory w/o gitTerin Stock
2014-10-17install peerDependencies from top (closes #6323)Forrest L Norvell
2014-10-17better errors for malformed .npmrc propertiesNick Santos
2014-10-16defactored npmconf back into npmForrest L Norvell
2014-10-10git needs GIT_SSL_CAINFOwmertens
2014-10-08write builtin config on any global npm installisaacs
2014-10-07don't pass run arguments to pre & post scriptsLudwig Magnusson
2014-10-04inflight installs, prevent peerDependency problemsForrest L Norvell
2014-10-04inflight by URL rather than package specForrest L Norvell
2014-10-04improve loggingForrest L Norvell