18 lines
278 B
JSON
18 lines
278 B
JSON
{
|
|
"name": "escape-html",
|
|
"description": "Escape HTML entities",
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"escape",
|
|
"html",
|
|
"utility"
|
|
],
|
|
"repository": "component/escape-html",
|
|
"files": [
|
|
"LICENSE",
|
|
"Readme.md",
|
|
"index.js"
|
|
]
|
|
}
|