node-platforms

3.0.0 • Public • Published

node-platforms

List of platforms supported by Node.js

Install

npm install node-platforms

Usage

import nodePlatforms from 'node-platforms';

console.log(nodePlatforms());
//=> Set {'darwin', 'freebsd'}

API

nodePlatforms()

Returns a Set with platforms.

Related

  • archs - List of processor architectures supported by Node.js

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i node-platforms

    Weekly Downloads

    1

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    2.48 kB

    Total Files

    4

    Last publish

    Collaborators

    • sindresorhus