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
2015-04-10git: --save-exact saves fully-resolved git URLForrest L Norvell
2015-04-10git: save non-normalized shorthand to package.jsonForrest L Norvell
2015-04-10git: use paths as presented by userForrest L Norvell
2015-04-08spawn: map exit code 127 to ENOENT for node@0.8Jakob Krigovsky
2015-04-03run-script: always quote argsMaximilian Antoni
2015-04-03npmconf: add braces missing from 5d7f704Charmander
2015-04-03install: better logging, no more readJSON cachingForrest L Norvell
2015-04-03read-package-json@1.3.3Forrest L Norvell
2015-04-02git: stderr can also potentially be null on errorForrest L Norvell
2015-04-02git: don't assume stdout exists on errorForrest L Norvell
2015-04-02git: revert 44da66456b530c049ff50953f78368460df8Forrest L Norvell
2015-03-27link: use absolute links when `npm link`ing.Kazuhito Hokamura
2015-03-27npmconf: don't open a deleted cafileKenan Yildirim
2015-03-27github: fix the ssh fallback for private github modulesRebecca Turner
2015-03-25cache: don't test missing strings (fixes #7746)Forrest L Norvell
2015-03-25search: request correct URLs (fixes #7443)Forrest L Norvell
2015-03-20outdated: remove incredibly noisy loggingForrest L Norvell
2015-03-20adduser: explicit registry on command line winsForrest L Norvell
2015-03-20hosted-git-info@1.5.3Forrest L Norvell
2015-03-20realize-package-specifier@2.2.0Forrest L Norvell
2015-03-20npm-package-arg@3.1.1Forrest L Norvell
2015-03-17shrinkwrap: npm shrinkwrap --dev means prod tooForrest L Norvell
2015-03-13install: track bundled dependencies in contextForrest L Norvell
2015-03-12install: removed obsolete commentRichard Littauer
2015-03-12link: rm rmForrest L Norvell
2015-03-12gently-rm: more context on failureForrest L Norvell
2015-03-12gently-rm: always resolve against a base directoryForrest L Norvell
2015-03-12gently-rm: swap checks & match target, not sourceForrest L Norvell
2015-03-11gently-rm: npm.globalRoot is not a thingForrest L Norvell
2015-03-06install: tweak install --link for gitForrest L Norvell
2015-03-06install: don't try to --link git dependenciessmikes
2015-03-06update: a completely uncontroversial changeForrest L Norvell
2015-03-05install: engineStrict only warns for this packageForrest L Norvell
2015-03-05update: only update when current !== wantedForrest L Norvell
2015-03-05dedupe: test/tap/dedupe-scoped.js uses find-dupesForrest L Norvell
2015-03-05dedupe: Handle scoped packagesKarolis Narkevicius
2015-03-05restore order to caching git remotesForrest L Norvell
2015-03-04`npm stars` don't send bogus auth when not authedForrest L Norvell
2015-03-04config: remove redundant validatorForrest L Norvell
2015-03-03publish, config: move tag-semver testsmikes
2015-03-02error-handler: update support url to https from httpDaijiro Wachi
2015-03-02Adds function call to gitEnv in checkGitDirAndreas
2015-03-02error-handler: FreeBSD does EAI_FAIL,not ENOTFOUNDForrest L Norvell
2015-02-27error-handler: added er.parent to ETARGET errorDav Glass
2015-02-27rm: npm rm <noargs> globally removes (unlinks) '.'isaacs
2015-02-27completion: make separator a localForrest L Norvell
2015-02-27cache: test add-remote-git's URL normalizationForrest L Norvell
2015-02-27cache: add-remote-git expects no 'git+' on URLsForrest L Norvell
2015-02-27cache: don't add 'git+' when it's already thereTim Whidden
2015-02-27Added an --if-present flag for not erroring on unspecified scripts.Jussi Kalliokoski