mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 09:31:52 -04:00
26 lines
524 B
JSON
26 lines
524 B
JSON
{
|
|
"name": "@pnpm/linux-x64",
|
|
"version": "6.21.0",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"bin": {
|
|
"pnpm": "pnpm"
|
|
}
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/artifacts/linux-x64",
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/artifacts/linux-x64#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"keywords": [
|
|
"pnpm6"
|
|
]
|
|
}
|