summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/express/node_modules/escape-html/package.json
blob: d59e3d4318fcded15ead7ed3dde6ad7e99cfafc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "name": "escape-html",
  "description": "Escape string for use in HTML",
  "version": "1.0.3",
  "license": "MIT",
  "keywords": [
    "escape",
    "html",
    "utility"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/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"
  },
  "gitHead": "7ac2ea3977fcac3d4c5be8d2a037812820c65f28",
  "bugs": {
    "url": "https://github.com/component/escape-html/issues"
  },
  "homepage": "https://github.com/component/escape-html",
  "_id": "escape-html@1.0.3",
  "_shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
  "_from": "escape-html@>=1.0.3 <1.1.0",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dist": {
    "shasum": "0258eae4d3d0c0974de1c169188ef0051d1d1988",
    "tarball": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz"
}