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
| {
| "_args": [
| [
| "parse-bmfont-xml@1.1.6",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "parse-bmfont-xml@1.1.6",
| "_id": "parse-bmfont-xml@1.1.6",
| "_inBundle": false,
| "_integrity": "sha512-0cEliVMZEhrFDwMh4SxIyVJpqYoOWDJ9P895tFuS+XuNzI5UBmBk5U5O4KuJdTnZpSBI4LFA2+ZiJaiwfSwlMA==",
| "_location": "/parse-bmfont-xml",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "parse-bmfont-xml@1.1.6",
| "name": "parse-bmfont-xml",
| "escapedName": "parse-bmfont-xml",
| "rawSpec": "1.1.6",
| "saveSpec": null,
| "fetchSpec": "1.1.6"
| },
| "_requiredBy": [
| "/load-bmfont"
| ],
| "_resolved": "https://registry.npmmirror.com/parse-bmfont-xml/-/parse-bmfont-xml-1.1.6.tgz",
| "_spec": "1.1.6",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Matt DesLauriers",
| "email": "dave.des@gmail.com",
| "url": "https://github.com/mattdesl"
| },
| "browser": "lib/browser.js",
| "bugs": {
| "url": "https://github.com/mattdesl/parse-bmfont-xml/issues"
| },
| "dependencies": {
| "xml-parse-from-string": "^1.0.0",
| "xml2js": "^0.5.0"
| },
| "description": "parses XML BMFont files into a JavaScript object",
| "devDependencies": {
| "brfs": "^1.4.0",
| "browserify": "^9.0.3",
| "faucet": "0.0.1",
| "tape": "^3.5.0",
| "testling": "^1.7.1",
| "xhr": "^2.0.1"
| },
| "homepage": "https://github.com/mattdesl/parse-bmfont-xml",
| "keywords": [
| "xml",
| "parse",
| "convert",
| "bmfont",
| "bm",
| "bitmap",
| "font",
| "bitmaps",
| "angel",
| "angelcode",
| "code",
| "text",
| "gl",
| "sprite",
| "sprites",
| "stackgl"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "name": "parse-bmfont-xml",
| "repository": {
| "type": "git",
| "url": "git://github.com/mattdesl/parse-bmfont-xml.git"
| },
| "scripts": {
| "test": "npm run test-node && npm run test-browser",
| "test-browser": "browserify test/test-browser.js -t brfs | testling | faucet",
| "test-node": "node test/test.js | faucet"
| },
| "version": "1.1.6"
| }
|
|