d59e3d4318fcded15ead7ed3dde6ad7e99cfafc5
[aai/esr-gui.git] /
1 {
2   "name": "escape-html",
3   "description": "Escape string for use in HTML",
4   "version": "1.0.3",
5   "license": "MIT",
6   "keywords": [
7     "escape",
8     "html",
9     "utility"
10   ],
11   "repository": {
12     "type": "git",
13     "url": "https://github.com/component/escape-html"
14   },
15   "devDependencies": {
16     "benchmark": "1.0.0",
17     "beautify-benchmark": "0.2.4"
18   },
19   "files": [
20     "LICENSE",
21     "Readme.md",
22     "index.js"
23   ],
24   "scripts": {
25     "bench": "node benchmark/index.js"
26   },
27   "gitHead": "7ac2ea3977fcac3d4c5be8d2a037812820c65f28",
28   "bugs": {
29     "url": "https://github.com/component/escape-html/issues"
30   },
31   "homepage": "https://github.com/component/escape-html",
32   "_id": "escape-html@1.0.3",
33   "_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
34   "_from": "escape-html@>=1.0.3 <1.1.0",
35   "_npmVersion": "1.4.28",
36   "_npmUser": {
37     "name": "dougwilson",
38     "email": "doug@somethingdoug.com"
39   },
40   "maintainers": [
41     {
42       "name": "tjholowaychuk",
43       "email": "tj@vision-media.ca"
44     },
45     {
46       "name": "dougwilson",
47       "email": "doug@somethingdoug.com"
48     }
49   ],
50   "dist": {
51     "shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
52     "tarball": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz"
53   },
54   "directories": {},
55   "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz"
56 }