source: trip-planner-front/node_modules/parse5-htmlparser2-tree-adapter/package.json@ 188ee53

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

initial commit

  • Property mode set to 100644
File size: 758 bytes
Line 
1{
2 "name": "parse5-htmlparser2-tree-adapter",
3 "description": "htmlparser2 tree adapter for parse5.",
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 "parse5",
10 "parser",
11 "tree adapter",
12 "htmlparser2"
13 ],
14 "license": "MIT",
15 "main": "./lib/index.js",
16 "dependencies": {
17 "parse5": "^6.0.1"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git://github.com/inikulin/parse5.git"
22 },
23 "files": [
24 "lib"
25 ],
26 "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6"
27}
Note: See TracBrowser for help on using the repository browser.