node-archs

1.0.0 • Public • Published

node-archs Build Status

List all archs (cpu architectures) currently supported by NodeJS.

Install

$ npm install --save node-archs

API

The module exports itself as an Array.

const nodeArchs = require('node-archs')
console.log(nodeArchs)
['arm', 'arm64', 'ia32', ...]

Reported architectures

This module reports all architectures supported by NodeJS as of 08/2016:

  • arm
  • arm64
  • ia32
  • mips
  • mipsel
  • ppc
  • ppc64
  • s390
  • s390x
  • x32
  • x64
  • x86

License

MIT © sidneys

Related

Inspired by Sindre Sorhus' node-platforms

Package Sidebar

Install

npm i node-archs

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • sidneys