| { |
| "bugs": { |
| "url": "https://github.com/component/escape-html/issues" |
| }, |
| "bundleDependencies": false, |
| "deprecated": false, |
| "description": "Escape string for use in HTML", |
| "devDependencies": { |
| "beautify-benchmark": "0.2.4", |
| "benchmark": "1.0.0" |
| }, |
| "files": [ |
| "LICENSE", |
| "Readme.md", |
| "index.js" |
| ], |
| "homepage": "https://github.com/component/escape-html#readme", |
| "keywords": [ |
| "escape", |
| "html", |
| "utility" |
| ], |
| "license": "MIT", |
| "name": "escape-html", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/component/escape-html.git" |
| }, |
| "scripts": { |
| "bench": "node benchmark/index.js" |
| }, |
| "version": "1.0.3" |
| } |