package.json
2.46 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
{
"_args": [
[
"teen_process@1.15.0",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "teen_process@1.15.0",
"_id": "teen_process@1.15.0",
"_inBundle": false,
"_integrity": "sha512-E8DdTeffAselFMtcE56jNiof7jt+X+KJPpCn4xvbLFy0YVAT24Y9O5jSIzOFfAKIAirKkK0M9YfmQfmxmUdgGA==",
"_location": "/teen_process",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "teen_process@1.15.0",
"name": "teen_process",
"escapedName": "teen_process",
"rawSpec": "1.15.0",
"saveSpec": null,
"fetchSpec": "1.15.0"
},
"_requiredBy": [
"/appium-adb",
"/appium-support"
],
"_resolved": "https://registry.npmjs.org/teen_process/-/teen_process-1.15.0.tgz",
"_spec": "1.15.0",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "appium"
},
"bin": {},
"bugs": {
"url": "https://github.com/appium/node-teen_process/issues"
},
"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"
},
"description": "A grown up version of Node's spawn/exec",
"devDependencies": {
"ajv": "^6.5.3",
"appium-gulp-plugins": "^4.0.0",
"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"
],
"greenkeeper": {
"ignore": []
},
"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.15.0"
}