UNPKG

entity-decode

Version:

Environment agnostic entity decoder

49 lines (48 loc) 1 kB
{ "name": "entity-decode", "version": "3.0.0", "description": "Environment agnostic entity decoder", "main": "node.js", "browser": "browser.js", "types": "types/node.d.ts", "exports": { ".": { "types": "./types/node.d.ts", "browser": { "types": "./types/browser.d.ts", "default": "./browser.js" }, "default": "./node.js" } }, "files": [ "node.js", "browser.js", "/types/" ], "scripts": { "prepublishOnly": "npm run test", "tsc": "tsc -p .", "test": "npm run tsc" }, "repository": { "type": "git", "url": "git+https://github.com/shrpne/entity-decode.git" }, "keywords": [ "entity", "decode" ], "author": "shrpne", "license": "MIT", "bugs": { "url": "https://github.com/shrpne/entity-decode/issues" }, "homepage": "https://github.com/shrpne/entity-decode#readme", "dependencies": { "entities": "^6.0.0" }, "devDependencies": { "typescript": "^5.7.3" } }