package.json
3.01 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
{
"_from": "async-lock@^1.0.0",
"_id": "async-lock@1.3.0",
"_inBundle": false,
"_integrity": "sha512-8A7SkiisnEgME2zEedtDYPxUPzdv3x//E7n5IFktPAtMYSEAV7eNJF0rMwrVyUFj6d/8rgajLantbjcNRQYXIg==",
"_location": "/async-lock",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "async-lock@^1.0.0",
"name": "async-lock",
"escapedName": "async-lock",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/appium-adb"
],
"_resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.3.0.tgz",
"_shasum": "0fba111bea8b9693020857eba4f9adca173df3e5",
"_spec": "async-lock@^1.0.0",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\appium-adb",
"author": {
"name": "Rogier Schouten",
"email": "github@workingcode.ninja",
"url": "https://github.com/rogierschouten/"
},
"bugs": {
"url": "https://github.com/rogierschouten/async-lock/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "rain1017",
"url": "https://github.com/rain1017"
},
{
"name": "JonathanPicques",
"url": "https://github.com/JonathanPicques"
},
{
"name": "Rogier Schouten",
"url": "https://github.com/rogierschouten"
},
{
"name": "erikvold",
"url": "https://github.com/erikvold"
},
{
"name": "Christian Passet",
"url": "https://github.com/thePunIssuer"
},
{
"name": "Tanguy Krotoff",
"url": "https://github.com/tkrotoff"
},
{
"name": "jtyers",
"url": "https://github.com/jtyers"
},
{
"name": "Paul Roub",
"url": "https://github.com/paulroub"
},
{
"name": "Geoff Whatley",
"url": "https://github.com/meatwallace"
},
{
"name": "Patryk L.",
"url": "https://github.com/LosTigeros"
},
{
"name": "Julian Saunderson",
"url": "https://github.com/bitrivers"
},
{
"name": "Philipp Keck",
"url": "https://github.com/Philipp91"
}
],
"deprecated": false,
"description": "Lock on asynchronous code",
"devDependencies": {
"bluebird": "^3.5.1",
"grunt": "^1.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"grunt-mocha-test": "^0.13.3",
"load-grunt-tasks": "^4.0.0",
"lodash": "^4.17.20",
"mocha": "^7.1.2",
"q": "^1.5.1",
"should": "^13.2.1"
},
"engines": {},
"homepage": "https://github.com/rogierschouten/async-lock",
"keywords": [
"lock",
"async",
"concurrency",
"critical",
"section",
"mutex"
],
"license": "MIT",
"name": "async-lock",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/rogierschouten/async-lock.git"
},
"scripts": {
"start": "grunt",
"test": "grunt test"
},
"version": "1.3.0"
}