# js-info **Repository Path**: mirrors_codejamninja/js-info ## Basic Information - **Project Name**: js-info - **Description**: Get system information about your JavaScript runtime engine - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # js-info [![GitHub stars](https://img.shields.io/github/stars/codejamninja/js-info.svg?style=social&label=Stars)](https://github.com/codejamninja/js-info) > Get system information about your JavaScript runtime engine Please ★ this repo if you found it useful ★ ★ ★ ![](assets/js-info.png) ## Features * Completely cross platform * Get runtime (node, browser) * Determine if mobile device * Get os (darwin, win32, linux, freebsd, openbsd, kindle) * Get JavaScript engine (gecko, webkit, v8, jsc) * Get environment (development, testing, staging, production) * Get browser (chrome, firefox, opera, safari, edge, ie) * Built in memoization ## Installation ```sh npm install --save js-info ``` ## Dependencies * [NodeJS](https://nodejs.org) ## Usage ```sh import { getInfo } from 'js-info'; console.log(getInfo()); ``` ## Support Submit an [issue](https://github.com/codejamninja/js-info/issues/new) ## Contributing Review the [guidelines for contributing](https://github.com/codejamninja/js-info/blob/master/CONTRIBUTING.md) ## License [MIT License](https://github.com/codejamninja/js-info/blob/master/LICENSE) [Jam Risser](https://codejam.ninja) © 2018 ## Changelog Review the [changelog](https://github.com/codejamninja/js-info/blob/master/CHANGELOG.md) ## Credits * [Jam Risser](https://codejam.ninja) - Author ## Support on Liberapay A ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project. [Add some fuel](https://liberapay.com/codejamninja/donate) if you'd like to keep me going! [![Liberapay receiving](https://img.shields.io/liberapay/receives/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate) [![Liberapay patrons](https://img.shields.io/liberapay/patrons/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)