allprofanity 1.0.1 → 1.0.3

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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"telugu-words.js","sourceRoot":"","sources":["../../src/languages/telugu-words.ts"],"names":[],"mappings":";AAAA,gCAAgC;;AAEhC;;;;GAIG;AACH,MAAM,cAAc,GAAa;IAC/B,2CAA2C;IAC3C,oCAAoC;IACpC,2CAA2C;IAC3C,MAAM;IACN,OAAO;IACP,KAAK;IACL,OAAO;IACP,OAAO;IACP,QAAQ;IACR,KAAK;IACL,MAAM;IACN,QAAQ;IACR,MAAM;IACN,QAAQ;IACR,MAAM;IACN,SAAS;IACT,SAAS;IACT,SAAS;IACT,MAAM;IACN,cAAc;IACd,OAAO;IACP,WAAW;IACX,WAAW;IAEX,2CAA2C;IAC3C,wCAAwC;IACxC,2CAA2C;IAC3C,OAAO;IACP,MAAM;IACN,OAAO;IACP,QAAQ;IACR,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,QAAQ;IACR,OAAO;IACP,UAAU;IACV,OAAO;IACP,QAAQ;IACR,SAAS;IACT,UAAU;IACV,UAAU;IACV,UAAU;IACV,eAAe;IACf,OAAO;IACP,YAAY;IACZ,YAAY;IAEZ,qCAAqC;IACrC,cAAc;IACd,cAAc;IACd,cAAc;IACd,cAAc;IACd,aAAa;IACb,YAAY;IACZ,SAAS;IACT,OAAO;IACP,WAAW;IACX,YAAY;IACZ,iBAAiB;IACjB,YAAY;IACZ,YAAY;IACZ,aAAa;IACb,OAAO;IACP,eAAe;IACf,WAAW;IACX,eAAe;IACf,YAAY;IACZ,gBAAgB;IAChB,aAAa;IACb,WAAW;IAEX,qCAAqC;IACrC,MAAM;IACN,OAAO;IACP,QAAQ;IACR,UAAU;IACV,WAAW;IACX,SAAS;IACT,aAAa;IACb,OAAO;IACP,OAAO;IACP,OAAO;IACP,iBAAiB;IACjB,QAAQ;IACR,WAAW;IACX,OAAO;IACP,WAAW;CACZ,CAAC;AAEF,kBAAe,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,57 +1,57 @@
1
- {
2
- "name": "allprofanity",
3
- "version": "1.0.1",
4
- "description": "A TypeScript package to filter Hindi and Hinglish bad words from text",
5
- "main": "dist/index.js",
6
- "module": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "type": "module",
9
- "scripts": {
10
- "build": "tsc",
11
- "test": "jest",
12
- "test:watch": "jest --watch",
13
- "test:coverage": "jest --coverage",
14
- "clean": "rimraf dist coverage",
15
- "prepare": "npm run clean && npm run build",
16
- "prepublishOnly": "npm test",
17
- "preversion": "npm run test",
18
- "version": "git add -A src"
19
- },
20
- "keywords": [
21
- "hindi",
22
- "hinglish",
23
- "profanity",
24
- "filter",
25
- "bad-words",
26
- "censorship",
27
- "content-moderation",
28
- "typescript"
29
- ],
30
- "author": {
31
- "name": "Ayush Jadaun",
32
- "email": "ayushjadaun6@gmail.com",
33
- "url": "https://github.com/ayush-jadaun"
34
- },
35
- "license": "MIT",
36
- "repository": {
37
- "type": "git",
38
- "url": "https://github.com/ayush-jadaun/AllProfanity.git"
39
- },
40
- "homepage": "https://github.com/ayush-jadaun/AllProfanity#readme",
41
- "devDependencies": {
42
- "@types/jest": "^29.5.0",
43
- "jest": "^29.5.0",
44
- "rimraf": "^5.0.0",
45
- "ts-jest": "^29.1.0",
46
- "ts-node": "^10.0.0",
47
- "typescript": "^4.0.0"
48
- },
49
- "files": [
50
- "dist",
51
- "LICENSE",
52
- "README.md"
53
- ],
54
- "dependencies": {
55
- "leo-profanity": "^1.7.0"
56
- }
57
- }
1
+ {
2
+ "name": "allprofanity",
3
+ "version": "1.0.3",
4
+ "description": "A TypeScript package to filter Hindi and Hinglish bad words from text",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "type": "module",
9
+ "scripts": {
10
+ "build": "tsc",
11
+ "test": "jest",
12
+ "test:watch": "jest --watch",
13
+ "test:coverage": "jest --coverage",
14
+ "clean": "rimraf dist coverage",
15
+ "prepare": "npm run clean && npm run build",
16
+ "prepublishOnly": "npm test",
17
+ "preversion": "npm run test",
18
+ "version": "git add -A src"
19
+ },
20
+ "keywords": [
21
+ "hindi",
22
+ "hinglish",
23
+ "profanity",
24
+ "filter",
25
+ "bad-words",
26
+ "censorship",
27
+ "content-moderation",
28
+ "typescript"
29
+ ],
30
+ "author": {
31
+ "name": "Ayush Jadaun",
32
+ "email": "ayushjadaun6@gmail.com",
33
+ "url": "https://github.com/ayush-jadaun"
34
+ },
35
+ "license": "MIT",
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "https://github.com/ayush-jadaun/AllProfanity.git"
39
+ },
40
+ "homepage": "https://github.com/ayush-jadaun/AllProfanity#readme",
41
+ "devDependencies": {
42
+ "@types/jest": "^29.5.0",
43
+ "jest": "^29.5.0",
44
+ "rimraf": "^5.0.0",
45
+ "ts-jest": "^29.1.0",
46
+ "ts-node": "^10.0.0",
47
+ "typescript": "^4.0.0"
48
+ },
49
+ "files": [
50
+ "dist",
51
+ "LICENSE",
52
+ "README.md"
53
+ ],
54
+ "dependencies": {
55
+ "leo-profanity": "^1.7.0"
56
+ }
57
+ }