bmdl-sdk 2.0.39 → 2.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiler/compile.js +57 -0
- package/compiler/node_modules/.bin/esbuild +15 -0
- package/compiler/node_modules/.bin/esbuild.cmd +7 -0
- package/compiler/node_modules/.bin/nodemon +15 -0
- package/compiler/node_modules/.bin/nodemon.cmd +7 -0
- package/compiler/node_modules/.bin/nodetouch +15 -0
- package/compiler/node_modules/.bin/nodetouch.cmd +7 -0
- package/compiler/node_modules/.bin/semver +15 -0
- package/compiler/node_modules/.bin/semver.cmd +7 -0
- package/compiler/node_modules/.yarn-integrity +161 -0
- package/compiler/node_modules/@esbuild/win32-x64/README.md +3 -0
- package/compiler/node_modules/@esbuild/win32-x64/esbuild.exe +0 -0
- package/compiler/node_modules/@esbuild/win32-x64/package.json +20 -0
- package/compiler/node_modules/accepts/HISTORY.md +250 -0
- package/compiler/node_modules/accepts/LICENSE +23 -0
- package/compiler/node_modules/accepts/README.md +140 -0
- package/compiler/node_modules/accepts/index.js +238 -0
- package/compiler/node_modules/accepts/package.json +47 -0
- package/compiler/node_modules/anymatch/LICENSE +15 -0
- package/compiler/node_modules/anymatch/README.md +87 -0
- package/compiler/node_modules/anymatch/index.d.ts +20 -0
- package/compiler/node_modules/anymatch/index.js +104 -0
- package/compiler/node_modules/anymatch/package.json +48 -0
- package/compiler/node_modules/balanced-match/LICENSE.md +23 -0
- package/compiler/node_modules/balanced-match/README.md +57 -0
- package/compiler/node_modules/balanced-match/dist/commonjs/index.d.ts +9 -0
- package/compiler/node_modules/balanced-match/dist/commonjs/index.d.ts.map +1 -0
- package/compiler/node_modules/balanced-match/dist/commonjs/index.js +59 -0
- package/compiler/node_modules/balanced-match/dist/commonjs/index.js.map +1 -0
- package/compiler/node_modules/balanced-match/dist/commonjs/package.json +3 -0
- package/compiler/node_modules/balanced-match/dist/esm/index.d.ts +9 -0
- package/compiler/node_modules/balanced-match/dist/esm/index.d.ts.map +1 -0
- package/compiler/node_modules/balanced-match/dist/esm/index.js +54 -0
- package/compiler/node_modules/balanced-match/dist/esm/index.js.map +1 -0
- package/compiler/node_modules/balanced-match/dist/esm/package.json +3 -0
- package/compiler/node_modules/balanced-match/package.json +68 -0
- package/compiler/node_modules/binary-extensions/binary-extensions.json +263 -0
- package/compiler/node_modules/binary-extensions/binary-extensions.json.d.ts +3 -0
- package/compiler/node_modules/binary-extensions/index.d.ts +14 -0
- package/compiler/node_modules/binary-extensions/index.js +1 -0
- package/compiler/node_modules/binary-extensions/license +10 -0
- package/compiler/node_modules/binary-extensions/package.json +40 -0
- package/compiler/node_modules/binary-extensions/readme.md +25 -0
- package/compiler/node_modules/body-parser/LICENSE +23 -0
- package/compiler/node_modules/body-parser/README.md +509 -0
- package/compiler/node_modules/body-parser/index.js +55 -0
- package/compiler/node_modules/body-parser/lib/read.js +247 -0
- package/compiler/node_modules/body-parser/lib/types/json.js +186 -0
- package/compiler/node_modules/body-parser/lib/types/raw.js +42 -0
- package/compiler/node_modules/body-parser/lib/types/text.js +36 -0
- package/compiler/node_modules/body-parser/lib/types/urlencoded.js +138 -0
- package/compiler/node_modules/body-parser/lib/utils.js +100 -0
- package/compiler/node_modules/body-parser/package.json +65 -0
- package/compiler/node_modules/brace-expansion/LICENSE +23 -0
- package/compiler/node_modules/brace-expansion/README.md +94 -0
- package/compiler/node_modules/brace-expansion/dist/commonjs/index.d.ts +6 -0
- package/compiler/node_modules/brace-expansion/dist/commonjs/index.d.ts.map +1 -0
- package/compiler/node_modules/brace-expansion/dist/commonjs/index.js +211 -0
- package/compiler/node_modules/brace-expansion/dist/commonjs/index.js.map +1 -0
- package/compiler/node_modules/brace-expansion/dist/commonjs/package.json +3 -0
- package/compiler/node_modules/brace-expansion/dist/esm/index.d.ts +6 -0
- package/compiler/node_modules/brace-expansion/dist/esm/index.d.ts.map +1 -0
- package/compiler/node_modules/brace-expansion/dist/esm/index.js +207 -0
- package/compiler/node_modules/brace-expansion/dist/esm/index.js.map +1 -0
- package/compiler/node_modules/brace-expansion/dist/esm/package.json +3 -0
- package/compiler/node_modules/brace-expansion/package.json +64 -0
- package/compiler/node_modules/braces/LICENSE +21 -0
- package/compiler/node_modules/braces/README.md +586 -0
- package/compiler/node_modules/braces/index.js +170 -0
- package/compiler/node_modules/braces/lib/compile.js +60 -0
- package/compiler/node_modules/braces/lib/constants.js +57 -0
- package/compiler/node_modules/braces/lib/expand.js +113 -0
- package/compiler/node_modules/braces/lib/parse.js +331 -0
- package/compiler/node_modules/braces/lib/stringify.js +32 -0
- package/compiler/node_modules/braces/lib/utils.js +122 -0
- package/compiler/node_modules/braces/package.json +77 -0
- package/compiler/node_modules/bytes/History.md +97 -0
- package/compiler/node_modules/bytes/LICENSE +23 -0
- package/compiler/node_modules/bytes/Readme.md +152 -0
- package/compiler/node_modules/bytes/index.js +170 -0
- package/compiler/node_modules/bytes/package.json +42 -0
- package/compiler/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/compiler/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/compiler/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/compiler/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/compiler/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/compiler/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/compiler/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/compiler/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/compiler/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/compiler/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/compiler/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/compiler/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/compiler/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/compiler/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/compiler/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/compiler/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/compiler/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/compiler/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/compiler/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/compiler/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/compiler/node_modules/call-bound/.eslintrc +13 -0
- package/compiler/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/call-bound/.nycrc +9 -0
- package/compiler/node_modules/call-bound/CHANGELOG.md +42 -0
- package/compiler/node_modules/call-bound/LICENSE +21 -0
- package/compiler/node_modules/call-bound/README.md +53 -0
- package/compiler/node_modules/call-bound/index.d.ts +94 -0
- package/compiler/node_modules/call-bound/index.js +19 -0
- package/compiler/node_modules/call-bound/package.json +99 -0
- package/compiler/node_modules/call-bound/test/index.js +61 -0
- package/compiler/node_modules/call-bound/tsconfig.json +10 -0
- package/compiler/node_modules/chokidar/LICENSE +21 -0
- package/compiler/node_modules/chokidar/README.md +308 -0
- package/compiler/node_modules/chokidar/index.js +973 -0
- package/compiler/node_modules/chokidar/lib/constants.js +66 -0
- package/compiler/node_modules/chokidar/lib/fsevents-handler.js +526 -0
- package/compiler/node_modules/chokidar/lib/nodefs-handler.js +654 -0
- package/compiler/node_modules/chokidar/package.json +70 -0
- package/compiler/node_modules/chokidar/types/index.d.ts +192 -0
- package/compiler/node_modules/content-disposition/LICENSE +22 -0
- package/compiler/node_modules/content-disposition/README.md +141 -0
- package/compiler/node_modules/content-disposition/index.js +536 -0
- package/compiler/node_modules/content-disposition/package.json +40 -0
- package/compiler/node_modules/content-type/LICENSE +22 -0
- package/compiler/node_modules/content-type/README.md +69 -0
- package/compiler/node_modules/content-type/dist/index.d.ts +26 -0
- package/compiler/node_modules/content-type/dist/index.js +170 -0
- package/compiler/node_modules/content-type/dist/index.js.map +1 -0
- package/compiler/node_modules/content-type/package.json +52 -0
- package/compiler/node_modules/cookie/LICENSE +24 -0
- package/compiler/node_modules/cookie/README.md +317 -0
- package/compiler/node_modules/cookie/SECURITY.md +25 -0
- package/compiler/node_modules/cookie/index.js +335 -0
- package/compiler/node_modules/cookie/package.json +44 -0
- package/compiler/node_modules/cookie-signature/History.md +70 -0
- package/compiler/node_modules/cookie-signature/LICENSE +22 -0
- package/compiler/node_modules/cookie-signature/Readme.md +23 -0
- package/compiler/node_modules/cookie-signature/index.js +47 -0
- package/compiler/node_modules/cookie-signature/package.json +24 -0
- package/compiler/node_modules/cors/LICENSE +22 -0
- package/compiler/node_modules/cors/README.md +277 -0
- package/compiler/node_modules/cors/lib/index.js +238 -0
- package/compiler/node_modules/cors/package.json +42 -0
- package/compiler/node_modules/debug/LICENSE +20 -0
- package/compiler/node_modules/debug/README.md +481 -0
- package/compiler/node_modules/debug/package.json +64 -0
- package/compiler/node_modules/debug/src/browser.js +272 -0
- package/compiler/node_modules/debug/src/common.js +292 -0
- package/compiler/node_modules/debug/src/index.js +10 -0
- package/compiler/node_modules/debug/src/node.js +263 -0
- package/compiler/node_modules/depd/History.md +103 -0
- package/compiler/node_modules/depd/LICENSE +22 -0
- package/compiler/node_modules/depd/Readme.md +280 -0
- package/compiler/node_modules/depd/index.js +538 -0
- package/compiler/node_modules/depd/lib/browser/index.js +77 -0
- package/compiler/node_modules/depd/package.json +45 -0
- package/compiler/node_modules/dunder-proto/.eslintrc +5 -0
- package/compiler/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/dunder-proto/.nycrc +13 -0
- package/compiler/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/compiler/node_modules/dunder-proto/LICENSE +21 -0
- package/compiler/node_modules/dunder-proto/README.md +54 -0
- package/compiler/node_modules/dunder-proto/get.d.ts +5 -0
- package/compiler/node_modules/dunder-proto/get.js +30 -0
- package/compiler/node_modules/dunder-proto/package.json +76 -0
- package/compiler/node_modules/dunder-proto/set.d.ts +5 -0
- package/compiler/node_modules/dunder-proto/set.js +35 -0
- package/compiler/node_modules/dunder-proto/test/get.js +34 -0
- package/compiler/node_modules/dunder-proto/test/index.js +4 -0
- package/compiler/node_modules/dunder-proto/test/set.js +50 -0
- package/compiler/node_modules/dunder-proto/tsconfig.json +9 -0
- package/compiler/node_modules/ee-first/LICENSE +22 -0
- package/compiler/node_modules/ee-first/README.md +80 -0
- package/compiler/node_modules/ee-first/index.js +95 -0
- package/compiler/node_modules/ee-first/package.json +29 -0
- package/compiler/node_modules/encodeurl/LICENSE +22 -0
- package/compiler/node_modules/encodeurl/README.md +109 -0
- package/compiler/node_modules/encodeurl/index.js +60 -0
- package/compiler/node_modules/encodeurl/package.json +40 -0
- package/compiler/node_modules/es-define-property/.eslintrc +13 -0
- package/compiler/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/es-define-property/.nycrc +9 -0
- package/compiler/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/compiler/node_modules/es-define-property/LICENSE +21 -0
- package/compiler/node_modules/es-define-property/README.md +49 -0
- package/compiler/node_modules/es-define-property/index.d.ts +3 -0
- package/compiler/node_modules/es-define-property/index.js +14 -0
- package/compiler/node_modules/es-define-property/package.json +81 -0
- package/compiler/node_modules/es-define-property/test/index.js +56 -0
- package/compiler/node_modules/es-define-property/tsconfig.json +10 -0
- package/compiler/node_modules/es-errors/.eslintrc +5 -0
- package/compiler/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/es-errors/CHANGELOG.md +40 -0
- package/compiler/node_modules/es-errors/LICENSE +21 -0
- package/compiler/node_modules/es-errors/README.md +55 -0
- package/compiler/node_modules/es-errors/eval.d.ts +3 -0
- package/compiler/node_modules/es-errors/eval.js +4 -0
- package/compiler/node_modules/es-errors/index.d.ts +3 -0
- package/compiler/node_modules/es-errors/index.js +4 -0
- package/compiler/node_modules/es-errors/package.json +80 -0
- package/compiler/node_modules/es-errors/range.d.ts +3 -0
- package/compiler/node_modules/es-errors/range.js +4 -0
- package/compiler/node_modules/es-errors/ref.d.ts +3 -0
- package/compiler/node_modules/es-errors/ref.js +4 -0
- package/compiler/node_modules/es-errors/syntax.d.ts +3 -0
- package/compiler/node_modules/es-errors/syntax.js +4 -0
- package/compiler/node_modules/es-errors/test/index.js +19 -0
- package/compiler/node_modules/es-errors/tsconfig.json +49 -0
- package/compiler/node_modules/es-errors/type.d.ts +3 -0
- package/compiler/node_modules/es-errors/type.js +4 -0
- package/compiler/node_modules/es-errors/uri.d.ts +3 -0
- package/compiler/node_modules/es-errors/uri.js +4 -0
- package/compiler/node_modules/es-object-atoms/.eslintrc +16 -0
- package/compiler/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/es-object-atoms/CHANGELOG.md +44 -0
- package/compiler/node_modules/es-object-atoms/LICENSE +21 -0
- package/compiler/node_modules/es-object-atoms/README.md +63 -0
- package/compiler/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/compiler/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/compiler/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/compiler/node_modules/es-object-atoms/ToObject.js +10 -0
- package/compiler/node_modules/es-object-atoms/index.d.ts +3 -0
- package/compiler/node_modules/es-object-atoms/index.js +4 -0
- package/compiler/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/compiler/node_modules/es-object-atoms/isObject.js +6 -0
- package/compiler/node_modules/es-object-atoms/package.json +79 -0
- package/compiler/node_modules/es-object-atoms/test/index.js +38 -0
- package/compiler/node_modules/es-object-atoms/tsconfig.json +7 -0
- package/compiler/node_modules/esbuild/LICENSE.md +21 -0
- package/compiler/node_modules/esbuild/README.md +3 -0
- package/compiler/node_modules/esbuild/bin/esbuild +223 -0
- package/compiler/node_modules/esbuild/install.js +300 -0
- package/compiler/node_modules/esbuild/lib/main.d.ts +716 -0
- package/compiler/node_modules/esbuild/lib/main.js +2532 -0
- package/compiler/node_modules/esbuild/package.json +74 -0
- package/compiler/node_modules/escape-html/LICENSE +24 -0
- package/compiler/node_modules/escape-html/Readme.md +43 -0
- package/compiler/node_modules/escape-html/index.js +78 -0
- package/compiler/node_modules/escape-html/package.json +24 -0
- package/compiler/node_modules/etag/HISTORY.md +83 -0
- package/compiler/node_modules/etag/LICENSE +22 -0
- package/compiler/node_modules/etag/README.md +159 -0
- package/compiler/node_modules/etag/index.js +131 -0
- package/compiler/node_modules/etag/package.json +47 -0
- package/compiler/node_modules/express/LICENSE +24 -0
- package/compiler/node_modules/express/Readme.md +276 -0
- package/compiler/node_modules/express/index.js +11 -0
- package/compiler/node_modules/express/lib/application.js +631 -0
- package/compiler/node_modules/express/lib/express.js +81 -0
- package/compiler/node_modules/express/lib/request.js +514 -0
- package/compiler/node_modules/express/lib/response.js +1053 -0
- package/compiler/node_modules/express/lib/utils.js +271 -0
- package/compiler/node_modules/express/lib/view.js +205 -0
- package/compiler/node_modules/express/node_modules/content-type/HISTORY.md +29 -0
- package/compiler/node_modules/express/node_modules/content-type/LICENSE +22 -0
- package/compiler/node_modules/express/node_modules/content-type/README.md +94 -0
- package/compiler/node_modules/express/node_modules/content-type/index.js +225 -0
- package/compiler/node_modules/express/node_modules/content-type/package.json +42 -0
- package/compiler/node_modules/express/package.json +99 -0
- package/compiler/node_modules/fill-range/LICENSE +21 -0
- package/compiler/node_modules/fill-range/README.md +237 -0
- package/compiler/node_modules/fill-range/index.js +248 -0
- package/compiler/node_modules/fill-range/package.json +74 -0
- package/compiler/node_modules/finalhandler/HISTORY.md +239 -0
- package/compiler/node_modules/finalhandler/LICENSE +22 -0
- package/compiler/node_modules/finalhandler/README.md +150 -0
- package/compiler/node_modules/finalhandler/index.js +293 -0
- package/compiler/node_modules/finalhandler/package.json +47 -0
- package/compiler/node_modules/forwarded/HISTORY.md +21 -0
- package/compiler/node_modules/forwarded/LICENSE +22 -0
- package/compiler/node_modules/forwarded/README.md +57 -0
- package/compiler/node_modules/forwarded/index.js +90 -0
- package/compiler/node_modules/forwarded/package.json +45 -0
- package/compiler/node_modules/fresh/HISTORY.md +80 -0
- package/compiler/node_modules/fresh/LICENSE +23 -0
- package/compiler/node_modules/fresh/README.md +117 -0
- package/compiler/node_modules/fresh/index.js +136 -0
- package/compiler/node_modules/fresh/package.json +46 -0
- package/compiler/node_modules/function-bind/.eslintrc +21 -0
- package/compiler/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/compiler/node_modules/function-bind/.nycrc +13 -0
- package/compiler/node_modules/function-bind/CHANGELOG.md +136 -0
- package/compiler/node_modules/function-bind/LICENSE +20 -0
- package/compiler/node_modules/function-bind/README.md +46 -0
- package/compiler/node_modules/function-bind/implementation.js +84 -0
- package/compiler/node_modules/function-bind/index.js +5 -0
- package/compiler/node_modules/function-bind/package.json +87 -0
- package/compiler/node_modules/function-bind/test/.eslintrc +9 -0
- package/compiler/node_modules/function-bind/test/index.js +252 -0
- package/compiler/node_modules/get-intrinsic/.eslintrc +42 -0
- package/compiler/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/get-intrinsic/.nycrc +9 -0
- package/compiler/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/compiler/node_modules/get-intrinsic/LICENSE +21 -0
- package/compiler/node_modules/get-intrinsic/README.md +71 -0
- package/compiler/node_modules/get-intrinsic/index.js +378 -0
- package/compiler/node_modules/get-intrinsic/package.json +97 -0
- package/compiler/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/compiler/node_modules/get-proto/.eslintrc +10 -0
- package/compiler/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/get-proto/.nycrc +9 -0
- package/compiler/node_modules/get-proto/CHANGELOG.md +21 -0
- package/compiler/node_modules/get-proto/LICENSE +21 -0
- package/compiler/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/compiler/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/compiler/node_modules/get-proto/README.md +50 -0
- package/compiler/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/compiler/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/compiler/node_modules/get-proto/index.d.ts +5 -0
- package/compiler/node_modules/get-proto/index.js +27 -0
- package/compiler/node_modules/get-proto/package.json +81 -0
- package/compiler/node_modules/get-proto/test/index.js +68 -0
- package/compiler/node_modules/get-proto/tsconfig.json +9 -0
- package/compiler/node_modules/glob-parent/CHANGELOG.md +110 -0
- package/compiler/node_modules/glob-parent/LICENSE +15 -0
- package/compiler/node_modules/glob-parent/README.md +137 -0
- package/compiler/node_modules/glob-parent/index.js +42 -0
- package/compiler/node_modules/glob-parent/package.json +48 -0
- package/compiler/node_modules/gopd/.eslintrc +16 -0
- package/compiler/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/gopd/CHANGELOG.md +45 -0
- package/compiler/node_modules/gopd/LICENSE +21 -0
- package/compiler/node_modules/gopd/README.md +40 -0
- package/compiler/node_modules/gopd/gOPD.d.ts +1 -0
- package/compiler/node_modules/gopd/gOPD.js +4 -0
- package/compiler/node_modules/gopd/index.d.ts +5 -0
- package/compiler/node_modules/gopd/index.js +15 -0
- package/compiler/node_modules/gopd/package.json +77 -0
- package/compiler/node_modules/gopd/test/index.js +36 -0
- package/compiler/node_modules/gopd/tsconfig.json +9 -0
- package/compiler/node_modules/has-flag/index.js +8 -0
- package/compiler/node_modules/has-flag/license +9 -0
- package/compiler/node_modules/has-flag/package.json +44 -0
- package/compiler/node_modules/has-flag/readme.md +70 -0
- package/compiler/node_modules/has-symbols/.eslintrc +11 -0
- package/compiler/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/has-symbols/.nycrc +9 -0
- package/compiler/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/compiler/node_modules/has-symbols/LICENSE +21 -0
- package/compiler/node_modules/has-symbols/README.md +46 -0
- package/compiler/node_modules/has-symbols/index.d.ts +3 -0
- package/compiler/node_modules/has-symbols/index.js +14 -0
- package/compiler/node_modules/has-symbols/package.json +111 -0
- package/compiler/node_modules/has-symbols/shams.d.ts +3 -0
- package/compiler/node_modules/has-symbols/shams.js +45 -0
- package/compiler/node_modules/has-symbols/test/index.js +22 -0
- package/compiler/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/compiler/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/compiler/node_modules/has-symbols/test/tests.js +58 -0
- package/compiler/node_modules/has-symbols/tsconfig.json +10 -0
- package/compiler/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/hasown/.nycrc +13 -0
- package/compiler/node_modules/hasown/CHANGELOG.md +58 -0
- package/compiler/node_modules/hasown/LICENSE +21 -0
- package/compiler/node_modules/hasown/README.md +40 -0
- package/compiler/node_modules/hasown/eslint.config.mjs +6 -0
- package/compiler/node_modules/hasown/index.d.ts +3 -0
- package/compiler/node_modules/hasown/index.js +8 -0
- package/compiler/node_modules/hasown/package.json +91 -0
- package/compiler/node_modules/hasown/tsconfig.json +6 -0
- package/compiler/node_modules/http-errors/HISTORY.md +186 -0
- package/compiler/node_modules/http-errors/LICENSE +23 -0
- package/compiler/node_modules/http-errors/README.md +169 -0
- package/compiler/node_modules/http-errors/index.js +290 -0
- package/compiler/node_modules/http-errors/package.json +54 -0
- package/compiler/node_modules/iconv-lite/LICENSE +21 -0
- package/compiler/node_modules/iconv-lite/README.md +138 -0
- package/compiler/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/compiler/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/compiler/node_modules/iconv-lite/encodings/index.js +23 -0
- package/compiler/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/compiler/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/compiler/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/compiler/node_modules/iconv-lite/encodings/sbcs-data.js +180 -0
- package/compiler/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/compiler/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/compiler/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/compiler/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/compiler/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/compiler/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/compiler/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/compiler/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/compiler/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/compiler/node_modules/iconv-lite/encodings/utf32.js +314 -0
- package/compiler/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/compiler/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/compiler/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/compiler/node_modules/iconv-lite/lib/index.d.ts +129 -0
- package/compiler/node_modules/iconv-lite/lib/index.js +182 -0
- package/compiler/node_modules/iconv-lite/lib/streams.js +105 -0
- package/compiler/node_modules/iconv-lite/package.json +70 -0
- package/compiler/node_modules/iconv-lite/types/encodings.d.ts +425 -0
- package/compiler/node_modules/ignore-by-default/LICENSE +14 -0
- package/compiler/node_modules/ignore-by-default/README.md +26 -0
- package/compiler/node_modules/ignore-by-default/index.js +12 -0
- package/compiler/node_modules/ignore-by-default/package.json +34 -0
- package/compiler/node_modules/inherits/LICENSE +16 -0
- package/compiler/node_modules/inherits/README.md +42 -0
- package/compiler/node_modules/inherits/inherits.js +9 -0
- package/compiler/node_modules/inherits/inherits_browser.js +27 -0
- package/compiler/node_modules/inherits/package.json +29 -0
- package/compiler/node_modules/ipaddr.js/LICENSE +19 -0
- package/compiler/node_modules/ipaddr.js/README.md +233 -0
- package/compiler/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/compiler/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/compiler/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/compiler/node_modules/ipaddr.js/package.json +35 -0
- package/compiler/node_modules/is-binary-path/index.d.ts +17 -0
- package/compiler/node_modules/is-binary-path/index.js +7 -0
- package/compiler/node_modules/is-binary-path/license +9 -0
- package/compiler/node_modules/is-binary-path/package.json +40 -0
- package/compiler/node_modules/is-binary-path/readme.md +34 -0
- package/compiler/node_modules/is-extglob/LICENSE +21 -0
- package/compiler/node_modules/is-extglob/README.md +107 -0
- package/compiler/node_modules/is-extglob/index.js +20 -0
- package/compiler/node_modules/is-extglob/package.json +69 -0
- package/compiler/node_modules/is-glob/LICENSE +21 -0
- package/compiler/node_modules/is-glob/README.md +206 -0
- package/compiler/node_modules/is-glob/index.js +150 -0
- package/compiler/node_modules/is-glob/package.json +81 -0
- package/compiler/node_modules/is-number/LICENSE +21 -0
- package/compiler/node_modules/is-number/README.md +187 -0
- package/compiler/node_modules/is-number/index.js +18 -0
- package/compiler/node_modules/is-number/package.json +82 -0
- package/compiler/node_modules/is-promise/LICENSE +19 -0
- package/compiler/node_modules/is-promise/index.d.ts +2 -0
- package/compiler/node_modules/is-promise/index.js +6 -0
- package/compiler/node_modules/is-promise/index.mjs +3 -0
- package/compiler/node_modules/is-promise/package.json +30 -0
- package/compiler/node_modules/is-promise/readme.md +33 -0
- package/compiler/node_modules/math-intrinsics/.eslintrc +16 -0
- package/compiler/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/compiler/node_modules/math-intrinsics/LICENSE +21 -0
- package/compiler/node_modules/math-intrinsics/README.md +50 -0
- package/compiler/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/compiler/node_modules/math-intrinsics/abs.js +4 -0
- package/compiler/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/compiler/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/compiler/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/compiler/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/compiler/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/compiler/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/compiler/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/compiler/node_modules/math-intrinsics/floor.js +4 -0
- package/compiler/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/compiler/node_modules/math-intrinsics/isFinite.js +12 -0
- package/compiler/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/compiler/node_modules/math-intrinsics/isInteger.js +16 -0
- package/compiler/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/compiler/node_modules/math-intrinsics/isNaN.js +6 -0
- package/compiler/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/compiler/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/compiler/node_modules/math-intrinsics/max.d.ts +1 -0
- package/compiler/node_modules/math-intrinsics/max.js +4 -0
- package/compiler/node_modules/math-intrinsics/min.d.ts +1 -0
- package/compiler/node_modules/math-intrinsics/min.js +4 -0
- package/compiler/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/compiler/node_modules/math-intrinsics/mod.js +9 -0
- package/compiler/node_modules/math-intrinsics/package.json +86 -0
- package/compiler/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/compiler/node_modules/math-intrinsics/pow.js +4 -0
- package/compiler/node_modules/math-intrinsics/round.d.ts +1 -0
- package/compiler/node_modules/math-intrinsics/round.js +4 -0
- package/compiler/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/compiler/node_modules/math-intrinsics/sign.js +11 -0
- package/compiler/node_modules/math-intrinsics/test/index.js +192 -0
- package/compiler/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/compiler/node_modules/media-typer/HISTORY.md +50 -0
- package/compiler/node_modules/media-typer/LICENSE +22 -0
- package/compiler/node_modules/media-typer/README.md +93 -0
- package/compiler/node_modules/media-typer/index.js +143 -0
- package/compiler/node_modules/media-typer/package.json +33 -0
- package/compiler/node_modules/merge-descriptors/index.d.ts +11 -0
- package/compiler/node_modules/merge-descriptors/index.js +26 -0
- package/compiler/node_modules/merge-descriptors/license +11 -0
- package/compiler/node_modules/merge-descriptors/package.json +50 -0
- package/compiler/node_modules/merge-descriptors/readme.md +55 -0
- package/compiler/node_modules/mime-db/HISTORY.md +541 -0
- package/compiler/node_modules/mime-db/LICENSE +23 -0
- package/compiler/node_modules/mime-db/README.md +109 -0
- package/compiler/node_modules/mime-db/db.json +9342 -0
- package/compiler/node_modules/mime-db/index.js +12 -0
- package/compiler/node_modules/mime-db/package.json +56 -0
- package/compiler/node_modules/mime-types/HISTORY.md +428 -0
- package/compiler/node_modules/mime-types/LICENSE +23 -0
- package/compiler/node_modules/mime-types/README.md +126 -0
- package/compiler/node_modules/mime-types/index.js +211 -0
- package/compiler/node_modules/mime-types/mimeScore.js +57 -0
- package/compiler/node_modules/mime-types/package.json +49 -0
- package/compiler/node_modules/minimatch/LICENSE.md +55 -0
- package/compiler/node_modules/minimatch/README.md +528 -0
- package/compiler/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/compiler/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/compiler/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/compiler/node_modules/minimatch/dist/commonjs/ast.d.ts +22 -0
- package/compiler/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/commonjs/ast.js +845 -0
- package/compiler/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/compiler/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/compiler/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/commonjs/brace-expressions.js +150 -0
- package/compiler/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/compiler/node_modules/minimatch/dist/commonjs/escape.d.ts +15 -0
- package/compiler/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/commonjs/escape.js +30 -0
- package/compiler/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/compiler/node_modules/minimatch/dist/commonjs/index.d.ts +174 -0
- package/compiler/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/commonjs/index.js +1127 -0
- package/compiler/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/compiler/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/compiler/node_modules/minimatch/dist/commonjs/unescape.d.ts +22 -0
- package/compiler/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/commonjs/unescape.js +38 -0
- package/compiler/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/compiler/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/compiler/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/ast.d.ts +22 -0
- package/compiler/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/ast.js +841 -0
- package/compiler/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/compiler/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/brace-expressions.js +146 -0
- package/compiler/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/escape.d.ts +15 -0
- package/compiler/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/escape.js +26 -0
- package/compiler/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/index.d.ts +174 -0
- package/compiler/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/index.js +1114 -0
- package/compiler/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/package.json +3 -0
- package/compiler/node_modules/minimatch/dist/esm/unescape.d.ts +22 -0
- package/compiler/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/compiler/node_modules/minimatch/dist/esm/unescape.js +34 -0
- package/compiler/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/compiler/node_modules/minimatch/package.json +73 -0
- package/compiler/node_modules/ms/index.js +162 -0
- package/compiler/node_modules/ms/license.md +21 -0
- package/compiler/node_modules/ms/package.json +38 -0
- package/compiler/node_modules/ms/readme.md +59 -0
- package/compiler/node_modules/negotiator/HISTORY.md +114 -0
- package/compiler/node_modules/negotiator/LICENSE +24 -0
- package/compiler/node_modules/negotiator/README.md +212 -0
- package/compiler/node_modules/negotiator/index.js +83 -0
- package/compiler/node_modules/negotiator/lib/charset.js +169 -0
- package/compiler/node_modules/negotiator/lib/encoding.js +205 -0
- package/compiler/node_modules/negotiator/lib/language.js +179 -0
- package/compiler/node_modules/negotiator/lib/mediaType.js +294 -0
- package/compiler/node_modules/negotiator/package.json +43 -0
- package/compiler/node_modules/nodemon/.prettierrc.json +3 -0
- package/compiler/node_modules/nodemon/LICENSE +21 -0
- package/compiler/node_modules/nodemon/README.md +439 -0
- package/compiler/node_modules/nodemon/bin/nodemon.js +16 -0
- package/compiler/node_modules/nodemon/bin/windows-kill.exe +0 -0
- package/compiler/node_modules/nodemon/doc/cli/authors.txt +8 -0
- package/compiler/node_modules/nodemon/doc/cli/config.txt +44 -0
- package/compiler/node_modules/nodemon/doc/cli/help.txt +29 -0
- package/compiler/node_modules/nodemon/doc/cli/logo.txt +20 -0
- package/compiler/node_modules/nodemon/doc/cli/options.txt +36 -0
- package/compiler/node_modules/nodemon/doc/cli/topics.txt +8 -0
- package/compiler/node_modules/nodemon/doc/cli/usage.txt +3 -0
- package/compiler/node_modules/nodemon/doc/cli/whoami.txt +9 -0
- package/compiler/node_modules/nodemon/index.d.ts +124 -0
- package/compiler/node_modules/nodemon/jsconfig.json +7 -0
- package/compiler/node_modules/nodemon/lib/cli/index.js +49 -0
- package/compiler/node_modules/nodemon/lib/cli/parse.js +230 -0
- package/compiler/node_modules/nodemon/lib/config/command.js +43 -0
- package/compiler/node_modules/nodemon/lib/config/defaults.js +34 -0
- package/compiler/node_modules/nodemon/lib/config/exec.js +240 -0
- package/compiler/node_modules/nodemon/lib/config/index.js +93 -0
- package/compiler/node_modules/nodemon/lib/config/load.js +225 -0
- package/compiler/node_modules/nodemon/lib/help/index.js +27 -0
- package/compiler/node_modules/nodemon/lib/index.js +1 -0
- package/compiler/node_modules/nodemon/lib/monitor/index.js +4 -0
- package/compiler/node_modules/nodemon/lib/monitor/match.js +288 -0
- package/compiler/node_modules/nodemon/lib/monitor/run.js +562 -0
- package/compiler/node_modules/nodemon/lib/monitor/signals.js +34 -0
- package/compiler/node_modules/nodemon/lib/monitor/watch.js +244 -0
- package/compiler/node_modules/nodemon/lib/nodemon.js +317 -0
- package/compiler/node_modules/nodemon/lib/rules/add.js +89 -0
- package/compiler/node_modules/nodemon/lib/rules/index.js +53 -0
- package/compiler/node_modules/nodemon/lib/rules/parse.js +43 -0
- package/compiler/node_modules/nodemon/lib/spawn.js +74 -0
- package/compiler/node_modules/nodemon/lib/utils/bus.js +44 -0
- package/compiler/node_modules/nodemon/lib/utils/clone.js +40 -0
- package/compiler/node_modules/nodemon/lib/utils/colour.js +26 -0
- package/compiler/node_modules/nodemon/lib/utils/index.js +103 -0
- package/compiler/node_modules/nodemon/lib/utils/log.js +82 -0
- package/compiler/node_modules/nodemon/lib/utils/merge.js +47 -0
- package/compiler/node_modules/nodemon/lib/version.js +100 -0
- package/compiler/node_modules/nodemon/node_modules/.bin/nodetouch +15 -0
- package/compiler/node_modules/nodemon/node_modules/.bin/nodetouch.cmd +7 -0
- package/compiler/node_modules/nodemon/node_modules/.bin/semver +15 -0
- package/compiler/node_modules/nodemon/node_modules/.bin/semver.cmd +7 -0
- package/compiler/node_modules/nodemon/package.json +78 -0
- package/compiler/node_modules/normalize-path/LICENSE +21 -0
- package/compiler/node_modules/normalize-path/README.md +127 -0
- package/compiler/node_modules/normalize-path/index.js +35 -0
- package/compiler/node_modules/normalize-path/package.json +77 -0
- package/compiler/node_modules/object-assign/index.js +90 -0
- package/compiler/node_modules/object-assign/license +21 -0
- package/compiler/node_modules/object-assign/package.json +42 -0
- package/compiler/node_modules/object-assign/readme.md +61 -0
- package/compiler/node_modules/object-inspect/.eslintrc +53 -0
- package/compiler/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/object-inspect/.nycrc +13 -0
- package/compiler/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/compiler/node_modules/object-inspect/LICENSE +21 -0
- package/compiler/node_modules/object-inspect/example/all.js +23 -0
- package/compiler/node_modules/object-inspect/example/circular.js +6 -0
- package/compiler/node_modules/object-inspect/example/fn.js +5 -0
- package/compiler/node_modules/object-inspect/example/inspect.js +10 -0
- package/compiler/node_modules/object-inspect/index.js +544 -0
- package/compiler/node_modules/object-inspect/package-support.json +20 -0
- package/compiler/node_modules/object-inspect/package.json +105 -0
- package/compiler/node_modules/object-inspect/readme.markdown +84 -0
- package/compiler/node_modules/object-inspect/test/bigint.js +58 -0
- package/compiler/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/compiler/node_modules/object-inspect/test/circular.js +16 -0
- package/compiler/node_modules/object-inspect/test/deep.js +12 -0
- package/compiler/node_modules/object-inspect/test/element.js +53 -0
- package/compiler/node_modules/object-inspect/test/err.js +48 -0
- package/compiler/node_modules/object-inspect/test/fakes.js +29 -0
- package/compiler/node_modules/object-inspect/test/fn.js +76 -0
- package/compiler/node_modules/object-inspect/test/global.js +17 -0
- package/compiler/node_modules/object-inspect/test/has.js +15 -0
- package/compiler/node_modules/object-inspect/test/holes.js +15 -0
- package/compiler/node_modules/object-inspect/test/indent-option.js +271 -0
- package/compiler/node_modules/object-inspect/test/inspect.js +139 -0
- package/compiler/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/compiler/node_modules/object-inspect/test/number.js +58 -0
- package/compiler/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/compiler/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/compiler/node_modules/object-inspect/test/undef.js +12 -0
- package/compiler/node_modules/object-inspect/test/values.js +261 -0
- package/compiler/node_modules/object-inspect/test-core-js.js +26 -0
- package/compiler/node_modules/object-inspect/util.inspect.js +1 -0
- package/compiler/node_modules/on-finished/HISTORY.md +98 -0
- package/compiler/node_modules/on-finished/LICENSE +23 -0
- package/compiler/node_modules/on-finished/README.md +162 -0
- package/compiler/node_modules/on-finished/index.js +234 -0
- package/compiler/node_modules/on-finished/package.json +39 -0
- package/compiler/node_modules/once/LICENSE +15 -0
- package/compiler/node_modules/once/README.md +79 -0
- package/compiler/node_modules/once/once.js +42 -0
- package/compiler/node_modules/once/package.json +33 -0
- package/compiler/node_modules/parseurl/HISTORY.md +58 -0
- package/compiler/node_modules/parseurl/LICENSE +24 -0
- package/compiler/node_modules/parseurl/README.md +133 -0
- package/compiler/node_modules/parseurl/index.js +158 -0
- package/compiler/node_modules/parseurl/package.json +40 -0
- package/compiler/node_modules/path-to-regexp/LICENSE +21 -0
- package/compiler/node_modules/path-to-regexp/Readme.md +224 -0
- package/compiler/node_modules/path-to-regexp/dist/index.d.ts +147 -0
- package/compiler/node_modules/path-to-regexp/dist/index.js +431 -0
- package/compiler/node_modules/path-to-regexp/dist/index.js.map +1 -0
- package/compiler/node_modules/path-to-regexp/package.json +64 -0
- package/compiler/node_modules/picomatch/LICENSE +21 -0
- package/compiler/node_modules/picomatch/README.md +716 -0
- package/compiler/node_modules/picomatch/index.js +3 -0
- package/compiler/node_modules/picomatch/lib/constants.js +184 -0
- package/compiler/node_modules/picomatch/lib/parse.js +1392 -0
- package/compiler/node_modules/picomatch/lib/picomatch.js +342 -0
- package/compiler/node_modules/picomatch/lib/scan.js +391 -0
- package/compiler/node_modules/picomatch/lib/utils.js +64 -0
- package/compiler/node_modules/picomatch/package.json +81 -0
- package/compiler/node_modules/proxy-addr/HISTORY.md +161 -0
- package/compiler/node_modules/proxy-addr/LICENSE +22 -0
- package/compiler/node_modules/proxy-addr/README.md +139 -0
- package/compiler/node_modules/proxy-addr/index.js +327 -0
- package/compiler/node_modules/proxy-addr/package.json +47 -0
- package/compiler/node_modules/pstree.remy/.travis.yml +8 -0
- package/compiler/node_modules/pstree.remy/LICENSE +7 -0
- package/compiler/node_modules/pstree.remy/README.md +26 -0
- package/compiler/node_modules/pstree.remy/lib/index.js +37 -0
- package/compiler/node_modules/pstree.remy/lib/tree.js +37 -0
- package/compiler/node_modules/pstree.remy/lib/utils.js +53 -0
- package/compiler/node_modules/pstree.remy/package.json +33 -0
- package/compiler/node_modules/pstree.remy/tests/fixtures/index.js +13 -0
- package/compiler/node_modules/pstree.remy/tests/fixtures/out1 +10 -0
- package/compiler/node_modules/pstree.remy/tests/fixtures/out2 +29 -0
- package/compiler/node_modules/pstree.remy/tests/index.test.js +51 -0
- package/compiler/node_modules/qs/.editorconfig +46 -0
- package/compiler/node_modules/qs/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/qs/.github/SECURITY.md +11 -0
- package/compiler/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/compiler/node_modules/qs/.nycrc +13 -0
- package/compiler/node_modules/qs/CHANGELOG.md +833 -0
- package/compiler/node_modules/qs/LICENSE.md +29 -0
- package/compiler/node_modules/qs/README.md +758 -0
- package/compiler/node_modules/qs/dist/qs.js +141 -0
- package/compiler/node_modules/qs/eslint.config.mjs +57 -0
- package/compiler/node_modules/qs/lib/formats.js +23 -0
- package/compiler/node_modules/qs/lib/index.js +11 -0
- package/compiler/node_modules/qs/lib/parse.js +414 -0
- package/compiler/node_modules/qs/lib/stringify.js +363 -0
- package/compiler/node_modules/qs/lib/utils.js +381 -0
- package/compiler/node_modules/qs/package.json +95 -0
- package/compiler/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/compiler/node_modules/qs/test/parse.js +1933 -0
- package/compiler/node_modules/qs/test/stringify.js +1448 -0
- package/compiler/node_modules/qs/test/utils.js +626 -0
- package/compiler/node_modules/range-parser/HISTORY.md +56 -0
- package/compiler/node_modules/range-parser/LICENSE +23 -0
- package/compiler/node_modules/range-parser/README.md +85 -0
- package/compiler/node_modules/range-parser/index.js +181 -0
- package/compiler/node_modules/range-parser/package.json +48 -0
- package/compiler/node_modules/raw-body/LICENSE +22 -0
- package/compiler/node_modules/raw-body/README.md +223 -0
- package/compiler/node_modules/raw-body/index.d.ts +85 -0
- package/compiler/node_modules/raw-body/index.js +336 -0
- package/compiler/node_modules/raw-body/package.json +46 -0
- package/compiler/node_modules/readdirp/LICENSE +21 -0
- package/compiler/node_modules/readdirp/README.md +122 -0
- package/compiler/node_modules/readdirp/index.d.ts +43 -0
- package/compiler/node_modules/readdirp/index.js +287 -0
- package/compiler/node_modules/readdirp/package.json +122 -0
- package/compiler/node_modules/router/HISTORY.md +228 -0
- package/compiler/node_modules/router/LICENSE +23 -0
- package/compiler/node_modules/router/README.md +416 -0
- package/compiler/node_modules/router/index.js +748 -0
- package/compiler/node_modules/router/lib/layer.js +247 -0
- package/compiler/node_modules/router/lib/route.js +242 -0
- package/compiler/node_modules/router/package.json +44 -0
- package/compiler/node_modules/safer-buffer/LICENSE +21 -0
- package/compiler/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/compiler/node_modules/safer-buffer/Readme.md +156 -0
- package/compiler/node_modules/safer-buffer/dangerous.js +58 -0
- package/compiler/node_modules/safer-buffer/package.json +34 -0
- package/compiler/node_modules/safer-buffer/safer.js +77 -0
- package/compiler/node_modules/safer-buffer/tests.js +406 -0
- package/compiler/node_modules/semver/LICENSE +15 -0
- package/compiler/node_modules/semver/README.md +680 -0
- package/compiler/node_modules/semver/bin/semver.js +195 -0
- package/compiler/node_modules/semver/classes/index.js +7 -0
- package/compiler/node_modules/semver/functions/clean.js +8 -0
- package/compiler/node_modules/semver/functions/compare-build.js +9 -0
- package/compiler/node_modules/semver/functions/compare-loose.js +5 -0
- package/compiler/node_modules/semver/functions/diff.js +60 -0
- package/compiler/node_modules/semver/functions/inc.js +21 -0
- package/compiler/node_modules/semver/functions/major.js +5 -0
- package/compiler/node_modules/semver/functions/minor.js +5 -0
- package/compiler/node_modules/semver/functions/patch.js +5 -0
- package/compiler/node_modules/semver/functions/prerelease.js +8 -0
- package/compiler/node_modules/semver/functions/rcompare.js +5 -0
- package/compiler/node_modules/semver/functions/rsort.js +5 -0
- package/compiler/node_modules/semver/functions/sort.js +5 -0
- package/compiler/node_modules/semver/functions/truncate.js +48 -0
- package/compiler/node_modules/semver/functions/valid.js +8 -0
- package/compiler/node_modules/semver/index.js +93 -0
- package/compiler/node_modules/semver/preload.js +4 -0
- package/compiler/node_modules/semver/range.bnf +17 -0
- package/compiler/node_modules/semver/ranges/gtr.js +6 -0
- package/compiler/node_modules/semver/ranges/intersects.js +9 -0
- package/compiler/node_modules/semver/ranges/ltr.js +6 -0
- package/compiler/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/compiler/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/compiler/node_modules/semver/ranges/min-version.js +63 -0
- package/compiler/node_modules/semver/ranges/outside.js +82 -0
- package/compiler/node_modules/semver/ranges/simplify.js +49 -0
- package/compiler/node_modules/semver/ranges/subset.js +249 -0
- package/compiler/node_modules/semver/ranges/to-comparators.js +10 -0
- package/compiler/node_modules/semver/ranges/valid.js +13 -0
- package/compiler/node_modules/send/LICENSE +23 -0
- package/compiler/node_modules/send/README.md +317 -0
- package/compiler/node_modules/send/index.js +997 -0
- package/compiler/node_modules/send/package.json +63 -0
- package/compiler/node_modules/serve-static/LICENSE +25 -0
- package/compiler/node_modules/serve-static/README.md +253 -0
- package/compiler/node_modules/serve-static/index.js +208 -0
- package/compiler/node_modules/serve-static/package.json +44 -0
- package/compiler/node_modules/setprototypeof/LICENSE +13 -0
- package/compiler/node_modules/setprototypeof/README.md +31 -0
- package/compiler/node_modules/setprototypeof/index.d.ts +2 -0
- package/compiler/node_modules/setprototypeof/index.js +17 -0
- package/compiler/node_modules/setprototypeof/package.json +38 -0
- package/compiler/node_modules/setprototypeof/test/index.js +24 -0
- package/compiler/node_modules/side-channel/.editorconfig +9 -0
- package/compiler/node_modules/side-channel/.eslintrc +12 -0
- package/compiler/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/side-channel/.nycrc +13 -0
- package/compiler/node_modules/side-channel/CHANGELOG.md +120 -0
- package/compiler/node_modules/side-channel/LICENSE +21 -0
- package/compiler/node_modules/side-channel/README.md +61 -0
- package/compiler/node_modules/side-channel/index.d.ts +14 -0
- package/compiler/node_modules/side-channel/index.js +46 -0
- package/compiler/node_modules/side-channel/package.json +85 -0
- package/compiler/node_modules/side-channel/test/index.js +120 -0
- package/compiler/node_modules/side-channel/tsconfig.json +9 -0
- package/compiler/node_modules/side-channel-list/.editorconfig +9 -0
- package/compiler/node_modules/side-channel-list/.eslintrc +11 -0
- package/compiler/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/side-channel-list/.nycrc +13 -0
- package/compiler/node_modules/side-channel-list/CHANGELOG.md +36 -0
- package/compiler/node_modules/side-channel-list/LICENSE +21 -0
- package/compiler/node_modules/side-channel-list/README.md +62 -0
- package/compiler/node_modules/side-channel-list/index.d.ts +13 -0
- package/compiler/node_modules/side-channel-list/index.js +111 -0
- package/compiler/node_modules/side-channel-list/list.d.ts +14 -0
- package/compiler/node_modules/side-channel-list/package.json +77 -0
- package/compiler/node_modules/side-channel-list/test/index.js +154 -0
- package/compiler/node_modules/side-channel-list/tsconfig.json +9 -0
- package/compiler/node_modules/side-channel-map/.editorconfig +9 -0
- package/compiler/node_modules/side-channel-map/.eslintrc +11 -0
- package/compiler/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/side-channel-map/.nycrc +13 -0
- package/compiler/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/compiler/node_modules/side-channel-map/LICENSE +21 -0
- package/compiler/node_modules/side-channel-map/README.md +62 -0
- package/compiler/node_modules/side-channel-map/index.d.ts +15 -0
- package/compiler/node_modules/side-channel-map/index.js +68 -0
- package/compiler/node_modules/side-channel-map/package.json +80 -0
- package/compiler/node_modules/side-channel-map/test/index.js +114 -0
- package/compiler/node_modules/side-channel-map/tsconfig.json +9 -0
- package/compiler/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/compiler/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/compiler/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/compiler/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/compiler/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/compiler/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/compiler/node_modules/side-channel-weakmap/README.md +62 -0
- package/compiler/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/compiler/node_modules/side-channel-weakmap/index.js +84 -0
- package/compiler/node_modules/side-channel-weakmap/package.json +87 -0
- package/compiler/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/compiler/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/compiler/node_modules/simple-update-notifier/LICENSE +21 -0
- package/compiler/node_modules/simple-update-notifier/README.md +82 -0
- package/compiler/node_modules/simple-update-notifier/build/index.d.ts +13 -0
- package/compiler/node_modules/simple-update-notifier/build/index.js +210 -0
- package/compiler/node_modules/simple-update-notifier/node_modules/.bin/semver +15 -0
- package/compiler/node_modules/simple-update-notifier/node_modules/.bin/semver.cmd +7 -0
- package/compiler/node_modules/simple-update-notifier/package.json +100 -0
- package/compiler/node_modules/simple-update-notifier/src/borderedText.ts +12 -0
- package/compiler/node_modules/simple-update-notifier/src/cache.spec.ts +17 -0
- package/compiler/node_modules/simple-update-notifier/src/cache.ts +44 -0
- package/compiler/node_modules/simple-update-notifier/src/getDistVersion.spec.ts +35 -0
- package/compiler/node_modules/simple-update-notifier/src/getDistVersion.ts +29 -0
- package/compiler/node_modules/simple-update-notifier/src/hasNewVersion.spec.ts +82 -0
- package/compiler/node_modules/simple-update-notifier/src/hasNewVersion.ts +40 -0
- package/compiler/node_modules/simple-update-notifier/src/index.spec.ts +27 -0
- package/compiler/node_modules/simple-update-notifier/src/index.ts +34 -0
- package/compiler/node_modules/simple-update-notifier/src/isNpmOrYarn.ts +12 -0
- package/compiler/node_modules/simple-update-notifier/src/types.ts +8 -0
- package/compiler/node_modules/statuses/HISTORY.md +87 -0
- package/compiler/node_modules/statuses/LICENSE +23 -0
- package/compiler/node_modules/statuses/README.md +139 -0
- package/compiler/node_modules/statuses/codes.json +65 -0
- package/compiler/node_modules/statuses/index.js +146 -0
- package/compiler/node_modules/statuses/package.json +49 -0
- package/compiler/node_modules/supports-color/browser.js +5 -0
- package/compiler/node_modules/supports-color/index.js +131 -0
- package/compiler/node_modules/supports-color/license +9 -0
- package/compiler/node_modules/supports-color/package.json +53 -0
- package/compiler/node_modules/supports-color/readme.md +66 -0
- package/compiler/node_modules/to-regex-range/LICENSE +21 -0
- package/compiler/node_modules/to-regex-range/README.md +305 -0
- package/compiler/node_modules/to-regex-range/index.js +288 -0
- package/compiler/node_modules/to-regex-range/package.json +88 -0
- package/compiler/node_modules/toidentifier/HISTORY.md +9 -0
- package/compiler/node_modules/toidentifier/LICENSE +21 -0
- package/compiler/node_modules/toidentifier/README.md +61 -0
- package/compiler/node_modules/toidentifier/index.js +32 -0
- package/compiler/node_modules/toidentifier/package.json +38 -0
- package/compiler/node_modules/touch/LICENSE +15 -0
- package/compiler/node_modules/touch/README.md +52 -0
- package/compiler/node_modules/touch/bin/nodetouch.js +112 -0
- package/compiler/node_modules/touch/index.js +224 -0
- package/compiler/node_modules/touch/package.json +25 -0
- package/compiler/node_modules/type-is/HISTORY.md +292 -0
- package/compiler/node_modules/type-is/LICENSE +23 -0
- package/compiler/node_modules/type-is/README.md +198 -0
- package/compiler/node_modules/type-is/index.js +240 -0
- package/compiler/node_modules/type-is/package.json +51 -0
- package/compiler/node_modules/undefsafe/.github/workflows/release.yml +25 -0
- package/compiler/node_modules/undefsafe/.jscsrc +13 -0
- package/compiler/node_modules/undefsafe/.jshintrc +16 -0
- package/compiler/node_modules/undefsafe/.travis.yml +18 -0
- package/compiler/node_modules/undefsafe/LICENSE +22 -0
- package/compiler/node_modules/undefsafe/README.md +63 -0
- package/compiler/node_modules/undefsafe/example.js +14 -0
- package/compiler/node_modules/undefsafe/lib/undefsafe.js +125 -0
- package/compiler/node_modules/undefsafe/package.json +34 -0
- package/compiler/node_modules/unpipe/HISTORY.md +4 -0
- package/compiler/node_modules/unpipe/LICENSE +22 -0
- package/compiler/node_modules/unpipe/README.md +43 -0
- package/compiler/node_modules/unpipe/index.js +69 -0
- package/compiler/node_modules/unpipe/package.json +27 -0
- package/compiler/node_modules/vary/HISTORY.md +39 -0
- package/compiler/node_modules/vary/LICENSE +22 -0
- package/compiler/node_modules/vary/README.md +101 -0
- package/compiler/node_modules/vary/index.js +149 -0
- package/compiler/node_modules/vary/package.json +43 -0
- package/compiler/node_modules/wrappy/LICENSE +15 -0
- package/compiler/node_modules/wrappy/README.md +36 -0
- package/compiler/node_modules/wrappy/package.json +29 -0
- package/compiler/node_modules/wrappy/wrappy.js +33 -0
- package/compiler/package.json +21 -0
- package/compiler/server.js +77 -0
- package/compiler/yarn.lock +840 -0
- package/dist/BUILD_ID +1 -1
- package/dist/build-manifest.json +3 -3
- package/dist/cache/.tsbuildinfo +1 -1
- package/dist/fallback-build-manifest.json +3 -3
- package/dist/next-server.js.nft.json +1 -1
- package/dist/server/app/_global-error/page.js +1 -1
- package/dist/server/app/_global-error/page.js.nft.json +1 -1
- package/dist/server/app/_global-error.html +1 -1
- package/dist/server/app/_global-error.rsc +1 -1
- package/dist/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/dist/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/server/app/_not-found/page.js +1 -1
- package/dist/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/server/app/_not-found.html +1 -1
- package/dist/server/app/_not-found.rsc +1 -1
- package/dist/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/dist/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/dist/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/dist/server/app/api/component/route.js +1 -1
- package/dist/server/app/api/component/route.js.nft.json +1 -1
- package/dist/server/app/index.html +1 -1
- package/dist/server/app/index.rsc +1 -1
- package/dist/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/dist/server/app/index.segments/_full.segment.rsc +1 -1
- package/dist/server/app/index.segments/_head.segment.rsc +1 -1
- package/dist/server/app/index.segments/_index.segment.rsc +1 -1
- package/dist/server/app/index.segments/_tree.segment.rsc +1 -1
- package/dist/server/app/page.js +1 -1
- package/dist/server/app/page.js.nft.json +1 -1
- package/dist/server/chunks/[root-of-the-server]__008oj_w._.js +9 -0
- package/dist/server/chunks/[root-of-the-server]__008oj_w._.js.map +1 -0
- package/dist/server/chunks/ssr/[root-of-the-server]__0pykrpz._.js +3 -0
- package/dist/server/chunks/ssr/{[root-of-the-server]__0fcc145._.js.map → [root-of-the-server]__0pykrpz._.js.map} +1 -1
- package/dist/server/middleware-build-manifest.js +3 -3
- package/dist/server/pages/404.html +1 -1
- package/dist/server/pages/500.html +1 -1
- package/dist/standalone/dist/BUILD_ID +1 -1
- package/dist/standalone/dist/build-manifest.json +3 -3
- package/dist/standalone/dist/server/app/_global-error/page.js +1 -1
- package/dist/standalone/dist/server/app/_global-error/page.js.nft.json +1 -1
- package/dist/standalone/dist/server/app/_global-error.html +1 -1
- package/dist/standalone/dist/server/app/_global-error.rsc +1 -1
- package/dist/standalone/dist/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/_not-found/page.js +1 -1
- package/dist/standalone/dist/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/standalone/dist/server/app/_not-found.html +1 -1
- package/dist/standalone/dist/server/app/_not-found.rsc +1 -1
- package/dist/standalone/dist/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/api/component/route.js +1 -1
- package/dist/standalone/dist/server/app/api/component/route.js.nft.json +1 -1
- package/dist/standalone/dist/server/app/index.html +1 -1
- package/dist/standalone/dist/server/app/index.rsc +1 -1
- package/dist/standalone/dist/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/index.segments/_full.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/index.segments/_head.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/index.segments/_index.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/index.segments/_tree.segment.rsc +1 -1
- package/dist/standalone/dist/server/app/page.js +1 -1
- package/dist/standalone/dist/server/app/page.js.nft.json +1 -1
- package/dist/standalone/dist/server/chunks/[root-of-the-server]__008oj_w._.js +9 -0
- package/dist/standalone/dist/server/chunks/ssr/[root-of-the-server]__0pykrpz._.js +3 -0
- package/dist/standalone/dist/server/middleware-build-manifest.js +3 -3
- package/dist/standalone/dist/server/pages/404.html +1 -1
- package/dist/standalone/dist/server/pages/500.html +1 -1
- package/dist/standalone/node_modules/sharp/node_modules/semver/classes/comparator.js +143 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/classes/range.js +577 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/classes/semver.js +350 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/functions/cmp.js +54 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/functions/coerce.js +62 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/functions/compare.js +7 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/functions/eq.js +5 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/functions/gt.js +5 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/functions/gte.js +5 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/functions/lt.js +5 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/functions/lte.js +5 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/functions/neq.js +5 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/functions/parse.js +18 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/functions/satisfies.js +12 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/internal/constants.js +37 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/internal/debug.js +11 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/internal/identifiers.js +29 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/internal/lrucache.js +42 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/internal/parse-options.js +17 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/internal/re.js +223 -0
- package/dist/standalone/node_modules/sharp/node_modules/semver/package.json +78 -0
- package/dist/standalone/package.json +4 -10
- package/dist/trace +1 -1
- package/dist/trace-build +1 -1
- package/package.json +4 -10
- package/dist/server/chunks/[root-of-the-server]__1ewn43n._.js +0 -11
- package/dist/server/chunks/[root-of-the-server]__1ewn43n._.js.map +0 -1
- package/dist/server/chunks/ssr/[root-of-the-server]__0fcc145._.js +0 -3
- package/dist/standalone/dist/server/chunks/[root-of-the-server]__1ewn43n._.js +0 -11
- package/dist/standalone/dist/server/chunks/ssr/[root-of-the-server]__0fcc145._.js +0 -3
- package/dist/standalone/node_modules/@swc/core/LICENSE +0 -201
- package/dist/standalone/node_modules/@swc/core/README.md +0 -100
- package/dist/standalone/node_modules/@swc/core/Visitor.js +0 -1399
- package/dist/standalone/node_modules/@swc/core/binding.js +0 -368
- package/dist/standalone/node_modules/@swc/core/index.js +0 -466
- package/dist/standalone/node_modules/@swc/core/package.json +0 -119
- package/dist/standalone/node_modules/@swc/core/postinstall.js +0 -148
- package/dist/standalone/node_modules/@swc/core/spack.js +0 -87
- package/dist/standalone/node_modules/@swc/core/util.js +0 -103
- package/dist/standalone/node_modules/@swc/core-win32-x64-msvc/package.json +0 -43
- package/dist/standalone/node_modules/@swc/core-win32-x64-msvc/swc.win32-x64-msvc.node +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/classes/comparator.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/classes/range.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/classes/semver.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/functions/cmp.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/functions/coerce.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/functions/compare.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/functions/eq.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/functions/gt.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/functions/gte.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/functions/lt.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/functions/lte.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/functions/neq.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/functions/parse.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/functions/satisfies.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/internal/constants.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/internal/debug.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/internal/identifiers.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/internal/lrucache.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/internal/parse-options.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/internal/re.js +0 -0
- /package/{dist/standalone → compiler}/node_modules/semver/package.json +0 -0
- /package/dist/standalone/dist/static/{gwQzOw5VFPX9p238BrwNq → 1DIww69kPZoIZz0WrTURg}/_buildManifest.js +0 -0
- /package/dist/standalone/dist/static/{gwQzOw5VFPX9p238BrwNq → 1DIww69kPZoIZz0WrTURg}/_clientMiddlewareManifest.js +0 -0
- /package/dist/standalone/dist/static/{gwQzOw5VFPX9p238BrwNq → 1DIww69kPZoIZz0WrTURg}/_ssgManifest.js +0 -0
- /package/dist/static/{gwQzOw5VFPX9p238BrwNq → 1DIww69kPZoIZz0WrTURg}/_buildManifest.js +0 -0
- /package/dist/static/{gwQzOw5VFPX9p238BrwNq → 1DIww69kPZoIZz0WrTURg}/_clientMiddlewareManifest.js +0 -0
- /package/dist/static/{gwQzOw5VFPX9p238BrwNq → 1DIww69kPZoIZz0WrTURg}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var test = require('tape');
|
|
4
|
+
|
|
5
|
+
var getProto = require('../');
|
|
6
|
+
|
|
7
|
+
test('getProto', function (t) {
|
|
8
|
+
t.equal(typeof getProto, 'function', 'is a function');
|
|
9
|
+
|
|
10
|
+
t.test('can get', { skip: !getProto }, function (st) {
|
|
11
|
+
if (getProto) { // TS doesn't understand tape's skip
|
|
12
|
+
var proto = { b: 2 };
|
|
13
|
+
st.equal(getProto(proto), Object.prototype, 'proto: returns the [[Prototype]]');
|
|
14
|
+
|
|
15
|
+
st.test('nullish value', function (s2t) {
|
|
16
|
+
// @ts-expect-error
|
|
17
|
+
s2t['throws'](function () { return getProto(undefined); }, TypeError, 'undefined is not an object');
|
|
18
|
+
// @ts-expect-error
|
|
19
|
+
s2t['throws'](function () { return getProto(null); }, TypeError, 'null is not an object');
|
|
20
|
+
s2t.end();
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
// @ts-expect-error
|
|
24
|
+
st['throws'](function () { getProto(true); }, 'throws for true');
|
|
25
|
+
// @ts-expect-error
|
|
26
|
+
st['throws'](function () { getProto(false); }, 'throws for false');
|
|
27
|
+
// @ts-expect-error
|
|
28
|
+
st['throws'](function () { getProto(42); }, 'throws for 42');
|
|
29
|
+
// @ts-expect-error
|
|
30
|
+
st['throws'](function () { getProto(NaN); }, 'throws for NaN');
|
|
31
|
+
// @ts-expect-error
|
|
32
|
+
st['throws'](function () { getProto(0); }, 'throws for +0');
|
|
33
|
+
// @ts-expect-error
|
|
34
|
+
st['throws'](function () { getProto(-0); }, 'throws for -0');
|
|
35
|
+
// @ts-expect-error
|
|
36
|
+
st['throws'](function () { getProto(Infinity); }, 'throws for ∞');
|
|
37
|
+
// @ts-expect-error
|
|
38
|
+
st['throws'](function () { getProto(-Infinity); }, 'throws for -∞');
|
|
39
|
+
// @ts-expect-error
|
|
40
|
+
st['throws'](function () { getProto(''); }, 'throws for empty string');
|
|
41
|
+
// @ts-expect-error
|
|
42
|
+
st['throws'](function () { getProto('foo'); }, 'throws for non-empty string');
|
|
43
|
+
st.equal(getProto(/a/g), RegExp.prototype);
|
|
44
|
+
st.equal(getProto(new Date()), Date.prototype);
|
|
45
|
+
st.equal(getProto(function () {}), Function.prototype);
|
|
46
|
+
st.equal(getProto([]), Array.prototype);
|
|
47
|
+
st.equal(getProto({}), Object.prototype);
|
|
48
|
+
|
|
49
|
+
var nullObject = { __proto__: null };
|
|
50
|
+
if ('toString' in nullObject) {
|
|
51
|
+
st.comment('no null objects in this engine');
|
|
52
|
+
st.equal(getProto(nullObject), Object.prototype, '"null" object has Object.prototype as [[Prototype]]');
|
|
53
|
+
} else {
|
|
54
|
+
st.equal(getProto(nullObject), null, 'null object has null [[Prototype]]');
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
st.end();
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
t.test('can not get', { skip: !!getProto }, function (st) {
|
|
62
|
+
st.equal(getProto, null);
|
|
63
|
+
|
|
64
|
+
st.end();
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
t.end();
|
|
68
|
+
});
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
### [5.1.2](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2) (2021-03-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* eliminate ReDoS ([#36](https://github.com/gulpjs/glob-parent/issues/36)) ([f923116](https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366))
|
|
7
|
+
|
|
8
|
+
### [5.1.1](https://github.com/gulpjs/glob-parent/compare/v5.1.0...v5.1.1) (2021-01-27)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* unescape exclamation mark ([#26](https://github.com/gulpjs/glob-parent/issues/26)) ([a98874f](https://github.com/gulpjs/glob-parent/commit/a98874f1a59e407f4fb1beb0db4efa8392da60bb))
|
|
14
|
+
|
|
15
|
+
## [5.1.0](https://github.com/gulpjs/glob-parent/compare/v5.0.0...v5.1.0) (2021-01-27)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* add `flipBackslashes` option to disable auto conversion of slashes (closes [#24](https://github.com/gulpjs/glob-parent/issues/24)) ([#25](https://github.com/gulpjs/glob-parent/issues/25)) ([eecf91d](https://github.com/gulpjs/glob-parent/commit/eecf91d5e3834ed78aee39c4eaaae654d76b87b3))
|
|
21
|
+
|
|
22
|
+
## [5.0.0](https://github.com/gulpjs/glob-parent/compare/v4.0.0...v5.0.0) (2021-01-27)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### ⚠ BREAKING CHANGES
|
|
26
|
+
|
|
27
|
+
* Drop support for node <6 & bump dependencies
|
|
28
|
+
|
|
29
|
+
### Miscellaneous Chores
|
|
30
|
+
|
|
31
|
+
* Drop support for node <6 & bump dependencies ([896c0c0](https://github.com/gulpjs/glob-parent/commit/896c0c00b4e7362f60b96e7fc295ae929245255a))
|
|
32
|
+
|
|
33
|
+
## [4.0.0](https://github.com/gulpjs/glob-parent/compare/v3.1.0...v4.0.0) (2021-01-27)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### ⚠ BREAKING CHANGES
|
|
37
|
+
|
|
38
|
+
* question marks are valid path characters on Windows so avoid flagging as a glob when alone
|
|
39
|
+
* Update is-glob dependency
|
|
40
|
+
|
|
41
|
+
### Features
|
|
42
|
+
|
|
43
|
+
* hoist regexps and strings for performance gains ([4a80667](https://github.com/gulpjs/glob-parent/commit/4a80667c69355c76a572a5892b0f133c8e1f457e))
|
|
44
|
+
* question marks are valid path characters on Windows so avoid flagging as a glob when alone ([2a551dd](https://github.com/gulpjs/glob-parent/commit/2a551dd0dc3235e78bf3c94843d4107072d17841))
|
|
45
|
+
* Update is-glob dependency ([e41fcd8](https://github.com/gulpjs/glob-parent/commit/e41fcd895d1f7bc617dba45c9d935a7949b9c281))
|
|
46
|
+
|
|
47
|
+
## [3.1.0](https://github.com/gulpjs/glob-parent/compare/v3.0.1...v3.1.0) (2021-01-27)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* allow basic win32 backslash use ([272afa5](https://github.com/gulpjs/glob-parent/commit/272afa5fd070fc0f796386a5993d4ee4a846988b))
|
|
53
|
+
* handle extglobs (parentheses) containing separators ([7db1bdb](https://github.com/gulpjs/glob-parent/commit/7db1bdb0756e55fd14619e8ce31aa31b17b117fd))
|
|
54
|
+
* new approach to braces/brackets handling ([8269bd8](https://github.com/gulpjs/glob-parent/commit/8269bd89290d99fac9395a354fb56fdcdb80f0be))
|
|
55
|
+
* pre-process braces/brackets sections ([9ef8a87](https://github.com/gulpjs/glob-parent/commit/9ef8a87f66b1a43d0591e7a8e4fc5a18415ee388))
|
|
56
|
+
* preserve escaped brace/bracket at end of string ([8cfb0ba](https://github.com/gulpjs/glob-parent/commit/8cfb0ba84202d51571340dcbaf61b79d16a26c76))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Bug Fixes
|
|
60
|
+
|
|
61
|
+
* trailing escaped square brackets ([99ec9fe](https://github.com/gulpjs/glob-parent/commit/99ec9fecc60ee488ded20a94dd4f18b4f55c4ccf))
|
|
62
|
+
|
|
63
|
+
### [3.0.1](https://github.com/gulpjs/glob-parent/compare/v3.0.0...v3.0.1) (2021-01-27)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Features
|
|
67
|
+
|
|
68
|
+
* use path-dirname ponyfill ([cdbea5f](https://github.com/gulpjs/glob-parent/commit/cdbea5f32a58a54e001a75ddd7c0fccd4776aacc))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* unescape glob-escaped dirnames on output ([598c533](https://github.com/gulpjs/glob-parent/commit/598c533bdf49c1428bc063aa9b8db40c5a86b030))
|
|
74
|
+
|
|
75
|
+
## [3.0.0](https://github.com/gulpjs/glob-parent/compare/v2.0.0...v3.0.0) (2021-01-27)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### ⚠ BREAKING CHANGES
|
|
79
|
+
|
|
80
|
+
* update is-glob dependency
|
|
81
|
+
|
|
82
|
+
### Features
|
|
83
|
+
|
|
84
|
+
* update is-glob dependency ([5c5f8ef](https://github.com/gulpjs/glob-parent/commit/5c5f8efcee362a8e7638cf8220666acd8784f6bd))
|
|
85
|
+
|
|
86
|
+
## [2.0.0](https://github.com/gulpjs/glob-parent/compare/v1.3.0...v2.0.0) (2021-01-27)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Features
|
|
90
|
+
|
|
91
|
+
* move up to dirname regardless of glob characters ([f97fb83](https://github.com/gulpjs/glob-parent/commit/f97fb83be2e0a9fc8d3b760e789d2ecadd6aa0c2))
|
|
92
|
+
|
|
93
|
+
## [1.3.0](https://github.com/gulpjs/glob-parent/compare/v1.2.0...v1.3.0) (2021-01-27)
|
|
94
|
+
|
|
95
|
+
## [1.2.0](https://github.com/gulpjs/glob-parent/compare/v1.1.0...v1.2.0) (2021-01-27)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Reverts
|
|
99
|
+
|
|
100
|
+
* feat: make regex test strings smaller ([dc80fa9](https://github.com/gulpjs/glob-parent/commit/dc80fa9658dca20549cfeba44bbd37d5246fcce0))
|
|
101
|
+
|
|
102
|
+
## [1.1.0](https://github.com/gulpjs/glob-parent/compare/v1.0.0...v1.1.0) (2021-01-27)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Features
|
|
106
|
+
|
|
107
|
+
* make regex test strings smaller ([cd83220](https://github.com/gulpjs/glob-parent/commit/cd832208638f45169f986d80fcf66e401f35d233))
|
|
108
|
+
|
|
109
|
+
## 1.0.0 (2021-01-27)
|
|
110
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
The ISC License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2015, 2019 Elan Shanker
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
7
|
+
copyright notice and this permission notice appear in all copies.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
10
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
11
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
12
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
13
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
14
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
15
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://gulpjs.com">
|
|
3
|
+
<img height="257" width="114" src="https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png">
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
# glob-parent
|
|
8
|
+
|
|
9
|
+
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Azure Pipelines Build Status][azure-pipelines-image]][azure-pipelines-url] [![Travis Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url]
|
|
10
|
+
|
|
11
|
+
Extract the non-magic parent path from a glob string.
|
|
12
|
+
|
|
13
|
+
## Usage
|
|
14
|
+
|
|
15
|
+
```js
|
|
16
|
+
var globParent = require('glob-parent');
|
|
17
|
+
|
|
18
|
+
globParent('path/to/*.js'); // 'path/to'
|
|
19
|
+
globParent('/root/path/to/*.js'); // '/root/path/to'
|
|
20
|
+
globParent('/*.js'); // '/'
|
|
21
|
+
globParent('*.js'); // '.'
|
|
22
|
+
globParent('**/*.js'); // '.'
|
|
23
|
+
globParent('path/{to,from}'); // 'path'
|
|
24
|
+
globParent('path/!(to|from)'); // 'path'
|
|
25
|
+
globParent('path/?(to|from)'); // 'path'
|
|
26
|
+
globParent('path/+(to|from)'); // 'path'
|
|
27
|
+
globParent('path/*(to|from)'); // 'path'
|
|
28
|
+
globParent('path/@(to|from)'); // 'path'
|
|
29
|
+
globParent('path/**/*'); // 'path'
|
|
30
|
+
|
|
31
|
+
// if provided a non-glob path, returns the nearest dir
|
|
32
|
+
globParent('path/foo/bar.js'); // 'path/foo'
|
|
33
|
+
globParent('path/foo/'); // 'path/foo'
|
|
34
|
+
globParent('path/foo'); // 'path' (see issue #3 for details)
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## API
|
|
38
|
+
|
|
39
|
+
### `globParent(maybeGlobString, [options])`
|
|
40
|
+
|
|
41
|
+
Takes a string and returns the part of the path before the glob begins. Be aware of Escaping rules and Limitations below.
|
|
42
|
+
|
|
43
|
+
#### options
|
|
44
|
+
|
|
45
|
+
```js
|
|
46
|
+
{
|
|
47
|
+
// Disables the automatic conversion of slashes for Windows
|
|
48
|
+
flipBackslashes: true
|
|
49
|
+
}
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Escaping
|
|
53
|
+
|
|
54
|
+
The following characters have special significance in glob patterns and must be escaped if you want them to be treated as regular path characters:
|
|
55
|
+
|
|
56
|
+
- `?` (question mark) unless used as a path segment alone
|
|
57
|
+
- `*` (asterisk)
|
|
58
|
+
- `|` (pipe)
|
|
59
|
+
- `(` (opening parenthesis)
|
|
60
|
+
- `)` (closing parenthesis)
|
|
61
|
+
- `{` (opening curly brace)
|
|
62
|
+
- `}` (closing curly brace)
|
|
63
|
+
- `[` (opening bracket)
|
|
64
|
+
- `]` (closing bracket)
|
|
65
|
+
|
|
66
|
+
**Example**
|
|
67
|
+
|
|
68
|
+
```js
|
|
69
|
+
globParent('foo/[bar]/') // 'foo'
|
|
70
|
+
globParent('foo/\\[bar]/') // 'foo/[bar]'
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
## Limitations
|
|
74
|
+
|
|
75
|
+
### Braces & Brackets
|
|
76
|
+
This library attempts a quick and imperfect method of determining which path
|
|
77
|
+
parts have glob magic without fully parsing/lexing the pattern. There are some
|
|
78
|
+
advanced use cases that can trip it up, such as nested braces where the outer
|
|
79
|
+
pair is escaped and the inner one contains a path separator. If you find
|
|
80
|
+
yourself in the unlikely circumstance of being affected by this or need to
|
|
81
|
+
ensure higher-fidelity glob handling in your library, it is recommended that you
|
|
82
|
+
pre-process your input with [expand-braces] and/or [expand-brackets].
|
|
83
|
+
|
|
84
|
+
### Windows
|
|
85
|
+
Backslashes are not valid path separators for globs. If a path with backslashes
|
|
86
|
+
is provided anyway, for simple cases, glob-parent will replace the path
|
|
87
|
+
separator for you and return the non-glob parent path (now with
|
|
88
|
+
forward-slashes, which are still valid as Windows path separators).
|
|
89
|
+
|
|
90
|
+
This cannot be used in conjunction with escape characters.
|
|
91
|
+
|
|
92
|
+
```js
|
|
93
|
+
// BAD
|
|
94
|
+
globParent('C:\\Program Files \\(x86\\)\\*.ext') // 'C:/Program Files /(x86/)'
|
|
95
|
+
|
|
96
|
+
// GOOD
|
|
97
|
+
globParent('C:/Program Files\\(x86\\)/*.ext') // 'C:/Program Files (x86)'
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
If you are using escape characters for a pattern without path parts (i.e.
|
|
101
|
+
relative to `cwd`), prefix with `./` to avoid confusing glob-parent.
|
|
102
|
+
|
|
103
|
+
```js
|
|
104
|
+
// BAD
|
|
105
|
+
globParent('foo \\[bar]') // 'foo '
|
|
106
|
+
globParent('foo \\[bar]*') // 'foo '
|
|
107
|
+
|
|
108
|
+
// GOOD
|
|
109
|
+
globParent('./foo \\[bar]') // 'foo [bar]'
|
|
110
|
+
globParent('./foo \\[bar]*') // '.'
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
## License
|
|
114
|
+
|
|
115
|
+
ISC
|
|
116
|
+
|
|
117
|
+
[expand-braces]: https://github.com/jonschlinkert/expand-braces
|
|
118
|
+
[expand-brackets]: https://github.com/jonschlinkert/expand-brackets
|
|
119
|
+
|
|
120
|
+
[downloads-image]: https://img.shields.io/npm/dm/glob-parent.svg
|
|
121
|
+
[npm-url]: https://www.npmjs.com/package/glob-parent
|
|
122
|
+
[npm-image]: https://img.shields.io/npm/v/glob-parent.svg
|
|
123
|
+
|
|
124
|
+
[azure-pipelines-url]: https://dev.azure.com/gulpjs/gulp/_build/latest?definitionId=2&branchName=master
|
|
125
|
+
[azure-pipelines-image]: https://dev.azure.com/gulpjs/gulp/_apis/build/status/glob-parent?branchName=master
|
|
126
|
+
|
|
127
|
+
[travis-url]: https://travis-ci.org/gulpjs/glob-parent
|
|
128
|
+
[travis-image]: https://img.shields.io/travis/gulpjs/glob-parent.svg?label=travis-ci
|
|
129
|
+
|
|
130
|
+
[appveyor-url]: https://ci.appveyor.com/project/gulpjs/glob-parent
|
|
131
|
+
[appveyor-image]: https://img.shields.io/appveyor/ci/gulpjs/glob-parent.svg?label=appveyor
|
|
132
|
+
|
|
133
|
+
[coveralls-url]: https://coveralls.io/r/gulpjs/glob-parent
|
|
134
|
+
[coveralls-image]: https://img.shields.io/coveralls/gulpjs/glob-parent/master.svg
|
|
135
|
+
|
|
136
|
+
[gitter-url]: https://gitter.im/gulpjs/gulp
|
|
137
|
+
[gitter-image]: https://badges.gitter.im/gulpjs/gulp.svg
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var isGlob = require('is-glob');
|
|
4
|
+
var pathPosixDirname = require('path').posix.dirname;
|
|
5
|
+
var isWin32 = require('os').platform() === 'win32';
|
|
6
|
+
|
|
7
|
+
var slash = '/';
|
|
8
|
+
var backslash = /\\/g;
|
|
9
|
+
var enclosure = /[\{\[].*[\}\]]$/;
|
|
10
|
+
var globby = /(^|[^\\])([\{\[]|\([^\)]+$)/;
|
|
11
|
+
var escaped = /\\([\!\*\?\|\[\]\(\)\{\}])/g;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @param {string} str
|
|
15
|
+
* @param {Object} opts
|
|
16
|
+
* @param {boolean} [opts.flipBackslashes=true]
|
|
17
|
+
* @returns {string}
|
|
18
|
+
*/
|
|
19
|
+
module.exports = function globParent(str, opts) {
|
|
20
|
+
var options = Object.assign({ flipBackslashes: true }, opts);
|
|
21
|
+
|
|
22
|
+
// flip windows path separators
|
|
23
|
+
if (options.flipBackslashes && isWin32 && str.indexOf(slash) < 0) {
|
|
24
|
+
str = str.replace(backslash, slash);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// special case for strings ending in enclosure containing path separator
|
|
28
|
+
if (enclosure.test(str)) {
|
|
29
|
+
str += slash;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// preserves full path in case of trailing path separator
|
|
33
|
+
str += 'a';
|
|
34
|
+
|
|
35
|
+
// remove path parts that are globby
|
|
36
|
+
do {
|
|
37
|
+
str = pathPosixDirname(str);
|
|
38
|
+
} while (isGlob(str) || globby.test(str));
|
|
39
|
+
|
|
40
|
+
// remove escape chars and return result
|
|
41
|
+
return str.replace(escaped, '$1');
|
|
42
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "glob-parent",
|
|
3
|
+
"version": "5.1.2",
|
|
4
|
+
"description": "Extract the non-magic parent path from a glob string.",
|
|
5
|
+
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
|
|
6
|
+
"contributors": [
|
|
7
|
+
"Elan Shanker (https://github.com/es128)",
|
|
8
|
+
"Blaine Bublitz <blaine.bublitz@gmail.com>"
|
|
9
|
+
],
|
|
10
|
+
"repository": "gulpjs/glob-parent",
|
|
11
|
+
"license": "ISC",
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">= 6"
|
|
14
|
+
},
|
|
15
|
+
"main": "index.js",
|
|
16
|
+
"files": [
|
|
17
|
+
"LICENSE",
|
|
18
|
+
"index.js"
|
|
19
|
+
],
|
|
20
|
+
"scripts": {
|
|
21
|
+
"lint": "eslint .",
|
|
22
|
+
"pretest": "npm run lint",
|
|
23
|
+
"test": "nyc mocha --async-only",
|
|
24
|
+
"azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
|
|
25
|
+
"coveralls": "nyc report --reporter=text-lcov | coveralls"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"is-glob": "^4.0.1"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"coveralls": "^3.0.11",
|
|
32
|
+
"eslint": "^2.13.1",
|
|
33
|
+
"eslint-config-gulp": "^3.0.1",
|
|
34
|
+
"expect": "^1.20.2",
|
|
35
|
+
"mocha": "^6.0.2",
|
|
36
|
+
"nyc": "^13.3.0"
|
|
37
|
+
},
|
|
38
|
+
"keywords": [
|
|
39
|
+
"glob",
|
|
40
|
+
"parent",
|
|
41
|
+
"strip",
|
|
42
|
+
"path",
|
|
43
|
+
"dirname",
|
|
44
|
+
"directory",
|
|
45
|
+
"base",
|
|
46
|
+
"wildcard"
|
|
47
|
+
]
|
|
48
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# These are supported funding model platforms
|
|
2
|
+
|
|
3
|
+
github: [ljharb]
|
|
4
|
+
patreon: # Replace with a single Patreon username
|
|
5
|
+
open_collective: # Replace with a single Open Collective username
|
|
6
|
+
ko_fi: # Replace with a single Ko-fi username
|
|
7
|
+
tidelift: npm/gopd
|
|
8
|
+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
9
|
+
liberapay: # Replace with a single Liberapay username
|
|
10
|
+
issuehunt: # Replace with a single IssueHunt username
|
|
11
|
+
otechie: # Replace with a single Otechie username
|
|
12
|
+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## [v1.2.0](https://github.com/ljharb/gopd/compare/v1.1.0...v1.2.0) - 2024-12-03
|
|
9
|
+
|
|
10
|
+
### Commits
|
|
11
|
+
|
|
12
|
+
- [New] add `gOPD` entry point; remove `get-intrinsic` [`5b61232`](https://github.com/ljharb/gopd/commit/5b61232dedea4591a314bcf16101b1961cee024e)
|
|
13
|
+
|
|
14
|
+
## [v1.1.0](https://github.com/ljharb/gopd/compare/v1.0.1...v1.1.0) - 2024-11-29
|
|
15
|
+
|
|
16
|
+
### Commits
|
|
17
|
+
|
|
18
|
+
- [New] add types [`f585e39`](https://github.com/ljharb/gopd/commit/f585e397886d270e4ba84e53d226e4f9ca2eb0e6)
|
|
19
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `auto-changelog`, `tape` [`0b8e4fd`](https://github.com/ljharb/gopd/commit/0b8e4fded64397a7726a9daa144a6cc9a5e2edfa)
|
|
20
|
+
- [Dev Deps] update `aud`, `npmignore`, `tape` [`48378b2`](https://github.com/ljharb/gopd/commit/48378b2443f09a4f7efbd0fb6c3ee845a6cabcf3)
|
|
21
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`78099ee`](https://github.com/ljharb/gopd/commit/78099eeed41bfdc134c912280483689cc8861c31)
|
|
22
|
+
- [Tests] replace `aud` with `npm audit` [`4e0d0ac`](https://github.com/ljharb/gopd/commit/4e0d0ac47619d24a75318a8e1f543ee04b2a2632)
|
|
23
|
+
- [meta] add missing `engines.node` [`1443316`](https://github.com/ljharb/gopd/commit/14433165d07835c680155b3dfd62d9217d735eca)
|
|
24
|
+
- [Deps] update `get-intrinsic` [`eee5f51`](https://github.com/ljharb/gopd/commit/eee5f51769f3dbaf578b70e2a3199116b01aa670)
|
|
25
|
+
- [Deps] update `get-intrinsic` [`550c378`](https://github.com/ljharb/gopd/commit/550c3780e3a9c77b62565712a001b4ed64ea61f5)
|
|
26
|
+
- [Dev Deps] add missing peer dep [`8c2ecf8`](https://github.com/ljharb/gopd/commit/8c2ecf848122e4e30abfc5b5086fb48b390dce75)
|
|
27
|
+
|
|
28
|
+
## [v1.0.1](https://github.com/ljharb/gopd/compare/v1.0.0...v1.0.1) - 2022-11-01
|
|
29
|
+
|
|
30
|
+
### Commits
|
|
31
|
+
|
|
32
|
+
- [Fix] actually export gOPD instead of dP [`4b624bf`](https://github.com/ljharb/gopd/commit/4b624bfbeff788c5e3ff16d9443a83627847234f)
|
|
33
|
+
|
|
34
|
+
## v1.0.0 - 2022-11-01
|
|
35
|
+
|
|
36
|
+
### Commits
|
|
37
|
+
|
|
38
|
+
- Initial implementation, tests, readme [`0911e01`](https://github.com/ljharb/gopd/commit/0911e012cd642092bd88b732c161c58bf4f20bea)
|
|
39
|
+
- Initial commit [`b84e33f`](https://github.com/ljharb/gopd/commit/b84e33f5808a805ac57ff88d4247ad935569acbe)
|
|
40
|
+
- [actions] add reusable workflows [`12ae28a`](https://github.com/ljharb/gopd/commit/12ae28ae5f50f86e750215b6e2188901646d0119)
|
|
41
|
+
- npm init [`280118b`](https://github.com/ljharb/gopd/commit/280118badb45c80b4483836b5cb5315bddf6e582)
|
|
42
|
+
- [meta] add `auto-changelog` [`bb78de5`](https://github.com/ljharb/gopd/commit/bb78de5639a180747fb290c28912beaaf1615709)
|
|
43
|
+
- [meta] create FUNDING.yml; add `funding` in package.json [`11c22e6`](https://github.com/ljharb/gopd/commit/11c22e6355bb01f24e7fac4c9bb3055eb5b25002)
|
|
44
|
+
- [meta] use `npmignore` to autogenerate an npmignore file [`4f4537a`](https://github.com/ljharb/gopd/commit/4f4537a843b39f698c52f072845092e6fca345bb)
|
|
45
|
+
- Only apps should have lockfiles [`c567022`](https://github.com/ljharb/gopd/commit/c567022a18573aa7951cf5399445d9840e23e98b)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 Jordan Harband
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# gopd <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
|
|
2
|
+
|
|
3
|
+
[![github actions][actions-image]][actions-url]
|
|
4
|
+
[![coverage][codecov-image]][codecov-url]
|
|
5
|
+
[![License][license-image]][license-url]
|
|
6
|
+
[![Downloads][downloads-image]][downloads-url]
|
|
7
|
+
|
|
8
|
+
[![npm badge][npm-badge-png]][package-url]
|
|
9
|
+
|
|
10
|
+
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
|
|
11
|
+
|
|
12
|
+
## Usage
|
|
13
|
+
|
|
14
|
+
```javascript
|
|
15
|
+
var gOPD = require('gopd');
|
|
16
|
+
var assert = require('assert');
|
|
17
|
+
|
|
18
|
+
if (gOPD) {
|
|
19
|
+
assert.equal(typeof gOPD, 'function', 'descriptors supported');
|
|
20
|
+
// use gOPD like Object.getOwnPropertyDescriptor here
|
|
21
|
+
} else {
|
|
22
|
+
assert.ok(!gOPD, 'descriptors not supported');
|
|
23
|
+
}
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[package-url]: https://npmjs.org/package/gopd
|
|
27
|
+
[npm-version-svg]: https://versionbadg.es/ljharb/gopd.svg
|
|
28
|
+
[deps-svg]: https://david-dm.org/ljharb/gopd.svg
|
|
29
|
+
[deps-url]: https://david-dm.org/ljharb/gopd
|
|
30
|
+
[dev-deps-svg]: https://david-dm.org/ljharb/gopd/dev-status.svg
|
|
31
|
+
[dev-deps-url]: https://david-dm.org/ljharb/gopd#info=devDependencies
|
|
32
|
+
[npm-badge-png]: https://nodei.co/npm/gopd.png?downloads=true&stars=true
|
|
33
|
+
[license-image]: https://img.shields.io/npm/l/gopd.svg
|
|
34
|
+
[license-url]: LICENSE
|
|
35
|
+
[downloads-image]: https://img.shields.io/npm/dm/gopd.svg
|
|
36
|
+
[downloads-url]: https://npm-stat.com/charts.html?package=gopd
|
|
37
|
+
[codecov-image]: https://codecov.io/gh/ljharb/gopd/branch/main/graphs/badge.svg
|
|
38
|
+
[codecov-url]: https://app.codecov.io/gh/ljharb/gopd/
|
|
39
|
+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/gopd
|
|
40
|
+
[actions-url]: https://github.com/ljharb/gopd/actions
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export = Object.getOwnPropertyDescriptor;
|