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-04-02make package name optional in package foldersisaacs
2011-04-02For Reid: Ignore . when doing local install.isaacs
2011-04-01Better terser output for config lsisaacs
2011-04-01Parse repo url when it's just a stringisaacs
2011-04-01create dependency object if missingisaacs
2011-03-31bindist: Use install instead of unpack/buildisaacs
2011-03-31Have to end streams for them to closeisaacs
2011-03-31Fix regression in PATH setting for lifecycle scriptsisaacs
2011-03-31Don't load defs until loadConfig is calledisaacs
2011-03-30Add some usage lines to these commandsisaacs
2011-03-30Only do bindist if it's got a build stepisaacs
2011-03-30Define config for bindistisaacs
2011-03-30Rename optparse to noptisaacs
2011-03-30Downgrade some logs, and fix a regression in publishisaacs
2011-03-30Parse stableFamily properlyisaacs
2011-03-30Display shas next to the file they relate toisaacs
2011-03-30make the bintag configurableisaacs
2011-03-30publish and unpublish that is bin dist awareisaacs
2011-03-30Don't ignore the build/ folder on prebuilt packagesisaacs
2011-03-30log when setting wscript default install scriptisaacs
2011-03-30make prebuilt json readableisaacs
2011-03-30Add a prebuilt tag on json before writing, and don't default the node-waf if ...isaacs
2011-03-30Write the object to package.json, not the stringisaacs
2011-03-30Correct how bins are attached to docisaacs
2011-03-30logging for prebuilt installisaacs
2011-03-30Publish binary distribution as well as sourceisaacs
2011-03-30Move bin-tag stuff into a separate fileisaacs
2011-03-30Download prebuild tarball if one existsisaacs
2011-03-29Closes GH-759 Ignore OS X resource files in tarballs.isaacs
2011-03-28Closes GH-753 Set the host header properly with portisaacs
2011-03-28Closes GH-754 Be smarter about detecting correct lifecycle script pathsisaacs
2011-03-26Don't install already-installed stuff unless explicitly named.isaacs
2011-03-26Always bypass cache on cygwin, since it breaks so frequentlyisaacs
2011-03-26Updates that mysteriously make Cygwin work at allisaacs
2011-03-26read-installed errors just pass over the erroneous fileisaacs
2011-03-25Don't have tar set the owner and group. We'll handle that.isaacs
2011-03-25There are cases where the files list is empty, but yet not an errorisaacs
2011-03-25Use optparse instead of parse-args.jsisaacs
2011-03-25Move abbrev to a submodule/dependencyisaacs
2011-03-24Fix for zsh completionisaacs
2011-03-24log 'docs' errors, don't crash on themisaacs
2011-03-23Closes GH-742 Update regressionisaacs
2011-03-23Don't change the prefix if running globallyisaacs
2011-03-23complete install command against versions as well as nameisaacs
2011-03-23Remove uncalled functionisaacs
2011-03-23Closes GH-739 Don't default directories.isaacs
2011-03-22sort versionsisaacs
2011-03-22completion on completionisaacs
2011-03-22Print a little message when root/bin aren't going to be seenisaacs
2011-03-22Where does npm install executables?isaacs