|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
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.