@tryghost/sodo-search 0.1.1 → 0.1.2
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/package.json +4 -3
- package/umd/main.css +1 -975
- package/umd/sodo-search.min.js +1 -1
- package/umd/sodo-search.min.js.LICENSE.txt +14 -83
- package/umd/sodo-search.min.js.map +1 -1
|
@@ -5,93 +5,16 @@ object-assign
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
/*!
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
* elasticlunr.DocumentStore
|
|
14
|
-
* Copyright (C) 2016 Wei Song
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
/*!
|
|
18
|
-
* elasticlunr.EventEmitter
|
|
19
|
-
* Copyright (C) 2016 Oliver Nightingale
|
|
20
|
-
* Copyright (C) 2016 Wei Song
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
/*!
|
|
24
|
-
* elasticlunr.Index
|
|
25
|
-
* Copyright (C) 2016 Oliver Nightingale
|
|
26
|
-
* Copyright (C) 2016 Wei Song
|
|
27
|
-
*/
|
|
28
|
-
|
|
29
|
-
/*!
|
|
30
|
-
* elasticlunr.InvertedIndex
|
|
31
|
-
* Copyright (C) 2016 Wei Song
|
|
32
|
-
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
|
|
33
|
-
*/
|
|
34
|
-
|
|
35
|
-
/*!
|
|
36
|
-
* elasticlunr.Pipeline
|
|
37
|
-
* Copyright (C) 2016 Oliver Nightingale
|
|
38
|
-
* Copyright (C) 2016 Wei Song
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
|
-
/*!
|
|
42
|
-
* elasticlunr.js
|
|
43
|
-
* Copyright (C) 2016 Oliver Nightingale
|
|
44
|
-
* Copyright (C) 2016 Wei Song
|
|
45
|
-
*/
|
|
46
|
-
|
|
47
|
-
/*!
|
|
48
|
-
* elasticlunr.stemmer
|
|
49
|
-
* Copyright (C) 2016 Oliver Nightingale
|
|
50
|
-
* Copyright (C) 2016 Wei Song
|
|
51
|
-
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
|
|
52
|
-
*/
|
|
53
|
-
|
|
54
|
-
/*!
|
|
55
|
-
* elasticlunr.stopWordFilter
|
|
56
|
-
* Copyright (C) 2016 Oliver Nightingale
|
|
57
|
-
* Copyright (C) 2016 Wei Song
|
|
58
|
-
*/
|
|
59
|
-
|
|
60
|
-
/*!
|
|
61
|
-
* elasticlunr.tokenizer
|
|
62
|
-
* Copyright (C) 2016 Oliver Nightingale
|
|
63
|
-
* Copyright (C) 2016 Wei Song
|
|
64
|
-
*/
|
|
65
|
-
|
|
66
|
-
/*!
|
|
67
|
-
* elasticlunr.trimmer
|
|
68
|
-
* Copyright (C) 2016 Oliver Nightingale
|
|
69
|
-
* Copyright (C) 2016 Wei Song
|
|
70
|
-
*/
|
|
71
|
-
|
|
72
|
-
/*!
|
|
73
|
-
* elasticlunr.utils
|
|
74
|
-
* Copyright (C) 2016 Oliver Nightingale
|
|
75
|
-
* Copyright (C) 2016 Wei Song
|
|
76
|
-
*/
|
|
8
|
+
* The buffer module from node.js, for the browser.
|
|
9
|
+
*
|
|
10
|
+
* @author Feross Aboukhadijeh <http://feross.org>
|
|
11
|
+
* @license MIT
|
|
12
|
+
*/
|
|
77
13
|
|
|
78
|
-
/*!
|
|
79
|
-
* lunr.SortedSet
|
|
80
|
-
* Copyright (C) 2016 Oliver Nightingale
|
|
81
|
-
*/
|
|
14
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
82
15
|
|
|
83
16
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
84
17
|
|
|
85
|
-
/**
|
|
86
|
-
* elasticlunr - http://weixsong.github.io
|
|
87
|
-
* Lightweight full-text search engine in Javascript for browser search and offline search. - 0.9.5
|
|
88
|
-
*
|
|
89
|
-
* Copyright (C) 2016 Oliver Nightingale
|
|
90
|
-
* Copyright (C) 2016 Wei Song
|
|
91
|
-
* MIT Licensed
|
|
92
|
-
* @license
|
|
93
|
-
*/
|
|
94
|
-
|
|
95
18
|
/** @license React v0.20.2
|
|
96
19
|
* scheduler.production.min.js
|
|
97
20
|
*
|
|
@@ -127,3 +50,11 @@ object-assign
|
|
|
127
50
|
* This source code is licensed under the MIT license found in the
|
|
128
51
|
* LICENSE file in the root directory of this source tree.
|
|
129
52
|
*/
|
|
53
|
+
|
|
54
|
+
/**!
|
|
55
|
+
* FlexSearch.js v0.7.21 (Bundle)
|
|
56
|
+
* Copyright 2018-2021 Nextapps GmbH
|
|
57
|
+
* Author: Thomas Wilkerling
|
|
58
|
+
* Licence: Apache-2.0
|
|
59
|
+
* https://github.com/nextapps-de/flexsearch
|
|
60
|
+
*/
|