File tree Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
# Lucene Query String Builder
2
2
3
+ [ ![ NPM] ( https://img.shields.io/npm/v/lucene-query-string-builder?color=blue&style=flat-square )] ( https://www.npmjs.com/package/lucene-query-string-builder )
4
+ [ ![ NPM Downloads] ( https://img.shields.io/npm/dm/lucene-query-string-builder?style=flat-square )] ( https://www.npmjs.com/package/lucene-query-string-builder )
5
+ [ ![ Dependency Status] ( https://img.shields.io/librariesio/release/npm/lucene-query-string-builder?style=flat-square )] ( https://libraries.io/npm/lucene-query-string-builder )
6
+ [ ![ Standard Code Style] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square )] ( https://standardjs.com )
7
+
3
8
Easily build your lucene string queries using small and pure functions.
4
9
5
10
Imagine having an API that leverages lucene for performing queries on the
@@ -134,29 +139,17 @@ https://lucene.apache.org/core/2_9_4/queryparsersyntax.html#Terms
134
139
``` bash bash
135
140
set -eo pipefail
136
141
137
- npm i
138
- npm prune
142
+ {
143
+ npm i
144
+ npm prune
145
+ } > /dev/null
139
146
140
147
npx standard --fix
141
148
npx nyc npm t
142
149
```
143
150
```
144
151
145
- up to date, audited 72 packages in 604ms
146
-
147
- 44 packages are looking for funding
148
- run `npm fund` for details
149
-
150
- found 0 vulnerabilities
151
-
152
- up to date, audited 72 packages in 553ms
153
-
154
- 44 packages are looking for funding
155
- run `npm fund` for details
156
-
157
- found 0 vulnerabilities
158
-
159
-
152
+
160
153
> tape ./test/index.js
161
154
162
155
TAP version 13
Original file line number Diff line number Diff line change 1
1
# Lucene Query String Builder
2
2
3
+ [](https://www.npmjs.com/package/lucene-query-string-builder)
4
+ [](https://www.npmjs.com/package/lucene-query-string-builder)
5
+ [](https://libraries.io/npm/lucene-query-string-builder)
6
+ [](https://standardjs.com)
7
+
3
8
Easily build your lucene string queries using small and pure functions.
4
9
5
10
Imagine having an API that leverages lucene for performing queries on the
@@ -134,8 +139,10 @@ https://lucene.apache.org/core/2_9_4/queryparsersyntax.html#Terms
134
139
```bash bash
135
140
set -eo pipefail
136
141
137
- npm i
138
- npm prune
142
+ {
143
+ npm i
144
+ npm prune
145
+ } > /dev/null
139
146
140
147
npx standard --fix
141
148
npx nyc npm t
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lucene-query-string-builder" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " Build Lucene queries by defining lucene query builders" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments