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
2020-10-017.0.0-rc.0v7.0.0-rc.0release/v7.0.0-rc.0release/v7.0.0-betaDarcy Clarke
2020-10-01update AUTHORSDarcy Clarke
2020-10-01docs: changelog for v7.0.0-rc.0isaacs
2020-10-01add new @npmcli/node-gyp module to gitisaacs
2020-10-01@npmcli/arborist@0.0.30isaacs
2020-10-01@npmcli/run-script@1.7.0isaacs
2020-09-30chore: removed old test suiteRuy Adorno
2020-09-30add proxyzhaoxuxu
PR-URL: https://github.com/npm/cli/pull/1859 Credit: @badeggg Close: #1859 Reviewed-by: @isaacs EDIT: changed flatOptions.noproxy to flatOptions.noProxy, since make-fetch-happen reads it from the camel-cased property.
2020-09-30chore: refresh transitive depsRuy Adorno
2020-09-30chore: removed unused slide depRuy Adorno
2020-09-30chore: remove unused sha depRuy Adorno
2020-09-30chore: removed unused retry depRuy Adorno
2020-09-30chore: remove unused once depRuy Adorno
2020-09-30chore: remove unused lockfile depRuy Adorno
2020-09-30chore: remove unused infer-owner depRuy Adorno
2020-09-30chore: remove unused has-unicode depRuy Adorno
2020-09-30chore: remove unused find-npm-prefix depRuy Adorno
2020-09-30chore: remove unused config-chain depRuy Adorno
2020-09-30chore: remove unused umask depRuy Adorno
2020-09-30chore: remove unused uid-number depRuy Adorno
2020-09-30chore: remove unused sprintf-js dev-depRuy Adorno
2020-09-30chore: remove unused npm-registry-mock dev-depRuy Adorno
2020-09-30chore: remove unused npm-cache-filename dev-depRuy Adorno
2020-09-30chore: marked is a peer dep of marked-manRuy Adorno
2020-09-30chore: removed unused lincesee dev-depRuy Adorno
2020-09-30bin-links@2.2.1Ruy Adorno
2020-09-30write-file-atomic@3.0.3Ruy Adorno
2020-09-30uuid@8.3.0Ruy Adorno
2020-09-30chore: removed unused tacks dev-depRuy Adorno
2020-09-30rimraf@3.0.2Ruy Adorno
2020-09-30chore: removed unused npm-registry-couchapp dev-depRuy Adorno
2020-09-30marked-man@0.7.0Ruy Adorno
2020-09-30is-cidr@4.0.2Ruy Adorno
2020-09-30chore: removed unused request depRuy Adorno
2020-09-30eslint-plugin-import@2.22.1Ruy Adorno
2020-09-30eslint@7.10.0Ruy Adorno
2020-09-30chore: removed unused deep-equal dev-depRuy Adorno
2020-09-30byte-size@7.0.0Ruy Adorno
2020-09-30cli-table3@0.6.0Ruy Adorno
2020-09-30Correct time offset mathisaacs
2020-09-297.0.0-beta.13v7.0.0-beta.13release/v7.0.0-beta.13nlf
2020-09-29update AUTHORSnlf
2020-09-29docs: changelog for 7.0.0-beta.13nlf
2020-09-29fix: npm outdated parsing invalid specsRuy Adorno
This commit fixes a problem in which npm outdated was breaking when trying to read an invalid semver range spec defined for a given installed dep by performing the `npm-package-arg` parsing within a try/catch block instead of expecting to read properties from the returned instance. Also, adds the missing test for that specific line of code. Fixes #1703 PR-URL: https://github.com/npm/cli/pull/1857 Credit: @ruyadorno Close: #1857 Reviewed-by: @nlf
2020-09-29fix: listing deps of a linked depRuy Adorno
npm ls was failing to properly follow symlink targets in order to find its dependencies to get printed output. PR-URL: https://github.com/npm/cli/pull/1871 Credit: @ruyadorno Close: #1871 Reviewed-by: @nlf
2020-09-29Add 'fetch-timeout' configisaacs
This gets passed down to dependencies as 'timeout', so that the HTTP request libraries will all get the right value. Fix: https://github.com/npm/cli/issues/1780 PR-URL: https://github.com/npm/cli/pull/1870 Credit: @isaacs Close: #1870 Reviewed-by: @nlf
2020-09-29fix: npm ls <pkg> with depth cli configRuy Adorno
Using the cli option --depth is currently not resulting in the expected behavior of filtering depth level when running npm ls <pkg> - that's due the special behavior of printing all results when using a filter arg. This commit fixes it by adding support to limiting depth if a config value is set by the user. Fixes #1861 PR-URL: https://github.com/npm/cli/pull/1862 Credit: @ruyadorno Close: #1862 Reviewed-by: @nlf
2020-09-29fix: added count on reify-outputRuy Adorno
The added count on lib/utils/reify-output.js only looks up resulting keys from arb.diff and does not take into account the fact that some of these pkgs signaled as diff=ADD might in fact not have been installed, most common scenario are optional deps that could have failed their install in a given system or opt-out from configs. This fixes the counting number by looking up at arb.inventory and confirming it has the node that has been marked as added on diff result. Fix: #1813 PR-URL: https://github.com/npm/cli/pull/1858 Credit: @ruyadorno Close: #1858 Reviewed-by: @nlf
2020-09-29chore: test coverage for token commandnlf
PR-URL: https://github.com/npm/cli/pull/1853 Credit: @nlf Close: #1853 Reviewed-by: @ruyadorno
2020-09-29fix: move validateCIDRList inside the promise chain to trap thrown errorsnlf