Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Original file line number Diff line number Diff line change
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.

Loading