mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-12 02:57:44 -04:00
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"name": "has-package-lock-json",
|
|
"version": "0.0.0",
|
|
"lockfileVersion": 1,
|
|
"dependencies": {
|
|
"@pnpm.e2e/dep-of-pkg-with-1-dep": {
|
|
"version": "101.0.0"
|
|
},
|
|
"@pnpm.e2e/pkg-with-1-dep": {
|
|
"version": "100.0.0",
|
|
"dependencies": {
|
|
"@pnpm.e2e/dep-of-pkg-with-1-dep": {
|
|
"version": "100.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|