@maiyunnet/kebab 2.0.7 → 2.0.8

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.
Files changed (83) hide show
  1. package/index.d.ts +11 -1
  2. package/index.js +13 -1
  3. package/lib/buffer.d.ts +25 -0
  4. package/lib/buffer.js +30 -5
  5. package/lib/captcha.d.ts +15 -0
  6. package/lib/captcha.js +20 -0
  7. package/lib/consistent.d.ts +51 -0
  8. package/lib/consistent.js +59 -0
  9. package/lib/core.d.ts +134 -0
  10. package/lib/core.js +176 -0
  11. package/lib/crypto.d.ts +75 -6
  12. package/lib/crypto.js +206 -38
  13. package/lib/db.d.ts +104 -0
  14. package/lib/db.js +126 -0
  15. package/lib/dns.d.ts +51 -0
  16. package/lib/dns.js +54 -2
  17. package/lib/fs.d.ts +100 -0
  18. package/lib/fs.js +118 -0
  19. package/lib/jwt.d.ts +43 -0
  20. package/lib/jwt.js +45 -0
  21. package/lib/kv.d.ts +362 -0
  22. package/lib/kv.js +377 -0
  23. package/lib/lan.d.ts +6 -0
  24. package/lib/lan.js +7 -0
  25. package/lib/net/formdata.d.ts +38 -0
  26. package/lib/net/formdata.js +43 -0
  27. package/lib/net/request.d.ts +62 -0
  28. package/lib/net/request.js +57 -0
  29. package/lib/net/response.d.ts +21 -0
  30. package/lib/net/response.js +16 -0
  31. package/lib/net.d.ts +86 -0
  32. package/lib/net.js +140 -0
  33. package/lib/s3.d.ts +52 -0
  34. package/lib/s3.js +51 -0
  35. package/lib/scan.d.ts +52 -0
  36. package/lib/scan.js +84 -0
  37. package/lib/session.d.ts +31 -0
  38. package/lib/session.js +52 -1
  39. package/lib/sql.d.ts +176 -0
  40. package/lib/sql.js +287 -2
  41. package/lib/ssh/sftp.d.ts +106 -0
  42. package/lib/ssh/sftp.js +106 -0
  43. package/lib/ssh/shell.d.ts +37 -0
  44. package/lib/ssh/shell.js +31 -0
  45. package/lib/ssh.d.ts +32 -0
  46. package/lib/ssh.js +32 -0
  47. package/lib/text.d.ts +131 -0
  48. package/lib/text.js +188 -0
  49. package/lib/time.d.ts +53 -0
  50. package/lib/time.js +55 -0
  51. package/lib/ws.d.ts +68 -0
  52. package/lib/ws.js +74 -0
  53. package/lib/zip.d.ts +53 -0
  54. package/lib/zip.js +73 -0
  55. package/lib/zlib.d.ts +76 -0
  56. package/lib/zlib.js +78 -0
  57. package/main.d.ts +6 -1
  58. package/main.js +11 -1
  59. package/package.json +1 -1
  60. package/sys/child.js +104 -0
  61. package/sys/cmd.js +28 -0
  62. package/sys/ctr.d.ts +166 -0
  63. package/sys/ctr.js +177 -0
  64. package/sys/master.js +63 -0
  65. package/sys/mod.d.ts +266 -0
  66. package/sys/mod.js +335 -0
  67. package/sys/route.d.ts +34 -0
  68. package/sys/route.js +164 -0
  69. package/www/example/ctr/test.d.ts +3 -0
  70. package/www/example/ctr/test.js +63 -1
  71. package/www/example/mod/test.js +14 -0
  72. package/www/example/mod/testdata.js +9 -0
  73. package/www/example/ws/test.js +1 -0
  74. package/.VSCodeCounter/2025-02-14_14-46-44/details.md +0 -82
  75. package/.VSCodeCounter/2025-02-14_14-46-44/diff-details.md +0 -15
  76. package/.VSCodeCounter/2025-02-14_14-46-44/diff.csv +0 -2
  77. package/.VSCodeCounter/2025-02-14_14-46-44/diff.md +0 -19
  78. package/.VSCodeCounter/2025-02-14_14-46-44/diff.txt +0 -22
  79. package/.VSCodeCounter/2025-02-14_14-46-44/results.csv +0 -69
  80. package/.VSCodeCounter/2025-02-14_14-46-44/results.json +0 -1
  81. package/.VSCodeCounter/2025-02-14_14-46-44/results.md +0 -48
  82. package/.VSCodeCounter/2025-02-14_14-46-44/results.txt +0 -118
  83. package/.vscode/tasks.json +0 -15
@@ -1 +0,0 @@
1
- {"file:///d%3A/sync/www/project/maiyun/Kebab/tsconfig.json":{"language":"JSON with Comments","code":30,"comment":1,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/package.json":{"language":"JSON","code":23,"comment":0,"blank":1},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/buffer.ts":{"language":"TypeScript","code":103,"comment":25,"blank":25},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/crypto.ts":{"language":"TypeScript","code":246,"comment":115,"blank":24},"file:///d%3A/sync/www/project/maiyun/Kebab/sys/def.ts":{"language":"TypeScript","code":12,"comment":9,"blank":5},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/fs.ts":{"language":"TypeScript","code":389,"comment":118,"blank":21},"file:///d%3A/sync/www/project/maiyun/Kebab/sys/child.ts":{"language":"TypeScript","code":554,"comment":104,"blank":16},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/jwt.ts":{"language":"TypeScript","code":203,"comment":52,"blank":22},"file:///d%3A/sync/www/project/maiyun/Kebab/sys/master.ts":{"language":"TypeScript","code":390,"comment":83,"blank":12},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/kv.ts":{"language":"TypeScript","code":1001,"comment":381,"blank":108},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/core.ts":{"language":"TypeScript","code":668,"comment":184,"blank":40},"file:///d%3A/sync/www/project/maiyun/Kebab/sys/mod.ts":{"language":"TypeScript","code":1436,"comment":335,"blank":85},"file:///d%3A/sync/www/project/maiyun/Kebab/sys/ctr.ts":{"language":"TypeScript","code":638,"comment":196,"blank":77},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/dns.ts":{"language":"TypeScript","code":328,"comment":63,"blank":19},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/s3.ts":{"language":"TypeScript","code":170,"comment":58,"blank":18},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/scan.ts":{"language":"TypeScript","code":256,"comment":86,"blank":23},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/ctr/middle.ts":{"language":"TypeScript","code":22,"comment":0,"blank":5},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/session.ts":{"language":"TypeScript","code":154,"comment":55,"blank":22},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/net.ts":{"language":"TypeScript","code":497,"comment":152,"blank":24},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/lan.ts":{"language":"TypeScript","code":69,"comment":4,"blank":3},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/ctr/main.ts":{"language":"TypeScript","code":6,"comment":0,"blank":4},"file:///d%3A/sync/www/project/maiyun/Kebab/sys/route.ts":{"language":"TypeScript","code":914,"comment":168,"blank":34},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/sql.ts":{"language":"TypeScript","code":815,"comment":281,"blank":49},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/time.ts":{"language":"TypeScript","code":180,"comment":58,"blank":17},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/ws.ts":{"language":"TypeScript","code":431,"comment":107,"blank":35},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/text.ts":{"language":"TypeScript","code":399,"comment":170,"blank":38},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/ws/test.ts":{"language":"TypeScript","code":29,"comment":1,"blank":7},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/ctr/test.ts":{"language":"TypeScript","code":2752,"comment":46,"blank":393},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/ws/mproxy.ts":{"language":"TypeScript","code":13,"comment":0,"blank":4},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/zip.ts":{"language":"TypeScript","code":350,"comment":75,"blank":23},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/ws/rproxy.ts":{"language":"TypeScript","code":11,"comment":0,"blank":4},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/ssh.ts":{"language":"TypeScript","code":143,"comment":34,"blank":15},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/ws/irp.ts":{"language":"TypeScript","code":13,"comment":1,"blank":5},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/zlib.ts":{"language":"TypeScript","code":251,"comment":80,"blank":20},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/net/request.ts":{"language":"TypeScript","code":68,"comment":62,"blank":21},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/view/test.ejs":{"language":"HTML","code":11,"comment":0,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/net/response.ts":{"language":"TypeScript","code":27,"comment":21,"blank":12},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/net/formdata.ts":{"language":"TypeScript","code":104,"comment":46,"blank":17},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/route.json":{"language":"JSON","code":6,"comment":0,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/data/locale/en.test.json":{"language":"JSON","code":8,"comment":0,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/mod/testdata.ts":{"language":"TypeScript","code":9,"comment":11,"blank":11},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/ssh/shell.ts":{"language":"TypeScript","code":61,"comment":37,"blank":13},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/ssh/sftp.ts":{"language":"TypeScript","code":367,"comment":113,"blank":29},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/mod/test.ts":{"language":"TypeScript","code":17,"comment":15,"blank":16},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/data/locale/index.html":{"language":"HTML","code":1,"comment":0,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/data/locale/ja.test.json":{"language":"JSON","code":8,"comment":0,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/db.ts":{"language":"TypeScript","code":529,"comment":133,"blank":58},"file:///d%3A/sync/www/project/maiyun/Kebab/sys/cmd.ts":{"language":"TypeScript","code":53,"comment":14,"blank":5},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/kebab.json":{"language":"JSON","code":24,"comment":0,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/types/index.d.ts":{"language":"TypeScript","code":187,"comment":36,"blank":46},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/captcha.ts":{"language":"TypeScript","code":34,"comment":20,"blank":10},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/consistent.ts":{"language":"TypeScript","code":142,"comment":59,"blank":19},"file:///d%3A/sync/www/project/maiyun/Kebab/index.ts":{"language":"TypeScript","code":13,"comment":12,"blank":3},"file:///d%3A/sync/www/project/maiyun/Kebab/eslint.config.js":{"language":"JavaScript","code":23,"comment":1,"blank":1},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/data/locale/tc.test.json":{"language":"JSON","code":8,"comment":0,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/www/default/data/locale/sc.test.json":{"language":"JSON","code":8,"comment":0,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/doc/CHANGELOG.md":{"language":"Markdown","code":85,"comment":0,"blank":28},"file:///d%3A/sync/www/project/maiyun/Kebab/README.md":{"language":"Markdown","code":134,"comment":0,"blank":67},"file:///d%3A/sync/www/project/maiyun/Kebab/doc/README.tc.md":{"language":"Markdown","code":135,"comment":0,"blank":68},"file:///d%3A/sync/www/project/maiyun/Kebab/conf/config.json":{"language":"JSON","code":67,"comment":0,"blank":1},"file:///d%3A/sync/www/project/maiyun/Kebab/conf/cert.json":{"language":"JSON","code":6,"comment":0,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/doc/CHANGELOG.tc.md":{"language":"Markdown","code":85,"comment":0,"blank":28},"file:///d%3A/sync/www/project/maiyun/Kebab/conf/vhost/default.json":{"language":"JSON","code":8,"comment":0,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/doc/README.sc.md":{"language":"Markdown","code":134,"comment":0,"blank":67},"file:///d%3A/sync/www/project/maiyun/Kebab/doc/icon.svg":{"language":"XML","code":1,"comment":0,"blank":0},"file:///d%3A/sync/www/project/maiyun/Kebab/doc/CHANGELOG.sc.md":{"language":"Markdown","code":85,"comment":0,"blank":28},"file:///d%3A/sync/www/project/maiyun/Kebab/lib/text/tld.json":{"language":"JSON","code":1,"comment":0,"blank":0}}
@@ -1,48 +0,0 @@
1
- # Summary
2
-
3
- Date : 2025-02-14 14:46:44
4
-
5
- Directory d:\\sync\\www\\project\\maiyun\\Kebab
6
-
7
- Total : 67 files, 15945 codes, 3622 comments, 1746 blanks, all 21313 lines
8
-
9
- Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
10
-
11
- ## Languages
12
- | language | files | code | comment | blank | total |
13
- | :--- | ---: | ---: | ---: | ---: | ---: |
14
- | TypeScript | 45 | 15,054 | 3,620 | 1,457 | 20,131 |
15
- | Markdown | 6 | 658 | 0 | 286 | 944 |
16
- | JSON | 11 | 167 | 0 | 2 | 169 |
17
- | JSON with Comments | 1 | 30 | 1 | 0 | 31 |
18
- | JavaScript | 1 | 23 | 1 | 1 | 25 |
19
- | HTML | 2 | 12 | 0 | 0 | 12 |
20
- | XML | 1 | 1 | 0 | 0 | 1 |
21
-
22
- ## Directories
23
- | path | files | code | comment | blank | total |
24
- | :--- | ---: | ---: | ---: | ---: | ---: |
25
- | . | 67 | 15,945 | 3,622 | 1,746 | 21,313 |
26
- | . (Files) | 5 | 223 | 14 | 72 | 309 |
27
- | conf | 3 | 81 | 0 | 1 | 82 |
28
- | conf (Files) | 2 | 73 | 0 | 1 | 74 |
29
- | conf\\vhost | 1 | 8 | 0 | 0 | 8 |
30
- | doc | 6 | 525 | 0 | 219 | 744 |
31
- | lib | 28 | 7,986 | 2,589 | 725 | 11,300 |
32
- | lib (Files) | 22 | 7,358 | 2,310 | 633 | 10,301 |
33
- | lib\\net | 3 | 199 | 129 | 50 | 378 |
34
- | lib\\ssh | 2 | 428 | 150 | 42 | 620 |
35
- | lib\\text | 1 | 1 | 0 | 0 | 1 |
36
- | sys | 7 | 3,997 | 909 | 234 | 5,140 |
37
- | types | 1 | 187 | 36 | 46 | 269 |
38
- | www | 17 | 2,946 | 74 | 449 | 3,469 |
39
- | www\\default | 17 | 2,946 | 74 | 449 | 3,469 |
40
- | www\\default (Files) | 2 | 30 | 0 | 0 | 30 |
41
- | www\\default\\ctr | 3 | 2,780 | 46 | 402 | 3,228 |
42
- | www\\default\\data | 5 | 33 | 0 | 0 | 33 |
43
- | www\\default\\data\\locale | 5 | 33 | 0 | 0 | 33 |
44
- | www\\default\\mod | 2 | 26 | 26 | 27 | 79 |
45
- | www\\default\\view | 1 | 11 | 0 | 0 | 11 |
46
- | www\\default\\ws | 4 | 66 | 2 | 20 | 88 |
47
-
48
- Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
@@ -1,118 +0,0 @@
1
- Date : 2025-02-14 14:46:44
2
- Directory : d:\sync\www\project\maiyun\Kebab
3
- Total : 67 files, 15945 codes, 3622 comments, 1746 blanks, all 21313 lines
4
-
5
- Languages
6
- +--------------------+------------+------------+------------+------------+------------+
7
- | language | files | code | comment | blank | total |
8
- +--------------------+------------+------------+------------+------------+------------+
9
- | TypeScript | 45 | 15,054 | 3,620 | 1,457 | 20,131 |
10
- | Markdown | 6 | 658 | 0 | 286 | 944 |
11
- | JSON | 11 | 167 | 0 | 2 | 169 |
12
- | JSON with Comments | 1 | 30 | 1 | 0 | 31 |
13
- | JavaScript | 1 | 23 | 1 | 1 | 25 |
14
- | HTML | 2 | 12 | 0 | 0 | 12 |
15
- | XML | 1 | 1 | 0 | 0 | 1 |
16
- +--------------------+------------+------------+------------+------------+------------+
17
-
18
- Directories
19
- +-----------------------------------------------------------------------+------------+------------+------------+------------+------------+
20
- | path | files | code | comment | blank | total |
21
- +-----------------------------------------------------------------------+------------+------------+------------+------------+------------+
22
- | . | 67 | 15,945 | 3,622 | 1,746 | 21,313 |
23
- | . (Files) | 5 | 223 | 14 | 72 | 309 |
24
- | conf | 3 | 81 | 0 | 1 | 82 |
25
- | conf (Files) | 2 | 73 | 0 | 1 | 74 |
26
- | conf\vhost | 1 | 8 | 0 | 0 | 8 |
27
- | doc | 6 | 525 | 0 | 219 | 744 |
28
- | lib | 28 | 7,986 | 2,589 | 725 | 11,300 |
29
- | lib (Files) | 22 | 7,358 | 2,310 | 633 | 10,301 |
30
- | lib\net | 3 | 199 | 129 | 50 | 378 |
31
- | lib\ssh | 2 | 428 | 150 | 42 | 620 |
32
- | lib\text | 1 | 1 | 0 | 0 | 1 |
33
- | sys | 7 | 3,997 | 909 | 234 | 5,140 |
34
- | types | 1 | 187 | 36 | 46 | 269 |
35
- | www | 17 | 2,946 | 74 | 449 | 3,469 |
36
- | www\default | 17 | 2,946 | 74 | 449 | 3,469 |
37
- | www\default (Files) | 2 | 30 | 0 | 0 | 30 |
38
- | www\default\ctr | 3 | 2,780 | 46 | 402 | 3,228 |
39
- | www\default\data | 5 | 33 | 0 | 0 | 33 |
40
- | www\default\data\locale | 5 | 33 | 0 | 0 | 33 |
41
- | www\default\mod | 2 | 26 | 26 | 27 | 79 |
42
- | www\default\view | 1 | 11 | 0 | 0 | 11 |
43
- | www\default\ws | 4 | 66 | 2 | 20 | 88 |
44
- +-----------------------------------------------------------------------+------------+------------+------------+------------+------------+
45
-
46
- Files
47
- +-----------------------------------------------------------------------+--------------------+------------+------------+------------+------------+
48
- | filename | language | code | comment | blank | total |
49
- +-----------------------------------------------------------------------+--------------------+------------+------------+------------+------------+
50
- | d:\sync\www\project\maiyun\Kebab\README.md | Markdown | 134 | 0 | 67 | 201 |
51
- | d:\sync\www\project\maiyun\Kebab\conf\cert.json | JSON | 6 | 0 | 0 | 6 |
52
- | d:\sync\www\project\maiyun\Kebab\conf\config.json | JSON | 67 | 0 | 1 | 68 |
53
- | d:\sync\www\project\maiyun\Kebab\conf\vhost\default.json | JSON | 8 | 0 | 0 | 8 |
54
- | d:\sync\www\project\maiyun\Kebab\doc\CHANGELOG.md | Markdown | 85 | 0 | 28 | 113 |
55
- | d:\sync\www\project\maiyun\Kebab\doc\CHANGELOG.sc.md | Markdown | 85 | 0 | 28 | 113 |
56
- | d:\sync\www\project\maiyun\Kebab\doc\CHANGELOG.tc.md | Markdown | 85 | 0 | 28 | 113 |
57
- | d:\sync\www\project\maiyun\Kebab\doc\README.sc.md | Markdown | 134 | 0 | 67 | 201 |
58
- | d:\sync\www\project\maiyun\Kebab\doc\README.tc.md | Markdown | 135 | 0 | 68 | 203 |
59
- | d:\sync\www\project\maiyun\Kebab\doc\icon.svg | XML | 1 | 0 | 0 | 1 |
60
- | d:\sync\www\project\maiyun\Kebab\eslint.config.js | JavaScript | 23 | 1 | 1 | 25 |
61
- | d:\sync\www\project\maiyun\Kebab\index.ts | TypeScript | 13 | 12 | 3 | 28 |
62
- | d:\sync\www\project\maiyun\Kebab\lib\buffer.ts | TypeScript | 103 | 25 | 25 | 153 |
63
- | d:\sync\www\project\maiyun\Kebab\lib\captcha.ts | TypeScript | 34 | 20 | 10 | 64 |
64
- | d:\sync\www\project\maiyun\Kebab\lib\consistent.ts | TypeScript | 142 | 59 | 19 | 220 |
65
- | d:\sync\www\project\maiyun\Kebab\lib\core.ts | TypeScript | 668 | 184 | 40 | 892 |
66
- | d:\sync\www\project\maiyun\Kebab\lib\crypto.ts | TypeScript | 246 | 115 | 24 | 385 |
67
- | d:\sync\www\project\maiyun\Kebab\lib\db.ts | TypeScript | 529 | 133 | 58 | 720 |
68
- | d:\sync\www\project\maiyun\Kebab\lib\dns.ts | TypeScript | 328 | 63 | 19 | 410 |
69
- | d:\sync\www\project\maiyun\Kebab\lib\fs.ts | TypeScript | 389 | 118 | 21 | 528 |
70
- | d:\sync\www\project\maiyun\Kebab\lib\jwt.ts | TypeScript | 203 | 52 | 22 | 277 |
71
- | d:\sync\www\project\maiyun\Kebab\lib\kv.ts | TypeScript | 1,001 | 381 | 108 | 1,490 |
72
- | d:\sync\www\project\maiyun\Kebab\lib\lan.ts | TypeScript | 69 | 4 | 3 | 76 |
73
- | d:\sync\www\project\maiyun\Kebab\lib\net.ts | TypeScript | 497 | 152 | 24 | 673 |
74
- | d:\sync\www\project\maiyun\Kebab\lib\net\formdata.ts | TypeScript | 104 | 46 | 17 | 167 |
75
- | d:\sync\www\project\maiyun\Kebab\lib\net\request.ts | TypeScript | 68 | 62 | 21 | 151 |
76
- | d:\sync\www\project\maiyun\Kebab\lib\net\response.ts | TypeScript | 27 | 21 | 12 | 60 |
77
- | d:\sync\www\project\maiyun\Kebab\lib\s3.ts | TypeScript | 170 | 58 | 18 | 246 |
78
- | d:\sync\www\project\maiyun\Kebab\lib\scan.ts | TypeScript | 256 | 86 | 23 | 365 |
79
- | d:\sync\www\project\maiyun\Kebab\lib\session.ts | TypeScript | 154 | 55 | 22 | 231 |
80
- | d:\sync\www\project\maiyun\Kebab\lib\sql.ts | TypeScript | 815 | 281 | 49 | 1,145 |
81
- | d:\sync\www\project\maiyun\Kebab\lib\ssh.ts | TypeScript | 143 | 34 | 15 | 192 |
82
- | d:\sync\www\project\maiyun\Kebab\lib\ssh\sftp.ts | TypeScript | 367 | 113 | 29 | 509 |
83
- | d:\sync\www\project\maiyun\Kebab\lib\ssh\shell.ts | TypeScript | 61 | 37 | 13 | 111 |
84
- | d:\sync\www\project\maiyun\Kebab\lib\text.ts | TypeScript | 399 | 170 | 38 | 607 |
85
- | d:\sync\www\project\maiyun\Kebab\lib\text\tld.json | JSON | 1 | 0 | 0 | 1 |
86
- | d:\sync\www\project\maiyun\Kebab\lib\time.ts | TypeScript | 180 | 58 | 17 | 255 |
87
- | d:\sync\www\project\maiyun\Kebab\lib\ws.ts | TypeScript | 431 | 107 | 35 | 573 |
88
- | d:\sync\www\project\maiyun\Kebab\lib\zip.ts | TypeScript | 350 | 75 | 23 | 448 |
89
- | d:\sync\www\project\maiyun\Kebab\lib\zlib.ts | TypeScript | 251 | 80 | 20 | 351 |
90
- | d:\sync\www\project\maiyun\Kebab\package.json | JSON | 23 | 0 | 1 | 24 |
91
- | d:\sync\www\project\maiyun\Kebab\sys\child.ts | TypeScript | 554 | 104 | 16 | 674 |
92
- | d:\sync\www\project\maiyun\Kebab\sys\cmd.ts | TypeScript | 53 | 14 | 5 | 72 |
93
- | d:\sync\www\project\maiyun\Kebab\sys\ctr.ts | TypeScript | 638 | 196 | 77 | 911 |
94
- | d:\sync\www\project\maiyun\Kebab\sys\def.ts | TypeScript | 12 | 9 | 5 | 26 |
95
- | d:\sync\www\project\maiyun\Kebab\sys\master.ts | TypeScript | 390 | 83 | 12 | 485 |
96
- | d:\sync\www\project\maiyun\Kebab\sys\mod.ts | TypeScript | 1,436 | 335 | 85 | 1,856 |
97
- | d:\sync\www\project\maiyun\Kebab\sys\route.ts | TypeScript | 914 | 168 | 34 | 1,116 |
98
- | d:\sync\www\project\maiyun\Kebab\tsconfig.json | JSON with Comments | 30 | 1 | 0 | 31 |
99
- | d:\sync\www\project\maiyun\Kebab\types\index.d.ts | TypeScript | 187 | 36 | 46 | 269 |
100
- | d:\sync\www\project\maiyun\Kebab\www\default\ctr\main.ts | TypeScript | 6 | 0 | 4 | 10 |
101
- | d:\sync\www\project\maiyun\Kebab\www\default\ctr\middle.ts | TypeScript | 22 | 0 | 5 | 27 |
102
- | d:\sync\www\project\maiyun\Kebab\www\default\ctr\test.ts | TypeScript | 2,752 | 46 | 393 | 3,191 |
103
- | d:\sync\www\project\maiyun\Kebab\www\default\data\locale\en.test.json | JSON | 8 | 0 | 0 | 8 |
104
- | d:\sync\www\project\maiyun\Kebab\www\default\data\locale\index.html | HTML | 1 | 0 | 0 | 1 |
105
- | d:\sync\www\project\maiyun\Kebab\www\default\data\locale\ja.test.json | JSON | 8 | 0 | 0 | 8 |
106
- | d:\sync\www\project\maiyun\Kebab\www\default\data\locale\sc.test.json | JSON | 8 | 0 | 0 | 8 |
107
- | d:\sync\www\project\maiyun\Kebab\www\default\data\locale\tc.test.json | JSON | 8 | 0 | 0 | 8 |
108
- | d:\sync\www\project\maiyun\Kebab\www\default\kebab.json | JSON | 24 | 0 | 0 | 24 |
109
- | d:\sync\www\project\maiyun\Kebab\www\default\mod\test.ts | TypeScript | 17 | 15 | 16 | 48 |
110
- | d:\sync\www\project\maiyun\Kebab\www\default\mod\testdata.ts | TypeScript | 9 | 11 | 11 | 31 |
111
- | d:\sync\www\project\maiyun\Kebab\www\default\route.json | JSON | 6 | 0 | 0 | 6 |
112
- | d:\sync\www\project\maiyun\Kebab\www\default\view\test.ejs | HTML | 11 | 0 | 0 | 11 |
113
- | d:\sync\www\project\maiyun\Kebab\www\default\ws\irp.ts | TypeScript | 13 | 1 | 5 | 19 |
114
- | d:\sync\www\project\maiyun\Kebab\www\default\ws\mproxy.ts | TypeScript | 13 | 0 | 4 | 17 |
115
- | d:\sync\www\project\maiyun\Kebab\www\default\ws\rproxy.ts | TypeScript | 11 | 0 | 4 | 15 |
116
- | d:\sync\www\project\maiyun\Kebab\www\default\ws\test.ts | TypeScript | 29 | 1 | 7 | 37 |
117
- | Total | | 15,945 | 3,622 | 1,746 | 21,313 |
118
- +-----------------------------------------------------------------------+--------------------+------------+------------+------------+------------+
@@ -1,15 +0,0 @@
1
- {
2
- "version": "2.0.0",
3
- "tasks": [
4
- {
5
- "type": "typescript",
6
- "tsconfig": "tsconfig.json",
7
- "option": "watch",
8
- "problemMatcher": [
9
- "$tsc-watch"
10
- ],
11
- "group": "build",
12
- "label": "tsc: watch - tsconfig.json"
13
- }
14
- ]
15
- }