package.json
2.12 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
{
"_args": [
[
"asyncbox@2.6.0",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "asyncbox@2.6.0",
"_id": "asyncbox@2.6.0",
"_inBundle": false,
"_integrity": "sha512-x9RDH0Dk4qZIGHQc9KbnDrUnaEbtWJW2DbuSElOFOQ2ppGsT1eFEDsiconZPpRGMW6+Uv724FYaBc8SUvyWVzA==",
"_location": "/asyncbox",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "asyncbox@2.6.0",
"name": "asyncbox",
"escapedName": "asyncbox",
"rawSpec": "2.6.0",
"saveSpec": null,
"fetchSpec": "2.6.0"
},
"_requiredBy": [
"/appium-adb"
],
"_resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-2.6.0.tgz",
"_spec": "2.6.0",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "jlipps@gmail.com"
},
"bin": {},
"bugs": {
"url": "https://github.com/jlipps/asyncbox/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.1",
"es6-mapify": "^1.1.0",
"lodash": "^4.17.4",
"source-map-support": "^0.5.5"
},
"description": "A collection of small async/await utilities",
"devDependencies": {
"ajv": "^6.5.3",
"appium-gulp-plugins": "^4.0.0",
"chai": "4.2.0",
"chai-as-promised": "^7.1.1",
"eslint-config-appium": "^4.0.0",
"gulp": "^4.0.0",
"request": "^2.47.0",
"should": "^13.2.1"
},
"directories": {
"lib": "./lib"
},
"engines": [
"node"
],
"files": [
"lib",
"build/lib"
],
"homepage": "https://github.com/jlipps/asyncbox#readme",
"license": "Apache-2.0",
"main": "./build/lib/asyncbox.js",
"name": "asyncbox",
"repository": {
"type": "git",
"url": "git+https://github.com/jlipps/asyncbox.git"
},
"scripts": {
"build": "gulp transpile",
"clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
"e2e-test": "gulp e2e-test",
"lint": "gulp eslint",
"prepare": "gulp prepublish",
"test": "gulp once",
"watch": "gulp watch"
},
"tags": [
"async/await",
"es7",
"async"
],
"version": "2.6.0"
}