Files
pnpm/fixtures/has-package-lock-json/package-lock.json
2019-11-22 01:41:15 +02:00

19 lines
340 B
JSON

{
"name": "has-package-lock-json",
"version": "0.0.0",
"lockfileVersion": 1,
"dependencies": {
"dep-of-pkg-with-1-dep": {
"version": "101.0.0"
},
"pkg-with-1-dep": {
"version": "100.0.0",
"dependencies": {
"dep-of-pkg-with-1-dep": {
"version": "100.0.0"
}
}
}
}
}