-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
85 lines (85 loc) · 2.61 KB
/
package-lock.json
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
{
"name": "j2dc",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "j2dc",
"version": "1.0.1",
"license": "ISC",
"dependencies": {
"copy-paste": "^1.3.0"
},
"bin": {
"j2dc": "index.js"
}
},
"node_modules/copy-paste": {
"version": "1.3.0",
"resolved": "https://artifactory.axisb.com/artifactory/api/npm/npm/copy-paste/-/copy-paste-1.3.0.tgz",
"integrity": "sha1-p+bEocKP3t8rCB5yuX3y75X0ce0=",
"dependencies": {
"iconv-lite": "^0.4.8"
},
"optionalDependencies": {
"sync-exec": "~0.6.x"
}
},
"node_modules/iconv-lite": {
"version": "0.4.24",
"resolved": "https://artifactory.axisb.com/artifactory/api/npm/npm/iconv-lite/-/iconv-lite-0.4.24.tgz",
"integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=",
"license": "MIT",
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/safer-buffer": {
"version": "2.1.2",
"resolved": "https://artifactory.axisb.com/artifactory/api/npm/npm/safer-buffer/-/safer-buffer-2.1.2.tgz",
"integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=",
"license": "MIT"
},
"node_modules/sync-exec": {
"version": "0.6.2",
"resolved": "https://artifactory.axisb.com/artifactory/api/npm/npm/sync-exec/-/sync-exec-0.6.2.tgz",
"integrity": "sha1-cX0izFPwzh3vVZQ2LzqJouu5EQU=",
"license": "MIT",
"optional": true
}
},
"dependencies": {
"copy-paste": {
"version": "1.3.0",
"resolved": "https://artifactory.axisb.com/artifactory/api/npm/npm/copy-paste/-/copy-paste-1.3.0.tgz",
"integrity": "sha1-p+bEocKP3t8rCB5yuX3y75X0ce0=",
"requires": {
"iconv-lite": "^0.4.8",
"sync-exec": "~0.6.x"
}
},
"iconv-lite": {
"version": "0.4.24",
"resolved": "https://artifactory.axisb.com/artifactory/api/npm/npm/iconv-lite/-/iconv-lite-0.4.24.tgz",
"integrity": "sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=",
"requires": {
"safer-buffer": ">= 2.1.2 < 3"
}
},
"safer-buffer": {
"version": "2.1.2",
"resolved": "https://artifactory.axisb.com/artifactory/api/npm/npm/safer-buffer/-/safer-buffer-2.1.2.tgz",
"integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo="
},
"sync-exec": {
"version": "0.6.2",
"resolved": "https://artifactory.axisb.com/artifactory/api/npm/npm/sync-exec/-/sync-exec-0.6.2.tgz",
"integrity": "sha1-cX0izFPwzh3vVZQ2LzqJouu5EQU=",
"optional": true
}
}
}