@files-preview-app/preview-file 1.1.3 → 1.1.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/LICENSE +21 -21
- package/README.md +674 -674
- package/THIRD_PARTY_LICENSES.md +18 -18
- package/dist/angular.cjs.map +1 -1
- package/dist/angular.js.map +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react.cjs.map +1 -1
- package/dist/react.js.map +1 -1
- package/dist/styles.css +190 -190
- package/dist/vue.cjs.map +1 -1
- package/dist/vue.js.map +1 -1
- package/package.json +161 -161
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
# Third-Party Licenses
|
|
2
|
-
|
|
3
|
-
This project uses the following open-source libraries. All dependencies use strictly permissive licenses (MIT, Apache-2.0, or BSD) that allow free commercial and personal use with zero copyright claims or restrictions.
|
|
4
|
-
|
|
5
|
-
| Package | Version | License | Author/Org | URL |
|
|
6
|
-
|---|---|---|---|---|
|
|
7
|
-
| pdfjs-dist | ^4.x | Apache-2.0 | Mozilla | https://github.com/nicolo-ribaudo/pdfjs-dist |
|
|
8
|
-
| docx-preview | ^0.3.x | Apache-2.0 | Volodymyr Baydalka | https://github.com/VolodymyrBaydalka/docxjs |
|
|
9
|
-
| exceljs | ^4.x | MIT | Guyon Roche | https://github.com/exceljs/exceljs |
|
|
10
|
-
| pptx-browser | ^4.x | MIT | Christophervr | https://github.com/christophervr/pptx-browser |
|
|
11
|
-
| papaparse | ^5.x | MIT | Matt Holt | https://github.com/mholt/PapaParse |
|
|
12
|
-
| fflate | ^0.8.x | MIT | Arjun Barrett | https://github.com/101arrowz/fflate |
|
|
13
|
-
| marked | ^18.x | MIT | Christopher Jeffrey | https://github.com/markedjs/marked |
|
|
14
|
-
| three | ^0.186.x | MIT | Ricardo Cabello (Mr.doob) | https://github.com/mrdoob/three.js |
|
|
15
|
-
| highlight.js | ^11.x | BSD-3-Clause | Ivan Sagalaev | https://github.com/highlightjs/highlight.js |
|
|
16
|
-
| @panzoom/panzoom | ^4.x | MIT | Timmy Willison | https://github.com/timmywil/panzoom |
|
|
17
|
-
| dompurify | ^3.x | Apache-2.0 | Cure53 | https://github.com/cure53/DOMPurify |
|
|
18
|
-
|
|
1
|
+
# Third-Party Licenses
|
|
2
|
+
|
|
3
|
+
This project uses the following open-source libraries. All dependencies use strictly permissive licenses (MIT, Apache-2.0, or BSD) that allow free commercial and personal use with zero copyright claims or restrictions.
|
|
4
|
+
|
|
5
|
+
| Package | Version | License | Author/Org | URL |
|
|
6
|
+
|---|---|---|---|---|
|
|
7
|
+
| pdfjs-dist | ^4.x | Apache-2.0 | Mozilla | https://github.com/nicolo-ribaudo/pdfjs-dist |
|
|
8
|
+
| docx-preview | ^0.3.x | Apache-2.0 | Volodymyr Baydalka | https://github.com/VolodymyrBaydalka/docxjs |
|
|
9
|
+
| exceljs | ^4.x | MIT | Guyon Roche | https://github.com/exceljs/exceljs |
|
|
10
|
+
| pptx-browser | ^4.x | MIT | Christophervr | https://github.com/christophervr/pptx-browser |
|
|
11
|
+
| papaparse | ^5.x | MIT | Matt Holt | https://github.com/mholt/PapaParse |
|
|
12
|
+
| fflate | ^0.8.x | MIT | Arjun Barrett | https://github.com/101arrowz/fflate |
|
|
13
|
+
| marked | ^18.x | MIT | Christopher Jeffrey | https://github.com/markedjs/marked |
|
|
14
|
+
| three | ^0.186.x | MIT | Ricardo Cabello (Mr.doob) | https://github.com/mrdoob/three.js |
|
|
15
|
+
| highlight.js | ^11.x | BSD-3-Clause | Ivan Sagalaev | https://github.com/highlightjs/highlight.js |
|
|
16
|
+
| @panzoom/panzoom | ^4.x | MIT | Timmy Willison | https://github.com/timmywil/panzoom |
|
|
17
|
+
| dompurify | ^3.x | Apache-2.0 | Cure53 | https://github.com/cure53/DOMPurify |
|
|
18
|
+
|
|
19
19
|
All licenses are included in their respective `node_modules/<package>/LICENSE` files.
|