UNPKG

dentity

Version:

A Lightweight Decoder and Encoder for HTML Entities

44 lines (43 loc) 962 B
{ "name": "dentity", "version": "1.2.1", "description": "A Lightweight Decoder and Encoder for HTML Entities", "main": "src/dentity.js", "scripts": { "build": "webpack", "test": "node src/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/arashkazemi/dentity.git" }, "keywords": [ "html", "entity", "entities", "string", "encoder", "decoder" ], "author": { "name": "Arash Kazemi", "email": "contact.arash.kazemi@gmail.com" }, "maintainers": [ { "name": "Arash Kazemi", "email": "contact.arash.kazemi@gmail.com", "web": "https://github.com/arashkazemi" } ], "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/arashkazemi/dentity/issues" }, "homepage": "https://github.com/arashkazemi/dentity#readme", "devDependencies": { "webpack": "^5.88.1", "webpack-cli": "^5.1.4", "webpack-dev": "^1.1.1" } }