保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
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
{
  "_args": [
    [
      "dom-serializer@0.2.2",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "dom-serializer@0.2.2",
  "_id": "dom-serializer@0.2.2",
  "_inBundle": false,
  "_integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
  "_location": "/dom-serializer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dom-serializer@0.2.2",
    "name": "dom-serializer",
    "escapedName": "dom-serializer",
    "rawSpec": "0.2.2",
    "saveSpec": null,
    "fetchSpec": "0.2.2"
  },
  "_requiredBy": [
    "/domutils"
  ],
  "_resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
  "_spec": "0.2.2",
  "_where": "/Users/tomas/PAM/PAMapp",
  "author": {
    "name": "Felix Boehm",
    "email": "me@feedic.com"
  },
  "bugs": {
    "url": "https://github.com/cheeriojs/dom-renderer/issues"
  },
  "dependencies": {
    "domelementtype": "^2.0.1",
    "entities": "^2.0.0"
  },
  "description": "render dom nodes to string",
  "devDependencies": {
    "cheerio": "^1.0.0-rc.2",
    "expect.js": "~0.3.1",
    "htmlparser2": "^3.10.0",
    "lodash": "^4.17.11",
    "mocha": "^6.2.0",
    "xyz": "^3.0.0"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "foreignNames.json"
  ],
  "homepage": "https://github.com/cheeriojs/dom-renderer#readme",
  "keywords": [
    "html",
    "xml",
    "render"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "dom-serializer",
  "prettier": {
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cheeriojs/dom-renderer.git"
  },
  "scripts": {
    "test": "mocha test.js"
  },
  "version": "0.2.2"
}