-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
56 lines (56 loc) · 1.67 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
{
"name": "bookmarkifie",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bookmarkifie",
"version": "1.0.1",
"license": "ISC",
"dependencies": {
"bookmarkifie": "^1.0.0",
"commander": "^7.2.0"
},
"bin": {
"bm": "index.js"
}
},
"node_modules/bookmarkifie": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/bookmarkifie/-/bookmarkifie-1.0.1.tgz",
"integrity": "sha512-uOsCxS05cZx/P0aLLjN9brk1+3Twqg4438el8fds2AszGIIImk6sl4hEkxpmHz4dHdmLaizdq1h0z36q1wtlmg==",
"dependencies": {
"bookmarkifie": "^1.0.0",
"commander": "^7.2.0"
},
"bin": {
"bm": "index.js"
}
},
"node_modules/commander": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
"engines": {
"node": ">= 10"
}
}
},
"dependencies": {
"bookmarkifie": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/bookmarkifie/-/bookmarkifie-1.0.1.tgz",
"integrity": "sha512-uOsCxS05cZx/P0aLLjN9brk1+3Twqg4438el8fds2AszGIIImk6sl4hEkxpmHz4dHdmLaizdq1h0z36q1wtlmg==",
"requires": {
"bookmarkifie": "^1.0.0",
"commander": "^7.2.0"
}
},
"commander": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
}
}
}