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
72
73
74
75
76
77
78
79
80
81
| {
| "_args": [
| [
| "domelementtype@2.2.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "domelementtype@2.2.0",
| "_id": "domelementtype@2.2.0",
| "_inBundle": false,
| "_integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",
| "_location": "/node-html-parser/domelementtype",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "domelementtype@2.2.0",
| "name": "domelementtype",
| "escapedName": "domelementtype",
| "rawSpec": "2.2.0",
| "saveSpec": null,
| "fetchSpec": "2.2.0"
| },
| "_requiredBy": [
| "/node-html-parser/dom-serializer",
| "/node-html-parser/domutils"
| ],
| "_resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
| "_spec": "2.2.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Felix Boehm",
| "email": "me@feedic.com"
| },
| "bugs": {
| "url": "https://github.com/fb55/domelementtype/issues"
| },
| "description": "all the types of nodes in htmlparser2's dom",
| "devDependencies": {
| "@typescript-eslint/eslint-plugin": "^4.1.0",
| "@typescript-eslint/parser": "^4.1.0",
| "eslint": "^7.9.0",
| "eslint-config-prettier": "^6.0.0",
| "prettier": "^2.1.1",
| "typescript": "^4.0.2"
| },
| "files": [
| "lib/**/*"
| ],
| "funding": [
| {
| "type": "github",
| "url": "https://github.com/sponsors/fb55"
| }
| ],
| "homepage": "https://github.com/fb55/domelementtype#readme",
| "keywords": [
| "dom",
| "htmlparser2"
| ],
| "license": "BSD-2-Clause",
| "main": "lib/index.js",
| "name": "domelementtype",
| "prettier": {
| "tabWidth": 4
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/fb55/domelementtype.git"
| },
| "scripts": {
| "build": "tsc",
| "format": "prettier --write **/*.{ts,json,md}",
| "lint": "eslint src",
| "prepare": "npm run build",
| "test": "npm run lint && prettier --check **/*.{ts,json,md}"
| },
| "sideEffects": false,
| "types": "lib/index.d.ts",
| "version": "2.2.0"
| }
|
|