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-07-03Filter dependencies based on the running version of node. Fix #6isaacs
2010-07-03Check for installed versions in ranges. Fix #66isaacs
2010-07-03Default root/binroot to global location always, based on execPathisaacs
2010-07-03Sniff for crypto more reliably, and require node 0.1.99isaacs
2010-06-30oopsisaacs
2010-06-30Test for valid name and version better. Fix #75isaacs
2010-06-29Handle the "*" version range properly, rather than treating it as a tag.isaacs
2010-06-29Default publish, install, and link to "." if no arguments given. Fix #73isaacs
2010-06-26Handle the binroot a bit smarter, work around the homebrew issueisaacs
2010-06-26Accept filenames on main, and only use "overlay" for overlayisaacs
2010-06-26raise an error about not having crypto where it's neededisaacs
2010-06-26Make the default tag 'latest' instead of 'stable'isaacs
2010-06-16update method of creating hash objectisaacs
2010-06-15fix a regression in readJson found by tjholowaychukisaacs
2010-06-13Call the cb() so that ls says "npm ok" when it works as expectedisaacs
2010-06-13Use the stdio file descriptors if the data doesn't need to be piped throughisaacs
2010-06-13Abstract out the default config into a separate file.isaacs
2010-06-13Add a warning so that homebrew users will stop getting so confusedisaacs
2010-06-11Set the _nodeSupported flag on package data as it comes inisaacs
2010-06-10Support the .npmignore file with excluded globs. Fix #49isaacs
2010-06-10Remove that annoying blank log line that shows when you fetch ""isaacs
2010-06-10Set the version when the json is read. Fix #63isaacs
2010-06-10Use the "drain" event to not overwhelm the HTTP client with bytesisaacs
2010-06-08Add a test case, and make "v0.1.2" satisfy ">=0.1.2"isaacs
2010-06-08auto-activate always by default.isaacs
2010-06-08Don't keep publishing if the upload failsisaacs
2010-06-08Fix regression in semverisaacs
2010-06-08unpublish. w00t.isaacs
2010-06-08Always send content-length, even when it's 0. Require auth for DELETEisaacs
2010-06-08Remove a bunch of unnecessary require() statementsisaacs
2010-06-08Remove sha. Just use the one from cryptoisaacs
2010-06-08Factor out the registry stuff. Getting too big.isaacs
2010-06-08Support 0.0.0-99 > 0.0.0 > 0.0.0-foo in semverisaacs
2010-06-08Tests for buildnum support in semverisaacs
2010-06-08Abstract out the exports to be a bit better and more organizedisaacs
2010-06-08Add a -LINK-{hash} tag to link versionsisaacs
2010-06-08don't throwisaacs
2010-06-08Be more __proto__ agnostic when saving.isaacs
2010-06-08Move the ini-parser from node-core into npmisaacs
2010-05-27Bug in fetchisaacs
2010-05-27Read the whole file to memory when uploading tarballs.isaacs
2010-05-26assume buffer apiisaacs
2010-05-26Log progress based on content-length (if provided)isaacs
2010-05-26Add tests for fetch, and resolve #48isaacs
2010-05-26add quiet modeisaacs
2010-05-19That log line is atrocious when the reg fetch is big.isaacs
2010-05-19Hack around the failure in uploading large files.isaacs
2010-05-19Actually set the tarball url to non-httpsisaacs
2010-05-18More debuggeryisaacs
2010-05-18Set the File length from the stat. Also, tons of logging around uploading.isaacs