source: trip-planner-front/node_modules/escape-html/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 434 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.