package.json
1.75 KB
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
{
"_args": [
[
"parse-bmfont-binary@1.0.6",
"C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
]
],
"_from": "parse-bmfont-binary@1.0.6",
"_id": "parse-bmfont-binary@1.0.6",
"_inBundle": false,
"_integrity": "sha1-0Di0dtPp3Z2x4RoLDlOiJ5K2kAY=",
"_location": "/parse-bmfont-binary",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "parse-bmfont-binary@1.0.6",
"name": "parse-bmfont-binary",
"escapedName": "parse-bmfont-binary",
"rawSpec": "1.0.6",
"saveSpec": null,
"fetchSpec": "1.0.6"
},
"_requiredBy": [
"/load-bmfont"
],
"_resolved": "https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz",
"_spec": "1.0.6",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"bugs": {
"url": "https://github.com/Jam3/parse-bmfont-binary/issues"
},
"dependencies": {},
"description": "reads a BMFont binary in a Buffer into a JSON object",
"devDependencies": {
"tape": "^3.5.0"
},
"homepage": "https://github.com/Jam3/parse-bmfont-binary",
"keywords": [
"bmfont",
"bitmap",
"font",
"angel",
"code",
"angelcode",
"fonts",
"text",
"layout",
"glyph",
"glyphdesigner",
"canvas",
"webgl"
],
"license": "MIT",
"main": "index.js",
"name": "parse-bmfont-binary",
"repository": {
"type": "git",
"url": "git://github.com/Jam3/parse-bmfont-binary.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "1.0.6"
}