lakelib 0.1.17 → 0.1.18
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/README.md +14 -9
- package/dist/lake.min.js +3 -3
- package/dist/lake.min.js.map +1 -1
- package/lib/lake.js +24 -4
- package/lib/lake.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,12 +33,17 @@ Lake depends on a lot of browser APIs and so needs a real browser environment fo
|
|
|
33
33
|
|
|
34
34
|
Lake is released under the [MIT](https://github.com/lakejs/lake/blob/main/LICENSE) license. The licenses of its dependencies are:
|
|
35
35
|
|
|
36
|
-
|
|
|
37
|
-
| -------------
|
|
38
|
-
| [
|
|
39
|
-
| [
|
|
40
|
-
| [
|
|
41
|
-
| [
|
|
42
|
-
| [
|
|
43
|
-
| [
|
|
44
|
-
| [
|
|
36
|
+
| Dependency | License |
|
|
37
|
+
| ------------- | ------------- |
|
|
38
|
+
| [Phosphor Icons](https://phosphoricons.com/) | MIT |
|
|
39
|
+
| [Fluent Icons](https://fluenticons.co/) | MIT |
|
|
40
|
+
| [CodeMirror](https://codemirror.net/) | MIT |
|
|
41
|
+
| [debounce](https://github.com/sindresorhus/debounce) | MIT |
|
|
42
|
+
| [EventEmitter3](https://github.com/primus/eventemitter3) | MIT |
|
|
43
|
+
| [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) | MIT |
|
|
44
|
+
| [Idiomorph](https://github.com/bigskysoftware/idiomorph) | BSD 2-Clause |
|
|
45
|
+
| [is-hotkey](https://github.com/ianstormtaylor/is-hotkey) | MIT |
|
|
46
|
+
| [KaTeX](https://katex.org/) | MIT |
|
|
47
|
+
| [rc-upload](https://github.com/react-component/upload) | MIT |
|
|
48
|
+
| [PhotoSwipe](https://photoswipe.com/) | MIT |
|
|
49
|
+
| [typesafe-i18n](https://github.com/ivanhofer/typesafe-i18n) | MIT |
|