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-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: 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 lockfile 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-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-30is-cidr@4.0.2Ruy 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-29@npmcli/arborist@0.0.28nlf
2020-09-22@npmcli/run-script@1.6.0isaacs
This updates node-gyp to v7, allowing us to deduplicate a lot of significant dependencies. Fix: #1281 Fix: https://github.com/npm/statusboard/issues/67 PR-URL: https://github.com/npm/cli/pull/1846 Credit: @isaacs Close: #1846 Reviewed-by: @ruyadorno
2020-09-22chore: removed unused tar-stream dev-depRuy Adorno
2020-09-22@npmcli/arborist@0.0.27Ruy Adorno
2020-09-18@npmcli/arborist@0.0.26isaacs
2020-09-16libnpmversion@1.0.5Ruy Adorno
2020-09-16@npmcli/config@1.1.8Ruy Adorno
2020-09-16@npmcli/arborist@0.0.25Ruy Adorno
2020-09-16@npmcli/arborist@0.0.23Ruy Adorno
PR-URL: https://github.com/npm/cli/pull/1786 Credit: @ruyadorno Close: #1786 Reviewed-by: @darcyclarke
2020-09-04@npmcli/git@2.0.4isaacs
* Support .git files, so that git worktrees are respected
2020-09-04opener@1.5.2isaacs
2020-09-04npm-audit-report@2.1.4isaacs
* Do not crash on cyclical meta-vulnerability references
2020-09-04@npmcli/arborist@0.0.21isaacs
- Remove bin links on prune - Remove unnecessary tree walk for workspace projects - Install workspaces on update:true
2020-09-04@npmcli/arborist@0.0.20isaacs
- Provide explanation objects for ERESOLVE errors - Support overriding certain classes of ERESOLVE errors with --force - Detect changes to package.json requiring package-lock dep flag re-evaluation
2020-09-04outdated: don't throw on non-version/tag/range depisaacs
2020-09-01@npmcli/config@1.1.7Ruy Adorno
2020-09-01fix: npm ls extraneous workspacesRuy Adorno
2020-08-21@npmcli/arborist@0.0.17isaacs
- Load root project `package.json` when running loadVirtual. Fix: https://github.com/npm/cli/issues/1690 Fix: https://github.com/npm/cli/issues/1693 - Fetch metadata from registry when loading tree from outdated package-lock.json file. This avoids a situation where a lockfile or shrinkwrap from npm v5 would result in deleting dependencies on install. - Preserve `package.json` and `package-lock.json` formatting in all places where these files are written. Fix: https://github.com/npm/cli/issues/1662
2020-08-21tar@6.0.5isaacs
Minor fixes, updates minizlib to clean up some error handling
2020-08-21read-package-json@2.1.2isaacs
Even better error handling, indentation/newline preservation, and avoid loading graceful-fs conditionally.
2020-08-21libnpmversion@1.0.4isaacs
Adds better indentation/newline preservation
2020-08-21read-package-json-fast@1.2.1isaacs
Adds support for indentation/newline formatting preservation
2020-08-21json-parse-even-better-errors@2.3.0isaacs
Adds support for indentation/newline formatting preservation
2020-08-21npm-registry-fetch@8.1.4isaacs
Redact passwords from HTTP logs
2020-08-20test: fix adduser tests post-new-configRuy Adorno
test/lib/adduser.js was consuming some of the utils that are now part of the new @npmcli/config module, this commit bumps the module to get a patch that makes it work and updates the test to consume instead.