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
95
| {
| "_from": "@xmldom/xmldom@^0.8.2",
| "_id": "@xmldom/xmldom@0.8.2",
| "_inBundle": false,
| "_integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ==",
| "_location": "/@xmldom/xmldom",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@xmldom/xmldom@^0.8.2",
| "name": "@xmldom/xmldom",
| "escapedName": "@xmldom%2fxmldom",
| "scope": "@xmldom",
| "rawSpec": "^0.8.2",
| "saveSpec": null,
| "fetchSpec": "^0.8.2"
| },
| "_requiredBy": [
| "/cos-wx-sdk-v5"
| ],
| "_resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz",
| "_shasum": "b695ff674e8216efa632a3d36ad51ae9843380c0",
| "_spec": "@xmldom/xmldom@^0.8.2",
| "_where": "D:\\wxapp\\node_modules\\cos-wx-sdk-v5",
| "auto-changelog": {
| "prepend": true,
| "remote": "upstream",
| "tagPrefix": "",
| "template": "./auto-changelog.hbs"
| },
| "bugs": {
| "url": "https://github.com/xmldom/xmldom/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",
| "devDependencies": {
| "@stryker-mutator/core": "5.6.1",
| "auto-changelog": "2.4.0",
| "eslint": "8.12.0",
| "eslint-config-prettier": "8.5.0",
| "eslint-plugin-es5": "1.5.0",
| "eslint-plugin-prettier": "4.0.0",
| "get-stream": "6.0.1",
| "jest": "27.5.1",
| "nodemon": "2.0.15",
| "np": "7.6.1",
| "prettier": "2.6.2",
| "xmltest": "1.5.0",
| "yauzl": "2.10.0"
| },
| "engines": {
| "node": ">=10.0.0"
| },
| "files": [
| "CHANGELOG.md",
| "LICENSE",
| "readme.md",
| "SECURITY.md",
| "index.d.ts",
| "lib"
| ],
| "homepage": "https://github.com/xmldom/xmldom",
| "keywords": [
| "w3c",
| "dom",
| "xml",
| "parser",
| "javascript",
| "DOMParser",
| "XMLSerializer",
| "ponyfill"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "@xmldom/xmldom",
| "repository": {
| "type": "git",
| "url": "git://github.com/xmldom/xmldom.git"
| },
| "scripts": {
| "changelog": "auto-changelog --unreleased-only",
| "lint": "eslint lib test",
| "release": "np --no-yarn",
| "start": "nodemon --watch package.json --watch lib --watch test --exec 'npm --silent run test && npm --silent run lint'",
| "stryker": "stryker run",
| "stryker:dry-run": "stryker run -m '' --reporters progress",
| "test": "jest",
| "version": "./changelog-has-version.sh"
| },
| "types": "index.d.ts",
| "version": "0.8.2"
| }
|
|