Afanasev_Stepan_PIbd-21_IP/ИП 3 лаба/node_modules/escape-html/package.json
[USERNAME] 0dd26716dc Lab2-5
2024-01-10 16:11:49 +04:00

25 lines
434 B
JSON

{
"name": "escape-html",
"description": "Escape string for use in HTML",
"version": "1.0.3",
"license": "MIT",
"keywords": [
"escape",
"html",
"utility"
],
"repository": "component/escape-html",
"devDependencies": {
"benchmark": "1.0.0",
"beautify-benchmark": "0.2.4"
},
"files": [
"LICENSE",
"Readme.md",
"index.js"
],
"scripts": {
"bench": "node benchmark/index.js"
}
}