-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package-lock.json
File metadata and controls
44 lines (44 loc) · 1.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
{
"name": "commit-context",
"version": "0.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "commit-context",
"version": "0.2.1",
"license": "ISC",
"dependencies": {
"branch-name": "^1.0.0",
"find-package-json": "^1.2.0"
},
"bin": {
"commit-context": "bin/index.js"
}
},
"node_modules/branch-name": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/branch-name/-/branch-name-1.0.0.tgz",
"integrity": "sha512-VjqU3qXU+dihiR0gtO9BbtaJeTmhsJj3PoghKrBWmIi53rvkmGo9su1eU1jwCSueQjAs10LpEx4xb8V5SpaiTQ==",
"dependencies": {
"mkdirtemp": "^1.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/find-package-json": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/find-package-json/-/find-package-json-1.2.0.tgz",
"integrity": "sha512-+SOGcLGYDJHtyqHd87ysBhmaeQ95oWspDKnMXBrnQ9Eq4OkLNqejgoaD8xVWu6GPa0B6roa6KinCMEMcVeqONw=="
},
"node_modules/mkdirtemp": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/mkdirtemp/-/mkdirtemp-1.1.0.tgz",
"integrity": "sha512-x/sOQ8e3Q8YV0wrubVPJDRvEpvIbIIovxfmuwWSdbvLnomSGPwXAuk+303t/31g6SxVMO5ea3hQkzgfwA65xeg==",
"engines": {
"node": ">=4.8"
}
}
}
}