File tree Expand file tree Collapse file tree 1 file changed +63
-2
lines changed Expand file tree Collapse file tree 1 file changed +63
-2
lines changed Original file line number Diff line number Diff line change 39
39
"test:watch" : " node --test --watch"
40
40
},
41
41
"dependencies" : {
42
- "lodash" : " ^4.17.21" ,
43
- "validator.js" : " ^2.0.0"
42
+ "lodash" : " ^4.17.21"
44
43
},
45
44
"devDependencies" : {
46
45
"@fastify/pre-commit" : " ^2.2.0" ,
62
61
"uk-modulus-checking" : " 0.0.3" ,
63
62
"urijs" : " ^1.17.1" ,
64
63
"validate-rfc" : " ^2.0.3" ,
64
+ "validator.js" : " ^2.0.0" ,
65
65
"validator" : " ^13.15.15"
66
66
},
67
+ "peerDependencies" : {
68
+ "abavalidator" : " ^2.0.0" ,
69
+ "bignumber.js" : " >=7 || <=9.3.0" ,
70
+ "cpf" : " ^2.0.1" ,
71
+ "creditcard" : " >=0.0.1 <1.0.0" ,
72
+ "curp" : " ^1.2.3" ,
73
+ "google-libphonenumber" : " >=1 <4" ,
74
+ "iban" : " >=0.0.6 <1.0.0" ,
75
+ "isoc" : " >=0.0.1 <1.0.0" ,
76
+ "moment" : " ^2.0.0" ,
77
+ "tin-validator" : " ^1.0.0" ,
78
+ "uk-modulus-checking" : " ^0.0.2" ,
79
+ "urijs" : " ^1.0.0" ,
80
+ "validate-rfc" : " ^2.0.3" ,
81
+ "validator.js" : " ^2.0.0" ,
82
+ "validator" : " >=3 <14"
83
+ },
84
+ "peerDependenciesMeta" : {
85
+ "abavalidator" : {
86
+ "optional" : true
87
+ },
88
+ "bignumber.js" : {
89
+ "optional" : true
90
+ },
91
+ "cpf" : {
92
+ "optional" : true
93
+ },
94
+ "creditcard" : {
95
+ "optional" : true
96
+ },
97
+ "curp" : {
98
+ "optional" : true
99
+ },
100
+ "google-libphonenumber" : {
101
+ "optional" : true
102
+ },
103
+ "iban" : {
104
+ "optional" : true
105
+ },
106
+ "isoc" : {
107
+ "optional" : true
108
+ },
109
+ "moment" : {
110
+ "optional" : true
111
+ },
112
+ "tin-validator" : {
113
+ "optional" : true
114
+ },
115
+ "uk-modulus-checking" : {
116
+ "optional" : true
117
+ },
118
+ "urijs" : {
119
+ "optional" : true
120
+ },
121
+ "validate-rfc" : {
122
+ "optional" : true
123
+ },
124
+ "validator" : {
125
+ "optional" : true
126
+ }
127
+ },
67
128
"engines" : {
68
129
"node" : " >=20"
69
130
},
You can’t perform that action at this time.
0 commit comments