This repository was archived by the owner on Apr 30, 2024. It is now read-only.
forked from Jwhiles/JG.sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
94 lines (94 loc) · 3.29 KB
/
package-lock.json
File metadata and controls
94 lines (94 loc) · 3.29 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
{
"name": "jg.js.sdk",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"axios": {
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.16.2.tgz",
"integrity": "sha1-uk+S8XFn37q0CYN4VFS5rBScPG0=",
"requires": {
"follow-redirects": "1.2.5",
"is-buffer": "1.1.5"
}
},
"concurrify": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/concurrify/-/concurrify-1.0.1.tgz",
"integrity": "sha1-H+vktGFdSobuKTo5cT/61f65aB4=",
"requires": {
"sanctuary-type-classes": "6.1.0",
"sanctuary-type-identifiers": "2.0.1"
}
},
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
},
"denque": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/denque/-/denque-1.2.2.tgz",
"integrity": "sha512-x92Ql74lcTbGylXILO9Xf9S0cMpEPP04zVp2bB9e2C7G/n/Q1SgLl78RaSYEPSgpDX9uLgQXCEGAS5BI5dP3yA=="
},
"fluture": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/fluture/-/fluture-7.1.3.tgz",
"integrity": "sha512-k/S/5QK0Vx1azk0xZGFTo2ORvKPlKrj3nwS5PtZegf9Oalvx7r6hw446JKmwJCrc1GXZHOPFRRrLULXY1O7IIg==",
"requires": {
"concurrify": "1.0.1",
"denque": "1.2.2",
"inspect-f": "1.2.1",
"sanctuary-type-classes": "6.1.0",
"sanctuary-type-identifiers": "2.0.1"
}
},
"follow-redirects": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.2.5.tgz",
"integrity": "sha512-lMhwQTryFbG+wYsAIEKC1Kf5IGDlVNnONRogIBllh7LLoV7pNIxW0z9fhjRar9NBql+hd2Y49KboVVNxf6GEfg==",
"requires": {
"debug": "2.6.9"
}
},
"inspect-f": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/inspect-f/-/inspect-f-1.2.1.tgz",
"integrity": "sha1-EXVztd9XpQneb+QBEx1Ca6wVkrU="
},
"is-buffer": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz",
"integrity": "sha1-Hzsm72E7IUuIy8ojzGwB2Hlh7sw="
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"sanctuary-type-classes": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/sanctuary-type-classes/-/sanctuary-type-classes-6.1.0.tgz",
"integrity": "sha1-a9ZwRDWMhEDVYebiVWq4jdjNgAE=",
"requires": {
"sanctuary-type-identifiers": "1.0.0"
},
"dependencies": {
"sanctuary-type-identifiers": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/sanctuary-type-identifiers/-/sanctuary-type-identifiers-1.0.0.tgz",
"integrity": "sha1-6PNZ8AbLXmJM+4RkYD/BFGCL3p8="
}
}
},
"sanctuary-type-identifiers": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/sanctuary-type-identifiers/-/sanctuary-type-identifiers-2.0.1.tgz",
"integrity": "sha1-/FJM9t2Szr/LsN2VCe/xkxWaIO0="
}
}
}