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
82
83
84
85
86
87
88
89
90
91
92
93
94
| {
| "_args": [
| [
| "domelementtype@2.3.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "domelementtype@2.3.0",
| "_id": "domelementtype@2.3.0",
| "_inBundle": false,
| "_integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
| "_location": "/domelementtype",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "domelementtype@2.3.0",
| "name": "domelementtype",
| "escapedName": "domelementtype",
| "rawSpec": "2.3.0",
| "saveSpec": null,
| "fetchSpec": "2.3.0"
| },
| "_requiredBy": [
| "/dom-serializer",
| "/domhandler",
| "/domutils",
| "/htmlparser2",
| "/svgo/dom-serializer"
| ],
| "_resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
| "_spec": "2.3.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "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": "^5.18.0",
| "@typescript-eslint/parser": "^5.18.0",
| "eslint": "^8.12.0",
| "eslint-config-prettier": "^8.5.0",
| "prettier": "^2.6.2",
| "typescript": "^4.6.3"
| },
| "exports": {
| "require": "./lib/index.js",
| "import": "./lib/esm/index.js"
| },
| "files": [
| "lib/**/*"
| ],
| "funding": [
| {
| "type": "github",
| "url": "https://github.com/sponsors/fb55"
| }
| ],
| "homepage": "https://github.com/fb55/domelementtype#readme",
| "keywords": [
| "dom",
| "element",
| "types",
| "htmlparser2"
| ],
| "license": "BSD-2-Clause",
| "main": "lib/index.js",
| "module": "lib/esm/index.js",
| "name": "domelementtype",
| "prettier": {
| "tabWidth": 4
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/fb55/domelementtype.git"
| },
| "scripts": {
| "build": "npm run build:cjs && npm run build:esm",
| "build:cjs": "tsc",
| "build:esm": "tsc --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json",
| "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.3.0"
| }
|
|