forked from asterisk/node-ari-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-shrinkwrap.json
More file actions
69 lines (69 loc) · 1.58 KB
/
npm-shrinkwrap.json
File metadata and controls
69 lines (69 loc) · 1.58 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
{
"name": "ari-client",
"version": "0.0.1",
"dependencies": {
"node-uuid": {
"version": "1.4.1",
"from": "node-uuid@",
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.1.tgz"
},
"swagger-client": {
"version": "2.0.26",
"from": "swagger-client@^2.0.23",
"dependencies": {
"shred": {
"version": "0.8.10",
"from": "shred@0.8.10",
"dependencies": {
"sprintf": {
"version": "0.1.1",
"from": "sprintf@0.1.1"
},
"ax": {
"version": "0.1.8",
"from": "ax@0.1.8"
},
"cookiejar": {
"version": "1.3.1",
"from": "cookiejar@1.3.1"
},
"iconv-lite": {
"version": "0.2.11",
"from": "iconv-lite@>= 0.1.2"
}
}
},
"btoa": {
"version": "1.1.1",
"from": "btoa@1.1.1"
}
}
},
"underscore": {
"version": "1.6.0",
"from": "underscore@^1.6.0"
},
"ws": {
"version": "0.4.31",
"from": "ws@^0.4.31",
"dependencies": {
"commander": {
"version": "0.6.1",
"from": "commander@~0.6.1"
},
"nan": {
"version": "0.3.2",
"from": "nan@~0.3.0"
},
"tinycolor": {
"version": "0.0.1",
"from": "tinycolor@0.x"
},
"options": {
"version": "0.0.5",
"from": "options@>=0.0.5"
}
}
}
}
}