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-14Put a blank line at the end of ls.isaacs
2010-05-14automatically deactivate on uninstall. Also, remove all versions of a package.isaacs
2010-05-14Add maintainer info.isaacs
2010-05-14Use pretty colors, but not when being piped.isaacs
2010-05-13Share the data when installing a remote tarball.isaacs
2010-05-13Don't throw when private keys can't be found.isaacs
2010-05-13show data in version orderisaacs
2010-05-13Fix issue #15 - npm ls enhancementsisaacs
2010-05-13Use the new name for this if available.isaacs
2010-05-13Make both name and version optionalisaacs
2010-05-13Dive in a bit deeper with the log fnisaacs
2010-05-12clean up the optional argument stuff to be a bit terserisaacs
2010-05-11Handle the pseudo-409s that are sent as 403s.isaacs
2010-05-11Share response object with callbacks, so 409s can be handled.isaacs
2010-05-11remove an unnecessary log statementisaacs
2010-05-11Fixes for the change to the publish logic.isaacs
2010-05-11typoisaacs
2010-05-11Expose config settings to lifecycle scripts.isaacs
2010-05-11Return the object if get() is called with no key.isaacs
2010-05-11Add start, restart, stop, and test commands that just run scripts in the "scr...isaacs
2010-05-10Handle the case when ./cli.js is run directly, and so doesn't set up the fake...isaacs
2010-05-10Don't log the expected error object, since it makes people think it failed.isaacs
2010-05-10Fix some folder/path bugs that were throwing off tar.isaacs
2010-05-10Make tar less verboseisaacs
2010-05-10Use paths[1] instead of paths[0], since npm adds one item to the path when it...isaacs
2010-05-10Also treat "." as a local pathnameisaacs
2010-05-10Make publish awesomeisaacs
2010-05-10Add an "upload" command to add attachments to registryisaacs
2010-05-10Leverage the cache for installs.isaacs
2010-05-10Export a few utility functions for other commands to use.isaacs
2010-05-10Be just a little less noisyisaacs
2010-05-09Change the docs to match how install will work.isaacs
2010-05-09Add the cache command and documentation.isaacs
2010-05-08Share the stdout and stderr with exec callbacksisaacs
2010-05-08Buffers are faster than ascii, which is faster than binary.isaacs
2010-05-08Use ascii, expose the stringisaacs
2010-05-08Add a "log error or continue" function to wrap a callback when no other actio...isaacs
2010-05-08Just warn when sending auth sans https, don't fail.isaacs
2010-05-08Fail better if fields are missingisaacs
2010-05-07Detect TLS support. Fix issue #10isaacs
2010-05-07Set the root based on the logic described in issue #9isaacs
2010-05-07code styleisaacs
2010-05-07Make sure to stringify the result from fs.readFile, since it'll be a buffer s...isaacs
2010-05-06Packages can contain some funky charsv0.1.5isaacs
2010-05-06Still dont' allow slashes in names. Anything else is fine.isaacs
2010-05-06Don't tweak the package name, since it breaks stuffisaacs
2010-05-06Don't set the "owner" field, since the publisher might be someone else.v0.1.4isaacs
2010-05-06Missing relevant semicolonisaacs
2010-05-06Fix for bug reported by @mikeal http://gist.github.com/391441isaacs
2010-05-05get rid of two unnecessary verbose logsisaacs