-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 KB
/
package.json
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
{
"name": "node-apk-parser",
"version": "0.2.3",
"description": "Extracts information from APK files.",
"keywords": [
"adb",
"adbkit",
"android",
"apk",
"manifest",
"AndroidManifest"
],
"bugs": {
"url": "https://github.com/arthur-zhang/node-apk-parser/issues"
},
"license": "Apache-2.0",
"author": {
"name": "Arthur Zhang",
"email": "[email protected]"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/arthur-zhang/node-apk-parser"
},
"scripts": {},
"dependencies": {
"adm-zip": "~0.4.4",
"debug": "~0.7.4"
},
"engines": {
"node": ">= 0.10.4"
},
"homepage": "https://github.com/arthur-zhang/node-apk-parser",
"_id": "[email protected]",
"_shasum": "22df85963838c2a4123b4a1695ade8a3831203ea",
"_from": "[email protected]",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "zhangya_no1",
"email": "[email protected]"
},
"maintainers": [
{
"name": "zhangya_no1",
"email": "[email protected]"
}
],
"dist": {
"shasum": "22df85963838c2a4123b4a1695ade8a3831203ea",
"tarball": "http://registry.npmjs.org/node-apk-parser/-/node-apk-parser-0.2.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/node-apk-parser/-/node-apk-parser-0.2.0.tgz",
"gitHead": "a15180d36639057ea373f298400233dd1506b591"
}