-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 952 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "let-query",
"version": "0.1.1",
"description": "letquery() function & letquery class are downloading data or files by http request",
"license": "MIT",
"repository": "tom-sapletta-com/let-query",
"funding": "https://github.com/tom-sapletta-com/let-query?sponsor=1",
"author": {
"name": "Tom Sapletta",
"email": "[email protected]",
"url": "https://tom.sapletta.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "node test.js",
"security": "tidelift init --catalog default let-query"
},
"files": [
"index.js",
"let_query.js"
],
"keywords": [
"http",
"file",
"let",
"query"
],
"devDependencies": {
"noop-stream": "^0.1.0"
},
"dependencies": {
"strtok3": "^6.0.3"
},
"xo": {
"envs": [
"node",
"browser"
],
"rules": {
"no-inner-declarations": "warn",
"no-await-in-loop": "warn",
"promise/prefer-await-to-then": "warn",
"prefer-named-capture-group": "off"
}
}
}