7fife-backend/node_modules/escape-html/package.json

25 lines
434 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "escape-html",
2024-03-07 13:01:44 +00:00
"description": "Escape string for use in HTML",
2024-03-11 12:29:54 +00:00
"version": "1.0.3",
"license": "MIT",
"keywords": [
"escape",
"html",
"utility"
],
"repository": "component/escape-html",
2024-03-07 13:01:44 +00:00
"devDependencies": {
2024-03-11 12:29:54 +00:00
"benchmark": "1.0.0",
"beautify-benchmark": "0.2.4"
2024-03-07 13:01:44 +00:00
},
"files": [
"LICENSE",
"Readme.md",
"index.js"
],
"scripts": {
"bench": "node benchmark/index.js"
2024-03-11 12:29:54 +00:00
}
2024-03-07 13:01:44 +00:00
}