package.json
3.58 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"_from": "appium-support@2.53.0",
"_id": "appium-support@2.53.0",
"_inBundle": false,
"_integrity": "sha512-E4OykST5+ip8aH+fmoKOklwJpuQ9zwxU62481RJoXdnKV0qzPRkrI65zbRX6QzhaUPMKD6N5rLOvlYLITS5rHQ==",
"_location": "/appium-support",
"_phantomChildren": {
"archiver-utils": "2.1.0",
"asynckit": "0.4.0",
"bl": "4.1.0",
"buffer-crc32": "0.2.13",
"combined-stream": "1.0.8",
"crc-32": "1.2.0",
"end-of-stream": "1.4.4",
"fs-constants": "1.0.0",
"inherits": "2.0.4",
"mime-types": "2.1.26",
"normalize-path": "3.0.0",
"readdir-glob": "1.1.1",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "appium-support@2.53.0",
"name": "appium-support",
"escapedName": "appium-support",
"rawSpec": "2.53.0",
"saveSpec": null,
"fetchSpec": "2.53.0"
},
"_requiredBy": [
"/appium-adb"
],
"_resolved": "https://registry.npmjs.org/appium-support/-/appium-support-2.53.0.tgz",
"_shasum": "fb58c4be7c622f039ee3eeed526ca56f4e324d20",
"_spec": "appium-support@2.53.0",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\appium-adb",
"author": {
"name": "appium"
},
"bugs": {
"url": "https://github.com/appium/appium-support/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.0.0",
"archiver": "^5.0.0",
"axios": "^0.x",
"base64-stream": "^1.0.0",
"bluebird": "^3.5.1",
"bplist-creator": "^0",
"bplist-parser": "^0.x",
"form-data": "^4.0.0",
"get-stream": "^6.0.0",
"glob": "^7.1.2",
"jimp": "^0.x",
"jsftp": "^2.1.2",
"klaw": "^3.0.0",
"lockfile": "^1.0.4",
"lodash": "^4.2.1",
"mkdirp": "^1.0.0",
"moment": "^2.24.0",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"npmlog": "^4.1.2",
"plist": "^3.0.1",
"pluralize": "^8.0.0",
"pngjs": "^6.0.0",
"rimraf": "^3.0.0",
"sanitize-filename": "^1.6.1",
"semver": "^7.0.0",
"shell-quote": "^1.7.2",
"source-map-support": "^0.5.5",
"teen_process": "^1.5.1",
"uuid": "^8.0.0",
"which": "^2.0.0",
"yauzl": "^2.7.0"
},
"deprecated": false,
"description": "Support libs used across appium packages",
"devDependencies": {
"appium-gulp-plugins": "^5.4.0",
"asyncbox": "^2.3.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint-config-appium": "^4.2.0",
"gulp": "^4.0.0",
"mjpeg-server": "^0.3.0",
"mocha": "^8.0.1",
"pre-commit": "^1.1.3",
"sinon": "^10.0.0"
},
"directories": {
"lib": "lib"
},
"engines": [
"node"
],
"files": [
"index.js",
"lib",
"build/index.js",
"build/lib"
],
"homepage": "https://github.com/appium/appium-support#readme",
"keywords": [
"appium"
],
"license": "Apache-2.0",
"main": "./build/index.js",
"name": "appium-support",
"pre-commit": [
"precommit-msg",
"precommit-test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/appium/appium-support.git"
},
"scripts": {
"build": "gulp transpile",
"clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
"coverage": "gulp coveralls",
"e2e-test": "gulp e2e-test",
"lint": "gulp eslint",
"lint:fix": "gulp eslint --fix",
"mocha": "mocha",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"precommit-test": "REPORTER=dot gulp once",
"prepare": "gulp prepublish",
"test": "gulp once",
"watch": "gulp watch"
},
"version": "2.53.0"
}