This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

25 lines
434 B
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"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"
}
}