-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 962 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
49
50
{
"name": "lettxt",
"version": "0.1.1",
"description": "lettxt() function & lettxt class are downloading data or files by http request",
"license": "MIT",
"repository": "tom-sapletta-com/lettxt",
"funding": "https://github.com/tom-sapletta-com/lettxt?sponsor=1",
"author": {
"name": "Tom Sapletta",
"email": "info@softreck.dev",
"url": "https://tom.sapletta.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "node test.js",
"security": "tidelift init --catalog default lettxt"
},
"files": [
"index.js",
"let_query.js"
],
"keywords": [
"http",
"file",
"let",
"text",
"request",
"download"
],
"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"
}
}
}