Skip to content

Commit

Permalink
tools: change minimatch install strategy
Browse files Browse the repository at this point in the history
PR-URL: #50476
Refs: nodejs/security-wg#1037
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
marco-ippolito authored and UlisesGascon committed Dec 11, 2023
1 parent cf3a4c5 commit 8ce6403
Show file tree
Hide file tree
Showing 64 changed files with 6,512 additions and 969 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
546 changes: 247 additions & 299 deletions deps/minimatch/index.js

Large diffs are not rendered by default.

6,216 changes: 6,216 additions & 0 deletions deps/minimatch/package-lock.json

Large diffs are not rendered by default.

Expand Up @@ -38,7 +38,8 @@
"snap": "c8 tap",
"format": "prettier --write . --loglevel warn",
"benchmark": "node benchmark/index.js",
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts",
"node-build": "esbuild ./dist/cjs/index.js --bundle --platform=node --outfile=index.js"
},
"prettier": {
"semi": false,
Expand All @@ -62,6 +63,7 @@
"@types/node": "^18.15.11",
"@types/tap": "^15.0.8",
"c8": "^7.12.0",
"esbuild": "^0.19.5",
"eslint-config-prettier": "^8.6.0",
"mkdirp": "1",
"prettier": "^2.8.2",
Expand Down
15 changes: 0 additions & 15 deletions deps/minimatch/src/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions deps/minimatch/src/node_modules/balanced-match/LICENSE.md

This file was deleted.

97 changes: 0 additions & 97 deletions deps/minimatch/src/node_modules/balanced-match/README.md

This file was deleted.

62 changes: 0 additions & 62 deletions deps/minimatch/src/node_modules/balanced-match/index.js

This file was deleted.

48 changes: 0 additions & 48 deletions deps/minimatch/src/node_modules/balanced-match/package.json

This file was deleted.

21 changes: 0 additions & 21 deletions deps/minimatch/src/node_modules/brace-expansion/LICENSE

This file was deleted.

0 comments on commit 8ce6403

Please sign in to comment.