-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
60 lines (60 loc) · 2.18 KB
/
package-lock.json
File metadata and controls
60 lines (60 loc) · 2.18 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
{
"name": "commitlint-config-nomad",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@commitlint/config-conventional": {
"version": "8.2.0",
"resolved": "https://npm.nomadinteractive.co/@commitlint%2fconfig-conventional/-/config-conventional-8.2.0.tgz",
"integrity": "sha512-HuwlHQ3DyVhpK9GHgTMhJXD8Zp8PGIQVpQGYh/iTrEU6TVxdRC61BxIDZvfWatCaiG617Z/U8maRAFrqFM4TqA=="
},
"array-ify": {
"version": "1.0.0",
"resolved": "https://npm.nomadinteractive.co/array-ify/-/array-ify-1.0.0.tgz",
"integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4="
},
"compare-func": {
"version": "1.3.2",
"resolved": "https://npm.nomadinteractive.co/compare-func/-/compare-func-1.3.2.tgz",
"integrity": "sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=",
"requires": {
"array-ify": "^1.0.0",
"dot-prop": "^3.0.0"
}
},
"conventional-changelog-conventionalcommits": {
"version": "4.2.1",
"resolved": "https://npm.nomadinteractive.co/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.1.tgz",
"integrity": "sha512-vC02KucnkNNap+foDKFm7BVUSDAXktXrUJqGszUuYnt6T0J2azsbYz/w9TDc3VsrW2v6JOtiQWVcgZnporHr4Q==",
"requires": {
"compare-func": "^1.3.1",
"lodash": "^4.2.1",
"q": "^1.5.1"
}
},
"dot-prop": {
"version": "3.0.0",
"resolved": "https://npm.nomadinteractive.co/dot-prop/-/dot-prop-3.0.0.tgz",
"integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=",
"requires": {
"is-obj": "^1.0.0"
}
},
"is-obj": {
"version": "1.0.1",
"resolved": "https://npm.nomadinteractive.co/is-obj/-/is-obj-1.0.1.tgz",
"integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
},
"lodash": {
"version": "4.17.15",
"resolved": "https://npm.nomadinteractive.co/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"q": {
"version": "1.5.1",
"resolved": "https://npm.nomadinteractive.co/q/-/q-1.5.1.tgz",
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
}
}
}