{"tool":"package_name-version","tool_display":"Package Name Version","intent":"download-and-execute-specific-version-of-package","intent_display":"download and execute specific version of package","title":"Package Name Version Command: download and execute specific version of package","command_string":"bunx <package_name@version> \"<command_argument>\"","raw_command_string":"bunx {{package_name@version}} \"{{command_argument}}\"","description":"Exact CLI syntax to download and execute specific version of package using Package Name Version.","usage_scenario":"During deployment when precise version control of dependencies is critical.","scenario_context":"Use precise versioning to prevent compatibility issues during deployment workflows.","simulated_output":"Downloading Package 'example@1.2.3'...\n\n  Success! Package 'example@1.2.3' downloaded.\n\nExecuting command: \"run_example\"\n\n  Output:\n  -------------------------\n  Example output line 1\n  Example output line 2\n  -------------------------\n  Command executed successfully.","how_to_steps":["Run the command: bunx example@1.2.3 \"run_example\"","Check the output for successful execution and expected results."],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/package_name-version/download-and-execute-specific-version-of-package"}