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-06-26Update github specific code to be git host agnosticRebecca Turner
2015-06-26Add fetch-package-metadata to stand in front of the cacheRebecca Turner
2015-06-26cache: fix Windows perms regressionForrest L Norvell
2015-06-19view: remove extra newline from outputEugene Sharygin
2015-06-19outdated: error on unreachable registryRyan Temple
2015-06-18utils: use a safer mkdirp with chownrForrest L Norvell
2015-06-05version: don't add _id to package.jsonForrest L Norvell
2015-06-05version: lifecycle needs a package _id for displayForrest L Norvell
2015-06-05version: set cwd for {pre,post}version scriptsAlex Wolfe
2015-06-05outdated: Sorted the package list alphabeticallyDaijiro Wachi
2015-05-26git: Add support for GIT_SSH_COMMAND environment variableNick Malaguti
2015-05-21version: add lifecycle scripts around the version commandDaijiro Wachi
2015-05-20error-handler: specific details for invalid namesthefourtheye
2015-05-15handle error from readPackagesmikes
2015-05-15git: tiny doc consistency fixForrest L Norvell
2015-05-15brings coverage on access.js from 65% to 95%Benjamin Coe
2015-05-15cache: fix error messages for private registriesMichael Hayes
2015-05-08install: nerf normalization output on dependenciesForrest L Norvell
2015-05-06npa: standardize git handlingForrest L Norvell
2015-05-05git: resolved git URLs can be 'git' *or* 'hosted'Matt Zorn
2015-05-05help: Don't confuse glob with regexpisaacs
2015-05-01run-script: completion only prints local scriptsMaximilian Antoni
2015-05-01bin: examines path in different osDaijiro Wachi
2015-05-01git: cacheable deps can be 'git' *or* 'hosted'laiso
2015-05-01config: fix broken getLocalAddressesForrest L Norvell
2015-05-01git: cache git repos by full URL (with branch)Rebecca Turner
2015-04-24unpublish: extract config into functionForrest L Norvell
2015-04-24unpublish: check the publishConfig field as same behavior as npm publishDaijiro Wachi
2015-04-24outdated: handle private locale modulesArnaud Rinquin
2015-04-24config: version tag version prefix is configurableKevin Kragenbrink
2015-04-24install: less closure for devDependenciesForrest L Norvell
2015-04-24install: include devDependencies when installingsmikes
2015-04-17Make npm init text a little more friendlyJames Butler
2015-04-16git: git: -> https: -> ssh:Forrest L Norvell
2015-04-16git: resolved git URLs should be in normal formForrest L Norvell
2015-04-13remove child-process-closeRobert Kowalski
2015-04-11install: use a more robust method for testing for scopeForrest L Norvell
2015-04-11install: scoped packages with peerDependencieserik wienhold
2015-04-11git: ensure Bitbucket with auth passes on credsForrest L Norvell
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