package.json
2.45 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
{
"_from": "teen_process@^1.11.0",
"_id": "teen_process@1.16.0",
"_inBundle": false,
"_integrity": "sha512-RnW7HHZD1XuhSTzD3djYOdIl1adE3oNEprE3HOFFxWs5m4FZsqYRhKJ4mDU2udtNGMLUS7jV7l8vVRLWAvmPDw==",
"_location": "/teen_process",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "teen_process@^1.11.0",
"name": "teen_process",
"escapedName": "teen_process",
"rawSpec": "^1.11.0",
"saveSpec": null,
"fetchSpec": "^1.11.0"
},
"_requiredBy": [
"/appium-adb",
"/appium-support"
],
"_resolved": "https://registry.npmjs.org/teen_process/-/teen_process-1.16.0.tgz",
"_shasum": "2bad3e33b4d0a3a271cdd0c836434befa7771b44",
"_spec": "teen_process@^1.11.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/node-teen_process/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.1",
"lodash": "^4.17.4",
"shell-quote": "^1.4.3",
"source-map-support": "^0.5.3",
"which": "^2.0.2"
},
"deprecated": false,
"description": "A grown up version of Node's spawn/exec",
"devDependencies": {
"appium-gulp-plugins": "^5.4.1",
"appium-support": "^2.0.10",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint-config-appium": "^4.0.0",
"gulp": "^4.0.0",
"pre-commit": "^1.2.2"
},
"directories": {
"lib": "lib"
},
"engines": [
"node"
],
"files": [
"index.js",
"lib",
"build/index.js",
"build/lib"
],
"homepage": "https://github.com/appium/node-teen_process#readme",
"keywords": [
"child_process",
"process management"
],
"license": "Apache-2.0",
"main": "./build/index.js",
"name": "teen_process",
"pre-commit": [
"precommit-msg",
"precommit-test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/appium/node-teen_process.git"
},
"scripts": {
"build": "gulp transpile",
"clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
"lint": "gulp eslint",
"lint:fix": "gulp eslint --fix",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"precommit-test": "REPORTER=dot gulp once",
"prepare": "gulp prepublish",
"test": "gulp once",
"watch": "gulp"
},
"version": "1.16.0"
}