zakeke-configurator-react 0.1.375 → 0.1.376
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/dist/globals1.js +1 -1
- package/dist/globals3.js +1 -1
- package/dist/index.js +12948 -12712
- package/dist/index.js.LICENSE.txt +65 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
|
|
3
|
+
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
|
|
4
|
+
<http://stuartk.com/jszip>
|
|
5
|
+
|
|
6
|
+
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
|
|
7
|
+
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
|
|
8
|
+
|
|
9
|
+
JSZip uses the library pako released under the MIT license :
|
|
10
|
+
https://github.com/nodeca/pako/blob/main/LICENSE
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
* Paper.js v0.12.18 - The Swiss Army Knife of Vector Graphics Scripting.
|
|
15
|
+
* http://paperjs.org/
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2011 - 2020, Jürg Lehni & Jonathan Puckey
|
|
18
|
+
* http://juerglehni.com/ & https://puckey.studio/
|
|
19
|
+
*
|
|
20
|
+
* Distributed under the MIT license. See LICENSE file for details.
|
|
21
|
+
*
|
|
22
|
+
* All rights reserved.
|
|
23
|
+
*
|
|
24
|
+
* Date: Wed Jul 17 14:57:24 2024 +0200
|
|
25
|
+
*
|
|
26
|
+
***
|
|
27
|
+
*
|
|
28
|
+
* Straps.js - Class inheritance library with support for bean-style accessors
|
|
29
|
+
*
|
|
30
|
+
* Copyright (c) 2006 - 2020 Jürg Lehni
|
|
31
|
+
* http://juerglehni.com/
|
|
32
|
+
*
|
|
33
|
+
* Distributed under the MIT license.
|
|
34
|
+
*
|
|
35
|
+
***
|
|
36
|
+
*
|
|
37
|
+
* Acorn.js
|
|
38
|
+
* https://marijnhaverbeke.nl/acorn/
|
|
39
|
+
*
|
|
40
|
+
* Acorn is a tiny, fast JavaScript parser written in JavaScript,
|
|
41
|
+
* created by Marijn Haverbeke and released under an MIT license.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
|
|
45
|
+
/*!
|
|
46
|
+
* jQuery JavaScript Library v3.7.1
|
|
47
|
+
* https://jquery.com/
|
|
48
|
+
*
|
|
49
|
+
* Copyright OpenJS Foundation and other contributors
|
|
50
|
+
* Released under the MIT license
|
|
51
|
+
* https://jquery.org/license
|
|
52
|
+
*
|
|
53
|
+
* Date: 2023-08-28T13:37Z
|
|
54
|
+
*/
|
|
55
|
+
|
|
56
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @license
|
|
60
|
+
* Lodash <https://lodash.com/>
|
|
61
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
62
|
+
* Released under MIT license <https://lodash.com/license>
|
|
63
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
64
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
65
|
+
*/
|