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-12-09@npmcli/arborist@2.0.0isaacs
Bumps libnpmfund so we don't have a dupe
2020-10-13libnpmfund@1.0.1Darcy Clarke
2020-10-13libnpmfund@1.0.0Darcy Clarke
2020-07-29reset deps using npm v7isaacs
First self-install!
2020-07-29Full dependency rebootisaacs
Reinstall everything from a clean node_modules and package-lock.json state. Re-generate list of bundleDependencies and node_modules/.gitignore with a script that does the right thing based on actual dependency state.
2020-07-15chore: update arborist+libnpmfundRuy Adorno
2020-07-08@npmcli/arborist@0.0.0-pre.21, libnpmfund@0.0.0-pre.3isaacs
2020-06-12chore: arborist fund cmd refactorRuy Adorno
- npm fund cmd: - no longer depends on `lib/install` modules - now it uses arborist tree and inventory to retrieve funding data - refactor to use same exports patterns to new commands - changed human output to reinstate representation of nested deps - install: - no longer breaks on missing audit report - refactored `reify-output` to use `libnpmfund` module - added tests for utils.reify-output fund summary - moved logic from `lib/utils/funding.js` into a new `libnpmfund` pkg PR-URL: https://github.com/npm/cli/pull/1311 Credit: @ruyadorno Close: #1311 Reviewed-by: @darcyclarke