package.json
1.56 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
{
"_from": "adbkit-apkreader@^3.1.2",
"_id": "adbkit-apkreader@3.2.0",
"_inBundle": false,
"_integrity": "sha512-QwsxPYCqWSmCAiW/A4gq0eytb4jtZc7WNbECIhLCRfGEB38oXzIV/YkTpkOTQFKSg3S4Svb6y///qOUH7UrWWw==",
"_location": "/adbkit-apkreader",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "adbkit-apkreader@^3.1.2",
"name": "adbkit-apkreader",
"escapedName": "adbkit-apkreader",
"rawSpec": "^3.1.2",
"saveSpec": null,
"fetchSpec": "^3.1.2"
},
"_requiredBy": [
"/appium-adb"
],
"_resolved": "https://registry.npmjs.org/adbkit-apkreader/-/adbkit-apkreader-3.2.0.tgz",
"_shasum": "8d0bb1f733969e959992095ed7f2a8d658ec97a5",
"_spec": "adbkit-apkreader@^3.1.2",
"_where": "C:\\Users\\LG\\Desktop\\캡디2\\forensic_tool\\node_modules\\appium-adb",
"bugs": {
"url": "https://github.com/openstf/adbkit-apkreader/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.4.7",
"debug": "~4.1.1",
"yauzl": "^2.7.0"
},
"deprecated": false,
"description": "Extracts information from APK files.",
"devDependencies": {
"eslint": "^6.8.0"
},
"engines": {
"node": ">= 4"
},
"homepage": "https://github.com/openstf/adbkit-apkreader#readme",
"keywords": [
"adb",
"adbkit",
"android",
"apk",
"manifest",
"AndroidManifest"
],
"license": "Apache-2.0",
"main": "./index",
"name": "adbkit-apkreader",
"repository": {
"type": "git",
"url": "git+https://github.com/openstf/adbkit-apkreader.git"
},
"version": "3.2.0"
}