UNPKG
obscenity
Version:
latest (0.4.6)
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.4
0.1.1
0.1.0
Robust, extensible profanity filter.
github.com/jo3-l/obscenity
jo3-l/obscenity
obscenity
/
dist
/
transformer
/
resolve-leetspeak
/
dictionary.js
15 lines
(14 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
dictionary
=
void
0
;
exports
.
dictionary
=
new
Map
([ [
'a'
,
'@4'
], [
'c'
,
'('
], [
'e'
,
'3'
], [
'i'
,
'1|!'
], [
'g'
,
'6'
], [
'o'
,
'0'
], [
's'
,
'$5'
], [
't'
,
'7'
], [
'z'
,
'2'
], ]);