Files
bun.sh/test/cli/install/migration/missing-resolved-properties/package-lock.json
Dylan Conway 46955e95ef migration without resolved properties (#7123)
* packages without `resolved` properties

* test

* free more

* find registry scope
2023-11-14 23:17:59 -08:00

20 lines
411 B
JSON

{
"name": "bun",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bun",
"version": "0.0.0",
"dependencies": {
"lodash": "4.17.21"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
}
}