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