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
2010-05-03Be a bit less verboseisaacs
2010-05-03"value" properties are enumerable by default. Oops.isaacs
2010-05-03revert previous change. no longer necessaryisaacs
2010-05-03Remove versioned as well as unversioned bin filesisaacs
2010-05-03Don't put the _lifecycleEnv stuff directly on objects as regular properties, ...isaacs
2010-05-03Don't try to link the lifecycle env vars as bins.isaacs
2010-05-03Change the way that the version stuff is set in the local registry, and insta...isaacs
2010-05-03Fix a bug with the fetchTarball function's callbackisaacs
2010-05-03Default the config object to a {} if getConfig doesn't return anythingisaacs
2010-05-03Fix a few minor bugs, and DRY up the registry data fetchisaacs
2010-05-03reporting the registry config every time is super redundantisaacs
2010-05-03prefer string.match to regexp.execisaacs
2010-05-03Error in the range fetchingisaacs
2010-05-03One install to rule them all.isaacs
2010-05-03Fail when a package isn't found in the registry. Add support for installing a...isaacs
2010-05-03Don't throw when the data is null. Instead, just let the thing respond with ...isaacs
2010-05-03forgot to require("sys") (bug reported by spullara)isaacs
2010-05-03Add registry-install, with dependency resolution, fetching from registry, etc.isaacs
2010-05-03Make registry less noisyisaacs
2010-05-03Make build a bit more friendly, and informative.isaacs
2010-05-03Allow build to take an array of paths, and build them all.isaacs
2010-05-03Code styleisaacs
2010-05-03Build takes an array of arguments, not a single oneisaacs
2010-05-03Add a "maxSatisfying" method to the semver util so that it's easier to get th...isaacs
2010-05-03Make npm.set work like npm.config.set, where setting a data with an _id membe...isaacs
2010-05-03Update https handling for 0.1.92 node, and update code styleisaacs
2010-05-03Allow "@" as a separator for package-version ids. I plan to move this way wi...isaacs
2010-05-03Clean up tarball and temp folder more thoroughlyisaacs
2010-05-03Code styleisaacs
2010-05-03Missed this one on the "conf" refactorisaacs
2010-05-03Abstract out the tree-walking bits from ls so that it can be reused elsewhere.isaacs
2010-05-03Update https client to work with node 0.1.92isaacs
2010-05-03Add a registryGET function to mirror registryPUTisaacs
2010-05-02comma firstisaacs
2010-05-02Remove the 'conf' argument that all the commands were taking, now that they c...isaacs
2010-04-27check for Cipher/Decipher before using them, and warn if not availableisaacs
2010-04-27support overriding config options just for one command on the command line us...isaacs
2010-04-27show command not found message for unknown commandsisaacs
2010-04-27code style cleanupisaacs
2010-04-27update config command to use new npm command apiisaacs
2010-04-27Use ini for the npmrc file. (Converts an existing JSON .npmrc the next time ...isaacs
2010-04-26flush stdout after printing the help docisaacs
2010-04-26A better help command, which uses manisaacs
2010-04-26Initially stab at a help thing. It's not great.isaacs
2010-04-26Fix the failing self-installisaacs
2010-04-25Update the way that the npm cli commands work so that it's a bit more robust ...isaacs
2010-04-25code formattingisaacs
2010-04-25Refactor the commands onto npm.commandsisaacs
2010-04-25s/close/end/gisaacs
2010-04-25don't use http_oldisaacs