source: trip-planner-front/node_modules/parse5/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: 895 bytes
Line 
1{
2 "name": "parse5",
3 "description": "HTML parser and serializer.",
4 "version": "6.0.1",
5 "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
6 "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
7 "homepage": "https://github.com/inikulin/parse5",
8 "keywords": [
9 "html",
10 "parser",
11 "html5",
12 "WHATWG",
13 "specification",
14 "fast",
15 "html parser",
16 "html5 parser",
17 "htmlparser",
18 "parse5",
19 "serializer",
20 "html serializer",
21 "htmlserializer",
22 "parse",
23 "serialize"
24 ],
25 "license": "MIT",
26 "main": "./lib/index.js",
27 "repository": {
28 "type": "git",
29 "url": "git://github.com/inikulin/parse5.git"
30 },
31 "files": [
32 "lib"
33 ],
34 "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6"
35}
Note: See TracBrowser for help on using the repository browser.