source: trip-planner-front/node_modules/parse5-html-rewriting-stream/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: 830 bytes
Line 
1{
2 "name": "parse5-html-rewriting-stream",
3 "description": "Streaming HTML rewriter.",
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 "stream",
12 "streaming",
13 "rewritter",
14 "rewrite",
15 "HTML"
16 ],
17 "license": "MIT",
18 "main": "./lib/index.js",
19 "dependencies": {
20 "parse5": "^6.0.1",
21 "parse5-sax-parser": "^6.0.1"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git://github.com/inikulin/parse5.git"
26 },
27 "files": [
28 "lib"
29 ],
30 "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6"
31}
Note: See TracBrowser for help on using the repository browser.