langsan 0.0.10

A library for sanitizing language model input and output.
{
  "name": "unicode-range-json",
  "version": "2.1.0",
  "description": "A JSON list of all the Unicode Range Names and their hex/decimal range numbers.",
  "license": "MIT",
  "repository": "radiovisual/unicode-range-json",
  "author": {
    "name": "Michael Wuergler",
    "email": "wuergler@gmail.com"
  },
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "test": "xo && ava",
    "lint:fix": "xo --fix",
    "update-json": "node scripts/auto-update.js"
  },
  "files": [
    "index.js",
    "unicode-ranges.json"
  ],
  "keywords": [
    "unicode",
    "range",
    "list",
    "json",
    "ranges",
    "names",
    "hexadecimal",
    "decimal"
  ],
  "devDependencies": {
    "ava": "^0.12.0",
    "unzipper": "^0.11.6",
    "xml2js": "^0.6.2",
    "xo": "^0.12.1"
  }
}