@20syldev/api 3.3.3 → 3.3.4
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/.github/FUNDING.yml +1 -1
- package/.github/workflows/publish.yml +27 -27
- package/LICENSE +27 -27
- package/README.md +60 -60
- package/app.js +1168 -1165
- package/package.json +45 -45
- package/robots.txt +73 -73
package/package.json
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "3.3.
|
|
3
|
-
"name": "@20syldev/api",
|
|
4
|
-
"description": "Node.js API with multiple features. Check the documentation at https://docs.sylvain.pro",
|
|
5
|
-
"main": "app.js",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"start": "node app.js",
|
|
9
|
-
"dev": "nodemon app.js",
|
|
10
|
-
"build": "npm install && node app.js",
|
|
11
|
-
"lint": "prettier --write .",
|
|
12
|
-
"upgrade:minor": "npm upgrade",
|
|
13
|
-
"upgrade:major": "npx npm-check-updates -u && npm install",
|
|
14
|
-
"upgrade:build": "npm upgrade && npm install && node app.js"
|
|
15
|
-
},
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"canvas": "latest",
|
|
18
|
-
"cors": "latest",
|
|
19
|
-
"dotenv": "latest",
|
|
20
|
-
"express": "latest",
|
|
21
|
-
"ical.js": "latest",
|
|
22
|
-
"mathjs": "latest",
|
|
23
|
-
"node-fetch": "latest",
|
|
24
|
-
"prettier": "latest",
|
|
25
|
-
"qrcode": "latest",
|
|
26
|
-
"random": "latest",
|
|
27
|
-
"uuid": "latest"
|
|
28
|
-
},
|
|
29
|
-
"repository": {
|
|
30
|
-
"type": "git",
|
|
31
|
-
"url": "git+https://github.com/20syldev/api.git"
|
|
32
|
-
},
|
|
33
|
-
"keywords": [
|
|
34
|
-
"api",
|
|
35
|
-
"express",
|
|
36
|
-
"utility",
|
|
37
|
-
"math"
|
|
38
|
-
],
|
|
39
|
-
"author": "Sylvain L.",
|
|
40
|
-
"license": "BSD 3-Clause",
|
|
41
|
-
"bugs": {
|
|
42
|
-
"url": "https://github.com/20syldev/api/issues"
|
|
43
|
-
},
|
|
44
|
-
"homepage": "https://api.sylvain.pro"
|
|
45
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"version": "3.3.4",
|
|
3
|
+
"name": "@20syldev/api",
|
|
4
|
+
"description": "Node.js API with multiple features. Check the documentation at https://docs.sylvain.pro",
|
|
5
|
+
"main": "app.js",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"start": "node app.js",
|
|
9
|
+
"dev": "nodemon app.js",
|
|
10
|
+
"build": "npm install && node app.js",
|
|
11
|
+
"lint": "prettier --write .",
|
|
12
|
+
"upgrade:minor": "npm upgrade",
|
|
13
|
+
"upgrade:major": "npx npm-check-updates -u && npm install",
|
|
14
|
+
"upgrade:build": "npm upgrade && npm install && node app.js"
|
|
15
|
+
},
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"canvas": "latest",
|
|
18
|
+
"cors": "latest",
|
|
19
|
+
"dotenv": "latest",
|
|
20
|
+
"express": "latest",
|
|
21
|
+
"ical.js": "latest",
|
|
22
|
+
"mathjs": "latest",
|
|
23
|
+
"node-fetch": "latest",
|
|
24
|
+
"prettier": "latest",
|
|
25
|
+
"qrcode": "latest",
|
|
26
|
+
"random": "latest",
|
|
27
|
+
"uuid": "latest"
|
|
28
|
+
},
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "git+https://github.com/20syldev/api.git"
|
|
32
|
+
},
|
|
33
|
+
"keywords": [
|
|
34
|
+
"api",
|
|
35
|
+
"express",
|
|
36
|
+
"utility",
|
|
37
|
+
"math"
|
|
38
|
+
],
|
|
39
|
+
"author": "Sylvain L.",
|
|
40
|
+
"license": "BSD 3-Clause",
|
|
41
|
+
"bugs": {
|
|
42
|
+
"url": "https://github.com/20syldev/api/issues"
|
|
43
|
+
},
|
|
44
|
+
"homepage": "https://api.sylvain.pro"
|
|
45
|
+
}
|
package/robots.txt
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
User-agent: 360Spider
|
|
2
|
-
User-agent: 360Spider-Image
|
|
3
|
-
User-agent: 360Spider-Video
|
|
4
|
-
User-agent: AdsBot-Google
|
|
5
|
-
User-agent: AdsBot-Google-Mobile
|
|
6
|
-
User-agent: AdsBot-Google-Mobile-Apps
|
|
7
|
-
User-agent: adidxbot
|
|
8
|
-
User-agent: Applebot
|
|
9
|
-
User-agent: AppleNewsBot
|
|
10
|
-
User-agent: Baiduspider
|
|
11
|
-
User-agent: Baiduspider-image
|
|
12
|
-
User-agent: Baiduspider-news
|
|
13
|
-
User-agent: Baiduspider-video
|
|
14
|
-
User-agent: bingbot
|
|
15
|
-
User-agent: BingPreview
|
|
16
|
-
User-agent: BublupBot
|
|
17
|
-
User-agent: CCBot
|
|
18
|
-
User-agent: Cliqzbot
|
|
19
|
-
User-agent: coccoc
|
|
20
|
-
User-agent: coccocbot-image
|
|
21
|
-
User-agent: coccocbot-web
|
|
22
|
-
User-agent: Daumoa
|
|
23
|
-
User-agent: Dazoobot
|
|
24
|
-
User-agent: DeuSu
|
|
25
|
-
User-agent: DuckDuckBot
|
|
26
|
-
User-agent: DuckDuckGo-Favicons-Bot
|
|
27
|
-
User-agent: EuripBot
|
|
28
|
-
User-agent: Exploratodo
|
|
29
|
-
User-agent: Facebot
|
|
30
|
-
User-agent: Feedly
|
|
31
|
-
User-agent: Findxbot
|
|
32
|
-
User-agent: Googlebot
|
|
33
|
-
User-agent: Googlebot-Image
|
|
34
|
-
User-agent: Googlebot-Mobile
|
|
35
|
-
User-agent: Googlebot-News
|
|
36
|
-
User-agent: Googlebot-Video
|
|
37
|
-
User-agent: HaoSouSpider
|
|
38
|
-
User-agent: ichiro
|
|
39
|
-
User-agent: istellabot
|
|
40
|
-
User-agent: JikeSpider
|
|
41
|
-
User-agent: Lycos
|
|
42
|
-
User-agent: Mail.Ru
|
|
43
|
-
User-agent: Mediapartners-Google
|
|
44
|
-
User-agent: MojeekBot
|
|
45
|
-
User-agent: msnbot
|
|
46
|
-
User-agent: msnbot-media
|
|
47
|
-
User-agent: OrangeBot
|
|
48
|
-
User-agent: Pinterest
|
|
49
|
-
User-agent: Plukkie
|
|
50
|
-
User-agent: Qwantify
|
|
51
|
-
User-agent: Rambler
|
|
52
|
-
User-agent: SeznamBot
|
|
53
|
-
User-agent: Sosospider
|
|
54
|
-
User-agent: Slurp
|
|
55
|
-
User-agent: Sogou blog
|
|
56
|
-
User-agent: Sogou inst spider
|
|
57
|
-
User-agent: Sogou News Spider
|
|
58
|
-
User-agent: Sogou Orion spider
|
|
59
|
-
User-agent: Sogou spider2
|
|
60
|
-
User-agent: Sogou web spider
|
|
61
|
-
User-agent: SputnikBot
|
|
62
|
-
User-agent: Teoma
|
|
63
|
-
User-agent: Twitterbot
|
|
64
|
-
User-agent: wotbox
|
|
65
|
-
User-agent: yacybot
|
|
66
|
-
User-agent: Yandex
|
|
67
|
-
User-agent: YandexMobileBot
|
|
68
|
-
User-agent: Yeti
|
|
69
|
-
User-agent: YioopBot
|
|
70
|
-
User-agent: yoozBot
|
|
71
|
-
User-agent: YoudaoBot
|
|
72
|
-
Disallow:
|
|
73
|
-
User-agent: *
|
|
1
|
+
User-agent: 360Spider
|
|
2
|
+
User-agent: 360Spider-Image
|
|
3
|
+
User-agent: 360Spider-Video
|
|
4
|
+
User-agent: AdsBot-Google
|
|
5
|
+
User-agent: AdsBot-Google-Mobile
|
|
6
|
+
User-agent: AdsBot-Google-Mobile-Apps
|
|
7
|
+
User-agent: adidxbot
|
|
8
|
+
User-agent: Applebot
|
|
9
|
+
User-agent: AppleNewsBot
|
|
10
|
+
User-agent: Baiduspider
|
|
11
|
+
User-agent: Baiduspider-image
|
|
12
|
+
User-agent: Baiduspider-news
|
|
13
|
+
User-agent: Baiduspider-video
|
|
14
|
+
User-agent: bingbot
|
|
15
|
+
User-agent: BingPreview
|
|
16
|
+
User-agent: BublupBot
|
|
17
|
+
User-agent: CCBot
|
|
18
|
+
User-agent: Cliqzbot
|
|
19
|
+
User-agent: coccoc
|
|
20
|
+
User-agent: coccocbot-image
|
|
21
|
+
User-agent: coccocbot-web
|
|
22
|
+
User-agent: Daumoa
|
|
23
|
+
User-agent: Dazoobot
|
|
24
|
+
User-agent: DeuSu
|
|
25
|
+
User-agent: DuckDuckBot
|
|
26
|
+
User-agent: DuckDuckGo-Favicons-Bot
|
|
27
|
+
User-agent: EuripBot
|
|
28
|
+
User-agent: Exploratodo
|
|
29
|
+
User-agent: Facebot
|
|
30
|
+
User-agent: Feedly
|
|
31
|
+
User-agent: Findxbot
|
|
32
|
+
User-agent: Googlebot
|
|
33
|
+
User-agent: Googlebot-Image
|
|
34
|
+
User-agent: Googlebot-Mobile
|
|
35
|
+
User-agent: Googlebot-News
|
|
36
|
+
User-agent: Googlebot-Video
|
|
37
|
+
User-agent: HaoSouSpider
|
|
38
|
+
User-agent: ichiro
|
|
39
|
+
User-agent: istellabot
|
|
40
|
+
User-agent: JikeSpider
|
|
41
|
+
User-agent: Lycos
|
|
42
|
+
User-agent: Mail.Ru
|
|
43
|
+
User-agent: Mediapartners-Google
|
|
44
|
+
User-agent: MojeekBot
|
|
45
|
+
User-agent: msnbot
|
|
46
|
+
User-agent: msnbot-media
|
|
47
|
+
User-agent: OrangeBot
|
|
48
|
+
User-agent: Pinterest
|
|
49
|
+
User-agent: Plukkie
|
|
50
|
+
User-agent: Qwantify
|
|
51
|
+
User-agent: Rambler
|
|
52
|
+
User-agent: SeznamBot
|
|
53
|
+
User-agent: Sosospider
|
|
54
|
+
User-agent: Slurp
|
|
55
|
+
User-agent: Sogou blog
|
|
56
|
+
User-agent: Sogou inst spider
|
|
57
|
+
User-agent: Sogou News Spider
|
|
58
|
+
User-agent: Sogou Orion spider
|
|
59
|
+
User-agent: Sogou spider2
|
|
60
|
+
User-agent: Sogou web spider
|
|
61
|
+
User-agent: SputnikBot
|
|
62
|
+
User-agent: Teoma
|
|
63
|
+
User-agent: Twitterbot
|
|
64
|
+
User-agent: wotbox
|
|
65
|
+
User-agent: yacybot
|
|
66
|
+
User-agent: Yandex
|
|
67
|
+
User-agent: YandexMobileBot
|
|
68
|
+
User-agent: Yeti
|
|
69
|
+
User-agent: YioopBot
|
|
70
|
+
User-agent: yoozBot
|
|
71
|
+
User-agent: YoudaoBot
|
|
72
|
+
Disallow:
|
|
73
|
+
User-agent: *
|
|
74
74
|
Disallow: /
|