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
AgeCommit message (Expand)Author
2010-05-03Don't fail when crypto isn't foundv0.1.2isaacs
2010-05-03Update the required version of node.isaacs
2010-05-03bump to v0.1.2isaacs
2010-05-03Don't build the docs as part of the installation.isaacs
2010-05-03Add built documentation to project, so that the install doesn't require ronnisaacs
2010-05-03Handle case where there's no data already installedv0.1.1isaacs
2010-05-03version log for 0.1.1isaacs
2010-05-03bump version after fixing 2 DOA bugs in 0.1.0isaacs
2010-05-03Remove stray return statementisaacs
2010-05-03Make sure the .npm directory is there before attempting to read itisaacs
2010-05-03remove beta label from 0.1.0 version tagv0.1.0isaacs
2010-05-03notes for 0.1.0isaacs
2010-05-03todo list updateisaacs
2010-05-03another note pointing users to the documentationisaacs
2010-05-03Dont' delete "." or ".." on deactivate. Just delete the regular files.isaacs
2010-05-03Don't error if the man folder is gone. Presumably it was for the best.isaacs
2010-05-03Be a bit less verboseisaacs
2010-05-03Don't echo the "true" stuffsisaacs
2010-05-03Getting it sorted. Use the proper installPrefix, tidy up some path issues.isaacs
2010-05-03re-enable the doc installation script, since that wasn't the problemisaacs
2010-05-03"value" properties are enumerable by default. Oops.isaacs
2010-05-03Handle docs better so that the installed docs are always in sync with the act...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-03Bump version to 0.1.0beta in prep for PRisaacs
2010-05-03Bump version to 0.0.7v0.0.7isaacs
2010-05-03Update documentation for push to betaisaacs
2010-05-03Recommend man npm-foo instead of npm help fooisaacs
2010-05-03Install all the man files as npm-<section> so that you can do man npm-foo ins...isaacs
2010-05-03Change the way that the version stuff is set in the local registry, and insta...isaacs
2010-05-03add some more installation suggestions/optionsisaacs
2010-05-03Fix a bug with the fetchTarball function's callbackisaacs
2010-05-03Cleaner error handling.isaacs
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-03Document new install behavior.isaacs
2010-05-03don't flush stderrisaacs
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-03ronn doesn't understand OL tagsisaacs