1
1
{
2
2
"name" : " @acpr/rate-limit-postgresql" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " " ,
4
+ "description" : " A PostgreSQL store for the `express-rate-limit` middleware " ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
7
"scripts" : {
8
8
"test" : " echo \" Error: no test specified\" && exit 1" ,
9
9
"build" : " tsc" ,
10
10
"prepare" : " husky install"
11
11
},
12
- "keywords" : [],
13
- "author" : " " ,
14
- "license" : " ISC" ,
12
+ "keywords" : [
13
+ " express-rate-limit" ,
14
+ " express-rate-limit-postgresql" ,
15
+ " express-rate-limit-postgres" ,
16
+ " express" ,
17
+ " rate" ,
18
+ " limit" ,
19
+ " ratelimit" ,
20
+ " rate-limit" ,
21
+ " middleware" ,
22
+ " ip" ,
23
+ " auth" ,
24
+ " authorization" ,
25
+ " security" ,
26
+ " brute" ,
27
+ " force" ,
28
+ " bruteforce" ,
29
+ " brute-force" ,
30
+ " attack" ,
31
+ " postgresql" ,
32
+ " postgres"
33
+ ],
34
+ "author" : {
35
+ "name" : " Adrian C. Prelipcean"
36
+ },
37
+ "license" : " MIT" ,
15
38
"dependencies" : {
16
- "express-rate-limit" : " ^ 6.11.0" ,
17
- "pg" : " ^ 8.11.3" ,
18
- "pg-pool" : " ^ 3.6.1" ,
19
- "postgres-migrations" : " ^ 5.3.0"
39
+ "express-rate-limit" : " 6.11.0" ,
40
+ "pg" : " 8.11.3" ,
41
+ "pg-pool" : " 3.6.1" ,
42
+ "postgres-migrations" : " 5.3.0"
20
43
},
21
44
"devDependencies" : {
22
- "@express-rate-limit/prettier" : " ^ 1.1.0" ,
23
- "@express-rate-limit/tsconfig" : " ^ 1.0.0" ,
24
- "@types/express" : " ^ 4.17.17" ,
25
- "@types/pg-pool" : " ^ 2.0.3" ,
26
- "husky" : " ^ 8.0.3" ,
27
- "lint-staged" : " ^ 14.0.1" ,
28
- "prettier" : " ^ 3.0.3" ,
29
- "typescript" : " ^ 5.2.2"
45
+ "@express-rate-limit/prettier" : " 1.1.0" ,
46
+ "@express-rate-limit/tsconfig" : " 1.0.0" ,
47
+ "@types/express" : " 4.17.17" ,
48
+ "@types/pg-pool" : " 2.0.3" ,
49
+ "husky" : " 8.0.3" ,
50
+ "lint-staged" : " 14.0.1" ,
51
+ "prettier" : " 3.0.3" ,
52
+ "typescript" : " 5.2.2"
30
53
},
31
54
"prettier" : " @express-rate-limit/prettier" ,
32
55
"lint-staged" : {
33
56
"source/**/*.ts" : " prettier --write"
34
57
}
35
- }
58
+ }
0 commit comments