JSPM

  • Created
  • Published
  • Downloads 1469
  • Score
    100M100P100Q154899F
  • License WTFPL

profane words

Package Exports

  • profane-words

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (profane-words) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

profane-words

Support with PayPal Patreon ko-fi

A semi-comprehensive list of profanity in English.

Warning don't read the list if you're easily offended. I don't even know what at least half of these words mean.

This includes words from several other lists, with some 'ok words' filtered out.

For other languages, you may wish to check here.

Installation: npm i -S profane-words

Usage:

import words from 'profane-words'
const arg = process.argv[2]

if (words.includes(arg.toLowerCase())) {
  console.warn('Watch your mouth.')
}

All words are lowercased.

Why: blacklisting words for whatever reason, probably. I use it for adding noindex tags when serving pages that match.

License: WTFPL