package.json
2.09 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"_args": [
[
"load-bmfont@1.4.0",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "load-bmfont@1.4.0",
"_id": "load-bmfont@1.4.0",
"_inBundle": false,
"_integrity": "sha512-kT63aTAlNhZARowaNYcY29Fn/QYkc52M3l6V1ifRcPewg2lvUZDAj7R6dXjOL9D0sict76op3T5+odumDSF81g==",
"_location": "/load-bmfont",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "load-bmfont@1.4.0",
"name": "load-bmfont",
"escapedName": "load-bmfont",
"rawSpec": "1.4.0",
"saveSpec": null,
"fetchSpec": "1.4.0"
},
"_requiredBy": [
"/@jimp/core",
"/@jimp/plugin-print"
],
"_resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.0.tgz",
"_spec": "1.4.0",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/Jam3/load-bmfont/issues"
},
"dependencies": {
"buffer-equal": "0.0.1",
"mime": "^1.3.4",
"parse-bmfont-ascii": "^1.0.3",
"parse-bmfont-binary": "^1.0.5",
"parse-bmfont-xml": "^1.1.4",
"phin": "^2.9.1",
"xhr": "^2.0.1",
"xtend": "^4.0.0"
},
"description": "loads a BMFont file in Node and the browser",
"devDependencies": {
"browserify": "^9.0.3",
"tap-spec": "^2.2.2",
"tape": "^3.5.0",
"testling": "^1.7.1"
},
"homepage": "https://github.com/Jam3/load-bmfont",
"keywords": [
"bmfont",
"bitmap",
"font",
"angel",
"code",
"angelcode",
"parse",
"ascii",
"xml",
"text",
"json"
],
"license": "MIT",
"main": "index.js",
"name": "load-bmfont",
"repository": {
"type": "git",
"url": "git://github.com/Jam3/load-bmfont.git"
},
"scripts": {
"test": "npm run test-node && npm run test-browser",
"test-browser": "browserify test.js | testling | tap-spec",
"test-node": "node test.js | tap-spec"
},
"version": "1.4.0"
}