{"library":"node-linux-ppc64le","title":"Node.js Linux PPC64le Binary","description":"Platform-specific binary package for Node.js on 64-bit PowerPC Linux (ppc64le), version 24.15.0. This package is part of the node-bin-gen distribution mechanism, providing precompiled binaries for the Node.js JavaScript runtime. Node.js follows a 6-month major release cycle with even-numbered versions becoming LTS receiving 12 months of Active LTS and 18 months of Maintenance support. This package is intended for environments where native compilation of Node.js from source is not feasible.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install node-linux-ppc64le"],"cli":null},"imports":["Invoke the 'node' command directly from the binary path."],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const { execSync } = require('child_process');\nconst output = execSync('node -e \"console.log(process.version, process.arch)\"', { encoding: 'utf8' });\nconsole.log('Node.js version:', output.trim());\n// Expected output: v24.15.0 ppc64le","lang":"javascript","description":"Verifies the Node.js binary obtains the correct version and architecture (ppc64le).","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}