Projekt

Obecné

Profil

Stáhnout (434 Bajtů) Statistiky
| Větev: | Revize:
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": "component/escape-html",
12
  "devDependencies": {
13
    "benchmark": "1.0.0",
14
    "beautify-benchmark": "0.2.4"
15
  },
16
  "files": [
17
    "LICENSE",
18
    "Readme.md",
19
    "index.js"
20
  ],
21
  "scripts": {
22
    "bench": "node benchmark/index.js"
23
  }
24
}
(4-4/4)