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-08-01v1.4.23v1.4.23isaacs
2014-08-01update several dependenciesisaacs
The quest to avoid SemVer '0.x' magic continues.
2014-07-31v1.4.22v1.4.22isaacs
2014-07-31read-package-json@1.2.4isaacs
2014-07-31github-url-from-git@1.2.0isaacs
2014-07-31fstream@0.1.29isaacs
2014-07-31glob@4.0.5isaacs
2014-07-31cmd-shim@1.1.2isaacs
2014-07-31license: Cleaned up legalese with actual lawyerisaacs
2014-07-31init-package-json@1.0.0isaacs
Defaults package versions in 'npm init' to 1.0.0 instead of 0.0.0
2014-07-151.4.21v1.4.21Forrest L Norvell
2014-07-15npm-registry-client@2.0.3Forrest L Norvell
2014-07-02v1.4.20v1.4.20isaacs
2014-07-02outdated: Default to 'latest' rather than '*' for unspecified depsisaacs
Fix #5600
2014-07-02outdated: Don't show headings if there's nothing to outputisaacs
2014-07-02version: respect --json for outputisaacs
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-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
2014-06-27npmconf: Float patch to remove 'scope' from config defsisaacs
2014-06-27npmconf@1.1.1isaacs
2014-06-26Bump npm-registry-couchapp for test goodnessisaacs
2014-06-25doc: npm-explore can't handle a versionRobert Kowalski
Closes #5323
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-25Remove concerns of package republishing from shrinkwrap docsMick Thompson
Republishing packages is no longer possible.
2014-06-25Fix small typo in synopsis in npm-link.md.sudodoki
Fix small typo (add 's') in command's synopsis in npm-link.md.
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-25doc: revert accidental whitespace changeisaacs
2014-06-25bump tar and fstream depsisaacs
2014-06-21Run the npm-registry-couchapp tests along with npm testsisaacs
This test will fail if couchdb isn't installed
2014-06-21add npm-registry-couchapp dev depisaacs
2014-06-17v1.4.16v1.4.16isaacs