package.json
2.15 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
{
"_from": "asyncbox@^2.3.1",
"_id": "asyncbox@2.8.0",
"_inBundle": false,
"_integrity": "sha512-wutDUrsVaCOjNNEDskVnLAcu8nQRHRNtI/gz1LtR4GNYMF+yMiWe5YvFMOOeGlavbEmkwrTalftIaTwwCiMtog==",
"_location": "/asyncbox",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "asyncbox@^2.3.1",
"name": "asyncbox",
"escapedName": "asyncbox",
"rawSpec": "^2.3.1",
"saveSpec": null,
"fetchSpec": "^2.3.1"
},
"_requiredBy": [
"/appium-adb"
],
"_resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-2.8.0.tgz",
"_shasum": "53981ba7975fff91aa1b38e6a581d3dec0032d15",
"_spec": "asyncbox@^2.3.1",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\appium-adb",
"author": {
"name": "jlipps@gmail.com"
},
"bugs": {
"url": "https://github.com/jlipps/asyncbox/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"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.8.0"
}