mh-two-thousand-and-two
2024-04-12 7fc6dbf547b8899d949b67cdec36b96a7d1701c7
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
{
  "_args": [
    [
      "x-domhandler@2.4.2",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "x-domhandler@2.4.2",
  "_id": "x-domhandler@2.4.2",
  "_inBundle": false,
  "_integrity": "sha512-c+T0p5hsahezbHpahjNpSDKjMMwGwOnG6Iaz8zzSjEBlJM47hakZmNBLNpktZJjuRdopoUMPf7HzcPcTE1G0GQ==",
  "_location": "/x-domhandler",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "x-domhandler@2.4.2",
    "name": "x-domhandler",
    "escapedName": "x-domhandler",
    "rawSpec": "2.4.2",
    "saveSpec": null,
    "fetchSpec": "2.4.2"
  },
  "_requiredBy": [
    "/stricter-htmlparser2"
  ],
  "_resolved": "https://registry.npmmirror.com/x-domhandler/-/x-domhandler-2.4.2.tgz",
  "_spec": "2.4.2",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "bugs": {
    "url": "https://github.com/yanghuabei/DomHandler/issues"
  },
  "dependencies": {
    "domelementtype": "1"
  },
  "description": "handler for htmlparser2 that turns pages into a dom",
  "devDependencies": {
    "htmlparser2": "^3.9.0",
    "jshint": "^2.9.1",
    "mocha": "^3.0.2"
  },
  "directories": {
    "test": "tests"
  },
  "homepage": "https://github.com/yanghuabei/DomHandler#readme",
  "jshintConfig": {
    "quotmark": "double",
    "trailing": true,
    "unused": true,
    "undef": true,
    "node": true,
    "proto": true,
    "globals": {
      "it": true
    }
  },
  "keywords": [
    "dom",
    "htmlparser2"
  ],
  "license": "BSD-2-Clause",
  "main": "index.js",
  "name": "x-domhandler",
  "repository": {
    "type": "git",
    "url": "git://github.com/yanghuabei/DomHandler.git"
  },
  "scripts": {
    "test": "mocha -R list && jshint index.js test/"
  },
  "version": "2.4.2"
}