JSPM

italian-badwords-list

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 285
  • Score
    100M100P100Q115327F
  • License MIT

italian-badwords-list lista di parolacce italiane, list of bad (profanity) italian words

Package Exports

  • italian-badwords-list

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 (italian-badwords-list) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

italian-badwords-list v1.0.1

lista di parolacce italiane dizionario di parolacce italiane list of bad (profanity) italian words italian badwords list

Ringraziamenti/Thanks to all: Google's "what do you love" project Jamie Wilkinson here badwords badwords-list parolacce.org

This data has been exposed as an object that contains

  • an array
  • a regular expression
  • a function to transform words to leet( leet -> 1337)

depending on what is required for your purposes.

Install

npm install italian-badwords-list

Usage

let list = require('italian-badwords-list'),
let array = list.array,
let regex = list.regex;
let transformToLeet = list.transformToLeet;
let original = 'text';
let transformed = transformToLeet(original);

Testing

Requires

  • Mocha
  • better-assert
npm test

or

REPORTER=spec make

or

mocha