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-19#817 Update adds missing deps, and downgrades if necessaryisaacs
2011-04-19adding todo'sisaacs
2011-04-16Clean up some environment stuff getting passed to scriptsisaacs
2011-04-15Correct the exclusion/inclusion logicisaacs
2011-04-15Always include .js files in prebuiltsisaacs
2011-04-15Stop negating after the startisaacs
2011-04-15Always include .node files in prebuiltsisaacs
2011-04-15Make sure to include build in pbo filesisaacs
2011-04-15show ~/.npm at the start of the ls outputisaacs
2011-04-15Proper top detectionisaacs
2011-04-14glob matching: 'foo' should match 'foo/'isaacs
2011-04-14typo. s/authentication/authorization/isaacs
2011-04-13Typosisaacs
2011-04-13Close #808 Typoisaacs
2011-04-13Close #804 Pass auth for tarball fetchingisaacs
2011-04-13Close #803 Use registry protocol when fetching tarballisaacs
2011-04-13add npm whoamiisaacs
2011-04-13Update docs about new linking behaviorisaacs
2011-04-13Close #802 (i hope) Read json before deleting the tmp folder in tar unpackingisaacs
2011-04-13Close #807 Print (empty) if the dir is emptyisaacs
2011-04-13Close #795 Allow linking a folder path explicitlyisaacs
2011-04-12spacing issues in lsisaacs
2011-04-12bins should always be executableisaacs
2011-04-12update commentisaacs
2011-04-11Closes GH-794 Allow logging when decryptAuth failsisaacs
2011-04-11Close GH-792 Don't set host to 'undefined'isaacs
2011-04-09Close GH-781 add 'always-auth' config flagisaacs
2011-04-08Closes GH-787 Don't bypass cache for local installs.isaacs
2011-04-08Add default start script if server.js is presentisaacs
2011-04-08Only resolve symlink if it's a bundled dependencyisaacs
2011-04-08no need to warn for non-global rootisaacs
2011-04-07Reuse deps at the top-level in local packagesisaacs
2011-04-07Algo 2 - Resolve deps against uncles as well as direct ancestorsisaacs
2011-04-07remove unnecessary lineisaacs
2011-04-07sort ls output alphabeticallyisaacs
2011-04-07filter owners by name, not email addressisaacs
2011-04-07ignore npm-debug.log filesisaacs
2011-04-07Closes GH-780 unlink as reverse to linkisaacs
2011-04-07Closes GH-752 Add pre/post publish script supportisaacs
2011-04-06Closes GH-777 Allow overriding config values at publish-timeisaacs
2011-04-06Add preferGlobal json optionisaacs
2011-04-06Extend nopt to validate semvers and warn on invalid confsisaacs
2011-04-06Default version and auther info from config for `npm init`.Laurie Harper
2011-04-04Report ls flags a bit better in parseable modeisaacs
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