@maiyunnet/kebab 7.6.0 → 7.6.1
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/doc/README.sc.md +201 -0
- package/doc/README.tc.md +203 -0
- package/doc/icon.png +0 -0
- package/doc/kebab-rag.md +23161 -0
- package/doc/sc/api/index/index.md +47 -0
- package/doc/sc/api/index/interfaces/IConfig.md +165 -0
- package/doc/sc/api/index/interfaces/IConfigAi.md +29 -0
- package/doc/sc/api/index/interfaces/IConfigConst.md +201 -0
- package/doc/sc/api/index/interfaces/IConfigDb.md +59 -0
- package/doc/sc/api/index/interfaces/IConfigDns.md +27 -0
- package/doc/sc/api/index/interfaces/IConfigJwt.md +51 -0
- package/doc/sc/api/index/interfaces/IConfigKv.md +59 -0
- package/doc/sc/api/index/interfaces/IConfigLang.md +27 -0
- package/doc/sc/api/index/interfaces/IConfigS3.md +53 -0
- package/doc/sc/api/index/interfaces/IConfigSql.md +19 -0
- package/doc/sc/api/index/interfaces/IConfigTurnstile.md +51 -0
- package/doc/sc/api/index/interfaces/IConfigVector.md +51 -0
- package/doc/sc/api/index/interfaces/IPostFile.md +43 -0
- package/doc/sc/api/index/interfaces/IUrlParse.md +97 -0
- package/doc/sc/api/index/interfaces/IVhost.md +43 -0
- package/doc/sc/api/index/type-aliases/DbValue.md +13 -0
- package/doc/sc/api/index/type-aliases/Json.md +13 -0
- package/doc/sc/api/index/variables/CERT_CWD.md +11 -0
- package/doc/sc/api/index/variables/CONF_CWD.md +11 -0
- package/doc/sc/api/index/variables/FTMP_CWD.md +11 -0
- package/doc/sc/api/index/variables/IND_CWD.md +11 -0
- package/doc/sc/api/index/variables/LIB_CWD.md +11 -0
- package/doc/sc/api/index/variables/LIB_PATH.md +11 -0
- package/doc/sc/api/index/variables/LOG_CWD.md +11 -0
- package/doc/sc/api/index/variables/MOD_CWD.md +11 -0
- package/doc/sc/api/index/variables/ROOT_CWD.md +13 -0
- package/doc/sc/api/index/variables/ROOT_PATH.md +13 -0
- package/doc/sc/api/index/variables/SYS_PATH.md +11 -0
- package/doc/sc/api/index/variables/VER.md +13 -0
- package/doc/sc/api/index/variables/VHOST_CWD.md +11 -0
- package/doc/sc/api/index/variables/WWW_CWD.md +11 -0
- package/doc/sc/api/index.md +48 -0
- package/doc/sc/api/lib/ai/classes/Ai.md +103 -0
- package/doc/sc/api/lib/ai/enumerations/ESERVICE.md +61 -0
- package/doc/sc/api/lib/ai/functions/get.md +29 -0
- package/doc/sc/api/lib/ai/index.md +23 -0
- package/doc/sc/api/lib/ai/interfaces/IOptions.md +65 -0
- package/doc/sc/api/lib/buffer/classes/Reader.md +177 -0
- package/doc/sc/api/lib/buffer/classes/Writer.md +147 -0
- package/doc/sc/api/lib/buffer/functions/getReader.md +25 -0
- package/doc/sc/api/lib/buffer/functions/getWriter.md +25 -0
- package/doc/sc/api/lib/buffer/index.md +17 -0
- package/doc/sc/api/lib/captcha/classes/Captcha.md +79 -0
- package/doc/sc/api/lib/captcha/functions/get.md +37 -0
- package/doc/sc/api/lib/captcha/index.md +15 -0
- package/doc/sc/api/lib/consistent/classes/Consistent.md +135 -0
- package/doc/sc/api/lib/consistent/functions/addToCircle.md +37 -0
- package/doc/sc/api/lib/consistent/functions/fast.md +37 -0
- package/doc/sc/api/lib/consistent/functions/findInCircle.md +37 -0
- package/doc/sc/api/lib/consistent/functions/get.md +21 -0
- package/doc/sc/api/lib/consistent/functions/getRange.md +37 -0
- package/doc/sc/api/lib/consistent/functions/hash.md +25 -0
- package/doc/sc/api/lib/consistent/index.md +20 -0
- package/doc/sc/api/lib/core/functions/checkType.md +37 -0
- package/doc/sc/api/lib/core/functions/clone.md +31 -0
- package/doc/sc/api/lib/core/functions/convert62.md +25 -0
- package/doc/sc/api/lib/core/functions/debug.md +31 -0
- package/doc/sc/api/lib/core/functions/display.md +31 -0
- package/doc/sc/api/lib/core/functions/emptyObject.md +31 -0
- package/doc/sc/api/lib/core/functions/exec.md +31 -0
- package/doc/sc/api/lib/core/functions/getLog.md +71 -0
- package/doc/sc/api/lib/core/functions/ip.md +27 -0
- package/doc/sc/api/lib/core/functions/log.md +37 -0
- package/doc/sc/api/lib/core/functions/ls.md +39 -0
- package/doc/sc/api/lib/core/functions/muid.md +59 -0
- package/doc/sc/api/lib/core/functions/objectSort.md +31 -0
- package/doc/sc/api/lib/core/functions/passThroughAppend.md +37 -0
- package/doc/sc/api/lib/core/functions/purify.md +25 -0
- package/doc/sc/api/lib/core/functions/rand.md +37 -0
- package/doc/sc/api/lib/core/functions/random.md +37 -0
- package/doc/sc/api/lib/core/functions/realIP.md +29 -0
- package/doc/sc/api/lib/core/functions/removeGlobal.md +31 -0
- package/doc/sc/api/lib/core/functions/sendNpm.md +31 -0
- package/doc/sc/api/lib/core/functions/sendPm2.md +37 -0
- package/doc/sc/api/lib/core/functions/sendReload.md +24 -0
- package/doc/sc/api/lib/core/functions/sendRestart.md +24 -0
- package/doc/sc/api/lib/core/functions/setCookie.md +43 -0
- package/doc/sc/api/lib/core/functions/setGlobal.md +37 -0
- package/doc/sc/api/lib/core/functions/sleep.md +25 -0
- package/doc/sc/api/lib/core/functions/unconvert62.md +25 -0
- package/doc/sc/api/lib/core/functions/updateCode.md +49 -0
- package/doc/sc/api/lib/core/functions/write.md +31 -0
- package/doc/sc/api/lib/core/functions/writeEventStreamHead.md +21 -0
- package/doc/sc/api/lib/core/functions/writeHead.md +37 -0
- package/doc/sc/api/lib/core/index.md +66 -0
- package/doc/sc/api/lib/core/interfaces/ICookieOptions.md +59 -0
- package/doc/sc/api/lib/core/interfaces/ILogOptions.md +75 -0
- package/doc/sc/api/lib/core/type-aliases/TPm2Action.md +13 -0
- package/doc/sc/api/lib/core/variables/RANDOM_L.md +13 -0
- package/doc/sc/api/lib/core/variables/RANDOM_LN.md +13 -0
- package/doc/sc/api/lib/core/variables/RANDOM_LU.md +13 -0
- package/doc/sc/api/lib/core/variables/RANDOM_LUN.md +13 -0
- package/doc/sc/api/lib/core/variables/RANDOM_LUNS.md +13 -0
- package/doc/sc/api/lib/core/variables/RANDOM_N.md +13 -0
- package/doc/sc/api/lib/core/variables/RANDOM_U.md +13 -0
- package/doc/sc/api/lib/core/variables/RANDOM_UN.md +13 -0
- package/doc/sc/api/lib/core/variables/RANDOM_V.md +13 -0
- package/doc/sc/api/lib/core/variables/REAL_IP_CF.md +13 -0
- package/doc/sc/api/lib/core/variables/REAL_IP_X.md +13 -0
- package/doc/sc/api/lib/core/variables/global.md +13 -0
- package/doc/sc/api/lib/core/variables/globalConfig.md +47 -0
- package/doc/sc/api/lib/cron/functions/getRegulars.md +17 -0
- package/doc/sc/api/lib/cron/functions/regular.md +31 -0
- package/doc/sc/api/lib/cron/index.md +17 -0
- package/doc/sc/api/lib/cron/interfaces/IRegular.md +59 -0
- package/doc/sc/api/lib/cron/interfaces/IRegularData.md +101 -0
- package/doc/sc/api/lib/crypto/functions/aesDecrypt.md +91 -0
- package/doc/sc/api/lib/crypto/functions/aesEncrypt.md +95 -0
- package/doc/sc/api/lib/crypto/functions/base64Decode.md +59 -0
- package/doc/sc/api/lib/crypto/functions/base64Encode.md +25 -0
- package/doc/sc/api/lib/crypto/functions/cipherDecrypt.md +49 -0
- package/doc/sc/api/lib/crypto/functions/cipherEncrypt.md +49 -0
- package/doc/sc/api/lib/crypto/functions/gcmDecrypt.md +71 -0
- package/doc/sc/api/lib/crypto/functions/gcmEncrypt.md +71 -0
- package/doc/sc/api/lib/crypto/functions/generateKeyPair.md +61 -0
- package/doc/sc/api/lib/crypto/functions/hashHmac.md +79 -0
- package/doc/sc/api/lib/crypto/functions/hashHmacFile.md +79 -0
- package/doc/sc/api/lib/crypto/functions/privateDecrypt.md +31 -0
- package/doc/sc/api/lib/crypto/functions/privateEncrypt.md +31 -0
- package/doc/sc/api/lib/crypto/functions/publicDecrypt.md +31 -0
- package/doc/sc/api/lib/crypto/functions/publicEncrypt.md +31 -0
- package/doc/sc/api/lib/crypto/functions/sign.md +83 -0
- package/doc/sc/api/lib/crypto/functions/sm4Decrypt.md +91 -0
- package/doc/sc/api/lib/crypto/functions/sm4Encrypt.md +91 -0
- package/doc/sc/api/lib/crypto/functions/uuid.md +25 -0
- package/doc/sc/api/lib/crypto/functions/verify.md +43 -0
- package/doc/sc/api/lib/crypto/index.md +40 -0
- package/doc/sc/api/lib/crypto/variables/AES_256_CBC.md +13 -0
- package/doc/sc/api/lib/crypto/variables/AES_256_CTR.md +13 -0
- package/doc/sc/api/lib/crypto/variables/AES_256_ECB.md +13 -0
- package/doc/sc/api/lib/crypto/variables/AES_256_GCM.md +13 -0
- package/doc/sc/api/lib/crypto/variables/SM4_CBC.md +11 -0
- package/doc/sc/api/lib/crypto/variables/SM4_CFB.md +13 -0
- package/doc/sc/api/lib/crypto/variables/SM4_ECB.md +13 -0
- package/doc/sc/api/lib/db/conn/classes/Connection.md +315 -0
- package/doc/sc/api/lib/db/conn/index.md +11 -0
- package/doc/sc/api/lib/db/enumerations/ESERVICE.md +27 -0
- package/doc/sc/api/lib/db/functions/get.md +37 -0
- package/doc/sc/api/lib/db/index.md +50 -0
- package/doc/sc/api/lib/db/interfaces/IData.md +57 -0
- package/doc/sc/api/lib/db/interfaces/IPacket.md +75 -0
- package/doc/sc/api/lib/db/pool/classes/Pool.md +143 -0
- package/doc/sc/api/lib/db/pool/functions/getConnectionList.md +17 -0
- package/doc/sc/api/lib/db/pool/index.md +19 -0
- package/doc/sc/api/lib/db/pool/interfaces/IConnectionInfo.md +91 -0
- package/doc/sc/api/lib/db/tran/classes/Transaction.md +137 -0
- package/doc/sc/api/lib/db/tran/index.md +11 -0
- package/doc/sc/api/lib/dns/classes/Dns.md +187 -0
- package/doc/sc/api/lib/dns/enumerations/ERECORDLINE.md +59 -0
- package/doc/sc/api/lib/dns/enumerations/ERECORDTYPE.md +67 -0
- package/doc/sc/api/lib/dns/enumerations/ESERVICE.md +27 -0
- package/doc/sc/api/lib/dns/functions/get.md +29 -0
- package/doc/sc/api/lib/dns/index.md +27 -0
- package/doc/sc/api/lib/dns/interfaces/IAddDomainRecord.md +27 -0
- package/doc/sc/api/lib/dns/interfaces/IDomainList.md +43 -0
- package/doc/sc/api/lib/dns/interfaces/IOptions.md +41 -0
- package/doc/sc/api/lib/fs/functions/chmod.md +31 -0
- package/doc/sc/api/lib/fs/functions/copyFile.md +31 -0
- package/doc/sc/api/lib/fs/functions/copyFolder.md +37 -0
- package/doc/sc/api/lib/fs/functions/createReadStream.md +31 -0
- package/doc/sc/api/lib/fs/functions/createWriteStream.md +31 -0
- package/doc/sc/api/lib/fs/functions/getContent.md +63 -0
- package/doc/sc/api/lib/fs/functions/isDir.md +25 -0
- package/doc/sc/api/lib/fs/functions/isFile.md +25 -0
- package/doc/sc/api/lib/fs/functions/mkdir.md +31 -0
- package/doc/sc/api/lib/fs/functions/pipe.md +39 -0
- package/doc/sc/api/lib/fs/functions/putContent.md +47 -0
- package/doc/sc/api/lib/fs/functions/readDir.md +29 -0
- package/doc/sc/api/lib/fs/functions/readLink.md +31 -0
- package/doc/sc/api/lib/fs/functions/readToResponse.md +43 -0
- package/doc/sc/api/lib/fs/functions/rename.md +31 -0
- package/doc/sc/api/lib/fs/functions/rmdir.md +25 -0
- package/doc/sc/api/lib/fs/functions/rmdirDeep.md +25 -0
- package/doc/sc/api/lib/fs/functions/stats.md +25 -0
- package/doc/sc/api/lib/fs/functions/symlink.md +37 -0
- package/doc/sc/api/lib/fs/functions/unlink.md +25 -0
- package/doc/sc/api/lib/fs/index.md +30 -0
- package/doc/sc/api/lib/kv/classes/Kv.md +1161 -0
- package/doc/sc/api/lib/kv/functions/get.md +41 -0
- package/doc/sc/api/lib/kv/index.md +20 -0
- package/doc/sc/api/lib/kv/interfaces/IConnectionInfo.md +43 -0
- package/doc/sc/api/lib/kv/interfaces/IZRangeOptions.md +52 -0
- package/doc/sc/api/lib/lan/functions/card.md +17 -0
- package/doc/sc/api/lib/lan/functions/scan.md +17 -0
- package/doc/sc/api/lib/lan/index.md +12 -0
- package/doc/sc/api/lib/lang/functions/getCodeByAccept.md +25 -0
- package/doc/sc/api/lib/lang/index.md +17 -0
- package/doc/sc/api/lib/lang/variables/codes.md +13 -0
- package/doc/sc/api/lib/lang/variables/map.md +13 -0
- package/doc/sc/api/lib/lang/variables/names.md +11 -0
- package/doc/sc/api/lib/net/formdata/classes/FormData.md +157 -0
- package/doc/sc/api/lib/net/formdata/index.md +15 -0
- package/doc/sc/api/lib/net/formdata/interfaces/IItem.md +55 -0
- package/doc/sc/api/lib/net/functions/buildCookieQuery.md +31 -0
- package/doc/sc/api/lib/net/functions/fetch.md +31 -0
- package/doc/sc/api/lib/net/functions/filterHeaders.md +37 -0
- package/doc/sc/api/lib/net/functions/get.md +31 -0
- package/doc/sc/api/lib/net/functions/getCa.md +17 -0
- package/doc/sc/api/lib/net/functions/getFormData.md +17 -0
- package/doc/sc/api/lib/net/functions/mproxy.md +38 -0
- package/doc/sc/api/lib/net/functions/mproxyData.md +25 -0
- package/doc/sc/api/lib/net/functions/open.md +23 -0
- package/doc/sc/api/lib/net/functions/post.md +37 -0
- package/doc/sc/api/lib/net/functions/postJson.md +37 -0
- package/doc/sc/api/lib/net/functions/postJsonResponseJson.md +39 -0
- package/doc/sc/api/lib/net/functions/request.md +33 -0
- package/doc/sc/api/lib/net/functions/resetCookieSession.md +25 -0
- package/doc/sc/api/lib/net/functions/rproxy.md +37 -0
- package/doc/sc/api/lib/net/functions/setCookie.md +63 -0
- package/doc/sc/api/lib/net/index.md +37 -0
- package/doc/sc/api/lib/net/interfaces/ICookie.md +69 -0
- package/doc/sc/api/lib/net/interfaces/IMproxyOptions.md +85 -0
- package/doc/sc/api/lib/net/interfaces/IRequestOptions.md +133 -0
- package/doc/sc/api/lib/net/interfaces/IRproxyOptions.md +107 -0
- package/doc/sc/api/lib/net/request/classes/Request.md +297 -0
- package/doc/sc/api/lib/net/request/index.md +11 -0
- package/doc/sc/api/lib/net/response/classes/Response.md +109 -0
- package/doc/sc/api/lib/net/response/index.md +11 -0
- package/doc/sc/api/lib/net/type-aliases/THttpHeaders.md +27 -0
- package/doc/sc/api/lib/s3/classes/S3.md +220 -0
- package/doc/sc/api/lib/s3/enumerations/ESERVICE.md +43 -0
- package/doc/sc/api/lib/s3/functions/get.md +29 -0
- package/doc/sc/api/lib/s3/index.md +23 -0
- package/doc/sc/api/lib/s3/interfaces/IOptions.md +71 -0
- package/doc/sc/api/lib/scan/classes/Scan.md +127 -0
- package/doc/sc/api/lib/scan/functions/get.md +33 -0
- package/doc/sc/api/lib/scan/functions/scanned.md +37 -0
- package/doc/sc/api/lib/scan/functions/setData.md +35 -0
- package/doc/sc/api/lib/scan/index.md +22 -0
- package/doc/sc/api/lib/scan/interfaces/IOptions.md +43 -0
- package/doc/sc/api/lib/scan/interfaces/IStaticOptions.md +35 -0
- package/doc/sc/api/lib/session/classes/Session.md +103 -0
- package/doc/sc/api/lib/session/index.md +15 -0
- package/doc/sc/api/lib/session/interfaces/IOptions.md +41 -0
- package/doc/sc/api/lib/socket/functions/rwebsocket.md +37 -0
- package/doc/sc/api/lib/socket/index.md +15 -0
- package/doc/sc/api/lib/socket/interfaces/IRwebsocketOptions.md +91 -0
- package/doc/sc/api/lib/sql/classes/Sql.md +791 -0
- package/doc/sc/api/lib/sql/enumerations/EJSON.md +61 -0
- package/doc/sc/api/lib/sql/enumerations/ESERVICE.md +27 -0
- package/doc/sc/api/lib/sql/functions/aoMix.md +25 -0
- package/doc/sc/api/lib/sql/functions/column.md +35 -0
- package/doc/sc/api/lib/sql/functions/format.md +37 -0
- package/doc/sc/api/lib/sql/functions/get.md +43 -0
- package/doc/sc/api/lib/sql/index.md +23 -0
- package/doc/sc/api/lib/ssh/classes/Connection.md +123 -0
- package/doc/sc/api/lib/ssh/functions/get.md +25 -0
- package/doc/sc/api/lib/ssh/index.md +19 -0
- package/doc/sc/api/lib/ssh/interfaces/IExtOptions.md +33 -0
- package/doc/sc/api/lib/ssh/sftp/classes/Connection.md +628 -0
- package/doc/sc/api/lib/ssh/sftp/index.md +11 -0
- package/doc/sc/api/lib/ssh/shell/classes/Connection.md +189 -0
- package/doc/sc/api/lib/ssh/shell/index.md +11 -0
- package/doc/sc/api/lib/text/functions/getFilename.md +25 -0
- package/doc/sc/api/lib/text/functions/htmlescape.md +25 -0
- package/doc/sc/api/lib/text/functions/int2str.md +42 -0
- package/doc/sc/api/lib/text/functions/isAscii.md +25 -0
- package/doc/sc/api/lib/text/functions/isDomain.md +27 -0
- package/doc/sc/api/lib/text/functions/isEMail.md +23 -0
- package/doc/sc/api/lib/text/functions/isFalsy.md +25 -0
- package/doc/sc/api/lib/text/functions/isIPv4.md +23 -0
- package/doc/sc/api/lib/text/functions/isIPv6.md +23 -0
- package/doc/sc/api/lib/text/functions/isIdCardCN.md +25 -0
- package/doc/sc/api/lib/text/functions/isPhoneCN.md +25 -0
- package/doc/sc/api/lib/text/functions/isRealPath.md +25 -0
- package/doc/sc/api/lib/text/functions/isTruthy.md +31 -0
- package/doc/sc/api/lib/text/functions/logicalOr.md +41 -0
- package/doc/sc/api/lib/text/functions/match.md +31 -0
- package/doc/sc/api/lib/text/functions/nlReplace.md +31 -0
- package/doc/sc/api/lib/text/functions/parseDomain.md +25 -0
- package/doc/sc/api/lib/text/functions/parseJson.md +25 -0
- package/doc/sc/api/lib/text/functions/parseUrl.md +23 -0
- package/doc/sc/api/lib/text/functions/queryParse.md +25 -0
- package/doc/sc/api/lib/text/functions/queryStringify.md +69 -0
- package/doc/sc/api/lib/text/functions/sizeFormat.md +31 -0
- package/doc/sc/api/lib/text/functions/str2int.md +36 -0
- package/doc/sc/api/lib/text/functions/stringifyBuffer.md +25 -0
- package/doc/sc/api/lib/text/functions/stringifyJson.md +31 -0
- package/doc/sc/api/lib/text/functions/stringifyResult.md +25 -0
- package/doc/sc/api/lib/text/functions/trimJson.md +23 -0
- package/doc/sc/api/lib/text/functions/urlAtom.md +25 -0
- package/doc/sc/api/lib/text/functions/urlResolve.md +31 -0
- package/doc/sc/api/lib/text/index.md +55 -0
- package/doc/sc/api/lib/text/interfaces/IDomain.md +43 -0
- package/doc/sc/api/lib/text/type-aliases/TFalsy.md +13 -0
- package/doc/sc/api/lib/text/variables/REGEXP_ASCII.md +13 -0
- package/doc/sc/api/lib/text/variables/REGEXP_DOMAIN.md +11 -0
- package/doc/sc/api/lib/text/variables/REGEXP_EMAIL.md +11 -0
- package/doc/sc/api/lib/text/variables/REGEXP_IPV4.md +11 -0
- package/doc/sc/api/lib/text/variables/REGEXP_IPV6.md +11 -0
- package/doc/sc/api/lib/time/classes/Time.md +125 -0
- package/doc/sc/api/lib/time/functions/format.md +37 -0
- package/doc/sc/api/lib/time/functions/get.md +27 -0
- package/doc/sc/api/lib/time/functions/isMs.md +25 -0
- package/doc/sc/api/lib/time/functions/stamp.md +31 -0
- package/doc/sc/api/lib/time/index.md +28 -0
- package/doc/sc/api/lib/time/interfaces/IOptions.md +29 -0
- package/doc/sc/api/lib/time/variables/DAY.md +13 -0
- package/doc/sc/api/lib/time/variables/HOUR.md +13 -0
- package/doc/sc/api/lib/time/variables/YEAR.md +13 -0
- package/doc/sc/api/lib/turnstile/enumerations/EFACTORY.md +27 -0
- package/doc/sc/api/lib/turnstile/functions/verify.md +35 -0
- package/doc/sc/api/lib/turnstile/index.md +15 -0
- package/doc/sc/api/lib/vector/classes/Vector.md +141 -0
- package/doc/sc/api/lib/vector/functions/get.md +25 -0
- package/doc/sc/api/lib/vector/index.md +19 -0
- package/doc/sc/api/lib/vector/interfaces/IOptions.md +61 -0
- package/doc/sc/api/lib/ws/classes/Socket.md +331 -0
- package/doc/sc/api/lib/ws/enumerations/EFrameReceiveMode.md +35 -0
- package/doc/sc/api/lib/ws/enumerations/EOpcode.md +59 -0
- package/doc/sc/api/lib/ws/functions/connect.md +31 -0
- package/doc/sc/api/lib/ws/functions/createServer.md +45 -0
- package/doc/sc/api/lib/ws/functions/mproxy.md +38 -0
- package/doc/sc/api/lib/ws/functions/rproxy.md +37 -0
- package/doc/sc/api/lib/ws/functions/rsocket.md +37 -0
- package/doc/sc/api/lib/ws/index.md +30 -0
- package/doc/sc/api/lib/ws/interfaces/IConnectOptions.md +95 -0
- package/doc/sc/api/lib/ws/interfaces/IMproxyOptions.md +87 -0
- package/doc/sc/api/lib/ws/interfaces/IRproxyOptions.md +105 -0
- package/doc/sc/api/lib/zip/classes/Zip.md +392 -0
- package/doc/sc/api/lib/zip/functions/get.md +25 -0
- package/doc/sc/api/lib/zip/index.md +29 -0
- package/doc/sc/api/lib/zip/interfaces/IZipInputByType.md +81 -0
- package/doc/sc/api/lib/zip/interfaces/IZipItem.md +65 -0
- package/doc/sc/api/lib/zip/interfaces/IZipMetadata.md +25 -0
- package/doc/sc/api/lib/zip/interfaces/IZipOutputByType.md +81 -0
- package/doc/sc/api/lib/zip/interfaces/IZipStats.md +49 -0
- package/doc/sc/api/lib/zip/type-aliases/TZipInputFileFormat.md +11 -0
- package/doc/sc/api/lib/zip/type-aliases/TZipInputType.md +11 -0
- package/doc/sc/api/lib/zip/type-aliases/TZipOutputType.md +11 -0
- package/doc/sc/api/lib/zlib/functions/brotliCompress.md +31 -0
- package/doc/sc/api/lib/zlib/functions/brotliDecompress.md +25 -0
- package/doc/sc/api/lib/zlib/functions/compress.md +37 -0
- package/doc/sc/api/lib/zlib/functions/createBrotliCompress.md +25 -0
- package/doc/sc/api/lib/zlib/functions/createBrotliDecompress.md +17 -0
- package/doc/sc/api/lib/zlib/functions/createCompress.md +31 -0
- package/doc/sc/api/lib/zlib/functions/createDecompress.md +25 -0
- package/doc/sc/api/lib/zlib/functions/createDeflate.md +25 -0
- package/doc/sc/api/lib/zlib/functions/createGunzip.md +17 -0
- package/doc/sc/api/lib/zlib/functions/createGzip.md +25 -0
- package/doc/sc/api/lib/zlib/functions/createInflate.md +17 -0
- package/doc/sc/api/lib/zlib/functions/decompress.md +31 -0
- package/doc/sc/api/lib/zlib/functions/deflate.md +31 -0
- package/doc/sc/api/lib/zlib/functions/gunzip.md +25 -0
- package/doc/sc/api/lib/zlib/functions/gzip.md +31 -0
- package/doc/sc/api/lib/zlib/functions/inflate.md +25 -0
- package/doc/sc/api/lib/zlib/index.md +31 -0
- package/doc/sc/api/lib/zlib/interfaces/ICompress.md +27 -0
- package/doc/sc/api/lib/zlib/interfaces/ICompressBuffer.md +27 -0
- package/doc/sc/api/main/index.md +7 -0
- package/doc/sc/api/sys/ctr/classes/Ctr.md +1242 -0
- package/doc/sc/api/sys/ctr/functions/clearLocaleData.md +17 -0
- package/doc/sc/api/sys/ctr/index.md +15 -0
- package/doc/sc/api/sys/mod/classes/Rows.md +165 -0
- package/doc/sc/api/sys/mod/classes/default.md +2175 -0
- package/doc/sc/api/sys/mod/index.md +21 -0
- package/doc/sc/api/sys/mod/interfaces/IModUnionItem.md +25 -0
- package/doc/sc/api/sys/mod/interfaces/IRows.md +57 -0
- package/doc/sc/api/sys/mod/type-aliases/TOnlyProperties.md +19 -0
- package/doc/sc/api/sys/route/functions/clearKebabConfigs.md +17 -0
- package/doc/sc/api/sys/route/functions/getFormData.md +47 -0
- package/doc/sc/api/sys/route/functions/getPost.md +25 -0
- package/doc/sc/api/sys/route/functions/run.md +83 -0
- package/doc/sc/api/sys/route/functions/unlinkUploadFiles.md +25 -0
- package/doc/sc/api/sys/route/functions/waitCtr.md +26 -0
- package/doc/sc/api/sys/route/index.md +16 -0
- package/doc/sc/quick-start.md +30 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / IConfigS3
|
|
6
|
+
|
|
7
|
+
# Interface: IConfigS3
|
|
8
|
+
|
|
9
|
+
Defined in: [index.ts:108](https://github.com/maiyunnet/kebab/blob/master/index.ts#L108)
|
|
10
|
+
|
|
11
|
+
对象存储
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
### account?
|
|
16
|
+
|
|
17
|
+
> `optional` **account**: `string`
|
|
18
|
+
|
|
19
|
+
Defined in: [index.ts:110](https://github.com/maiyunnet/kebab/blob/master/index.ts#L110)
|
|
20
|
+
|
|
21
|
+
cf r2 要用
|
|
22
|
+
|
|
23
|
+
***
|
|
24
|
+
|
|
25
|
+
### bucket
|
|
26
|
+
|
|
27
|
+
> **bucket**: `string`
|
|
28
|
+
|
|
29
|
+
Defined in: [index.ts:114](https://github.com/maiyunnet/kebab/blob/master/index.ts#L114)
|
|
30
|
+
|
|
31
|
+
***
|
|
32
|
+
|
|
33
|
+
### region
|
|
34
|
+
|
|
35
|
+
> **region**: `string`
|
|
36
|
+
|
|
37
|
+
Defined in: [index.ts:113](https://github.com/maiyunnet/kebab/blob/master/index.ts#L113)
|
|
38
|
+
|
|
39
|
+
***
|
|
40
|
+
|
|
41
|
+
### sid
|
|
42
|
+
|
|
43
|
+
> **sid**: `string`
|
|
44
|
+
|
|
45
|
+
Defined in: [index.ts:111](https://github.com/maiyunnet/kebab/blob/master/index.ts#L111)
|
|
46
|
+
|
|
47
|
+
***
|
|
48
|
+
|
|
49
|
+
### skey
|
|
50
|
+
|
|
51
|
+
> **skey**: `string`
|
|
52
|
+
|
|
53
|
+
Defined in: [index.ts:112](https://github.com/maiyunnet/kebab/blob/master/index.ts#L112)
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / IConfigSql
|
|
6
|
+
|
|
7
|
+
# Interface: IConfigSql
|
|
8
|
+
|
|
9
|
+
Defined in: [index.ts:185](https://github.com/maiyunnet/kebab/blob/master/index.ts#L185)
|
|
10
|
+
|
|
11
|
+
sql
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
### pre
|
|
16
|
+
|
|
17
|
+
> **pre**: `string`
|
|
18
|
+
|
|
19
|
+
Defined in: [index.ts:186](https://github.com/maiyunnet/kebab/blob/master/index.ts#L186)
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / IConfigTurnstile
|
|
6
|
+
|
|
7
|
+
# Interface: IConfigTurnstile
|
|
8
|
+
|
|
9
|
+
Defined in: [index.ts:134](https://github.com/maiyunnet/kebab/blob/master/index.ts#L134)
|
|
10
|
+
|
|
11
|
+
人机码信息
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
### CF
|
|
16
|
+
|
|
17
|
+
> **CF**: `object`
|
|
18
|
+
|
|
19
|
+
Defined in: [index.ts:135](https://github.com/maiyunnet/kebab/blob/master/index.ts#L135)
|
|
20
|
+
|
|
21
|
+
#### sid
|
|
22
|
+
|
|
23
|
+
> **sid**: `string`
|
|
24
|
+
|
|
25
|
+
#### skey
|
|
26
|
+
|
|
27
|
+
> **skey**: `string`
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### TENCENT
|
|
32
|
+
|
|
33
|
+
> **TENCENT**: `object`
|
|
34
|
+
|
|
35
|
+
Defined in: [index.ts:139](https://github.com/maiyunnet/kebab/blob/master/index.ts#L139)
|
|
36
|
+
|
|
37
|
+
#### aid
|
|
38
|
+
|
|
39
|
+
> **aid**: `string`
|
|
40
|
+
|
|
41
|
+
#### akey
|
|
42
|
+
|
|
43
|
+
> **akey**: `string`
|
|
44
|
+
|
|
45
|
+
#### sid
|
|
46
|
+
|
|
47
|
+
> **sid**: `string`
|
|
48
|
+
|
|
49
|
+
#### skey
|
|
50
|
+
|
|
51
|
+
> **skey**: `string`
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / IConfigVector
|
|
6
|
+
|
|
7
|
+
# Interface: IConfigVector
|
|
8
|
+
|
|
9
|
+
Defined in: [index.ts:125](https://github.com/maiyunnet/kebab/blob/master/index.ts#L125)
|
|
10
|
+
|
|
11
|
+
向量数据库
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
### host
|
|
16
|
+
|
|
17
|
+
> **host**: `string`
|
|
18
|
+
|
|
19
|
+
Defined in: [index.ts:126](https://github.com/maiyunnet/kebab/blob/master/index.ts#L126)
|
|
20
|
+
|
|
21
|
+
***
|
|
22
|
+
|
|
23
|
+
### name
|
|
24
|
+
|
|
25
|
+
> **name**: `string`
|
|
26
|
+
|
|
27
|
+
Defined in: [index.ts:128](https://github.com/maiyunnet/kebab/blob/master/index.ts#L128)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### port
|
|
32
|
+
|
|
33
|
+
> **port**: `number`
|
|
34
|
+
|
|
35
|
+
Defined in: [index.ts:127](https://github.com/maiyunnet/kebab/blob/master/index.ts#L127)
|
|
36
|
+
|
|
37
|
+
***
|
|
38
|
+
|
|
39
|
+
### pwd
|
|
40
|
+
|
|
41
|
+
> **pwd**: `string`
|
|
42
|
+
|
|
43
|
+
Defined in: [index.ts:130](https://github.com/maiyunnet/kebab/blob/master/index.ts#L130)
|
|
44
|
+
|
|
45
|
+
***
|
|
46
|
+
|
|
47
|
+
### user
|
|
48
|
+
|
|
49
|
+
> **user**: `string`
|
|
50
|
+
|
|
51
|
+
Defined in: [index.ts:129](https://github.com/maiyunnet/kebab/blob/master/index.ts#L129)
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / IPostFile
|
|
6
|
+
|
|
7
|
+
# Interface: IPostFile
|
|
8
|
+
|
|
9
|
+
Defined in: [index.ts:237](https://github.com/maiyunnet/kebab/blob/master/index.ts#L237)
|
|
10
|
+
|
|
11
|
+
上传的文件信息对象
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
### name
|
|
16
|
+
|
|
17
|
+
> `readonly` **name**: `string`
|
|
18
|
+
|
|
19
|
+
Defined in: [index.ts:238](https://github.com/maiyunnet/kebab/blob/master/index.ts#L238)
|
|
20
|
+
|
|
21
|
+
***
|
|
22
|
+
|
|
23
|
+
### origin
|
|
24
|
+
|
|
25
|
+
> `readonly` **origin**: `string`
|
|
26
|
+
|
|
27
|
+
Defined in: [index.ts:239](https://github.com/maiyunnet/kebab/blob/master/index.ts#L239)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### path
|
|
32
|
+
|
|
33
|
+
> `readonly` **path**: `string`
|
|
34
|
+
|
|
35
|
+
Defined in: [index.ts:241](https://github.com/maiyunnet/kebab/blob/master/index.ts#L241)
|
|
36
|
+
|
|
37
|
+
***
|
|
38
|
+
|
|
39
|
+
### size
|
|
40
|
+
|
|
41
|
+
> `readonly` **size**: `number`
|
|
42
|
+
|
|
43
|
+
Defined in: [index.ts:240](https://github.com/maiyunnet/kebab/blob/master/index.ts#L240)
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / IUrlParse
|
|
6
|
+
|
|
7
|
+
# Interface: IUrlParse
|
|
8
|
+
|
|
9
|
+
Defined in: [index.ts:87](https://github.com/maiyunnet/kebab/blob/master/index.ts#L87)
|
|
10
|
+
|
|
11
|
+
## Properties
|
|
12
|
+
|
|
13
|
+
### auth
|
|
14
|
+
|
|
15
|
+
> **auth**: `string` \| `null`
|
|
16
|
+
|
|
17
|
+
Defined in: [index.ts:89](https://github.com/maiyunnet/kebab/blob/master/index.ts#L89)
|
|
18
|
+
|
|
19
|
+
***
|
|
20
|
+
|
|
21
|
+
### hash
|
|
22
|
+
|
|
23
|
+
> **hash**: `string` \| `null`
|
|
24
|
+
|
|
25
|
+
Defined in: [index.ts:98](https://github.com/maiyunnet/kebab/blob/master/index.ts#L98)
|
|
26
|
+
|
|
27
|
+
***
|
|
28
|
+
|
|
29
|
+
### host
|
|
30
|
+
|
|
31
|
+
> **host**: `string` \| `null`
|
|
32
|
+
|
|
33
|
+
Defined in: [index.ts:92](https://github.com/maiyunnet/kebab/blob/master/index.ts#L92)
|
|
34
|
+
|
|
35
|
+
***
|
|
36
|
+
|
|
37
|
+
### hostname
|
|
38
|
+
|
|
39
|
+
> **hostname**: `string` \| `null`
|
|
40
|
+
|
|
41
|
+
Defined in: [index.ts:93](https://github.com/maiyunnet/kebab/blob/master/index.ts#L93)
|
|
42
|
+
|
|
43
|
+
***
|
|
44
|
+
|
|
45
|
+
### pass
|
|
46
|
+
|
|
47
|
+
> **pass**: `string` \| `null`
|
|
48
|
+
|
|
49
|
+
Defined in: [index.ts:91](https://github.com/maiyunnet/kebab/blob/master/index.ts#L91)
|
|
50
|
+
|
|
51
|
+
***
|
|
52
|
+
|
|
53
|
+
### path
|
|
54
|
+
|
|
55
|
+
> **path**: `string` \| `null`
|
|
56
|
+
|
|
57
|
+
Defined in: [index.ts:96](https://github.com/maiyunnet/kebab/blob/master/index.ts#L96)
|
|
58
|
+
|
|
59
|
+
***
|
|
60
|
+
|
|
61
|
+
### pathname
|
|
62
|
+
|
|
63
|
+
> **pathname**: `string`
|
|
64
|
+
|
|
65
|
+
Defined in: [index.ts:95](https://github.com/maiyunnet/kebab/blob/master/index.ts#L95)
|
|
66
|
+
|
|
67
|
+
***
|
|
68
|
+
|
|
69
|
+
### port
|
|
70
|
+
|
|
71
|
+
> **port**: `string` \| `null`
|
|
72
|
+
|
|
73
|
+
Defined in: [index.ts:94](https://github.com/maiyunnet/kebab/blob/master/index.ts#L94)
|
|
74
|
+
|
|
75
|
+
***
|
|
76
|
+
|
|
77
|
+
### protocol
|
|
78
|
+
|
|
79
|
+
> **protocol**: `string` \| `null`
|
|
80
|
+
|
|
81
|
+
Defined in: [index.ts:88](https://github.com/maiyunnet/kebab/blob/master/index.ts#L88)
|
|
82
|
+
|
|
83
|
+
***
|
|
84
|
+
|
|
85
|
+
### query
|
|
86
|
+
|
|
87
|
+
> **query**: `string` \| `null`
|
|
88
|
+
|
|
89
|
+
Defined in: [index.ts:97](https://github.com/maiyunnet/kebab/blob/master/index.ts#L97)
|
|
90
|
+
|
|
91
|
+
***
|
|
92
|
+
|
|
93
|
+
### user
|
|
94
|
+
|
|
95
|
+
> **user**: `string` \| `null`
|
|
96
|
+
|
|
97
|
+
Defined in: [index.ts:90](https://github.com/maiyunnet/kebab/blob/master/index.ts#L90)
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / IVhost
|
|
6
|
+
|
|
7
|
+
# Interface: IVhost
|
|
8
|
+
|
|
9
|
+
Defined in: [index.ts:229](https://github.com/maiyunnet/kebab/blob/master/index.ts#L229)
|
|
10
|
+
|
|
11
|
+
虚拟机配置对象
|
|
12
|
+
|
|
13
|
+
## Properties
|
|
14
|
+
|
|
15
|
+
### domains
|
|
16
|
+
|
|
17
|
+
> `readonly` **domains**: `string`[]
|
|
18
|
+
|
|
19
|
+
Defined in: [index.ts:231](https://github.com/maiyunnet/kebab/blob/master/index.ts#L231)
|
|
20
|
+
|
|
21
|
+
***
|
|
22
|
+
|
|
23
|
+
### name?
|
|
24
|
+
|
|
25
|
+
> `readonly` `optional` **name**: `string`
|
|
26
|
+
|
|
27
|
+
Defined in: [index.ts:230](https://github.com/maiyunnet/kebab/blob/master/index.ts#L230)
|
|
28
|
+
|
|
29
|
+
***
|
|
30
|
+
|
|
31
|
+
### remark?
|
|
32
|
+
|
|
33
|
+
> `readonly` `optional` **remark**: `string`
|
|
34
|
+
|
|
35
|
+
Defined in: [index.ts:233](https://github.com/maiyunnet/kebab/blob/master/index.ts#L233)
|
|
36
|
+
|
|
37
|
+
***
|
|
38
|
+
|
|
39
|
+
### root
|
|
40
|
+
|
|
41
|
+
> `readonly` **root**: `string`
|
|
42
|
+
|
|
43
|
+
Defined in: [index.ts:232](https://github.com/maiyunnet/kebab/blob/master/index.ts#L232)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / DbValue
|
|
6
|
+
|
|
7
|
+
# Type Alias: DbValue
|
|
8
|
+
|
|
9
|
+
> **DbValue** = `string` \| `number` \| `null` \| `Record`\<`string`, [`Json`](Json.md)\>
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:47](https://github.com/maiyunnet/kebab/blob/master/index.ts#L47)
|
|
12
|
+
|
|
13
|
+
数据库值的类型
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / Json
|
|
6
|
+
|
|
7
|
+
# Type Alias: Json
|
|
8
|
+
|
|
9
|
+
> **Json** = `any`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:44](https://github.com/maiyunnet/kebab/blob/master/index.ts#L44)
|
|
12
|
+
|
|
13
|
+
除非确定是不可知的 Json,否则不能使用
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / CERT\_CWD
|
|
6
|
+
|
|
7
|
+
# Variable: CERT\_CWD
|
|
8
|
+
|
|
9
|
+
> `const` **CERT\_CWD**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:32](https://github.com/maiyunnet/kebab/blob/master/index.ts#L32)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / CONF\_CWD
|
|
6
|
+
|
|
7
|
+
# Variable: CONF\_CWD
|
|
8
|
+
|
|
9
|
+
> `const` **CONF\_CWD**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:31](https://github.com/maiyunnet/kebab/blob/master/index.ts#L31)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / FTMP\_CWD
|
|
6
|
+
|
|
7
|
+
# Variable: FTMP\_CWD
|
|
8
|
+
|
|
9
|
+
> `const` **FTMP\_CWD**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:38](https://github.com/maiyunnet/kebab/blob/master/index.ts#L38)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / IND\_CWD
|
|
6
|
+
|
|
7
|
+
# Variable: IND\_CWD
|
|
8
|
+
|
|
9
|
+
> `const` **IND\_CWD**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:37](https://github.com/maiyunnet/kebab/blob/master/index.ts#L37)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / LIB\_CWD
|
|
6
|
+
|
|
7
|
+
# Variable: LIB\_CWD
|
|
8
|
+
|
|
9
|
+
> `const` **LIB\_CWD**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:34](https://github.com/maiyunnet/kebab/blob/master/index.ts#L34)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / LIB\_PATH
|
|
6
|
+
|
|
7
|
+
# Variable: LIB\_PATH
|
|
8
|
+
|
|
9
|
+
> `const` **LIB\_PATH**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:20](https://github.com/maiyunnet/kebab/blob/master/index.ts#L20)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / LOG\_CWD
|
|
6
|
+
|
|
7
|
+
# Variable: LOG\_CWD
|
|
8
|
+
|
|
9
|
+
> `const` **LOG\_CWD**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:35](https://github.com/maiyunnet/kebab/blob/master/index.ts#L35)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / MOD\_CWD
|
|
6
|
+
|
|
7
|
+
# Variable: MOD\_CWD
|
|
8
|
+
|
|
9
|
+
> `const` **MOD\_CWD**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:39](https://github.com/maiyunnet/kebab/blob/master/index.ts#L39)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / ROOT\_CWD
|
|
6
|
+
|
|
7
|
+
# Variable: ROOT\_CWD
|
|
8
|
+
|
|
9
|
+
> `const` **ROOT\_CWD**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:30](https://github.com/maiyunnet/kebab/blob/master/index.ts#L30)
|
|
12
|
+
|
|
13
|
+
执行根目录,以 / 结尾
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / ROOT\_PATH
|
|
6
|
+
|
|
7
|
+
# Variable: ROOT\_PATH
|
|
8
|
+
|
|
9
|
+
> `const` **ROOT\_PATH**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:19](https://github.com/maiyunnet/kebab/blob/master/index.ts#L19)
|
|
12
|
+
|
|
13
|
+
框架根目录,以 / 结尾
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / SYS\_PATH
|
|
6
|
+
|
|
7
|
+
# Variable: SYS\_PATH
|
|
8
|
+
|
|
9
|
+
> `const` **SYS\_PATH**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:21](https://github.com/maiyunnet/kebab/blob/master/index.ts#L21)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / VER
|
|
6
|
+
|
|
7
|
+
# Variable: VER
|
|
8
|
+
|
|
9
|
+
> `const` **VER**: `"7.6.1"` = `'7.6.1'`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:10](https://github.com/maiyunnet/kebab/blob/master/index.ts#L10)
|
|
12
|
+
|
|
13
|
+
当前系统版本号
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / VHOST\_CWD
|
|
6
|
+
|
|
7
|
+
# Variable: VHOST\_CWD
|
|
8
|
+
|
|
9
|
+
> `const` **VHOST\_CWD**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:33](https://github.com/maiyunnet/kebab/blob/master/index.ts#L33)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[**Documents for @maiyunnet/kebab**](../../index.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[Documents for @maiyunnet/kebab](../../index.md) / [index](../index.md) / WWW\_CWD
|
|
6
|
+
|
|
7
|
+
# Variable: WWW\_CWD
|
|
8
|
+
|
|
9
|
+
> `const` **WWW\_CWD**: `string`
|
|
10
|
+
|
|
11
|
+
Defined in: [index.ts:36](https://github.com/maiyunnet/kebab/blob/master/index.ts#L36)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
**Documents for @maiyunnet/kebab**
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
# Documents for @maiyunnet/kebab
|
|
6
|
+
|
|
7
|
+
## Modules
|
|
8
|
+
|
|
9
|
+
- [index](index/index.md)
|
|
10
|
+
- [lib/ai](lib/ai/index.md)
|
|
11
|
+
- [lib/buffer](lib/buffer/index.md)
|
|
12
|
+
- [lib/captcha](lib/captcha/index.md)
|
|
13
|
+
- [lib/consistent](lib/consistent/index.md)
|
|
14
|
+
- [lib/core](lib/core/index.md)
|
|
15
|
+
- [lib/cron](lib/cron/index.md)
|
|
16
|
+
- [lib/crypto](lib/crypto/index.md)
|
|
17
|
+
- [lib/db](lib/db/index.md)
|
|
18
|
+
- [lib/db/conn](lib/db/conn/index.md)
|
|
19
|
+
- [lib/db/pool](lib/db/pool/index.md)
|
|
20
|
+
- [lib/db/tran](lib/db/tran/index.md)
|
|
21
|
+
- [lib/dns](lib/dns/index.md)
|
|
22
|
+
- [lib/fs](lib/fs/index.md)
|
|
23
|
+
- [lib/kv](lib/kv/index.md)
|
|
24
|
+
- [lib/lan](lib/lan/index.md)
|
|
25
|
+
- [lib/lang](lib/lang/index.md)
|
|
26
|
+
- [lib/net](lib/net/index.md)
|
|
27
|
+
- [lib/net/formdata](lib/net/formdata/index.md)
|
|
28
|
+
- [lib/net/request](lib/net/request/index.md)
|
|
29
|
+
- [lib/net/response](lib/net/response/index.md)
|
|
30
|
+
- [lib/s3](lib/s3/index.md)
|
|
31
|
+
- [lib/scan](lib/scan/index.md)
|
|
32
|
+
- [lib/session](lib/session/index.md)
|
|
33
|
+
- [lib/socket](lib/socket/index.md)
|
|
34
|
+
- [lib/sql](lib/sql/index.md)
|
|
35
|
+
- [lib/ssh](lib/ssh/index.md)
|
|
36
|
+
- [lib/ssh/sftp](lib/ssh/sftp/index.md)
|
|
37
|
+
- [lib/ssh/shell](lib/ssh/shell/index.md)
|
|
38
|
+
- [lib/text](lib/text/index.md)
|
|
39
|
+
- [lib/time](lib/time/index.md)
|
|
40
|
+
- [lib/turnstile](lib/turnstile/index.md)
|
|
41
|
+
- [lib/vector](lib/vector/index.md)
|
|
42
|
+
- [lib/ws](lib/ws/index.md)
|
|
43
|
+
- [lib/zip](lib/zip/index.md)
|
|
44
|
+
- [lib/zlib](lib/zlib/index.md)
|
|
45
|
+
- [main](main/index.md)
|
|
46
|
+
- [sys/ctr](sys/ctr/index.md)
|
|
47
|
+
- [sys/mod](sys/mod/index.md)
|
|
48
|
+
- [sys/route](sys/route/index.md)
|