-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.21 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
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
86
87
88
89
90
91
{
"_from": "adbkit",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-hDTiRg9NX3HQt7WoDAPCplUpvzr4ZzQa2lq7BdTTJ/iOZ6O7YNAs6UYD8sFAiBEcYHDRIyq3cm9sZP6uZnhvXw==",
"_location": "/adbkit",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "adbkit",
"name": "adbkit",
"escapedName": "adbkit",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/adbkit/-/adbkit-2.11.1.tgz",
"_shasum": "7da847fe561254f3121088947bc1907ef053e894",
"_spec": "adbkit",
"_where": "D:\\hsh\\android\\decompile\\adbkit\\adbkit_test",
"author": {
"name": "The OpenSTF Project",
"email": "[email protected]",
"url": "https://openstf.io"
},
"bin": {
"adbkit": "bin/adbkit"
},
"bugs": {
"url": "https://github.com/openstf/adbkit/issues"
},
"bundleDependencies": false,
"dependencies": {
"adbkit-logcat": "^1.1.0",
"adbkit-monkey": "~1.0.1",
"bluebird": "~2.9.24",
"commander": "^2.3.0",
"debug": "~2.6.3",
"node-forge": "^0.7.1",
"split": "~0.3.3"
},
"deprecated": false,
"description": "A pure Node.js client for the Android Debug Bridge.",
"devDependencies": {
"bench": "~0.3.5",
"chai": "~2.2.0",
"coffee-script": "~1.9.1",
"coffeelint": "~1.9.3",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.3",
"grunt-jsonlint": "~1.0.4",
"grunt-notify": "~0.4.1",
"mocha": "~2.2.1",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0"
},
"engines": {
"node": ">= 0.10.4"
},
"homepage": "https://github.com/openstf/adbkit#readme",
"keywords": [
"adb",
"adbkit",
"android",
"logcat",
"monkey"
],
"license": "Apache-2.0",
"main": "./index",
"name": "adbkit",
"repository": {
"type": "git",
"url": "git+https://github.com/openstf/adbkit.git"
},
"scripts": {
"postpublish": "grunt clean",
"prepublish": "grunt test coffee",
"test": "grunt test"
},
"version": "2.11.1"
}