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 (Collapse)Author
2014-07-02remove redundant stanzaForrest L Norvell
Since the spec is already passed to fs.stat, including the check for the 'local' type in the switch is misleading.
2014-07-02replace some.js with (Zalgo-safe) async-some@1.0.0Forrest L Norvell
2014-07-02make gentlyRm safer and tidierForrest L Norvell
Checks to ensure that it's only reoving files managed by npm, and uses fs-vacuum to ensure that empty directories are cleand up as it goes. Maybe slightly overdone.
2014-07-02simplify use of maybeGithubForrest L Norvell
2014-07-02fix order dependency in remote git cachingForrest L Norvell
Also add more logging.
2014-07-02short-circuit local installs but fall back lessForrest L Norvell
2014-07-02npm-package-arg@2.0.0Forrest L Norvell
2014-07-02opportunistic lintingForrest L Norvell
2014-07-02switch to npm-package-arg from whatever that wasForrest L Norvell
2014-07-02username and email are now always scoped to a registryForrest L Norvell
2014-07-02chasing down errant uses of old auth, part 1Forrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-07-02scope token to the registryForrest L Norvell
2014-07-02@scope:registry-base-url → @scope:registryForrest L Norvell
2014-07-02publish to scoped registriesForrest L Norvell
2014-07-02first piece of @org/package module specifiersForrest L Norvell
2014-07-02capture and store bearer tokenForrest L Norvell
2014-07-01relative URLS for working non-root registry URLSForrest L Norvell
2014-06-28typo in lib/utils/git.jsisaacs
2014-06-28include utils/git.js in versionisaacs
2014-06-28replace escape codes with ansicolorsForrest L Norvell
2014-06-28Use core.longpaths on win32 git - fixes #5525Bradley Meck
2014-06-27Consolidate color sniffing in config/log loading processisaacs
2014-06-27add verbose log when project config file is ignoredisaacs
2014-06-25removed duplicate functionMichael Hayes
2014-06-25Remove spurious `er.code =` assignments.Domenic Denicola
They literally do nothing in all cases.
2014-06-25version.js: Fix indentationFelix Rabe
2014-06-25Update EROFS error to be a bit more informative.Domenic Denicola
2014-06-25Add user-friendly errors for ENOSPC and EROFS.Chris Williams
Fixes #5101.
2014-06-14syntax error in ownerisaacs
2014-06-13removed redundant dependencyForrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-06-13use the new URL-based npm-registry-client interfaceForrest L Norvell
2014-06-13deprecate uses the registry-client for realForrest L Norvell
2014-06-13Properly handle errors that can occur in the config-loading processisaacs
2014-06-11cache: atomic de-race-ified package.json writingisaacs
a. Use a tmp file with the pid, and mv into place b. Only write it once, use inflight to hop on it if in progress
2014-06-10Only spin the spinner when we're fetching stuffisaacs
2014-06-10reduce logging for unbuildisaacs
Too ridiculous, especially for deep deps
2014-06-06graceful-fs@3isaacs
2014-05-24fix #5330Forrest L Norvell
2014-05-24stop the spinner when the process finishesisaacs
Required for node 0.8 compatibility
2014-05-24Replace cache.clean/read. Document npm-cache(3)isaacs
Fix #5314
2014-05-23Always sort saved bundleDependenciesisaacs
2014-05-23fix `npm ls` labeling issueEvan You
2014-05-16addLocalTarball: Replace 'once' functionisaacs
2014-05-16addLocalTarball: minor fixups from review with @domenicisaacs
2014-05-16remove unused variables & packagesForrest L Norvell
2014-05-16addLocalTarball: comment cleanupisaacs
2014-05-15getCacheStat: Prevent unnecessary stats with inflightisaacs
2014-05-15addLocalTarball: Remove extraneous unpackisaacs