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
2012-06-11Do not dump argumentsisaacs
2012-06-11Remove vestigial codeisaacs
2012-06-10Fix #2509 Show the actual version when maxDepth is reachedisaacs
2012-06-09Handle errors in the more modern fashionisaacs
2012-06-09Remove the rollback on publish failureisaacs
2012-06-09Enable npm link on windowsisaacs
2012-06-07Fix #2448 Remove sh shim from windowsisaacs
2012-06-07Use npm-registry-client depisaacs
2012-06-07Move failure rollback out of npm-registry-clientisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-06-05Don't prematurely exit, everisaacs
2012-06-05fixed `npm install --link` for globally-linked pkgAaron Stacy
2012-06-05Open bug/doc urls properly on windowsisaacs
2012-06-05Fix #2488 Correct git+ssh behaviorisaacs
2012-05-27Fix #2453: ssh is not always the default git transportisaacs
2012-05-27Fix #2021 Run prepublish script before packing folderisaacs
2012-05-20s/path.resolve/require.resolve/isaacs
2012-05-20Always use the bundled node-gyp binisaacs
2012-05-06Typoisaacs
2012-05-04This solves #2405 (Error: spawn ENOTSUP) on Windows for real.Marcus Ekwall
2012-05-02Fix #2405 spawn on windowsisaacs
2012-04-30Only use numeric UIDs and GIDs in spawnisaacs
2012-04-18Regression in dev/optional --save stuffisaacs
2012-04-18Fix #2336 Handle empty dependencies list in shrinkwrapgitamazon@maxired.fr
2012-04-18Add save-dev and save-optional options to npm installTim Oxley
2012-04-18Don't fail on false mkdirp failuresisaacs
2012-04-12Fix #2033 Always accept url deps as validisaacs
2012-04-07init: Allow clobbering repository with 'none'isaacs
2012-04-07Don't clobber the repo object with a string.Martin Cooper
2012-04-07Add configurable User-Agent to request headerJens Grunert
2012-03-31Don't die on an empty repo url. Fixes #2313.Martin Cooper
2012-03-30reference error on invalid packagesisaacs
2012-03-29Update to use mkdirp and chownr modulesisaacs
2012-03-28make npm install --json match ls --jsonisaacs
2012-03-28use archy in installisaacs
2012-03-28Use archy in lsisaacs
2012-03-28Don't rename gypfiles on the fs. Reader does thatisaacs
2012-03-27Remove unnecessary continuation separationisaacs
2012-03-27fix newName is not definedisaacs
2012-03-27update commentsisaacs
2012-03-27Remove some unnecessary rename hacksisaacs
2012-03-27Abstract out 'uid-number' to a separate dependencyisaacs
2012-03-27indentationisaacs
2012-03-27Make tarballs using fstream-npmisaacs
2012-03-27pull minimatch leftwardsisaacs
2012-03-27s/_entries/entries/isaacs
2012-03-23Fix #2293 Don't try to 'uninstall' /isaacs
2012-03-22git+xyz:// handling: + chars are ok in urls now.isaacs
2012-03-22Windows AV fs.rename hack moved to graceful-fsisaacs
2012-03-22Show correct path in cache lsisaacs