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
| {
| "_args": [
| [
| "xml-parse-from-string@1.0.1",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "xml-parse-from-string@1.0.1",
| "_id": "xml-parse-from-string@1.0.1",
| "_inBundle": false,
| "_integrity": "sha512-ErcKwJTF54uRzzNMXq2X5sMIy88zJvfN2DmdoQvy7PAFJ+tPRU6ydWuOKNMyfmOjdyBQTFREi60s0Y0SyI0G0g==",
| "_location": "/xml-parse-from-string",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "xml-parse-from-string@1.0.1",
| "name": "xml-parse-from-string",
| "escapedName": "xml-parse-from-string",
| "rawSpec": "1.0.1",
| "saveSpec": null,
| "fetchSpec": "1.0.1"
| },
| "_requiredBy": [
| "/parse-bmfont-xml"
| ],
| "_resolved": "https://registry.npmmirror.com/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz",
| "_spec": "1.0.1",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Matt DesLauriers",
| "email": "dave.des@gmail.com",
| "url": "https://github.com/mattdesl"
| },
| "bugs": {
| "url": "https://github.com/Jam3/xml-parse-from-string/issues"
| },
| "dependencies": {},
| "description": "DOMParser.parseFromString for XML with IE8 fallback",
| "devDependencies": {
| "brfs": "^1.4.0",
| "browserify": "^9.0.3",
| "faucet": "0.0.1",
| "tape": "^3.5.0",
| "testling": "^1.7.1"
| },
| "homepage": "https://github.com/Jam3/xml-parse-from-string",
| "keywords": [
| "ie8",
| "fallback",
| "dom",
| "parser",
| "DOMParser",
| "xml",
| "string",
| "parse",
| "browser",
| "browserify",
| "webpack",
| "activeXObject"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "xml-parse-from-string",
| "repository": {
| "type": "git",
| "url": "git://github.com/Jam3/xml-parse-from-string.git"
| },
| "scripts": {
| "test": "browserify test.js -t brfs | testling | faucet"
| },
| "version": "1.0.1"
| }
|
|