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:
747 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "parse5-sax-parser",
|
---|
3 | "description": "Streaming SAX-style HTML parser.",
|
---|
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 | "SAX"
|
---|
14 | ],
|
---|
15 | "license": "MIT",
|
---|
16 | "main": "./lib/index.js",
|
---|
17 | "dependencies": {
|
---|
18 | "parse5": "^6.0.1"
|
---|
19 | },
|
---|
20 | "repository": {
|
---|
21 | "type": "git",
|
---|
22 | "url": "git://github.com/inikulin/parse5.git"
|
---|
23 | },
|
---|
24 | "files": [
|
---|
25 | "lib"
|
---|
26 | ],
|
---|
27 | "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6"
|
---|
28 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.