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-02-12Don't strip the .js/.node from the main fieldisaacs
2011-02-12Closes GH-547 Split semver into a separate utilityisaacs
2011-02-12[semver] Support >=1.xisaacs
2011-02-11Closes GH-563 Enforce consistency in git repo urlsisaacs
2011-02-11closes gh-569 Support stomping half-installsisaacs
2011-02-11Closes GH-565 Don't encrypt authisaacs
2011-02-11Closes GH-567 Remove unnecessary proces.cwd() callsisaacs
2011-02-11Remove race conditionisaacs
2011-02-11Be more graceful about the timer in gracefulFsisaacs
2011-02-11Don't try to change the uid for scripts run outside the npm dirisaacs
2011-02-09Closes GH-564 Use the MIT node-uuid lib instead of OSLv3 uuid.js.Reid Burke
2011-02-08Don't change permissions for link packages.isaacs
2011-02-08Make files 0644 and folders 0777isaacs
2011-02-08privilege escalation is an info, not a warnisaacs
2011-02-08Add a config to scrub the cache before addingisaacs
2011-02-08Make force actually work. For some reason this was lowercasedisaacs
2011-02-08Cooler promptisaacs
2011-02-08Change messaging on EACCES and EPERM to suggest sudoisaacs
2011-02-08config ordering, and default unsafe-perm when appropriateisaacs
2011-02-08Remove sudon'tisaacs
2011-02-08reduce debug levelisaacs
2011-02-08Don't try to change uid/gid if not rootisaacs
2011-02-08Respect the --unsafe-perm configisaacs
2011-02-08Dramatically cut down on mkdir callsisaacs
2011-02-08umask when necessaryisaacs
2011-02-08Escalate perms when rm fails.isaacs
2011-02-08Provide mode to mkdirisaacs
2011-02-08Remove extraneous warningsisaacs
2011-02-08Be better about saving cache files.isaacs
2011-02-08remove extraneous requireisaacs
2011-02-08Numeric UID/GID values, and remove the script runnerisaacs
2011-02-08Not so rare, actuallyisaacs
2011-02-08chown stuff to the operatorisaacs
2011-02-08Specify uid/gid to spawn and execisaacs
2011-02-08default user=nobody, operator=$UID, and group=$GIDisaacs
2011-02-08chmod the folders created when unpacking tarballs.isaacs
2011-02-08Specify a uid/gid to mkdir, and it'll chown it.isaacs
2011-02-08Specify uid and gid to script runnerisaacs
2011-02-08Default configs for user/group to current uid/gidisaacs
2011-02-08Broken first pass at setuid script runnerisaacs
2011-02-08typo setting env for tarisaacs
2011-02-07Closes GH-455 Typo in help text.isaacs
2011-02-04Make the .npm directory configurableDav Glass
2011-02-04Don't require('buffer'). It's a global now.isaacs
2011-02-02Closes GH-552 Add 'private' flag to prevent publishing.isaacs
2011-02-02Don't fail if 'node-waf clean' fails.isaacs
2011-01-31Trample the 'modules' hash if specifiedisaacs
2011-01-31typo. Report the success appropriately from piped subprocsisaacs
2011-01-31Add --local as alias to --no-globalisaacs
2011-01-31Fix #539 Implement configurable "onload-script"isaacs