Skip to content

Commit

Permalink
deps: glob@10.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed May 3, 2023
1 parent 67fcfb1 commit 16f68fb
Show file tree
Hide file tree
Showing 202 changed files with 247 additions and 20,421 deletions.
2 changes: 1 addition & 1 deletion lib/commands/help-search.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { readFile } = require('fs/promises')
const path = require('path')
const glob = require('glob')
const { glob } = require('glob')
const BaseCommand = require('../base-command.js')

const globify = pattern => pattern.split('\\').join('/')
Expand Down
2 changes: 1 addition & 1 deletion lib/commands/help.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const spawn = require('@npmcli/promise-spawn')
const path = require('path')
const openUrl = require('../utils/open-url.js')
const glob = require('glob')
const { glob } = require('glob')
const localeCompare = require('@isaacs/string-locale-compare')('en')

const globify = pattern => pattern.split('\\').join('/')
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/log-file.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const os = require('os')
const { join, dirname, basename } = require('path')
const { format } = require('util')
const glob = require('glob')
const { glob } = require('glob')
const MiniPass = require('minipass')
const fsMiniPass = require('fs-minipass')
const fs = require('fs/promises')
Expand Down
25 changes: 7 additions & 18 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@
!/@npmcli/map-workspaces
!/@npmcli/map-workspaces/node_modules/
/@npmcli/map-workspaces/node_modules/*
!/@npmcli/map-workspaces/node_modules/foreground-child
!/@npmcli/map-workspaces/node_modules/glob
!/@npmcli/map-workspaces/node_modules/jackspeak
!/@npmcli/map-workspaces/node_modules/minimatch
!/@npmcli/map-workspaces/node_modules/minipass
!/@npmcli/map-workspaces/node_modules/signal-exit
!/@npmcli/metavuln-calculator
!/@npmcli/move-file
!/@npmcli/name-from-folder
Expand Down Expand Up @@ -79,12 +74,7 @@
!/cacache
!/cacache/node_modules/
/cacache/node_modules/*
!/cacache/node_modules/foreground-child
!/cacache/node_modules/glob
!/cacache/node_modules/jackspeak
!/cacache/node_modules/minimatch
!/cacache/node_modules/minipass
!/cacache/node_modules/signal-exit
!/chalk
!/chownr
!/ci-info
Expand Down Expand Up @@ -130,6 +120,13 @@
!/function-bind
!/gauge
!/glob
!/glob/node_modules/
/glob/node_modules/*
!/glob/node_modules/foreground-child
!/glob/node_modules/jackspeak
!/glob/node_modules/minimatch
!/glob/node_modules/minipass
!/glob/node_modules/signal-exit
!/graceful-fs
!/has-flag
!/has-unicode
Expand Down Expand Up @@ -282,14 +279,6 @@
!/read-cmd-shim
!/read-package-json-fast
!/read-package-json
!/read-package-json/node_modules/
/read-package-json/node_modules/*
!/read-package-json/node_modules/foreground-child
!/read-package-json/node_modules/glob
!/read-package-json/node_modules/jackspeak
!/read-package-json/node_modules/minimatch
!/read-package-json/node_modules/minipass
!/read-package-json/node_modules/signal-exit
!/read
!/readable-stream
!/retry
Expand Down
15 changes: 0 additions & 15 deletions node_modules/@npmcli/map-workspaces/node_modules/glob/LICENSE

This file was deleted.

This file was deleted.

Loading

0 comments on commit 16f68fb

Please sign in to comment.