Files
Foundry-VTT-Docker/resources/app/node_modules/escape-html/package.json

16 lines
313 B
JSON
Raw Normal View History

2025-01-04 00:34:03 +01:00
{
"name": "escape-html",
"description": "Escape string for use in HTML",
"version": "1.0.3",
"license": "MIT",
"repository": "component/escape-html",
"devDependencies": {
"benchmark": "1.0.0",
"beautify-benchmark": "0.2.4"
},
"files": [
"LICENSE",
"Readme.md",
"index.js"
]
}