Skip to content

Commit 8ce6403

Browse files
marco-ippolitoUlisesGascon
authored andcommitted
tools: change minimatch install strategy
PR-URL: #50476 Refs: nodejs/security-wg#1037 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent cf3a4c5 commit 8ce6403

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+6512
-969
lines changed

β€Ždeps/minimatch/index.js

+247-299
Large diffs are not rendered by default.

β€Ždeps/minimatch/package-lock.json

+6,216
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždeps/minimatch/src/package.json renamed to β€Ždeps/minimatch/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"snap": "c8 tap",
3939
"format": "prettier --write . --loglevel warn",
4040
"benchmark": "node benchmark/index.js",
41-
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts"
41+
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts",
42+
"node-build": "esbuild ./dist/cjs/index.js --bundle --platform=node --outfile=index.js"
4243
},
4344
"prettier": {
4445
"semi": false,
@@ -62,6 +63,7 @@
6263
"@types/node": "^18.15.11",
6364
"@types/tap": "^15.0.8",
6465
"c8": "^7.12.0",
66+
"esbuild": "^0.19.5",
6567
"eslint-config-prettier": "^8.6.0",
6668
"mkdirp": "1",
6769
"prettier": "^2.8.2",

β€Ždeps/minimatch/src/LICENSE

-15
This file was deleted.

β€Ždeps/minimatch/src/node_modules/balanced-match/LICENSE.md

-21
This file was deleted.

β€Ždeps/minimatch/src/node_modules/balanced-match/README.md

-97
This file was deleted.

β€Ždeps/minimatch/src/node_modules/balanced-match/index.js

-62
This file was deleted.

β€Ždeps/minimatch/src/node_modules/balanced-match/package.json

-48
This file was deleted.

β€Ždeps/minimatch/src/node_modules/brace-expansion/LICENSE

-21
This file was deleted.

0 commit comments

Comments
Β (0)