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
2013-06-02doc: Mention --nodedir in npm install documentationMatt McClure
2013-05-30install: Ignore shrinkwrap when --no-shrinkwrap is setisaacs
2013-05-30install: Fold devDeps into shrinkwrap on top level noargs installisaacs
2013-05-29shrinkwrap: Exclude devDependencies from shrinkwrap fileisaacs
2013-05-20call the cb if topPackage doesn't have dependenciesDi Wu
2013-05-20Fix #3443: Object.keys errorRobert Kowalski
2013-05-18Revert "Use log.write instead of console.log to output pretty tree after inst...isaacs
2013-05-12Merge branch 'weird'isaacs
2013-05-12explore: Use correct shell valueisaacs
2013-05-12remove unused SPLIT_CHARRobert Kowalski
2013-05-11Fixes bug where the man field is an arrayFlorian Margaine
2013-05-11Use log.write instead of console.log to output pretty tree after installJohan Nordberg
2013-05-11Ignore preferGlobal for dependenciesFlorian Margaine
2013-05-11Show an error message if git is missing, fixes #3297Robert Kowalski
2013-05-11Remove some unused completionsForbesLindesay
2013-05-10Create missing configured prefix (fixes #3431)Schabse Laks
2013-05-10better error message for proxy users, fixes #3415Robert Kowalski
2013-05-04introduce npm-user-validate, related to #3362Robert Kowalski
2013-05-03pass silent flag into addRemoteGit to error silentlyRaynos
2013-05-03Update maybeGithub to try private git repositoriesRaynos
2013-04-29Provide the raw config object to initJson.Martin Cooper
2013-04-29Use child-process-close for 0.6 supportisaacs
2013-04-29use 'customFds' instead of 'stdio'isaacs
2013-04-29Use editor moduleisaacs
2013-04-29replace `./lib/utils/sha.js` with `sha`ForbesLindesay
2013-04-29fs WriteStream has destroy(), not close()isaacs
2013-04-29remove exec.js, use child_process.execFileRobert Kowalski
2013-04-20build: Link mans properlyisaacs
2013-04-04remove cmd-shim utilisaacs
2013-04-03cmd-shim@1.1.0isaacs
2013-03-28Fail on empty nameMaciej MaƂecki
2013-03-21fix 'cb() never called' errors due to v0.10.0 tls bugisaacs
2013-03-20pass data along in addNamedTagisaacs
2013-03-20exec: Handle spawn errorsisaacs
2013-03-20rebuild: Don't do node-waf stuffisaacs
2013-03-13Handle gh shorthands that are not in the registryisaacs
2013-03-07Adding current version header to npm search outputLuke Arduini
2013-03-04set permissions after git clone, fix #3117Jaakko Manninen
2013-03-04cache: Remove race condition in git fetch/resolveisaacs
2013-02-16Log _id of packages that lack a shasumisaacs
2013-02-15adds a feature to allow users to view starred packagesPaolo Fragomeni
2013-02-11Do not suggest publish -f on EPUBLISHCONFLICTisaacs
2013-02-11Warn when using --forceisaacs
2013-02-11Make version and name optional (mostly)isaacs
2013-02-11Fix leaking 'name' varisaacs
2013-02-11Raise error if registry packages lack shasum, or if crypto is not availableisaacs
2013-02-11cache: Stash shasum from registry all the way through the pipelineisaacs
2013-02-06tar.js: Lock the tarballs as well as target foldersisaacs
2013-02-06install: Fix regression introduced in 4fdd3c5isaacs
2013-02-06tar.js: Don't unlock locks we didn't lockisaacs