1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
| {
| "_args": [
| [
| "parse5@6.0.1",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_development": true,
| "_from": "parse5@6.0.1",
| "_id": "parse5@6.0.1",
| "_inBundle": false,
| "_integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
| "_location": "/parse5",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "parse5@6.0.1",
| "name": "parse5",
| "escapedName": "parse5",
| "rawSpec": "6.0.1",
| "saveSpec": null,
| "fetchSpec": "6.0.1"
| },
| "_requiredBy": [
| "/jsdom"
| ],
| "_resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
| "_spec": "6.0.1",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Ivan Nikulin",
| "email": "ifaaan@gmail.com",
| "url": "https://github.com/inikulin"
| },
| "bugs": {
| "url": "https://github.com/inikulin/parse5/issues"
| },
| "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
| "description": "HTML parser and serializer.",
| "files": [
| "lib"
| ],
| "gitHead": "37227a3429584903cbd1799dade995266fc2dbe6",
| "homepage": "https://github.com/inikulin/parse5",
| "keywords": [
| "html",
| "parser",
| "html5",
| "WHATWG",
| "specification",
| "fast",
| "html parser",
| "html5 parser",
| "htmlparser",
| "parse5",
| "serializer",
| "html serializer",
| "htmlserializer",
| "parse",
| "serialize"
| ],
| "license": "MIT",
| "main": "./lib/index.js",
| "name": "parse5",
| "repository": {
| "type": "git",
| "url": "git://github.com/inikulin/parse5.git"
| },
| "version": "6.0.1"
| }
|
|