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
AgeCommit message (Collapse)Author
2014-07-02scoped packages!v1.5.0-alpha-0Forrest L Norvell
2014-07-02npm-registry-client@3.0.0Forrest L Norvell
2014-07-02npmconf@2.0.1Forrest L Norvell
There was no npmconf 2.0.0. Don't even ask.
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-02fs-vacuum@1.2.1Forrest L Norvell
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-02dedupe normalize-package-dataForrest L Norvell
2014-07-02read-package-json@1.2.3Forrest L Norvell
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-02npm-package-arg@1.0.1Forrest L Norvell
2014-07-02username and email are now always scoped to a registryForrest L Norvell
2014-07-02npmconf@npm/npmconf#othiym23/new-credentialsForrest 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-02update read-package-json to othiym23/scopedForrest L Norvell
2014-07-02update npm-registry-clientForrest 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-02update npm-registry-client othiym23/multi-registryForrest L Norvell
2014-07-02first piece of @org/package module specifiersForrest L Norvell
2014-07-02install working version of npm-registry-clientForrest L Norvell
2014-07-02capture and store bearer tokenForrest L Norvell
2014-07-01don't publish as latest until readyForrest L Norvell
2014-07-01Merge branch 'v1.4'Forrest L Norvell
Conflicts: package.json
2014-07-01v1.4.19v1.4.19isaacs
2014-07-01relative URLS for working non-root registry URLSForrest L Norvell
2014-07-01bump nopt and npmconfisaacs
Fixes #5591 The root cause here is that a change from 022 (a number in octal literal format) to '022' (a string) caused the string to later be interpreted as a decimal number, making for some wacky umask values. Solution is multipart. First, use the actual process.umask() value from the user's environment. This is almost certainly what they want anyway. Second, validate all default values just like we do with user- supplied values, rather than trusting them to never be wrong. This would've found the problem much sooner, while in dev. This second part requires that we allow a value of null for 'path' type args, allow 'undefined' for the 'local-address' config, and avoid looking up a cafile of 'null', all of which are good hygenic things to add defense-in-depth anyway.
2014-06-30v1.4.18v1.4.18isaacs
2014-06-29glob@4.0.3isaacs
2014-06-28now working on v1.5.0isaacs
2014-06-28v1.4.17v1.4.17isaacs
2014-06-28typo in lib/utils/git.jsisaacs
2014-06-28include utils/git.js in versionisaacs
2014-06-28make docs less aggressivelyisaacs
2014-06-28replace escape codes with ansicolorsForrest L Norvell
2014-06-28Allow to build all the docs OOTB.GeJ
Since 1.4.10, the html docs are generated via the marked module. when doing the usual "make" dance, the build process stops when attempting to generate the first html doc complaining about a missing node_modules/.bin/marked. This patch is a quick'n'dirty copy-pasta of the treatment applied to load the ronn module but applied to marked. When applied against the 1.4.13 tarball it allows -- at least in a works-for-me manner -- to generate all the docs.
2014-06-28Use core.longpaths on win32 git - fixes #5525Bradley Meck
2014-06-28npmconf@1.1.2isaacs
2014-06-27docs: document cafile config settingChris Dickinson
2014-06-27use chrisdickinson's actual docs instead.Forrest L Norvell
This reverts commit ff5058d8e5797ebc53ed57398b0b81390bf6e2a2.
2014-06-27Consolidate color sniffing in config/log loading processisaacs
2014-06-27add verbose log when project config file is ignoredisaacs
2014-06-27config docs: add cafileisaacs