redleaf-ishell 1.0.0

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 (55) hide show
  1. package/API.mjs +1 -0
  2. package/LambdaSimulatorAPI.mjs +1 -0
  3. package/OpenAPI.mjs +1 -0
  4. package/aws/Kinesis.mjs +1 -0
  5. package/errors.mjs +1 -0
  6. package/exports.mjs +1 -0
  7. package/handlers/KinesisHandler.mjs +1 -0
  8. package/handlers/S3Handler.mjs +1 -0
  9. package/handlers/SNSHandler.mjs +1 -0
  10. package/handlers/amazonConnect.mjs +1 -0
  11. package/handlers/console.mjs +1 -0
  12. package/handlers/express.mjs +1 -0
  13. package/handlers/handlers.mjs +1 -0
  14. package/handlers/inputHandler.mjs +1 -0
  15. package/handlers/lambdaURL.mjs +1 -0
  16. package/lambdaHandler.mjs +1 -0
  17. package/local.mjs +1 -0
  18. package/localCLI.mjs +1 -0
  19. package/localServer.mjs +1 -0
  20. package/notifications/NotificationChannel.mjs +1 -0
  21. package/notifications/SNSPublisher.mjs +1 -0
  22. package/package.json +17 -0
  23. package/response.mjs +1 -0
  24. package/swagger/LICENSE +202 -0
  25. package/swagger/NOTICE +2 -0
  26. package/swagger/README.md +40 -0
  27. package/swagger/absolute-path.js +14 -0
  28. package/swagger/favicon-16x16.png +0 -0
  29. package/swagger/favicon-32x32.png +0 -0
  30. package/swagger/index.css +16 -0
  31. package/swagger/index.html +19 -0
  32. package/swagger/index.js +17 -0
  33. package/swagger/log.bundle-sizes.swagger-ui.txt +114 -0
  34. package/swagger/log.es-bundle-core-sizes.swagger-ui.txt +14 -0
  35. package/swagger/log.es-bundle-sizes.swagger-ui.txt +114 -0
  36. package/swagger/oauth2-redirect.html +6 -0
  37. package/swagger/oauth2-redirect.js +1 -0
  38. package/swagger/package.json +20 -0
  39. package/swagger/swagger-initializer.js +23 -0
  40. package/swagger/swagger-ui-bundle.js +2 -0
  41. package/swagger/swagger-ui-bundle.js.LICENSE.txt +106 -0
  42. package/swagger/swagger-ui-bundle.js.map +1 -0
  43. package/swagger/swagger-ui-es-bundle-core.js +3 -0
  44. package/swagger/swagger-ui-es-bundle-core.js.LICENSE.txt +35 -0
  45. package/swagger/swagger-ui-es-bundle-core.js.map +1 -0
  46. package/swagger/swagger-ui-es-bundle.js +2 -0
  47. package/swagger/swagger-ui-es-bundle.js.LICENSE.txt +106 -0
  48. package/swagger/swagger-ui-es-bundle.js.map +1 -0
  49. package/swagger/swagger-ui-standalone-preset.js +2 -0
  50. package/swagger/swagger-ui-standalone-preset.js.LICENSE.txt +22 -0
  51. package/swagger/swagger-ui-standalone-preset.js.map +1 -0
  52. package/swagger/swagger-ui.css +3 -0
  53. package/swagger/swagger-ui.css.map +1 -0
  54. package/swagger/swagger-ui.js +2 -0
  55. package/swagger/swagger-ui.js.map +1 -0
@@ -0,0 +1,106 @@
1
+ /*!
2
+ Copyright (c) 2018 Jed Watson.
3
+ Licensed under the MIT License (MIT), see
4
+ http://jedwatson.github.io/classnames
5
+ */
6
+
7
+ /*!
8
+ * @description Recursive object extending
9
+ * @author Viacheslav Lotsmanov <lotsmanov89@gmail.com>
10
+ * @license MIT
11
+ *
12
+ * The MIT License (MIT)
13
+ *
14
+ * Copyright (c) 2013-2018 Viacheslav Lotsmanov
15
+ *
16
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
17
+ * this software and associated documentation files (the "Software"), to deal in
18
+ * the Software without restriction, including without limitation the rights to
19
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
20
+ * the Software, and to permit persons to whom the Software is furnished to do so,
21
+ * subject to the following conditions:
22
+ *
23
+ * The above copyright notice and this permission notice shall be included in all
24
+ * copies or substantial portions of the Software.
25
+ *
26
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
28
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
29
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
30
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
+ */
33
+
34
+ /*!
35
+ * The buffer module from node.js, for the browser.
36
+ *
37
+ * @author Feross Aboukhadijeh <https://feross.org>
38
+ * @license MIT
39
+ */
40
+
41
+ /*!
42
+ * https://github.com/Starcounter-Jack/JSON-Patch
43
+ * (c) 2017-2021 Joachim Wester
44
+ * MIT license
45
+ */
46
+
47
+ /*!
48
+ * https://github.com/Starcounter-Jack/JSON-Patch
49
+ * (c) 2017-2022 Joachim Wester
50
+ * MIT licensed
51
+ */
52
+
53
+ /*!
54
+ * repeat-string <https://github.com/jonschlinkert/repeat-string>
55
+ *
56
+ * Copyright (c) 2014-2015, Jon Schlinkert.
57
+ * Licensed under the MIT License.
58
+ */
59
+
60
+ /*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
61
+
62
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
63
+
64
+ /*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT */
65
+
66
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
67
+
68
+ /**
69
+ * @license React
70
+ * react-dom.production.min.js
71
+ *
72
+ * Copyright (c) Facebook, Inc. and its affiliates.
73
+ *
74
+ * This source code is licensed under the MIT license found in the
75
+ * LICENSE file in the root directory of this source tree.
76
+ */
77
+
78
+ /**
79
+ * @license React
80
+ * react.production.min.js
81
+ *
82
+ * Copyright (c) Facebook, Inc. and its affiliates.
83
+ *
84
+ * This source code is licensed under the MIT license found in the
85
+ * LICENSE file in the root directory of this source tree.
86
+ */
87
+
88
+ /**
89
+ * @license React
90
+ * scheduler.production.min.js
91
+ *
92
+ * Copyright (c) Facebook, Inc. and its affiliates.
93
+ *
94
+ * This source code is licensed under the MIT license found in the
95
+ * LICENSE file in the root directory of this source tree.
96
+ */
97
+
98
+ /**
99
+ * @license React
100
+ * use-sync-external-store-with-selector.production.js
101
+ *
102
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
103
+ *
104
+ * This source code is licensed under the MIT license found in the
105
+ * LICENSE file in the root directory of this source tree.
106
+ */