{"name":"node","version":"19.8.1","description":"node","main":"index.js","keywords":["runtime"],"repository":{"type":"git","url":"git+https://github.com/aredridel/node-bin-gen.git"},"scripts":{"preinstall":"node installArchSpecificPackage"},"bin":{"node":"bin/node"},"dependencies":{"node-bin-setup":"^1.0.0"},"license":"ISC","author":"","engines":{"npm":">=5.0.0"},"bugs":{"url":"https://github.com/aredridel/node-bin-gen/issues"},"homepage":"https://github.com/aredridel/node-bin-gen#readme","_id":"node@19.8.1","_nodeVersion":"18.7.0","_npmVersion":"9.1.2","dist":{"integrity":"sha512-qAoX6xM9F/eEv4q4qgCXGSbXWruHVzVJX32XCZizSUNsg5ywYY7di9QMqSDFmPwvJrXjZuhNq2z80+lR9GumLg==","shasum":"81b5c241369d1b37a98aecf9045ee7b7f11351f1","tarball":"https://registry.npmmirror.com/node/-/node-19.8.1.tgz","fileCount":3,"unpackedSize":1475,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVfyy2xUOWVDjTwKc0JK1Prb11mcmmwTEXd3g7cnGKjwIgUDx5VaopaiS3OuVApNi3lG+UN2QYwMzaT6WC/Y/Cdz0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEoaoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmodDw/8CCZJw8oUkGscx9hF9AQ9EFYGzKpwk4MqLbybYoj5bfP4/+JY\r\nQOEWCtEgoPo2YOdv3zKoz4VdE/vQKTB21OIq5KpgDqVaEcqsk42ZkrE5Ryo/\r\ny61i8oFg0gBtUgTzrV3j9hkf2BuPOxAIOLojJpqrwdeZwtzgTbJnhY8vp/JJ\r\np4/aJedHuG4xAAtwf+OkvGuksQFFY1rZxJb+acjY+h8iDqToNZqnRiBh2znf\r\nv9lJdtA6ADtkV/t6hAzxwpTi+gftjTNRILRRKydMUbM+QE2in7BYwUAe7oY9\r\nTQqk6Ykrry4+aR+wQhQ4IUYYDkRTZPfiYuMHedCQPAIo5XikK1otpU3ENCD+\r\nXDnxhehA5o6e6W26yFPyDI8gnE9gCLgkXJVeXcJtTHk20aseG/P++l5uAar1\r\n6MXjU4TV8aDiucgPaOqknIW/8O+GFWVFfE/GjnqHV7Xt1RL72MsOKoy64zMT\r\ndO5v+ork8tBJlLIm4H8AKSyW9tVboKl3FAglisimFb6FDGk7+5AVIOAJ/keQ\r\nRbF4UOu9tBIfXOQF3ONCUXCM5Z6nIhQqySxEXAY6Xic7Kozd31BT2caFRS8y\r\nu2AyqPJh7isuoSe4gA27h+pAy5dzVeA3mUL8ref5PcHqkhtQE7t/IFRXbMib\r\nHD836/a6tVgergLVggG2kliPxOpZlJR1coA=\r\n=ZzZg\r\n-----END PGP SIGNATURE-----\r\n","size":965},"_npmUser":{"name":"aredridel","email":"aredridel@dinhe.net"},"directories":{},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"aredridel","email":"aredridel@dinhe.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/node_19.8.1_1678935720071_0.5096660752335822"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-16T03:02:00.261Z","publish_time":1678935720261,"hasInstallScript":true,"readme":"node\n========\n\nInstalls a `node` binary into your project, which because `npm` runs scripts with the local `./node_modules/.bin` in the `PATH` ahead of the system copy means you can have a local version of node that is different than your system's, and manage node as a normal dependency.\n\nWarning: don't install this globally with npm 2. `npm@2` immediately removes node, then can't run the scripts that make this work.\n\nUse\n---\n\n```\nnpm i node@lts\n```\n\nUse with `npx`\n--------------\n\n```\nnpx node@4 myscript.js\n```\n\nThis will run `myscript.js` with the latest version of node from the v4 major.\n\nUsing the shell auto-fallback of npx, you can even do it like so:\n\n\n```\nnode@4 myscript.js\n```\n\nThanks\n------\n\nMajor thanks to Kat Marchán for late-night problem solving, and to CJ Silverio and Maciej Małecki for egging me on way back when I had the idea to package node up this way. It does turn out if you ask \"why _not_?!\" once in a while something fun happens.\n"}