All Projects → words → profanities

words / profanities

Licence: MIT license
🤬 List of (possible) profane words

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to profanities

f-ck
🤬 Clean-up cuss words
Stars: ✭ 37 (-59.34%)
Mutual labels:  butt, vulgar, profane, obscene

profanities

Build Coverage Downloads Size

List of lots of profane words.

See cuss for the same words, rated for sureness: how likely they are to be used as either profanity or clean text.

Install

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required.

npm:

npm install profanities

Use

import {profanities} from 'profanities'

console.log(profanities.includes('butt')) // true

Use of locale versions

For example, to use French:

import {profanities} from 'profanities/fr'

console.log(profanities.includes('boule')) // true

API

profanities has the following entries in its export map: profanities (English), profanities/ar-latn (Arabic (Latin script)), profanities/es (Spanish), profanities/fr (French), profanities/it (Italian), profanities/pt-br (Portuguese (Brazillian)), profanities/pt-pt (Portuguese (Portugal)).

Each entry exports the identifier profanities. There are no default exports.

profanities

profanities exposes a list of strings (Array.<string>).

Support

profanities supports many profane words and phrases in different languages.

Note that the words listed in profanities might not be profane in certain contexts.

See cuss for the supported terms.

Related

  • buzzwords — List of buzzwords
  • cuss — Map of profane words to a rating of sureness
  • dale-chall — List of familiar American-English words (1995)
  • fillers — List of filler words
  • hedges — List of hedge words
  • spache — List of simple American-English words (1974)
  • weasels — List of weasel words

Contributing

Thanks, contributions are greatly appreciated! 👍 Words and new languages can be added to cuss. After they are added there, this project can be built to include the changes.

License

MIT © Titus Wormer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].