@salla.sa/twilight 1.0.16 → 1.0.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/dist/twilight.js +1239 -2
- package/package.json +1 -1
- package/dist/twilight.js.LICENSE.txt +0 -27
package/package.json
CHANGED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Lang.js for Laravel localization in JavaScript.
|
|
3
|
-
*
|
|
4
|
-
* @version 1.1.12
|
|
5
|
-
* @license MIT https://github.com/rmariuzzo/Lang.js/blob/master/LICENSE
|
|
6
|
-
* @site https://github.com/rmariuzzo/Lang.js
|
|
7
|
-
* @author Rubens Mariuzzo <rubens@mariuzzo.com>
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/*!
|
|
11
|
-
* EventEmitter2
|
|
12
|
-
* https://github.com/hij1nx/EventEmitter2
|
|
13
|
-
*
|
|
14
|
-
* Copyright (c) 2013 hij1nx
|
|
15
|
-
* Licensed under the MIT license.
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
/*!
|
|
19
|
-
* Infinite Scroll v4.0.1
|
|
20
|
-
* Automatically add next page
|
|
21
|
-
*
|
|
22
|
-
* Licensed GPLv3 for open source use
|
|
23
|
-
* or Infinite Scroll Commercial License for commercial use
|
|
24
|
-
*
|
|
25
|
-
* https://infinite-scroll.com
|
|
26
|
-
* Copyright 2018-2020 Metafizzy
|
|
27
|
-
*/
|