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
2017-04-224.6.1v4.6.1Rebecca Turner
2017-04-22doc: changelog for 4.6.1Rebecca Turner
2017-04-22write-file-atomic@1.3.3Rebecca Turner
2017-04-22init-package-json@1.10.1Rebecca Turner
2017-04-224.6.0v4.6.0Rebecca Turner
2017-04-22update AUTHORSRebecca Turner
2017-04-22doc: changelog for 4.6.0Rebecca Turner
2017-04-22npmlog@4.0.2Rebecca Turner
Bump versions of transitive dependencies of npmlog. Fixes flashing of the progress bar with narrow screens.
2017-04-22write-file-atomic@1.3.2Rebecca Turner
Wait for `fsync` to complete before considering our file written to disk.
2017-04-22normalize-package-data@2.3.8Rebecca Turner
Minimum distribution size!
2017-04-22init-package-json@1.10.0Rebecca Turner
Disambiguate 'name:' prompt. (@addaleax) Set default package name using npm rules. Allow directories.lib to be defaulted.
2017-04-21doctor: do not crash w/ registries that do not support pingDaijiro Wachi
If registry doesn't support ping, npm doctor should display the information instead of stopping its investigation. Credit: @watilde PR-URL: https://github.com/npm/npm/pull/16021 Reviewed-By: @iarna
2017-04-21version: Add `--allow-same-version` optionLucas Theisen
Fixes: #11342 PR-URL: https://github.com/npm/npm/pull/16213 Credit: @lucastheisen Reviewed-By: @iarna
2017-04-21doc: fixed package.json docs brace space typoJán Dzurek
Credit: @famousgarkin Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16267
2017-04-21doc: preserve same name convention for commandPavlo Liulia
Credit: @desfero PR-URL: https://github.com/npm/npm/pull/16296 Reviewed-By: @iarna
2017-04-21error-message: Shorten the ELIFECYCLE error messageJ F
Credit: @j-f1 Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16364 Fixes: https://github.com/npm/npm/issues/8821
2017-04-21tap@10.3.2Rebecca Turner
2017-04-21marked-man@0.2.1Rebecca Turner
2017-04-21tooling: dev-dep-update should add shrinkwrap tooRebecca Turner
2017-04-21readable-stream@2.2.9Rebecca Turner
Browser support changes. Credit: @mcollina Credit: @calvinmetcalf
2017-04-21npm-registry-client@8.1.1Rebecca Turner
Allows installation with npm-package-arg@5. Credit: @iarna
2017-04-21init-package-json@1.9.6Rebecca Turner
Allows installation with npm-package-arg@5. Credit: @iarna
2017-04-21hosted-git-info@2.4.2Rebecca Turner
Fix a bug in handling scp style URLs, eg git+https://github.com:foo/repo.git#master Credit: @iarna
2017-04-18config: don't ham-it-up when expecting parseable output (#16336)Brian Dukes
* Don't ham-it-up when expecting JSON I turned on the ham-it-up configuration setting, and then noticed that I received an error when running the npm-windows-upgrade module, because it was trying to parse the JSON from calling `npm view npm versions --json` and didn't know what to do with the easter egg text at the end. This change disables the ham-it-up text when the json option is present. PR-URL: https://github.com/npm/npm/pull/16336 Credit: @bdukes Reviewed-By: @zkat
2017-04-15npm: Add timing diagnostics on --loglevel=timingRebecca Turner
2017-03-28doc: Update 2.x changelogsRebecca Turner
2017-03-254.5.0v4.5.0Rebecca Turner
2017-03-25update AUTHORSRebecca Turner
2017-03-25doc: Fix release dates in changelogRebecca Turner
2017-03-25doc: update Changelog for 4.5.0Rebecca Turner
2017-03-25npm: Replace http: URL in npm-shrinkwrap with https:David Cook
PR-URL: https://github.com/npm/npm/pull/16014 Credit: @divergentdave Reviewed-By: @iarna
2017-03-25lifecycle: On SIGINT, ensure process stays alive until child exitsJarid Margolin
PR-URL: https://github.com/npm/npm/pull/16129 Credit: @jaridmargolin Reviewed-By: @iarna
2017-03-25extract: support minified packumentsRebecca Turner
Credit: @iarna Reviewed-By: @zkat
2017-03-25fetch-package-metadata: Support the _hasShrinkwrap registry metadataRebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/15969
2017-03-25script: fix lint errorDaijiro Wachi
PR-URL: https://github.com/npm/npm/pull/16110 Credit: @watilde Reviewed-By: @iarna
2017-03-25which@1.2.14Rebecca Turner
Internal changes only Credit: @isaacs
2017-03-25readable-stream@2.2.6Rebecca Turner
Remove WriteReq and CorkedRequest as they aren't in core yet. Credit: @mcollina
2017-03-25node-gyp@3.6.0Rebecca Turner
Support for VS2017. Chakracore support. Credit: @refack Credit: @kunalspathak
2017-03-25hosted-git-info@2.4.1Rebecca Turner
* Match git URLs with trailing slashes. * Certain classes of invalid URLs no longer crash. * Preserve case of the user name part of shortcut specifiers, previously they were lowercased. Fixes: https://github.com/npm/hosted-git-info/issues/15 Fixes: https://github.com/npm/hosted-git-info/issues/16 Credit: @iarna
2017-03-25npm-registry-client@8.1.0Rebecca Turner
2017-03-174.4.4v4.4.4Rebecca Turner
2017-03-17doc: Changelog for 4.4.4Rebecca Turner
2017-03-17deps: Switch to move-concurrently to remove scoped dependencyRebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/16066
2017-03-17test: Ensure we aren't using any scoped modulesRebecca Turner
Because npms prior 4.4.3 can't install dependencies that have bundled scoped modules. This didn't show up sooner because they ALSO had a bug that caused bundled scoped modules to not be included in the bundle. Credit: @iarna PR-URL: https://github.com/npm/npm/pull/16066
2017-03-17actions: Remove npat vestigalsRebecca Turner
2017-03-16doc: Fix year in changelog!Rebecca Turner
2017-03-164.4.3v4.4.3Rebecca Turner
2017-03-16doc: update changelog for npm@4.4.3Rebecca Turner
2017-03-16scripts: Allow longer short-committishes when generating changelogsRebecca Turner
To support git 2.12.0 Credit: @iarna Reviewed-By: @zkat
2017-03-16deps: Flatten out @npmcorp/move's deps for backwards compatibility reasonsRebecca Turner
Credit: @iarna PR-URL: https://github.com/npm/npm/pull/16040 Reviewed-By: @zkat