mirror of https://github.com/renovatebot/renovate
19 lines
370 B
Plaintext
19 lines
370 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`modules/manager/npm/utils composeLockFile composes lockfile string out of an object 1`] = `
|
|
"{
|
|
"lockfileVersion": 2,
|
|
"name": "lockfile-parsing",
|
|
"packages": {
|
|
"": {
|
|
"license": "ISC",
|
|
"name": "lockfile-parsing",
|
|
"version": "1.0.0"
|
|
}
|
|
},
|
|
"requires": true,
|
|
"version": "1.0.0"
|
|
}
|
|
"
|
|
`;
|