@7nsane/zift 1.0.2 → 1.0.4
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/audit-axios/axios-1.13.6.tgz +0 -0
- package/bin/zift.js +126 -62
- package/package.json +1 -1
- package/zift-user-test/node_modules/.package-lock.json +819 -0
- package/zift-user-test/node_modules/accepts/HISTORY.md +250 -0
- package/zift-user-test/node_modules/accepts/LICENSE +23 -0
- package/zift-user-test/node_modules/accepts/README.md +140 -0
- package/zift-user-test/node_modules/accepts/index.js +238 -0
- package/zift-user-test/node_modules/accepts/package.json +47 -0
- package/zift-user-test/node_modules/body-parser/LICENSE +23 -0
- package/zift-user-test/node_modules/body-parser/README.md +494 -0
- package/zift-user-test/node_modules/body-parser/index.js +71 -0
- package/zift-user-test/node_modules/body-parser/lib/read.js +247 -0
- package/zift-user-test/node_modules/body-parser/lib/types/json.js +158 -0
- package/zift-user-test/node_modules/body-parser/lib/types/raw.js +42 -0
- package/zift-user-test/node_modules/body-parser/lib/types/text.js +36 -0
- package/zift-user-test/node_modules/body-parser/lib/types/urlencoded.js +142 -0
- package/zift-user-test/node_modules/body-parser/lib/utils.js +98 -0
- package/zift-user-test/node_modules/body-parser/package.json +52 -0
- package/zift-user-test/node_modules/bytes/History.md +97 -0
- package/zift-user-test/node_modules/bytes/LICENSE +23 -0
- package/zift-user-test/node_modules/bytes/Readme.md +152 -0
- package/zift-user-test/node_modules/bytes/index.js +170 -0
- package/zift-user-test/node_modules/bytes/package.json +42 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/zift-user-test/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/zift-user-test/node_modules/call-bound/.eslintrc +13 -0
- package/zift-user-test/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/call-bound/.nycrc +9 -0
- package/zift-user-test/node_modules/call-bound/CHANGELOG.md +42 -0
- package/zift-user-test/node_modules/call-bound/LICENSE +21 -0
- package/zift-user-test/node_modules/call-bound/README.md +53 -0
- package/zift-user-test/node_modules/call-bound/index.d.ts +94 -0
- package/zift-user-test/node_modules/call-bound/index.js +19 -0
- package/zift-user-test/node_modules/call-bound/package.json +99 -0
- package/zift-user-test/node_modules/call-bound/test/index.js +61 -0
- package/zift-user-test/node_modules/call-bound/tsconfig.json +10 -0
- package/zift-user-test/node_modules/content-disposition/HISTORY.md +72 -0
- package/zift-user-test/node_modules/content-disposition/LICENSE +22 -0
- package/zift-user-test/node_modules/content-disposition/README.md +142 -0
- package/zift-user-test/node_modules/content-disposition/index.js +458 -0
- package/zift-user-test/node_modules/content-disposition/package.json +43 -0
- package/zift-user-test/node_modules/content-type/HISTORY.md +29 -0
- package/zift-user-test/node_modules/content-type/LICENSE +22 -0
- package/zift-user-test/node_modules/content-type/README.md +94 -0
- package/zift-user-test/node_modules/content-type/index.js +225 -0
- package/zift-user-test/node_modules/content-type/package.json +42 -0
- package/zift-user-test/node_modules/cookie/LICENSE +24 -0
- package/zift-user-test/node_modules/cookie/README.md +317 -0
- package/zift-user-test/node_modules/cookie/SECURITY.md +25 -0
- package/zift-user-test/node_modules/cookie/index.js +335 -0
- package/zift-user-test/node_modules/cookie/package.json +44 -0
- package/zift-user-test/node_modules/cookie-signature/History.md +70 -0
- package/zift-user-test/node_modules/cookie-signature/LICENSE +22 -0
- package/zift-user-test/node_modules/cookie-signature/Readme.md +23 -0
- package/zift-user-test/node_modules/cookie-signature/index.js +47 -0
- package/zift-user-test/node_modules/cookie-signature/package.json +24 -0
- package/zift-user-test/node_modules/debug/LICENSE +20 -0
- package/zift-user-test/node_modules/debug/README.md +481 -0
- package/zift-user-test/node_modules/debug/package.json +64 -0
- package/zift-user-test/node_modules/debug/src/browser.js +272 -0
- package/zift-user-test/node_modules/debug/src/common.js +292 -0
- package/zift-user-test/node_modules/debug/src/index.js +10 -0
- package/zift-user-test/node_modules/debug/src/node.js +263 -0
- package/zift-user-test/node_modules/depd/History.md +103 -0
- package/zift-user-test/node_modules/depd/LICENSE +22 -0
- package/zift-user-test/node_modules/depd/Readme.md +280 -0
- package/zift-user-test/node_modules/depd/index.js +538 -0
- package/zift-user-test/node_modules/depd/lib/browser/index.js +77 -0
- package/zift-user-test/node_modules/depd/package.json +45 -0
- package/zift-user-test/node_modules/dunder-proto/.eslintrc +5 -0
- package/zift-user-test/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/dunder-proto/.nycrc +13 -0
- package/zift-user-test/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/zift-user-test/node_modules/dunder-proto/LICENSE +21 -0
- package/zift-user-test/node_modules/dunder-proto/README.md +54 -0
- package/zift-user-test/node_modules/dunder-proto/get.d.ts +5 -0
- package/zift-user-test/node_modules/dunder-proto/get.js +30 -0
- package/zift-user-test/node_modules/dunder-proto/package.json +76 -0
- package/zift-user-test/node_modules/dunder-proto/set.d.ts +5 -0
- package/zift-user-test/node_modules/dunder-proto/set.js +35 -0
- package/zift-user-test/node_modules/dunder-proto/test/get.js +34 -0
- package/zift-user-test/node_modules/dunder-proto/test/index.js +4 -0
- package/zift-user-test/node_modules/dunder-proto/test/set.js +50 -0
- package/zift-user-test/node_modules/dunder-proto/tsconfig.json +9 -0
- package/zift-user-test/node_modules/ee-first/LICENSE +22 -0
- package/zift-user-test/node_modules/ee-first/README.md +80 -0
- package/zift-user-test/node_modules/ee-first/index.js +95 -0
- package/zift-user-test/node_modules/ee-first/package.json +29 -0
- package/zift-user-test/node_modules/encodeurl/LICENSE +22 -0
- package/zift-user-test/node_modules/encodeurl/README.md +109 -0
- package/zift-user-test/node_modules/encodeurl/index.js +60 -0
- package/zift-user-test/node_modules/encodeurl/package.json +40 -0
- package/zift-user-test/node_modules/es-define-property/.eslintrc +13 -0
- package/zift-user-test/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/es-define-property/.nycrc +9 -0
- package/zift-user-test/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/zift-user-test/node_modules/es-define-property/LICENSE +21 -0
- package/zift-user-test/node_modules/es-define-property/README.md +49 -0
- package/zift-user-test/node_modules/es-define-property/index.d.ts +3 -0
- package/zift-user-test/node_modules/es-define-property/index.js +14 -0
- package/zift-user-test/node_modules/es-define-property/package.json +81 -0
- package/zift-user-test/node_modules/es-define-property/test/index.js +56 -0
- package/zift-user-test/node_modules/es-define-property/tsconfig.json +10 -0
- package/zift-user-test/node_modules/es-errors/.eslintrc +5 -0
- package/zift-user-test/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/es-errors/CHANGELOG.md +40 -0
- package/zift-user-test/node_modules/es-errors/LICENSE +21 -0
- package/zift-user-test/node_modules/es-errors/README.md +55 -0
- package/zift-user-test/node_modules/es-errors/eval.d.ts +3 -0
- package/zift-user-test/node_modules/es-errors/eval.js +4 -0
- package/zift-user-test/node_modules/es-errors/index.d.ts +3 -0
- package/zift-user-test/node_modules/es-errors/index.js +4 -0
- package/zift-user-test/node_modules/es-errors/package.json +80 -0
- package/zift-user-test/node_modules/es-errors/range.d.ts +3 -0
- package/zift-user-test/node_modules/es-errors/range.js +4 -0
- package/zift-user-test/node_modules/es-errors/ref.d.ts +3 -0
- package/zift-user-test/node_modules/es-errors/ref.js +4 -0
- package/zift-user-test/node_modules/es-errors/syntax.d.ts +3 -0
- package/zift-user-test/node_modules/es-errors/syntax.js +4 -0
- package/zift-user-test/node_modules/es-errors/test/index.js +19 -0
- package/zift-user-test/node_modules/es-errors/tsconfig.json +49 -0
- package/zift-user-test/node_modules/es-errors/type.d.ts +3 -0
- package/zift-user-test/node_modules/es-errors/type.js +4 -0
- package/zift-user-test/node_modules/es-errors/uri.d.ts +3 -0
- package/zift-user-test/node_modules/es-errors/uri.js +4 -0
- package/zift-user-test/node_modules/es-object-atoms/.eslintrc +16 -0
- package/zift-user-test/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/zift-user-test/node_modules/es-object-atoms/LICENSE +21 -0
- package/zift-user-test/node_modules/es-object-atoms/README.md +63 -0
- package/zift-user-test/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/zift-user-test/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/zift-user-test/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/zift-user-test/node_modules/es-object-atoms/ToObject.js +10 -0
- package/zift-user-test/node_modules/es-object-atoms/index.d.ts +3 -0
- package/zift-user-test/node_modules/es-object-atoms/index.js +4 -0
- package/zift-user-test/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/zift-user-test/node_modules/es-object-atoms/isObject.js +6 -0
- package/zift-user-test/node_modules/es-object-atoms/package.json +80 -0
- package/zift-user-test/node_modules/es-object-atoms/test/index.js +38 -0
- package/zift-user-test/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/zift-user-test/node_modules/escape-html/LICENSE +24 -0
- package/zift-user-test/node_modules/escape-html/Readme.md +43 -0
- package/zift-user-test/node_modules/escape-html/index.js +78 -0
- package/zift-user-test/node_modules/escape-html/package.json +24 -0
- package/zift-user-test/node_modules/etag/HISTORY.md +83 -0
- package/zift-user-test/node_modules/etag/LICENSE +22 -0
- package/zift-user-test/node_modules/etag/README.md +159 -0
- package/zift-user-test/node_modules/etag/index.js +131 -0
- package/zift-user-test/node_modules/etag/package.json +47 -0
- package/zift-user-test/node_modules/express/LICENSE +24 -0
- package/zift-user-test/node_modules/express/Readme.md +276 -0
- package/zift-user-test/node_modules/express/index.js +11 -0
- package/zift-user-test/node_modules/express/lib/application.js +631 -0
- package/zift-user-test/node_modules/express/lib/express.js +81 -0
- package/zift-user-test/node_modules/express/lib/request.js +514 -0
- package/zift-user-test/node_modules/express/lib/response.js +1053 -0
- package/zift-user-test/node_modules/express/lib/utils.js +271 -0
- package/zift-user-test/node_modules/express/lib/view.js +205 -0
- package/zift-user-test/node_modules/express/package.json +99 -0
- package/zift-user-test/node_modules/finalhandler/HISTORY.md +239 -0
- package/zift-user-test/node_modules/finalhandler/LICENSE +22 -0
- package/zift-user-test/node_modules/finalhandler/README.md +150 -0
- package/zift-user-test/node_modules/finalhandler/index.js +293 -0
- package/zift-user-test/node_modules/finalhandler/package.json +47 -0
- package/zift-user-test/node_modules/forwarded/HISTORY.md +21 -0
- package/zift-user-test/node_modules/forwarded/LICENSE +22 -0
- package/zift-user-test/node_modules/forwarded/README.md +57 -0
- package/zift-user-test/node_modules/forwarded/index.js +90 -0
- package/zift-user-test/node_modules/forwarded/package.json +45 -0
- package/zift-user-test/node_modules/fresh/HISTORY.md +80 -0
- package/zift-user-test/node_modules/fresh/LICENSE +23 -0
- package/zift-user-test/node_modules/fresh/README.md +117 -0
- package/zift-user-test/node_modules/fresh/index.js +136 -0
- package/zift-user-test/node_modules/fresh/package.json +46 -0
- package/zift-user-test/node_modules/function-bind/.eslintrc +21 -0
- package/zift-user-test/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/zift-user-test/node_modules/function-bind/.nycrc +13 -0
- package/zift-user-test/node_modules/function-bind/CHANGELOG.md +136 -0
- package/zift-user-test/node_modules/function-bind/LICENSE +20 -0
- package/zift-user-test/node_modules/function-bind/README.md +46 -0
- package/zift-user-test/node_modules/function-bind/implementation.js +84 -0
- package/zift-user-test/node_modules/function-bind/index.js +5 -0
- package/zift-user-test/node_modules/function-bind/package.json +87 -0
- package/zift-user-test/node_modules/function-bind/test/.eslintrc +9 -0
- package/zift-user-test/node_modules/function-bind/test/index.js +252 -0
- package/zift-user-test/node_modules/get-intrinsic/.eslintrc +42 -0
- package/zift-user-test/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/get-intrinsic/.nycrc +9 -0
- package/zift-user-test/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/zift-user-test/node_modules/get-intrinsic/LICENSE +21 -0
- package/zift-user-test/node_modules/get-intrinsic/README.md +71 -0
- package/zift-user-test/node_modules/get-intrinsic/index.js +378 -0
- package/zift-user-test/node_modules/get-intrinsic/package.json +97 -0
- package/zift-user-test/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/zift-user-test/node_modules/get-proto/.eslintrc +10 -0
- package/zift-user-test/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/get-proto/.nycrc +9 -0
- package/zift-user-test/node_modules/get-proto/CHANGELOG.md +21 -0
- package/zift-user-test/node_modules/get-proto/LICENSE +21 -0
- package/zift-user-test/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/zift-user-test/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/zift-user-test/node_modules/get-proto/README.md +50 -0
- package/zift-user-test/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/zift-user-test/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/zift-user-test/node_modules/get-proto/index.d.ts +5 -0
- package/zift-user-test/node_modules/get-proto/index.js +27 -0
- package/zift-user-test/node_modules/get-proto/package.json +81 -0
- package/zift-user-test/node_modules/get-proto/test/index.js +68 -0
- package/zift-user-test/node_modules/get-proto/tsconfig.json +9 -0
- package/zift-user-test/node_modules/gopd/.eslintrc +16 -0
- package/zift-user-test/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/gopd/CHANGELOG.md +45 -0
- package/zift-user-test/node_modules/gopd/LICENSE +21 -0
- package/zift-user-test/node_modules/gopd/README.md +40 -0
- package/zift-user-test/node_modules/gopd/gOPD.d.ts +1 -0
- package/zift-user-test/node_modules/gopd/gOPD.js +4 -0
- package/zift-user-test/node_modules/gopd/index.d.ts +5 -0
- package/zift-user-test/node_modules/gopd/index.js +15 -0
- package/zift-user-test/node_modules/gopd/package.json +77 -0
- package/zift-user-test/node_modules/gopd/test/index.js +36 -0
- package/zift-user-test/node_modules/gopd/tsconfig.json +9 -0
- package/zift-user-test/node_modules/has-symbols/.eslintrc +11 -0
- package/zift-user-test/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/has-symbols/.nycrc +9 -0
- package/zift-user-test/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/zift-user-test/node_modules/has-symbols/LICENSE +21 -0
- package/zift-user-test/node_modules/has-symbols/README.md +46 -0
- package/zift-user-test/node_modules/has-symbols/index.d.ts +3 -0
- package/zift-user-test/node_modules/has-symbols/index.js +14 -0
- package/zift-user-test/node_modules/has-symbols/package.json +111 -0
- package/zift-user-test/node_modules/has-symbols/shams.d.ts +3 -0
- package/zift-user-test/node_modules/has-symbols/shams.js +45 -0
- package/zift-user-test/node_modules/has-symbols/test/index.js +22 -0
- package/zift-user-test/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/zift-user-test/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/zift-user-test/node_modules/has-symbols/test/tests.js +58 -0
- package/zift-user-test/node_modules/has-symbols/tsconfig.json +10 -0
- package/zift-user-test/node_modules/hasown/.eslintrc +5 -0
- package/zift-user-test/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/hasown/.nycrc +13 -0
- package/zift-user-test/node_modules/hasown/CHANGELOG.md +40 -0
- package/zift-user-test/node_modules/hasown/LICENSE +21 -0
- package/zift-user-test/node_modules/hasown/README.md +40 -0
- package/zift-user-test/node_modules/hasown/index.d.ts +3 -0
- package/zift-user-test/node_modules/hasown/index.js +8 -0
- package/zift-user-test/node_modules/hasown/package.json +92 -0
- package/zift-user-test/node_modules/hasown/tsconfig.json +6 -0
- package/zift-user-test/node_modules/http-errors/HISTORY.md +186 -0
- package/zift-user-test/node_modules/http-errors/LICENSE +23 -0
- package/zift-user-test/node_modules/http-errors/README.md +169 -0
- package/zift-user-test/node_modules/http-errors/index.js +290 -0
- package/zift-user-test/node_modules/http-errors/package.json +54 -0
- package/zift-user-test/node_modules/iconv-lite/LICENSE +21 -0
- package/zift-user-test/node_modules/iconv-lite/README.md +138 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/index.js +23 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/utf32.js +307 -0
- package/zift-user-test/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/zift-user-test/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/zift-user-test/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/zift-user-test/node_modules/iconv-lite/lib/index.d.ts +129 -0
- package/zift-user-test/node_modules/iconv-lite/lib/index.js +182 -0
- package/zift-user-test/node_modules/iconv-lite/lib/streams.js +105 -0
- package/zift-user-test/node_modules/iconv-lite/package.json +70 -0
- package/zift-user-test/node_modules/iconv-lite/types/encodings.d.ts +423 -0
- package/zift-user-test/node_modules/inherits/LICENSE +16 -0
- package/zift-user-test/node_modules/inherits/README.md +42 -0
- package/zift-user-test/node_modules/inherits/inherits.js +9 -0
- package/zift-user-test/node_modules/inherits/inherits_browser.js +27 -0
- package/zift-user-test/node_modules/inherits/package.json +29 -0
- package/zift-user-test/node_modules/ipaddr.js/LICENSE +19 -0
- package/zift-user-test/node_modules/ipaddr.js/README.md +233 -0
- package/zift-user-test/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/zift-user-test/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/zift-user-test/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/zift-user-test/node_modules/ipaddr.js/package.json +35 -0
- package/zift-user-test/node_modules/is-promise/LICENSE +19 -0
- package/zift-user-test/node_modules/is-promise/index.d.ts +2 -0
- package/zift-user-test/node_modules/is-promise/index.js +6 -0
- package/zift-user-test/node_modules/is-promise/index.mjs +3 -0
- package/zift-user-test/node_modules/is-promise/package.json +30 -0
- package/zift-user-test/node_modules/is-promise/readme.md +33 -0
- package/zift-user-test/node_modules/math-intrinsics/.eslintrc +16 -0
- package/zift-user-test/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/zift-user-test/node_modules/math-intrinsics/LICENSE +21 -0
- package/zift-user-test/node_modules/math-intrinsics/README.md +50 -0
- package/zift-user-test/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/zift-user-test/node_modules/math-intrinsics/abs.js +4 -0
- package/zift-user-test/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/zift-user-test/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/zift-user-test/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/zift-user-test/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/zift-user-test/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/zift-user-test/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/zift-user-test/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/zift-user-test/node_modules/math-intrinsics/floor.js +4 -0
- package/zift-user-test/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/zift-user-test/node_modules/math-intrinsics/isFinite.js +12 -0
- package/zift-user-test/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/zift-user-test/node_modules/math-intrinsics/isInteger.js +16 -0
- package/zift-user-test/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/zift-user-test/node_modules/math-intrinsics/isNaN.js +6 -0
- package/zift-user-test/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/zift-user-test/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/zift-user-test/node_modules/math-intrinsics/max.d.ts +1 -0
- package/zift-user-test/node_modules/math-intrinsics/max.js +4 -0
- package/zift-user-test/node_modules/math-intrinsics/min.d.ts +1 -0
- package/zift-user-test/node_modules/math-intrinsics/min.js +4 -0
- package/zift-user-test/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/zift-user-test/node_modules/math-intrinsics/mod.js +9 -0
- package/zift-user-test/node_modules/math-intrinsics/package.json +86 -0
- package/zift-user-test/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/zift-user-test/node_modules/math-intrinsics/pow.js +4 -0
- package/zift-user-test/node_modules/math-intrinsics/round.d.ts +1 -0
- package/zift-user-test/node_modules/math-intrinsics/round.js +4 -0
- package/zift-user-test/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/zift-user-test/node_modules/math-intrinsics/sign.js +11 -0
- package/zift-user-test/node_modules/math-intrinsics/test/index.js +192 -0
- package/zift-user-test/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/zift-user-test/node_modules/media-typer/HISTORY.md +50 -0
- package/zift-user-test/node_modules/media-typer/LICENSE +22 -0
- package/zift-user-test/node_modules/media-typer/README.md +93 -0
- package/zift-user-test/node_modules/media-typer/index.js +143 -0
- package/zift-user-test/node_modules/media-typer/package.json +33 -0
- package/zift-user-test/node_modules/merge-descriptors/index.d.ts +11 -0
- package/zift-user-test/node_modules/merge-descriptors/index.js +26 -0
- package/zift-user-test/node_modules/merge-descriptors/license +11 -0
- package/zift-user-test/node_modules/merge-descriptors/package.json +50 -0
- package/zift-user-test/node_modules/merge-descriptors/readme.md +55 -0
- package/zift-user-test/node_modules/mime-db/HISTORY.md +541 -0
- package/zift-user-test/node_modules/mime-db/LICENSE +23 -0
- package/zift-user-test/node_modules/mime-db/README.md +109 -0
- package/zift-user-test/node_modules/mime-db/db.json +9342 -0
- package/zift-user-test/node_modules/mime-db/index.js +12 -0
- package/zift-user-test/node_modules/mime-db/package.json +56 -0
- package/zift-user-test/node_modules/mime-types/HISTORY.md +428 -0
- package/zift-user-test/node_modules/mime-types/LICENSE +23 -0
- package/zift-user-test/node_modules/mime-types/README.md +126 -0
- package/zift-user-test/node_modules/mime-types/index.js +211 -0
- package/zift-user-test/node_modules/mime-types/mimeScore.js +57 -0
- package/zift-user-test/node_modules/mime-types/package.json +49 -0
- package/zift-user-test/node_modules/ms/index.js +162 -0
- package/zift-user-test/node_modules/ms/license.md +21 -0
- package/zift-user-test/node_modules/ms/package.json +38 -0
- package/zift-user-test/node_modules/ms/readme.md +59 -0
- package/zift-user-test/node_modules/negotiator/HISTORY.md +114 -0
- package/zift-user-test/node_modules/negotiator/LICENSE +24 -0
- package/zift-user-test/node_modules/negotiator/README.md +212 -0
- package/zift-user-test/node_modules/negotiator/index.js +83 -0
- package/zift-user-test/node_modules/negotiator/lib/charset.js +169 -0
- package/zift-user-test/node_modules/negotiator/lib/encoding.js +205 -0
- package/zift-user-test/node_modules/negotiator/lib/language.js +179 -0
- package/zift-user-test/node_modules/negotiator/lib/mediaType.js +294 -0
- package/zift-user-test/node_modules/negotiator/package.json +43 -0
- package/zift-user-test/node_modules/object-inspect/.eslintrc +53 -0
- package/zift-user-test/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/object-inspect/.nycrc +13 -0
- package/zift-user-test/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/zift-user-test/node_modules/object-inspect/LICENSE +21 -0
- package/zift-user-test/node_modules/object-inspect/example/all.js +23 -0
- package/zift-user-test/node_modules/object-inspect/example/circular.js +6 -0
- package/zift-user-test/node_modules/object-inspect/example/fn.js +5 -0
- package/zift-user-test/node_modules/object-inspect/example/inspect.js +10 -0
- package/zift-user-test/node_modules/object-inspect/index.js +544 -0
- package/zift-user-test/node_modules/object-inspect/package-support.json +20 -0
- package/zift-user-test/node_modules/object-inspect/package.json +105 -0
- package/zift-user-test/node_modules/object-inspect/readme.markdown +84 -0
- package/zift-user-test/node_modules/object-inspect/test/bigint.js +58 -0
- package/zift-user-test/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/zift-user-test/node_modules/object-inspect/test/circular.js +16 -0
- package/zift-user-test/node_modules/object-inspect/test/deep.js +12 -0
- package/zift-user-test/node_modules/object-inspect/test/element.js +53 -0
- package/zift-user-test/node_modules/object-inspect/test/err.js +48 -0
- package/zift-user-test/node_modules/object-inspect/test/fakes.js +29 -0
- package/zift-user-test/node_modules/object-inspect/test/fn.js +76 -0
- package/zift-user-test/node_modules/object-inspect/test/global.js +17 -0
- package/zift-user-test/node_modules/object-inspect/test/has.js +15 -0
- package/zift-user-test/node_modules/object-inspect/test/holes.js +15 -0
- package/zift-user-test/node_modules/object-inspect/test/indent-option.js +271 -0
- package/zift-user-test/node_modules/object-inspect/test/inspect.js +139 -0
- package/zift-user-test/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/zift-user-test/node_modules/object-inspect/test/number.js +58 -0
- package/zift-user-test/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/zift-user-test/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/zift-user-test/node_modules/object-inspect/test/undef.js +12 -0
- package/zift-user-test/node_modules/object-inspect/test/values.js +261 -0
- package/zift-user-test/node_modules/object-inspect/test-core-js.js +26 -0
- package/zift-user-test/node_modules/object-inspect/util.inspect.js +1 -0
- package/zift-user-test/node_modules/on-finished/HISTORY.md +98 -0
- package/zift-user-test/node_modules/on-finished/LICENSE +23 -0
- package/zift-user-test/node_modules/on-finished/README.md +162 -0
- package/zift-user-test/node_modules/on-finished/index.js +234 -0
- package/zift-user-test/node_modules/on-finished/package.json +39 -0
- package/zift-user-test/node_modules/once/LICENSE +15 -0
- package/zift-user-test/node_modules/once/README.md +79 -0
- package/zift-user-test/node_modules/once/once.js +42 -0
- package/zift-user-test/node_modules/once/package.json +33 -0
- package/zift-user-test/node_modules/parseurl/HISTORY.md +58 -0
- package/zift-user-test/node_modules/parseurl/LICENSE +24 -0
- package/zift-user-test/node_modules/parseurl/README.md +133 -0
- package/zift-user-test/node_modules/parseurl/index.js +158 -0
- package/zift-user-test/node_modules/parseurl/package.json +40 -0
- package/zift-user-test/node_modules/path-to-regexp/LICENSE +21 -0
- package/zift-user-test/node_modules/path-to-regexp/Readme.md +224 -0
- package/zift-user-test/node_modules/path-to-regexp/dist/index.d.ts +144 -0
- package/zift-user-test/node_modules/path-to-regexp/dist/index.js +409 -0
- package/zift-user-test/node_modules/path-to-regexp/dist/index.js.map +1 -0
- package/zift-user-test/node_modules/path-to-regexp/package.json +64 -0
- package/zift-user-test/node_modules/proxy-addr/HISTORY.md +161 -0
- package/zift-user-test/node_modules/proxy-addr/LICENSE +22 -0
- package/zift-user-test/node_modules/proxy-addr/README.md +139 -0
- package/zift-user-test/node_modules/proxy-addr/index.js +327 -0
- package/zift-user-test/node_modules/proxy-addr/package.json +47 -0
- package/zift-user-test/node_modules/qs/.editorconfig +46 -0
- package/zift-user-test/node_modules/qs/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/qs/.github/SECURITY.md +11 -0
- package/zift-user-test/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/zift-user-test/node_modules/qs/.nycrc +13 -0
- package/zift-user-test/node_modules/qs/CHANGELOG.md +806 -0
- package/zift-user-test/node_modules/qs/LICENSE.md +29 -0
- package/zift-user-test/node_modules/qs/README.md +758 -0
- package/zift-user-test/node_modules/qs/dist/qs.js +141 -0
- package/zift-user-test/node_modules/qs/eslint.config.mjs +56 -0
- package/zift-user-test/node_modules/qs/lib/formats.js +23 -0
- package/zift-user-test/node_modules/qs/lib/index.js +11 -0
- package/zift-user-test/node_modules/qs/lib/parse.js +373 -0
- package/zift-user-test/node_modules/qs/lib/stringify.js +356 -0
- package/zift-user-test/node_modules/qs/lib/utils.js +342 -0
- package/zift-user-test/node_modules/qs/package.json +94 -0
- package/zift-user-test/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/zift-user-test/node_modules/qs/test/parse.js +1568 -0
- package/zift-user-test/node_modules/qs/test/stringify.js +1310 -0
- package/zift-user-test/node_modules/qs/test/utils.js +404 -0
- package/zift-user-test/node_modules/range-parser/HISTORY.md +56 -0
- package/zift-user-test/node_modules/range-parser/LICENSE +23 -0
- package/zift-user-test/node_modules/range-parser/README.md +84 -0
- package/zift-user-test/node_modules/range-parser/index.js +162 -0
- package/zift-user-test/node_modules/range-parser/package.json +44 -0
- package/zift-user-test/node_modules/raw-body/LICENSE +22 -0
- package/zift-user-test/node_modules/raw-body/README.md +223 -0
- package/zift-user-test/node_modules/raw-body/index.d.ts +85 -0
- package/zift-user-test/node_modules/raw-body/index.js +336 -0
- package/zift-user-test/node_modules/raw-body/package.json +46 -0
- package/zift-user-test/node_modules/router/HISTORY.md +228 -0
- package/zift-user-test/node_modules/router/LICENSE +23 -0
- package/zift-user-test/node_modules/router/README.md +416 -0
- package/zift-user-test/node_modules/router/index.js +748 -0
- package/zift-user-test/node_modules/router/lib/layer.js +247 -0
- package/zift-user-test/node_modules/router/lib/route.js +242 -0
- package/zift-user-test/node_modules/router/package.json +44 -0
- package/zift-user-test/node_modules/safer-buffer/LICENSE +21 -0
- package/zift-user-test/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/zift-user-test/node_modules/safer-buffer/Readme.md +156 -0
- package/zift-user-test/node_modules/safer-buffer/dangerous.js +58 -0
- package/zift-user-test/node_modules/safer-buffer/package.json +34 -0
- package/zift-user-test/node_modules/safer-buffer/safer.js +77 -0
- package/zift-user-test/node_modules/safer-buffer/tests.js +406 -0
- package/zift-user-test/node_modules/send/LICENSE +23 -0
- package/zift-user-test/node_modules/send/README.md +317 -0
- package/zift-user-test/node_modules/send/index.js +997 -0
- package/zift-user-test/node_modules/send/package.json +63 -0
- package/zift-user-test/node_modules/serve-static/LICENSE +25 -0
- package/zift-user-test/node_modules/serve-static/README.md +253 -0
- package/zift-user-test/node_modules/serve-static/index.js +208 -0
- package/zift-user-test/node_modules/serve-static/package.json +44 -0
- package/zift-user-test/node_modules/setprototypeof/LICENSE +13 -0
- package/zift-user-test/node_modules/setprototypeof/README.md +31 -0
- package/zift-user-test/node_modules/setprototypeof/index.d.ts +2 -0
- package/zift-user-test/node_modules/setprototypeof/index.js +17 -0
- package/zift-user-test/node_modules/setprototypeof/package.json +38 -0
- package/zift-user-test/node_modules/setprototypeof/test/index.js +24 -0
- package/zift-user-test/node_modules/side-channel/.editorconfig +9 -0
- package/zift-user-test/node_modules/side-channel/.eslintrc +12 -0
- package/zift-user-test/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/side-channel/.nycrc +13 -0
- package/zift-user-test/node_modules/side-channel/CHANGELOG.md +110 -0
- package/zift-user-test/node_modules/side-channel/LICENSE +21 -0
- package/zift-user-test/node_modules/side-channel/README.md +61 -0
- package/zift-user-test/node_modules/side-channel/index.d.ts +14 -0
- package/zift-user-test/node_modules/side-channel/index.js +43 -0
- package/zift-user-test/node_modules/side-channel/package.json +85 -0
- package/zift-user-test/node_modules/side-channel/test/index.js +104 -0
- package/zift-user-test/node_modules/side-channel/tsconfig.json +9 -0
- package/zift-user-test/node_modules/side-channel-list/.editorconfig +9 -0
- package/zift-user-test/node_modules/side-channel-list/.eslintrc +11 -0
- package/zift-user-test/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/side-channel-list/.nycrc +13 -0
- package/zift-user-test/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/zift-user-test/node_modules/side-channel-list/LICENSE +21 -0
- package/zift-user-test/node_modules/side-channel-list/README.md +62 -0
- package/zift-user-test/node_modules/side-channel-list/index.d.ts +13 -0
- package/zift-user-test/node_modules/side-channel-list/index.js +113 -0
- package/zift-user-test/node_modules/side-channel-list/list.d.ts +14 -0
- package/zift-user-test/node_modules/side-channel-list/package.json +77 -0
- package/zift-user-test/node_modules/side-channel-list/test/index.js +104 -0
- package/zift-user-test/node_modules/side-channel-list/tsconfig.json +9 -0
- package/zift-user-test/node_modules/side-channel-map/.editorconfig +9 -0
- package/zift-user-test/node_modules/side-channel-map/.eslintrc +11 -0
- package/zift-user-test/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/side-channel-map/.nycrc +13 -0
- package/zift-user-test/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/zift-user-test/node_modules/side-channel-map/LICENSE +21 -0
- package/zift-user-test/node_modules/side-channel-map/README.md +62 -0
- package/zift-user-test/node_modules/side-channel-map/index.d.ts +15 -0
- package/zift-user-test/node_modules/side-channel-map/index.js +68 -0
- package/zift-user-test/node_modules/side-channel-map/package.json +80 -0
- package/zift-user-test/node_modules/side-channel-map/test/index.js +114 -0
- package/zift-user-test/node_modules/side-channel-map/tsconfig.json +9 -0
- package/zift-user-test/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/zift-user-test/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/zift-user-test/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/zift-user-test/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/zift-user-test/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/zift-user-test/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/zift-user-test/node_modules/side-channel-weakmap/README.md +62 -0
- package/zift-user-test/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/zift-user-test/node_modules/side-channel-weakmap/index.js +84 -0
- package/zift-user-test/node_modules/side-channel-weakmap/package.json +87 -0
- package/zift-user-test/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/zift-user-test/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/zift-user-test/node_modules/statuses/HISTORY.md +87 -0
- package/zift-user-test/node_modules/statuses/LICENSE +23 -0
- package/zift-user-test/node_modules/statuses/README.md +139 -0
- package/zift-user-test/node_modules/statuses/codes.json +65 -0
- package/zift-user-test/node_modules/statuses/index.js +146 -0
- package/zift-user-test/node_modules/statuses/package.json +49 -0
- package/zift-user-test/node_modules/toidentifier/HISTORY.md +9 -0
- package/zift-user-test/node_modules/toidentifier/LICENSE +21 -0
- package/zift-user-test/node_modules/toidentifier/README.md +61 -0
- package/zift-user-test/node_modules/toidentifier/index.js +32 -0
- package/zift-user-test/node_modules/toidentifier/package.json +38 -0
- package/zift-user-test/node_modules/type-is/HISTORY.md +292 -0
- package/zift-user-test/node_modules/type-is/LICENSE +23 -0
- package/zift-user-test/node_modules/type-is/README.md +198 -0
- package/zift-user-test/node_modules/type-is/index.js +250 -0
- package/zift-user-test/node_modules/type-is/package.json +47 -0
- package/zift-user-test/node_modules/unpipe/HISTORY.md +4 -0
- package/zift-user-test/node_modules/unpipe/LICENSE +22 -0
- package/zift-user-test/node_modules/unpipe/README.md +43 -0
- package/zift-user-test/node_modules/unpipe/index.js +69 -0
- package/zift-user-test/node_modules/unpipe/package.json +27 -0
- package/zift-user-test/node_modules/vary/HISTORY.md +39 -0
- package/zift-user-test/node_modules/vary/LICENSE +22 -0
- package/zift-user-test/node_modules/vary/README.md +101 -0
- package/zift-user-test/node_modules/vary/index.js +149 -0
- package/zift-user-test/node_modules/vary/package.json +43 -0
- package/zift-user-test/node_modules/wrappy/LICENSE +15 -0
- package/zift-user-test/node_modules/wrappy/README.md +36 -0
- package/zift-user-test/node_modules/wrappy/package.json +29 -0
- package/zift-user-test/node_modules/wrappy/wrappy.js +33 -0
- package/zift-user-test/package-lock.json +827 -0
- package/zift-user-test/package.json +16 -0
- package/7nsane-zift-1.0.1.tgz +0 -0
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* raw-body
|
|
3
|
+
* Copyright(c) 2013-2014 Jonathan Ong
|
|
4
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
5
|
+
* MIT Licensed
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
'use strict'
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Module dependencies.
|
|
12
|
+
* @private
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
var asyncHooks = tryRequireAsyncHooks()
|
|
16
|
+
var bytes = require('bytes')
|
|
17
|
+
var createError = require('http-errors')
|
|
18
|
+
var iconv = require('iconv-lite')
|
|
19
|
+
var unpipe = require('unpipe')
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Module exports.
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
module.exports = getRawBody
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Module variables.
|
|
30
|
+
* @private
|
|
31
|
+
*/
|
|
32
|
+
|
|
33
|
+
var ICONV_ENCODING_MESSAGE_REGEXP = /^Encoding not recognized: /
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Get the decoder for a given encoding.
|
|
37
|
+
*
|
|
38
|
+
* @param {string} encoding
|
|
39
|
+
* @private
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
function getDecoder (encoding) {
|
|
43
|
+
if (!encoding) return null
|
|
44
|
+
|
|
45
|
+
try {
|
|
46
|
+
return iconv.getDecoder(encoding)
|
|
47
|
+
} catch (e) {
|
|
48
|
+
// error getting decoder
|
|
49
|
+
if (!ICONV_ENCODING_MESSAGE_REGEXP.test(e.message)) throw e
|
|
50
|
+
|
|
51
|
+
// the encoding was not found
|
|
52
|
+
throw createError(415, 'specified encoding unsupported', {
|
|
53
|
+
encoding: encoding,
|
|
54
|
+
type: 'encoding.unsupported'
|
|
55
|
+
})
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Get the raw body of a stream (typically HTTP).
|
|
61
|
+
*
|
|
62
|
+
* @param {object} stream
|
|
63
|
+
* @param {object|string|function} [options]
|
|
64
|
+
* @param {function} [callback]
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
function getRawBody (stream, options, callback) {
|
|
69
|
+
var done = callback
|
|
70
|
+
var opts = options || {}
|
|
71
|
+
|
|
72
|
+
// light validation
|
|
73
|
+
if (stream === undefined) {
|
|
74
|
+
throw new TypeError('argument stream is required')
|
|
75
|
+
} else if (typeof stream !== 'object' || stream === null || typeof stream.on !== 'function') {
|
|
76
|
+
throw new TypeError('argument stream must be a stream')
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
if (options === true || typeof options === 'string') {
|
|
80
|
+
// short cut for encoding
|
|
81
|
+
opts = {
|
|
82
|
+
encoding: options
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
if (typeof options === 'function') {
|
|
87
|
+
done = options
|
|
88
|
+
opts = {}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
// validate callback is a function, if provided
|
|
92
|
+
if (done !== undefined && typeof done !== 'function') {
|
|
93
|
+
throw new TypeError('argument callback must be a function')
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// require the callback without promises
|
|
97
|
+
if (!done && !global.Promise) {
|
|
98
|
+
throw new TypeError('argument callback is required')
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// get encoding
|
|
102
|
+
var encoding = opts.encoding !== true
|
|
103
|
+
? opts.encoding
|
|
104
|
+
: 'utf-8'
|
|
105
|
+
|
|
106
|
+
// convert the limit to an integer
|
|
107
|
+
var limit = bytes.parse(opts.limit)
|
|
108
|
+
|
|
109
|
+
// convert the expected length to an integer
|
|
110
|
+
var length = opts.length != null && !isNaN(opts.length)
|
|
111
|
+
? parseInt(opts.length, 10)
|
|
112
|
+
: null
|
|
113
|
+
|
|
114
|
+
if (done) {
|
|
115
|
+
// classic callback style
|
|
116
|
+
return readStream(stream, encoding, length, limit, wrap(done))
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
return new Promise(function executor (resolve, reject) {
|
|
120
|
+
readStream(stream, encoding, length, limit, function onRead (err, buf) {
|
|
121
|
+
if (err) return reject(err)
|
|
122
|
+
resolve(buf)
|
|
123
|
+
})
|
|
124
|
+
})
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Halt a stream.
|
|
129
|
+
*
|
|
130
|
+
* @param {Object} stream
|
|
131
|
+
* @private
|
|
132
|
+
*/
|
|
133
|
+
|
|
134
|
+
function halt (stream) {
|
|
135
|
+
// unpipe everything from the stream
|
|
136
|
+
unpipe(stream)
|
|
137
|
+
|
|
138
|
+
// pause stream
|
|
139
|
+
if (typeof stream.pause === 'function') {
|
|
140
|
+
stream.pause()
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Read the data from the stream.
|
|
146
|
+
*
|
|
147
|
+
* @param {object} stream
|
|
148
|
+
* @param {string} encoding
|
|
149
|
+
* @param {number} length
|
|
150
|
+
* @param {number} limit
|
|
151
|
+
* @param {function} callback
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
|
|
155
|
+
function readStream (stream, encoding, length, limit, callback) {
|
|
156
|
+
var complete = false
|
|
157
|
+
var sync = true
|
|
158
|
+
|
|
159
|
+
// check the length and limit options.
|
|
160
|
+
// note: we intentionally leave the stream paused,
|
|
161
|
+
// so users should handle the stream themselves.
|
|
162
|
+
if (limit !== null && length !== null && length > limit) {
|
|
163
|
+
return done(createError(413, 'request entity too large', {
|
|
164
|
+
expected: length,
|
|
165
|
+
length: length,
|
|
166
|
+
limit: limit,
|
|
167
|
+
type: 'entity.too.large'
|
|
168
|
+
}))
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
// streams1: assert request encoding is buffer.
|
|
172
|
+
// streams2+: assert the stream encoding is buffer.
|
|
173
|
+
// stream._decoder: streams1
|
|
174
|
+
// state.encoding: streams2
|
|
175
|
+
// state.decoder: streams2, specifically < 0.10.6
|
|
176
|
+
var state = stream._readableState
|
|
177
|
+
if (stream._decoder || (state && (state.encoding || state.decoder))) {
|
|
178
|
+
// developer error
|
|
179
|
+
return done(createError(500, 'stream encoding should not be set', {
|
|
180
|
+
type: 'stream.encoding.set'
|
|
181
|
+
}))
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
if (typeof stream.readable !== 'undefined' && !stream.readable) {
|
|
185
|
+
return done(createError(500, 'stream is not readable', {
|
|
186
|
+
type: 'stream.not.readable'
|
|
187
|
+
}))
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
var received = 0
|
|
191
|
+
var decoder
|
|
192
|
+
|
|
193
|
+
try {
|
|
194
|
+
decoder = getDecoder(encoding)
|
|
195
|
+
} catch (err) {
|
|
196
|
+
return done(err)
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
var buffer = decoder
|
|
200
|
+
? ''
|
|
201
|
+
: []
|
|
202
|
+
|
|
203
|
+
// attach listeners
|
|
204
|
+
stream.on('aborted', onAborted)
|
|
205
|
+
stream.on('close', cleanup)
|
|
206
|
+
stream.on('data', onData)
|
|
207
|
+
stream.on('end', onEnd)
|
|
208
|
+
stream.on('error', onEnd)
|
|
209
|
+
|
|
210
|
+
// mark sync section complete
|
|
211
|
+
sync = false
|
|
212
|
+
|
|
213
|
+
function done () {
|
|
214
|
+
var args = new Array(arguments.length)
|
|
215
|
+
|
|
216
|
+
// copy arguments
|
|
217
|
+
for (var i = 0; i < args.length; i++) {
|
|
218
|
+
args[i] = arguments[i]
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
// mark complete
|
|
222
|
+
complete = true
|
|
223
|
+
|
|
224
|
+
if (sync) {
|
|
225
|
+
process.nextTick(invokeCallback)
|
|
226
|
+
} else {
|
|
227
|
+
invokeCallback()
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
function invokeCallback () {
|
|
231
|
+
cleanup()
|
|
232
|
+
|
|
233
|
+
if (args[0]) {
|
|
234
|
+
// halt the stream on error
|
|
235
|
+
halt(stream)
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
callback.apply(null, args)
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
function onAborted () {
|
|
243
|
+
if (complete) return
|
|
244
|
+
|
|
245
|
+
done(createError(400, 'request aborted', {
|
|
246
|
+
code: 'ECONNABORTED',
|
|
247
|
+
expected: length,
|
|
248
|
+
length: length,
|
|
249
|
+
received: received,
|
|
250
|
+
type: 'request.aborted'
|
|
251
|
+
}))
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
function onData (chunk) {
|
|
255
|
+
if (complete) return
|
|
256
|
+
|
|
257
|
+
received += chunk.length
|
|
258
|
+
|
|
259
|
+
if (limit !== null && received > limit) {
|
|
260
|
+
done(createError(413, 'request entity too large', {
|
|
261
|
+
limit: limit,
|
|
262
|
+
received: received,
|
|
263
|
+
type: 'entity.too.large'
|
|
264
|
+
}))
|
|
265
|
+
} else if (decoder) {
|
|
266
|
+
buffer += decoder.write(chunk)
|
|
267
|
+
} else {
|
|
268
|
+
buffer.push(chunk)
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
function onEnd (err) {
|
|
273
|
+
if (complete) return
|
|
274
|
+
if (err) return done(err)
|
|
275
|
+
|
|
276
|
+
if (length !== null && received !== length) {
|
|
277
|
+
done(createError(400, 'request size did not match content length', {
|
|
278
|
+
expected: length,
|
|
279
|
+
length: length,
|
|
280
|
+
received: received,
|
|
281
|
+
type: 'request.size.invalid'
|
|
282
|
+
}))
|
|
283
|
+
} else {
|
|
284
|
+
var string = decoder
|
|
285
|
+
? buffer + (decoder.end() || '')
|
|
286
|
+
: Buffer.concat(buffer)
|
|
287
|
+
done(null, string)
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
function cleanup () {
|
|
292
|
+
buffer = null
|
|
293
|
+
|
|
294
|
+
stream.removeListener('aborted', onAborted)
|
|
295
|
+
stream.removeListener('data', onData)
|
|
296
|
+
stream.removeListener('end', onEnd)
|
|
297
|
+
stream.removeListener('error', onEnd)
|
|
298
|
+
stream.removeListener('close', cleanup)
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* Try to require async_hooks
|
|
304
|
+
* @private
|
|
305
|
+
*/
|
|
306
|
+
|
|
307
|
+
function tryRequireAsyncHooks () {
|
|
308
|
+
try {
|
|
309
|
+
return require('async_hooks')
|
|
310
|
+
} catch (e) {
|
|
311
|
+
return {}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* Wrap function with async resource, if possible.
|
|
317
|
+
* AsyncResource.bind static method backported.
|
|
318
|
+
* @private
|
|
319
|
+
*/
|
|
320
|
+
|
|
321
|
+
function wrap (fn) {
|
|
322
|
+
var res
|
|
323
|
+
|
|
324
|
+
// create anonymous resource
|
|
325
|
+
if (asyncHooks.AsyncResource) {
|
|
326
|
+
res = new asyncHooks.AsyncResource(fn.name || 'bound-anonymous-fn')
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// incompatible node.js
|
|
330
|
+
if (!res || !res.runInAsyncScope) {
|
|
331
|
+
return fn
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
// return bound function
|
|
335
|
+
return res.runInAsyncScope.bind(res, fn, null)
|
|
336
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "raw-body",
|
|
3
|
+
"description": "Get and validate the raw body of a readable stream.",
|
|
4
|
+
"version": "3.0.2",
|
|
5
|
+
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
|
|
6
|
+
"contributors": [
|
|
7
|
+
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
|
8
|
+
"Raynos <raynos2@gmail.com>"
|
|
9
|
+
],
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"repository": "stream-utils/raw-body",
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"bytes": "~3.1.2",
|
|
14
|
+
"http-errors": "~2.0.1",
|
|
15
|
+
"iconv-lite": "~0.7.0",
|
|
16
|
+
"unpipe": "~1.0.0"
|
|
17
|
+
},
|
|
18
|
+
"devDependencies": {
|
|
19
|
+
"@stylistic/eslint-plugin": "^5.1.0",
|
|
20
|
+
"@stylistic/eslint-plugin-js": "^4.1.0",
|
|
21
|
+
"bluebird": "3.7.2",
|
|
22
|
+
"eslint": "^9.0.0",
|
|
23
|
+
"mocha": "10.7.0",
|
|
24
|
+
"neostandard": "^0.12.0",
|
|
25
|
+
"nyc": "17.0.0",
|
|
26
|
+
"readable-stream": "2.3.7",
|
|
27
|
+
"safe-buffer": "5.2.1"
|
|
28
|
+
},
|
|
29
|
+
"engines": {
|
|
30
|
+
"node": ">= 0.10"
|
|
31
|
+
},
|
|
32
|
+
"files": [
|
|
33
|
+
"LICENSE",
|
|
34
|
+
"README.md",
|
|
35
|
+
"index.d.ts",
|
|
36
|
+
"index.js"
|
|
37
|
+
],
|
|
38
|
+
"scripts": {
|
|
39
|
+
"lint": "eslint",
|
|
40
|
+
"lint:fix": "eslint --fix",
|
|
41
|
+
"test": "mocha --trace-deprecation --reporter spec --check-leaks test/",
|
|
42
|
+
"test:ci": "nyc --reporter=lcovonly --reporter=text npm test",
|
|
43
|
+
"test:cov": "nyc --reporter=html --reporter=text npm test",
|
|
44
|
+
"version": "node scripts/version-history.js && git add HISTORY.md"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
2.2.0 / 2025-03-26
|
|
2
|
+
==================
|
|
3
|
+
|
|
4
|
+
* Remove `setImmediate` support check
|
|
5
|
+
* Restore `debug` dependency
|
|
6
|
+
|
|
7
|
+
2.1.0 / 2025-02-10
|
|
8
|
+
==================
|
|
9
|
+
|
|
10
|
+
* Updated `engines` field to Node@18 or higher
|
|
11
|
+
* Remove `Object.setPrototypeOf` polyfill
|
|
12
|
+
* Use `Array.flat` instead of `array-flatten` package
|
|
13
|
+
* Replace `methods` dependency with standard library
|
|
14
|
+
* deps: parseurl@^1.3.3
|
|
15
|
+
* deps: is-promise@^4.0.0
|
|
16
|
+
* Replace `utils-merge` dependency with `Object.assign`
|
|
17
|
+
* deps: Remove unused dep `after`
|
|
18
|
+
|
|
19
|
+
2.0.0 / 2024-09-09
|
|
20
|
+
==================
|
|
21
|
+
|
|
22
|
+
* Drop support for node <18
|
|
23
|
+
* deps: path-to-regexp@^8.0.0
|
|
24
|
+
- Drop support for partial capture group `router.route('/user(s?)/:user/:op')` but still have optional non-capture `/user{s}/:user/:op`
|
|
25
|
+
- `:name?` becomes `{:name}`
|
|
26
|
+
- `:name*` becomes `*name`.
|
|
27
|
+
- The splat change also changes splat from strings to an array of strings
|
|
28
|
+
- Optional splats become `{*name}`
|
|
29
|
+
- `:name+` becomes `*name` and thus equivalent to `*name` so I dropped those tests
|
|
30
|
+
- Strings as regular expressions are fully removed, need to be converted to native regular expressions
|
|
31
|
+
|
|
32
|
+
2.0.0-beta.2 / 2024-03-20
|
|
33
|
+
=========================
|
|
34
|
+
|
|
35
|
+
This incorporates all changes after 1.3.5 up to 1.3.8.
|
|
36
|
+
|
|
37
|
+
* Add support for returned, rejected Promises to `router.param`
|
|
38
|
+
|
|
39
|
+
2.0.0-beta.1 / 2020-03-29
|
|
40
|
+
=========================
|
|
41
|
+
|
|
42
|
+
This incorporates all changes after 1.3.3 up to 1.3.5.
|
|
43
|
+
|
|
44
|
+
* Internalize private `router.process_params` method
|
|
45
|
+
* Remove `debug` dependency
|
|
46
|
+
* deps: array-flatten@3.0.0
|
|
47
|
+
* deps: parseurl@~1.3.3
|
|
48
|
+
* deps: path-to-regexp@3.2.0
|
|
49
|
+
- Add new `?`, `*`, and `+` parameter modifiers.
|
|
50
|
+
- Matching group expressions are only RegExp syntax.
|
|
51
|
+
`(*)` is no longer valid and must be written as `(.*)`, for example.
|
|
52
|
+
- Named matching groups no longer available by position in `req.params`.
|
|
53
|
+
`/:foo(.*)` only captures as `req.params.foo` and not available as
|
|
54
|
+
`req.params[0]`.
|
|
55
|
+
- Regular expressions can only be used in a matching group.
|
|
56
|
+
`/\\d+` is no longer valid and must be written as `/(\\d+)`.
|
|
57
|
+
- Matching groups are now literal regular expressions.
|
|
58
|
+
`:foo` named captures can no longer be included inside a capture group.
|
|
59
|
+
- Special `*` path segment behavior removed.
|
|
60
|
+
`/foo/*/bar` will match a literal `*` as the middle segment.
|
|
61
|
+
* deps: setprototypeof@1.2.0
|
|
62
|
+
|
|
63
|
+
2.0.0-alpha.1 / 2018-07-27
|
|
64
|
+
==========================
|
|
65
|
+
|
|
66
|
+
* Add basic support for returned, rejected Promises
|
|
67
|
+
- Rejected Promises from middleware functions `next(error)`
|
|
68
|
+
* Drop support for Node.js below 0.10
|
|
69
|
+
* deps: debug@3.1.0
|
|
70
|
+
- Add `DEBUG_HIDE_DATE` environment variable
|
|
71
|
+
- Change timer to per-namespace instead of global
|
|
72
|
+
- Change non-TTY date format
|
|
73
|
+
- Remove `DEBUG_FD` environment variable support
|
|
74
|
+
- Support 256 namespace colors
|
|
75
|
+
|
|
76
|
+
1.3.8 / 2023-02-24
|
|
77
|
+
==================
|
|
78
|
+
|
|
79
|
+
* Fix routing requests without method
|
|
80
|
+
|
|
81
|
+
1.3.7 / 2022-04-28
|
|
82
|
+
==================
|
|
83
|
+
|
|
84
|
+
* Fix hanging on large stack of sync routes
|
|
85
|
+
|
|
86
|
+
1.3.6 / 2021-11-15
|
|
87
|
+
==================
|
|
88
|
+
|
|
89
|
+
* Fix handling very large stacks of sync middleware
|
|
90
|
+
* deps: safe-buffer@5.2.1
|
|
91
|
+
|
|
92
|
+
1.3.5 / 2020-03-24
|
|
93
|
+
==================
|
|
94
|
+
|
|
95
|
+
* Fix incorrect middleware execution with unanchored `RegExp`s
|
|
96
|
+
* perf: use plain object for internal method map
|
|
97
|
+
|
|
98
|
+
1.3.4 / 2020-01-24
|
|
99
|
+
==================
|
|
100
|
+
|
|
101
|
+
* deps: array-flatten@3.0.0
|
|
102
|
+
* deps: parseurl@~1.3.3
|
|
103
|
+
* deps: setprototypeof@1.2.0
|
|
104
|
+
|
|
105
|
+
1.3.3 / 2018-07-06
|
|
106
|
+
==================
|
|
107
|
+
|
|
108
|
+
* Fix JSDoc for `Router` constructor
|
|
109
|
+
|
|
110
|
+
1.3.2 / 2017-09-24
|
|
111
|
+
==================
|
|
112
|
+
|
|
113
|
+
* deps: debug@2.6.9
|
|
114
|
+
* deps: parseurl@~1.3.2
|
|
115
|
+
- perf: reduce overhead for full URLs
|
|
116
|
+
- perf: unroll the "fast-path" `RegExp`
|
|
117
|
+
* deps: setprototypeof@1.1.0
|
|
118
|
+
* deps: utils-merge@1.0.1
|
|
119
|
+
|
|
120
|
+
1.3.1 / 2017-05-19
|
|
121
|
+
==================
|
|
122
|
+
|
|
123
|
+
* deps: debug@2.6.8
|
|
124
|
+
- Fix `DEBUG_MAX_ARRAY_LENGTH`
|
|
125
|
+
- deps: ms@2.0.0
|
|
126
|
+
|
|
127
|
+
1.3.0 / 2017-02-25
|
|
128
|
+
==================
|
|
129
|
+
|
|
130
|
+
* Add `next("router")` to exit from router
|
|
131
|
+
* Fix case where `router.use` skipped requests routes did not
|
|
132
|
+
* Use `%o` in path debug to tell types apart
|
|
133
|
+
* deps: setprototypeof@1.0.3
|
|
134
|
+
* perf: add fast match path for `*` route
|
|
135
|
+
|
|
136
|
+
1.2.0 / 2017-02-17
|
|
137
|
+
==================
|
|
138
|
+
|
|
139
|
+
* Skip routing when `req.url` is not set
|
|
140
|
+
* deps: debug@2.6.1
|
|
141
|
+
- Allow colors in workers
|
|
142
|
+
- Deprecated `DEBUG_FD` environment variable set to `3` or higher
|
|
143
|
+
- Fix error when running under React Native
|
|
144
|
+
- Use same color for same namespace
|
|
145
|
+
- deps: ms@0.7.2
|
|
146
|
+
|
|
147
|
+
1.1.5 / 2017-01-28
|
|
148
|
+
==================
|
|
149
|
+
|
|
150
|
+
* deps: array-flatten@2.1.1
|
|
151
|
+
* deps: setprototypeof@1.0.2
|
|
152
|
+
- Fix using fallback even when native method exists
|
|
153
|
+
|
|
154
|
+
1.1.4 / 2016-01-21
|
|
155
|
+
==================
|
|
156
|
+
|
|
157
|
+
* deps: array-flatten@2.0.0
|
|
158
|
+
* deps: methods@~1.1.2
|
|
159
|
+
- perf: enable strict mode
|
|
160
|
+
* deps: parseurl@~1.3.1
|
|
161
|
+
- perf: enable strict mode
|
|
162
|
+
|
|
163
|
+
1.1.3 / 2015-08-02
|
|
164
|
+
==================
|
|
165
|
+
|
|
166
|
+
* Fix infinite loop condition using `mergeParams: true`
|
|
167
|
+
* Fix inner numeric indices incorrectly altering parent `req.params`
|
|
168
|
+
* deps: array-flatten@1.1.1
|
|
169
|
+
- perf: enable strict mode
|
|
170
|
+
* deps: path-to-regexp@0.1.7
|
|
171
|
+
- Fix regression with escaped round brackets and matching groups
|
|
172
|
+
|
|
173
|
+
1.1.2 / 2015-07-06
|
|
174
|
+
==================
|
|
175
|
+
|
|
176
|
+
* Fix hiding platform issues with `decodeURIComponent`
|
|
177
|
+
- Only `URIError`s are a 400
|
|
178
|
+
* Fix using `*` before params in routes
|
|
179
|
+
* Fix using capture groups before params in routes
|
|
180
|
+
* deps: path-to-regexp@0.1.6
|
|
181
|
+
* perf: enable strict mode
|
|
182
|
+
* perf: remove argument reassignments in routing
|
|
183
|
+
* perf: skip attempting to decode zero length string
|
|
184
|
+
* perf: use plain for loops
|
|
185
|
+
|
|
186
|
+
1.1.1 / 2015-05-25
|
|
187
|
+
==================
|
|
188
|
+
|
|
189
|
+
* Fix issue where `next('route')` in `router.param` would incorrectly skip values
|
|
190
|
+
* deps: array-flatten@1.1.0
|
|
191
|
+
* deps: debug@~2.2.0
|
|
192
|
+
- deps: ms@0.7.1
|
|
193
|
+
|
|
194
|
+
1.1.0 / 2015-04-22
|
|
195
|
+
==================
|
|
196
|
+
|
|
197
|
+
* Use `setprototypeof` instead of `__proto__`
|
|
198
|
+
* deps: debug@~2.1.3
|
|
199
|
+
- Fix high intensity foreground color for bold
|
|
200
|
+
- deps: ms@0.7.0
|
|
201
|
+
|
|
202
|
+
1.0.0 / 2015-01-13
|
|
203
|
+
==================
|
|
204
|
+
|
|
205
|
+
* Fix crash from error within `OPTIONS` response handler
|
|
206
|
+
* deps: array-flatten@1.0.2
|
|
207
|
+
- Remove redundant code path
|
|
208
|
+
|
|
209
|
+
1.0.0-beta.3 / 2015-01-11
|
|
210
|
+
=========================
|
|
211
|
+
|
|
212
|
+
* Fix duplicate methods appearing in OPTIONS responses
|
|
213
|
+
* Fix OPTIONS responses to include the HEAD method properly
|
|
214
|
+
* Remove support for leading colon in `router.param(name, fn)`
|
|
215
|
+
* Use `array-flatten` for flattening arrays
|
|
216
|
+
* deps: debug@~2.1.1
|
|
217
|
+
* deps: methods@~1.1.1
|
|
218
|
+
|
|
219
|
+
1.0.0-beta.2 / 2014-11-19
|
|
220
|
+
=========================
|
|
221
|
+
|
|
222
|
+
* Match routes iteratively to prevent stack overflows
|
|
223
|
+
|
|
224
|
+
1.0.0-beta.1 / 2014-11-16
|
|
225
|
+
=========================
|
|
226
|
+
|
|
227
|
+
* Initial release ported from Express 4.x
|
|
228
|
+
- Altered to work without Express
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
(The MIT License)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2013 Roman Shtylman
|
|
4
|
+
Copyright (c) 2014-2022 Douglas Christopher Wilson
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
7
|
+
a copy of this software and associated documentation files (the
|
|
8
|
+
'Software'), to deal in the Software without restriction, including
|
|
9
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
10
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
11
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
12
|
+
the following conditions:
|
|
13
|
+
|
|
14
|
+
The above copyright notice and this permission notice shall be
|
|
15
|
+
included in all copies or substantial portions of the Software.
|
|
16
|
+
|
|
17
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
18
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
19
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
20
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
21
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
22
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
23
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|