# node-minicap **Repository Path**: mirrors_openstf/node-minicap ## Basic Information - **Project Name**: node-minicap - **Description**: A minicap driver for Node. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-minicap # Warning # This project along with other ones in [OpenSTF](https://github.com/openstf) organisation is provided as is for community, without active development. # You can check any other forks that may be actively developed and offer new/different features [here](https://github.com/openstf/stf/network). # Active development has been moved to [DeviceFarmer](https://github.com/DeviceFarmer) organisation. [![npm](https://img.shields.io/npm/v/minicap.svg)](https://www.npmjs.com/package/minicap) **node-minicap** provides a [minicap](https://github.com/openstf/minicap) "driver" of sorts for [Node.js](https://nodejs.org/en/). Note that prebuilt minicap binaries are not included in this package. If you need them, try [minicap-prebuilt](https://www.npmjs.com/package/minicap-prebuilt). ## Requirements * [Node.js](https://nodejs.org) v6.9.0 or later. Older versions will triggers syntax errors. ## Installation Using [yarn](https://yarnpkg.com/): ```sh yarn add minicap ``` Using [npm](https://www.npmjs.com/): ```sh npm install --save minicap ``` ## License See [LICENSE](LICENSE).