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,43 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
var fs = require('fs');
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Parse the nodemon config file, supporting both old style
|
|
6
|
+
* plain text config file, and JSON version of the config
|
|
7
|
+
*
|
|
8
|
+
* @param {String} filename
|
|
9
|
+
* @param {Function} callback
|
|
10
|
+
*/
|
|
11
|
+
function parse(filename, callback) {
|
|
12
|
+
var rules = {
|
|
13
|
+
ignore: [],
|
|
14
|
+
watch: [],
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
fs.readFile(filename, 'utf8', function (err, content) {
|
|
18
|
+
|
|
19
|
+
if (err) {
|
|
20
|
+
return callback(err);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
var json = null;
|
|
24
|
+
try {
|
|
25
|
+
json = JSON.parse(content);
|
|
26
|
+
} catch (e) {}
|
|
27
|
+
|
|
28
|
+
if (json !== null) {
|
|
29
|
+
rules = {
|
|
30
|
+
ignore: json.ignore || [],
|
|
31
|
+
watch: json.watch || [],
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
return callback(null, rules);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// otherwise return the raw file
|
|
38
|
+
return callback(null, { raw: content.split(/\n/) });
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
module.exports = parse;
|
|
43
|
+
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
const path = require('path');
|
|
2
|
+
const utils = require('./utils');
|
|
3
|
+
const merge = utils.merge;
|
|
4
|
+
const bus = utils.bus;
|
|
5
|
+
const spawn = require('child_process').spawn;
|
|
6
|
+
|
|
7
|
+
module.exports = function spawnCommand(command, config, eventArgs) {
|
|
8
|
+
var stdio = ['pipe', 'pipe', 'pipe'];
|
|
9
|
+
|
|
10
|
+
if (config.options.stdout) {
|
|
11
|
+
stdio = ['pipe', process.stdout, process.stderr];
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const env = merge(process.env, { FILENAME: eventArgs[0] });
|
|
15
|
+
|
|
16
|
+
var sh = 'sh';
|
|
17
|
+
var shFlag = '-c';
|
|
18
|
+
var spawnOptions = {
|
|
19
|
+
env: merge(config.options.execOptions.env, env),
|
|
20
|
+
stdio: stdio,
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
if (!Array.isArray(command)) {
|
|
24
|
+
command = [command];
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
if (utils.isWindows) {
|
|
28
|
+
// if the exec includes a forward slash, reverse it for windows compat
|
|
29
|
+
// but *only* apply to the first command, and none of the arguments.
|
|
30
|
+
// ref #1251 and #1236
|
|
31
|
+
command = command.map(executable => {
|
|
32
|
+
if (executable.indexOf('/') === -1) {
|
|
33
|
+
return executable;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
return executable.split(' ').map((e, i) => {
|
|
37
|
+
if (i === 0) {
|
|
38
|
+
return path.normalize(e);
|
|
39
|
+
}
|
|
40
|
+
return e;
|
|
41
|
+
}).join(' ');
|
|
42
|
+
});
|
|
43
|
+
// taken from npm's cli: https://git.io/vNFD4
|
|
44
|
+
sh = process.env.comspec || 'cmd';
|
|
45
|
+
shFlag = '/d /s /c';
|
|
46
|
+
spawnOptions.windowsVerbatimArguments = true;
|
|
47
|
+
spawnOptions.windowsHide = true;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
const args = command.join(' ');
|
|
51
|
+
const child = spawn(sh, [shFlag, args], spawnOptions);
|
|
52
|
+
|
|
53
|
+
if (config.required) {
|
|
54
|
+
var emit = {
|
|
55
|
+
stdout: function (data) {
|
|
56
|
+
bus.emit('stdout', data);
|
|
57
|
+
},
|
|
58
|
+
stderr: function (data) {
|
|
59
|
+
bus.emit('stderr', data);
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
// now work out what to bind to...
|
|
64
|
+
if (config.options.stdout) {
|
|
65
|
+
child.on('stdout', emit.stdout).on('stderr', emit.stderr);
|
|
66
|
+
} else {
|
|
67
|
+
child.stdout.on('data', emit.stdout);
|
|
68
|
+
child.stderr.on('data', emit.stderr);
|
|
69
|
+
|
|
70
|
+
bus.stdout = child.stdout;
|
|
71
|
+
bus.stderr = child.stderr;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
var events = require('events');
|
|
2
|
+
var debug = require('debug')('nodemon');
|
|
3
|
+
var util = require('util');
|
|
4
|
+
|
|
5
|
+
var Bus = function () {
|
|
6
|
+
events.EventEmitter.call(this);
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
util.inherits(Bus, events.EventEmitter);
|
|
10
|
+
|
|
11
|
+
var bus = new Bus();
|
|
12
|
+
|
|
13
|
+
// /*
|
|
14
|
+
var collected = {};
|
|
15
|
+
bus.on('newListener', function (event) {
|
|
16
|
+
debug('bus new listener: %s (%s)', event, bus.listeners(event).length);
|
|
17
|
+
if (!collected[event]) {
|
|
18
|
+
collected[event] = true;
|
|
19
|
+
bus.on(event, function () {
|
|
20
|
+
debug('bus emit: %s', event);
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
// */
|
|
26
|
+
|
|
27
|
+
// proxy process messages (if forked) to the bus
|
|
28
|
+
process.on('message', function (event) {
|
|
29
|
+
debug('process.message(%s)', event);
|
|
30
|
+
bus.emit(event);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
var emit = bus.emit;
|
|
34
|
+
|
|
35
|
+
// if nodemon was spawned via a fork, allow upstream communication
|
|
36
|
+
// via process.send
|
|
37
|
+
if (process.send) {
|
|
38
|
+
bus.emit = function (event, data) {
|
|
39
|
+
process.send({ type: event, data: data });
|
|
40
|
+
emit.apply(bus, arguments);
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
module.exports = bus;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
module.exports = clone;
|
|
2
|
+
|
|
3
|
+
// via http://stackoverflow.com/a/728694/22617
|
|
4
|
+
function clone(obj) {
|
|
5
|
+
// Handle the 3 simple types, and null or undefined
|
|
6
|
+
if (null === obj || 'object' !== typeof obj) {
|
|
7
|
+
return obj;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
var copy;
|
|
11
|
+
|
|
12
|
+
// Handle Date
|
|
13
|
+
if (obj instanceof Date) {
|
|
14
|
+
copy = new Date();
|
|
15
|
+
copy.setTime(obj.getTime());
|
|
16
|
+
return copy;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
// Handle Array
|
|
20
|
+
if (obj instanceof Array) {
|
|
21
|
+
copy = [];
|
|
22
|
+
for (var i = 0, len = obj.length; i < len; i++) {
|
|
23
|
+
copy[i] = clone(obj[i]);
|
|
24
|
+
}
|
|
25
|
+
return copy;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// Handle Object
|
|
29
|
+
if (obj instanceof Object) {
|
|
30
|
+
copy = {};
|
|
31
|
+
for (var attr in obj) {
|
|
32
|
+
if (obj.hasOwnProperty && obj.hasOwnProperty(attr)) {
|
|
33
|
+
copy[attr] = clone(obj[attr]);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return copy;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
throw new Error('Unable to copy obj! Its type isn\'t supported.');
|
|
40
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Encodes a string in a colour: red, yellow or green
|
|
3
|
+
* @param {String} c colour to highlight in
|
|
4
|
+
* @param {String} str the string to encode
|
|
5
|
+
* @return {String} coloured string for terminal printing
|
|
6
|
+
*/
|
|
7
|
+
function colour(c, str) {
|
|
8
|
+
return (colour[c] || colour.black) + str + colour.black;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
function strip(str) {
|
|
12
|
+
re.lastIndex = 0; // reset position
|
|
13
|
+
return str.replace(re, '');
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
colour.red = '\x1B[31m';
|
|
17
|
+
colour.yellow = '\x1B[33m';
|
|
18
|
+
colour.green = '\x1B[32m';
|
|
19
|
+
colour.black = '\x1B[39m';
|
|
20
|
+
|
|
21
|
+
var reStr = Object.keys(colour).map(key => colour[key]).join('|');
|
|
22
|
+
var re = new RegExp(('(' + reStr + ')').replace(/\[/g, '\\['), 'g');
|
|
23
|
+
|
|
24
|
+
colour.strip = strip;
|
|
25
|
+
|
|
26
|
+
module.exports = colour;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
var noop = function () { };
|
|
2
|
+
var path = require('path');
|
|
3
|
+
const semver = require('semver');
|
|
4
|
+
var version = process.versions.node.split('.') || [null, null, null];
|
|
5
|
+
|
|
6
|
+
var utils = (module.exports = {
|
|
7
|
+
semver: semver,
|
|
8
|
+
satisfies: test => semver.satisfies(process.versions.node, test),
|
|
9
|
+
version: {
|
|
10
|
+
major: parseInt(version[0] || 0, 10),
|
|
11
|
+
minor: parseInt(version[1] || 0, 10),
|
|
12
|
+
patch: parseInt(version[2] || 0, 10),
|
|
13
|
+
},
|
|
14
|
+
clone: require('./clone'),
|
|
15
|
+
merge: require('./merge'),
|
|
16
|
+
bus: require('./bus'),
|
|
17
|
+
isWindows: process.platform === 'win32',
|
|
18
|
+
isMac: process.platform === 'darwin',
|
|
19
|
+
isLinux: process.platform === 'linux',
|
|
20
|
+
isIBMi: require('os').type() === 'OS400',
|
|
21
|
+
isRequired: (function () {
|
|
22
|
+
var p = module.parent;
|
|
23
|
+
while (p) {
|
|
24
|
+
// in electron.js engine it happens
|
|
25
|
+
if (!p.filename) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
if (p.filename.indexOf('bin' + path.sep + 'nodemon.js') !== -1) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
p = p.parent;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
return true;
|
|
35
|
+
})(),
|
|
36
|
+
home: process.env.HOME || process.env.HOMEPATH,
|
|
37
|
+
quiet: function () {
|
|
38
|
+
// nukes the logging
|
|
39
|
+
if (!this.debug) {
|
|
40
|
+
for (var method in utils.log) {
|
|
41
|
+
if (typeof utils.log[method] === 'function') {
|
|
42
|
+
utils.log[method] = noop;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
reset: function () {
|
|
48
|
+
if (!this.debug) {
|
|
49
|
+
for (var method in utils.log) {
|
|
50
|
+
if (typeof utils.log[method] === 'function') {
|
|
51
|
+
delete utils.log[method];
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
this.debug = false;
|
|
56
|
+
},
|
|
57
|
+
regexpToText: function (t) {
|
|
58
|
+
return t
|
|
59
|
+
.replace(/\.\*\\./g, '*.')
|
|
60
|
+
.replace(/\\{2}/g, '^^')
|
|
61
|
+
.replace(/\\/g, '')
|
|
62
|
+
.replace(/\^\^/g, '\\');
|
|
63
|
+
},
|
|
64
|
+
stringify: function (exec, args) {
|
|
65
|
+
// serializes an executable string and array of arguments into a string
|
|
66
|
+
args = args || [];
|
|
67
|
+
|
|
68
|
+
return [exec]
|
|
69
|
+
.concat(
|
|
70
|
+
args.map(function (arg) {
|
|
71
|
+
// if an argument contains a space, we want to show it with quotes
|
|
72
|
+
// around it to indicate that it is a single argument
|
|
73
|
+
if (arg.length > 0 && arg.indexOf(' ') === -1) {
|
|
74
|
+
return arg;
|
|
75
|
+
}
|
|
76
|
+
// this should correctly escape nested quotes
|
|
77
|
+
return JSON.stringify(arg);
|
|
78
|
+
})
|
|
79
|
+
)
|
|
80
|
+
.join(' ')
|
|
81
|
+
.trim();
|
|
82
|
+
},
|
|
83
|
+
});
|
|
84
|
+
|
|
85
|
+
utils.log = require('./log')(utils.isRequired);
|
|
86
|
+
|
|
87
|
+
Object.defineProperty(utils, 'debug', {
|
|
88
|
+
set: function (value) {
|
|
89
|
+
this.log.debug = value;
|
|
90
|
+
},
|
|
91
|
+
get: function () {
|
|
92
|
+
return this.log.debug;
|
|
93
|
+
},
|
|
94
|
+
});
|
|
95
|
+
|
|
96
|
+
Object.defineProperty(utils, 'colours', {
|
|
97
|
+
set: function (value) {
|
|
98
|
+
this.log.useColours = value;
|
|
99
|
+
},
|
|
100
|
+
get: function () {
|
|
101
|
+
return this.log.useColours;
|
|
102
|
+
},
|
|
103
|
+
});
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
var colour = require('./colour');
|
|
2
|
+
var bus = require('./bus');
|
|
3
|
+
var required = false;
|
|
4
|
+
var useColours = true;
|
|
5
|
+
|
|
6
|
+
var coding = {
|
|
7
|
+
log: 'black',
|
|
8
|
+
info: 'yellow',
|
|
9
|
+
status: 'green',
|
|
10
|
+
detail: 'yellow',
|
|
11
|
+
fail: 'red',
|
|
12
|
+
error: 'red',
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
function log(type, text) {
|
|
16
|
+
var msg = '[nodemon] ' + (text || '');
|
|
17
|
+
|
|
18
|
+
if (useColours) {
|
|
19
|
+
msg = colour(coding[type], msg);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// always push the message through our bus, using nextTick
|
|
23
|
+
// to help testing and get _out of_ promises.
|
|
24
|
+
process.nextTick(() => {
|
|
25
|
+
bus.emit('log', { type: type, message: text, colour: msg });
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
// but if we're running on the command line, also echo out
|
|
29
|
+
// question: should we actually just consume our own events?
|
|
30
|
+
if (!required) {
|
|
31
|
+
if (type === 'error') {
|
|
32
|
+
console.error(msg);
|
|
33
|
+
} else {
|
|
34
|
+
console.log(msg || '');
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
var Logger = function (r) {
|
|
40
|
+
if (!(this instanceof Logger)) {
|
|
41
|
+
return new Logger(r);
|
|
42
|
+
}
|
|
43
|
+
this.required(r);
|
|
44
|
+
return this;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
Object.keys(coding).forEach(function (type) {
|
|
48
|
+
Logger.prototype[type] = log.bind(null, type);
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
// detail is for messages that are turned on during debug
|
|
52
|
+
Logger.prototype.detail = function (msg) {
|
|
53
|
+
if (this.debug) {
|
|
54
|
+
log('detail', msg);
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
Logger.prototype.required = function (val) {
|
|
59
|
+
required = val;
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
Logger.prototype.debug = false;
|
|
63
|
+
Logger.prototype._log = function (type, msg) {
|
|
64
|
+
if (required) {
|
|
65
|
+
bus.emit('log', { type: type, message: msg || '', colour: msg || '' });
|
|
66
|
+
} else if (type === 'error') {
|
|
67
|
+
console.error(msg);
|
|
68
|
+
} else {
|
|
69
|
+
console.log(msg || '');
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
Object.defineProperty(Logger.prototype, 'useColours', {
|
|
74
|
+
set: function (val) {
|
|
75
|
+
useColours = val;
|
|
76
|
+
},
|
|
77
|
+
get: function () {
|
|
78
|
+
return useColours;
|
|
79
|
+
},
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
module.exports = Logger;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
var clone = require('./clone');
|
|
2
|
+
|
|
3
|
+
module.exports = merge;
|
|
4
|
+
|
|
5
|
+
function typesMatch(a, b) {
|
|
6
|
+
return (typeof a === typeof b) && (Array.isArray(a) === Array.isArray(b));
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* A deep merge of the source based on the target.
|
|
11
|
+
* @param {Object} source [description]
|
|
12
|
+
* @param {Object} target [description]
|
|
13
|
+
* @return {Object} [description]
|
|
14
|
+
*/
|
|
15
|
+
function merge(source, target, result) {
|
|
16
|
+
if (result === undefined) {
|
|
17
|
+
result = clone(source);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// merge missing values from the target to the source
|
|
21
|
+
Object.getOwnPropertyNames(target).forEach(function (key) {
|
|
22
|
+
if (source[key] === undefined) {
|
|
23
|
+
result[key] = target[key];
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
Object.getOwnPropertyNames(source).forEach(function (key) {
|
|
28
|
+
var value = source[key];
|
|
29
|
+
|
|
30
|
+
if (target[key] && typesMatch(value, target[key])) {
|
|
31
|
+
// merge empty values
|
|
32
|
+
if (value === '') {
|
|
33
|
+
result[key] = target[key];
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
if (Array.isArray(value)) {
|
|
37
|
+
if (value.length === 0 && target[key].length) {
|
|
38
|
+
result[key] = target[key].slice(0);
|
|
39
|
+
}
|
|
40
|
+
} else if (typeof value === 'object') {
|
|
41
|
+
result[key] = merge(value, target[key]);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
return result;
|
|
47
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
module.exports = version;
|
|
2
|
+
module.exports.pin = pin;
|
|
3
|
+
|
|
4
|
+
var fs = require('fs');
|
|
5
|
+
var path = require('path');
|
|
6
|
+
var exec = require('child_process').exec;
|
|
7
|
+
var root = null;
|
|
8
|
+
|
|
9
|
+
function pin() {
|
|
10
|
+
return version().then(function (v) {
|
|
11
|
+
version.pinned = v;
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
function version(callback) {
|
|
16
|
+
// first find the package.json as this will be our root
|
|
17
|
+
var promise = findPackage(path.dirname(module.parent.filename))
|
|
18
|
+
.then(function (dir) {
|
|
19
|
+
// now try to load the package
|
|
20
|
+
var v = require(path.resolve(dir, 'package.json')).version;
|
|
21
|
+
|
|
22
|
+
if (v && v !== '0.0.0-development') {
|
|
23
|
+
return v;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
root = dir;
|
|
27
|
+
|
|
28
|
+
// else we're in development, give the commit out
|
|
29
|
+
// get the last commit and whether the working dir is dirty
|
|
30
|
+
var promises = [
|
|
31
|
+
branch().catch(function () { return 'master'; }),
|
|
32
|
+
commit().catch(function () { return '<none>'; }),
|
|
33
|
+
dirty().catch(function () { return 0; }),
|
|
34
|
+
];
|
|
35
|
+
|
|
36
|
+
// use the cached result as the export
|
|
37
|
+
return Promise.all(promises).then(function (res) {
|
|
38
|
+
var branch = res[0];
|
|
39
|
+
var commit = res[1];
|
|
40
|
+
var dirtyCount = parseInt(res[2], 10);
|
|
41
|
+
var curr = branch + ': ' + commit;
|
|
42
|
+
if (dirtyCount !== 0) {
|
|
43
|
+
curr += ' (' + dirtyCount + ' dirty files)';
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
return curr;
|
|
47
|
+
});
|
|
48
|
+
}).catch(function (error) {
|
|
49
|
+
console.log(error.stack);
|
|
50
|
+
throw error;
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
if (callback) {
|
|
54
|
+
promise.then(function (res) {
|
|
55
|
+
callback(null, res);
|
|
56
|
+
}, callback);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
return promise;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
function findPackage(dir) {
|
|
63
|
+
if (dir === '/') {
|
|
64
|
+
return Promise.reject(new Error('package not found'));
|
|
65
|
+
}
|
|
66
|
+
return new Promise(function (resolve) {
|
|
67
|
+
fs.stat(path.resolve(dir, 'package.json'), function (error, exists) {
|
|
68
|
+
if (error || !exists) {
|
|
69
|
+
return resolve(findPackage(path.resolve(dir, '..')));
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
resolve(dir);
|
|
73
|
+
});
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
function command(cmd) {
|
|
78
|
+
return new Promise(function (resolve, reject) {
|
|
79
|
+
exec(cmd, { cwd: root }, function (err, stdout, stderr) {
|
|
80
|
+
var error = stderr.trim();
|
|
81
|
+
if (error) {
|
|
82
|
+
return reject(new Error(error));
|
|
83
|
+
}
|
|
84
|
+
resolve(stdout.split('\n').join(''));
|
|
85
|
+
});
|
|
86
|
+
});
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
function commit() {
|
|
90
|
+
return command('git rev-parse HEAD');
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
function branch() {
|
|
94
|
+
return command('git rev-parse --abbrev-ref HEAD');
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
function dirty() {
|
|
98
|
+
return command('expr $(git status --porcelain 2>/dev/null| ' +
|
|
99
|
+
'egrep "^(M| M)" | wc -l)');
|
|
100
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
7
|
+
|
|
8
|
+
if [ -x "$basedir/node" ]; then
|
|
9
|
+
"$basedir/node" "$basedir/../../../touch/bin/nodetouch.js" "$@"
|
|
10
|
+
ret=$?
|
|
11
|
+
else
|
|
12
|
+
node "$basedir/../../../touch/bin/nodetouch.js" "$@"
|
|
13
|
+
ret=$?
|
|
14
|
+
fi
|
|
15
|
+
exit $ret
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
7
|
+
|
|
8
|
+
if [ -x "$basedir/node" ]; then
|
|
9
|
+
"$basedir/node" "$basedir/../../../semver/bin/semver.js" "$@"
|
|
10
|
+
ret=$?
|
|
11
|
+
else
|
|
12
|
+
node "$basedir/../../../semver/bin/semver.js" "$@"
|
|
13
|
+
ret=$?
|
|
14
|
+
fi
|
|
15
|
+
exit $ret
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "nodemon",
|
|
3
|
+
"homepage": "https://nodemon.io",
|
|
4
|
+
"author": {
|
|
5
|
+
"name": "Remy Sharp",
|
|
6
|
+
"url": "https://github.com/remy"
|
|
7
|
+
},
|
|
8
|
+
"bin": {
|
|
9
|
+
"nodemon": "./bin/nodemon.js"
|
|
10
|
+
},
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=10"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/remy/nodemon.git"
|
|
17
|
+
},
|
|
18
|
+
"description": "Simple monitor script for use during development of a Node.js app.",
|
|
19
|
+
"keywords": [
|
|
20
|
+
"cli",
|
|
21
|
+
"monitor",
|
|
22
|
+
"monitor",
|
|
23
|
+
"development",
|
|
24
|
+
"restart",
|
|
25
|
+
"autoload",
|
|
26
|
+
"reload",
|
|
27
|
+
"terminal"
|
|
28
|
+
],
|
|
29
|
+
"license": "MIT",
|
|
30
|
+
"types": "./index.d.ts",
|
|
31
|
+
"main": "./lib/nodemon",
|
|
32
|
+
"scripts": {
|
|
33
|
+
"commitmsg": "commitlint -e",
|
|
34
|
+
"coverage": "istanbul cover _mocha -- --timeout 30000 --ui bdd --reporter list test/**/*.test.js",
|
|
35
|
+
"lint": "eslint lib/**/*.js",
|
|
36
|
+
"test": "npm run lint && npm run spec",
|
|
37
|
+
"spec": "for FILE in test/**/*.test.js; do echo $FILE; TEST=1 mocha --exit --timeout 30000 $FILE; if [ $? -ne 0 ]; then exit 1; fi; sleep 1; done",
|
|
38
|
+
"postspec": "npm run clean",
|
|
39
|
+
"clean": "rm -rf test/fixtures/test*.js test/fixtures/test*.md",
|
|
40
|
+
"web": "node web",
|
|
41
|
+
"semantic-release": "semantic-release",
|
|
42
|
+
"prepush": "npm run lint",
|
|
43
|
+
"killall": "ps auxww | grep node | grep -v grep | awk '{ print $2 }' | xargs kill -9"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@commitlint/cli": "^11.0.0",
|
|
47
|
+
"@commitlint/config-conventional": "^11.0.0",
|
|
48
|
+
"async": "1.4.2",
|
|
49
|
+
"coffee-script": "~1.7.1",
|
|
50
|
+
"eslint": "^7.32.0",
|
|
51
|
+
"husky": "^7.0.4",
|
|
52
|
+
"mocha": "^2.5.3",
|
|
53
|
+
"nyc": "^15.1.0",
|
|
54
|
+
"proxyquire": "^1.8.0",
|
|
55
|
+
"semantic-release": "^25.0.0",
|
|
56
|
+
"should": "~4.0.0"
|
|
57
|
+
},
|
|
58
|
+
"dependencies": {
|
|
59
|
+
"chokidar": "^3.5.2",
|
|
60
|
+
"debug": "^4",
|
|
61
|
+
"ignore-by-default": "^1.0.1",
|
|
62
|
+
"minimatch": "^10.2.1",
|
|
63
|
+
"pstree.remy": "^1.1.8",
|
|
64
|
+
"semver": "^7.5.3",
|
|
65
|
+
"simple-update-notifier": "^2.0.0",
|
|
66
|
+
"supports-color": "^5.5.0",
|
|
67
|
+
"touch": "^3.1.0",
|
|
68
|
+
"undefsafe": "^2.0.5"
|
|
69
|
+
},
|
|
70
|
+
"version": "3.1.14",
|
|
71
|
+
"funding": {
|
|
72
|
+
"type": "opencollective",
|
|
73
|
+
"url": "https://opencollective.com/nodemon"
|
|
74
|
+
},
|
|
75
|
+
"publishConfig": {
|
|
76
|
+
"provenance": true
|
|
77
|
+
}
|
|
78
|
+
}
|