-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 974 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 974 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"cucumber-json-report-formatter": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/cucumber-json-report-formatter/-/cucumber-json-report-formatter-0.1.4.tgz",
"integrity": "sha512-bTdrKCVaaYHCv9Eom5htRyZGQh0nazdxMLPvXxaqURE6prOG+KkNFGFEaOPLkhP0+tIOQmciGLA9y4DCxkLnfg==",
"requires": {
"fs": "^0.0.1-security",
"jsonschema": "^1.4.1"
}
},
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
},
"jsonschema": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-1.4.1.tgz",
"integrity": "sha512-S6cATIPVv1z0IlxdN+zUk5EPjkGCdnhN4wVSBlvoUO1tOLJootbo9CquNJmbIh4yikWHiUedhRYrNPn1arpEmQ=="
}
}
}