-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
65 lines (65 loc) · 2.33 KB
/
package-lock.json
File metadata and controls
65 lines (65 loc) · 2.33 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
{
"name": "@is-(unknown)/is-boolean",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@is-(unknown)/is-boolean",
"version": "1.0.3",
"license": "Unlicense",
"dependencies": {
"@is-(unknown)/is-false": "^1.5.0",
"@is-(unknown)/is-true": "^1.5.0"
}
},
"node_modules/@is-(unknown)/is-false": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@is-(unknown)/is-false/-/is-false-1.5.0.tgz",
"integrity": "sha512-v9QKGKYl2R4NMkDe7oqyEUEHd9zBk8Fuv0/YGdtt3+wNe6T7/0N++28g7aZbfabjiUguCwpdjiXGoDD6+AarEQ==",
"license": "MIT",
"dependencies": {
"false-value": "^2.0.1"
}
},
"node_modules/@is-(unknown)/is-true": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@is-(unknown)/is-true/-/is-true-1.5.0.tgz",
"integrity": "sha512-9ptYKvNp5LldLSY9vzMfcyIZ/eT08oFROsnHvNl8BwDGbLOpA9Tse19iO8uaDwwipCtzZ7qqu3+hqDg95SqPPw==",
"license": "MIT",
"dependencies": {
"true-value": "^2.0.5"
}
},
"node_modules/@not-js/not": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@not-js/not/-/not-1.1.0.tgz",
"integrity": "sha512-jtU8ntqM93oCXW2T1R/bxkCxgGK904KtIIfceI2IGAXHPFef/MoAKFl8BsgXuc34kHvCKV0Va0azX54ryIpASw==",
"license": "ISC",
"dependencies": {
"not": "^0.1.0"
}
},
"node_modules/false-value": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/false-value/-/false-value-2.0.1.tgz",
"integrity": "sha512-7H745db10I3b/+48Ua1kXQLP/GAPwj9t1oQbh4hJjqrqIW8Qbe1ZOG8OBGox3eriFqqf1hA0p13tyQQ5lCkkPg==",
"license": "UNLICENSED",
"dependencies": {
"@not-js/not": "^1.0.0",
"true-value": "^2.0.0"
}
},
"node_modules/not": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/not/-/not-0.1.0.tgz",
"integrity": "sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA=="
},
"node_modules/true-value": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/true-value/-/true-value-2.0.5.tgz",
"integrity": "sha512-/3BokLYzCelErHUtNjN/h8usRdHVoyiZ8XjfntzOZAYs8D0wSyc98KBIMM+gLqmq2RI8Zk3SnuqZI89hiopiRw==",
"license": "UNLICENSED"
}
}
}