UNPKG

entities-decode

Version:
35 lines (34 loc) 779 B
{ "name": "entities-decode", "repository": "github:fabiospampinato/entities-decode", "description": "Fast function for decoding HTML entities.", "license": "MIT", "version": "2.0.1", "type": "module", "main": "dist/index.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "clean": "tsex clean", "compile": "tsex compile", "compile:watch": "tsex compile --watch", "test": "tsex test", "test:watch": "tsex test --watch", "prepublishOnly": "tsex prepare" }, "keywords": [ "html", "entities", "entity", "decode", "decoding" ], "dependencies": { "entities-standard": "^1.0.1" }, "devDependencies": { "fava": "^0.3.4", "tsex": "^4.0.2", "typescript": "^5.7.3" } }