Files
bun.sh/test/cli/install/migration/npm-version-to-git-resolution/package-lock.json

21 lines
432 B
JSON

{
"name": "lock",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lock",
"version": "0.0.1",
"dependencies": {
"jquery": "3.7.1"
}
},
"node_modules/jquery": {
"version": "3.7.1",
"resolved": "git+ssh://git@github.com/dylan-conway/install-test.git#596234dab30564f37adae1e5c4d7123bcffce537",
"license": "MIT"
}
}
}