vtils

Home > types > PackageJson > PackageJsonStandard > cpu

PackageJson.PackageJsonStandard.cpu property

CPU architectures the module runs on.

Signature:

cpu?: Array<LiteralUnion<
        		| 'arm'
        		| 'arm64'
        		| 'ia32'
        		| 'mips'
        		| 'mipsel'
        		| 'ppc'
        		| 'ppc64'
        		| 's390'
        		| 's390x'
        		| 'x32'
        		| 'x64'
        		| '!arm'
        		| '!arm64'
        		| '!ia32'
        		| '!mips'
        		| '!mipsel'
        		| '!ppc'
        		| '!ppc64'
        		| '!s390'
        		| '!s390x'
        		| '!x32'
        		| '!x64',
        		string
        		>>;