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
2011-10-03New 'bugs' command.Martin Cooper
2011-10-03Set the er.code for npm-specific errors, and s/EENGINE/ENOTSUP/isaacs
2011-10-03Warn about probable typos in package.json filesisaacs
2011-10-01Fix #1469 Don't recursively call writeLogFileisaacs
2011-10-01Report extra info on the error objectisaacs
2011-10-01Suggest a search if a redundant name isn't foundisaacs
2011-10-01No need to rm man pages on windowsisaacs
2011-10-01Remove shim files when uninstalling on windowsisaacs
2011-10-01Don't call filter on undefinedisaacs
2011-10-01Fix typoisaacs
2011-10-01Use ComSpec or cmd on windows as the shell configisaacs
2011-10-01Use cmd as the default shell on windowsisaacs
2011-10-01ENOTSUP completion on win32isaacs
2011-10-01npm link not supported on win32isaacs
2011-10-01Create .cmd shims for bin files on windowsisaacs
2011-09-29Merge branch 'master' into winbinisaacs
2011-09-29Fix #1466 Be more clear when version is missingisaacs
2011-09-29Add todo about creating cmd file instead of bin symlinkingisaacs
2011-09-29Soldier on in windows when tar exits with 1isaacs
2011-09-29Log tar stdout/stderr to silly levelisaacs
2011-09-29Path relativizing on windowsisaacs
2011-09-28Use -z flag to tar. Best way forward for now.isaacs
2011-09-28Split up the 'gunzip|tar x' pipeisaacs
2011-09-28win32: use \r\n eol in ini file, and don't chownisaacs
2011-09-27Don't chown on windowsisaacs
2011-09-27Use bundled gzip.exe for windowsisaacs
2011-09-26Use the bundled bsdtar on windows by defaultisaacs
2011-09-26Merge remote branch 'deanlandolt/winbin' into winbinisaacs
2011-09-25Need to JSON.stringify() tag versionisaacs
2011-09-25Remove unnecessary flushisaacs
2011-09-25Merge branch 'api-doc' into api-doc2isaacs
2011-09-25editor config should be String, not pathisaacs
2011-09-25Fix #1420 ENOENT on 'npm config edit'Will Elwood
2011-09-25Fix #1304 Display git output on git failuresisaacs
2011-09-23Close #1443 Don't allow non-arrays for bundleDependenciesisaacs
2011-09-23always be validating configsisaacs
2011-09-21Fix #1272 Support 'host:port' for git+ssh urlsisaacs
2011-09-20Fix #1431 accept:application/jsonisaacs
2011-09-19Fix #1421 Resolve paths in a platform-proper wayisaacs
2011-09-19don't write if there's an errorisaacs
2011-09-19Only add the output stream write cb if there's a cbisaacs
2011-09-19Output stars for starring/unstarringisaacs
2011-09-19Cleanup star commandisaacs
2011-09-19Add npm star commandJann Horn
2011-09-18Package name should not include version.Martin Cooper
2011-09-18Don't add the jsonOpts, just add the userisaacs
2011-09-17mkdir updates for windowsisaacs
2011-09-17Add shebangs for bin/ scripts, chmod 755 for completion.shOleg Efimov
2011-09-16Better fd detectionisaacs
2011-09-16Properly handle \n in configs placed into the envisaacs