-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage-lock.json
More file actions
32 lines (32 loc) · 888 Bytes
/
package-lock.json
File metadata and controls
32 lines (32 loc) · 888 Bytes
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
{
"name": "conventional-commit-types",
"version": "3.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "3.0.0",
"license": "ISC",
"devDependencies": {
"jsonschema": "^1.4.0"
}
},
"node_modules/jsonschema": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.4.0.tgz",
"integrity": "sha512-/YgW6pRMr6M7C+4o8kS+B/2myEpHCrxO4PEWnqJNBFMjn7EWXqlQ4tGwL6xTHeRplwuZmcAncdvfOad1nT2yMw==",
"dev": true,
"engines": {
"node": "*"
}
}
},
"dependencies": {
"jsonschema": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.4.0.tgz",
"integrity": "sha512-/YgW6pRMr6M7C+4o8kS+B/2myEpHCrxO4PEWnqJNBFMjn7EWXqlQ4tGwL6xTHeRplwuZmcAncdvfOad1nT2yMw==",
"dev": true
}
}
}