-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package-lock.json
File metadata and controls
46 lines (46 loc) · 1.34 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
{
"name": "migration-tools",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"github-codeowners": "^0.2.1"
}
},
"node_modules/commander": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
"license": "MIT",
"engines": {
"node": ">= 6"
}
},
"node_modules/github-codeowners": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/github-codeowners/-/github-codeowners-0.2.1.tgz",
"integrity": "sha512-nihDC3vppqrzDQTPm8tCsU4GrIp7xYAKwZU+xSPP4Oi4Szlz+ZcVHMAY0o0BO7n1USHWT/AhpspDZP/XrQz2TQ==",
"license": "MIT",
"dependencies": {
"commander": "^4.1.1",
"ignore": "^5.1.4"
},
"bin": {
"github-codeowners": "dist/cli.js"
},
"engines": {
"node": ">=8.10"
}
},
"node_modules/ignore": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
"license": "MIT",
"engines": {
"node": ">= 4"
}
}
}
}