5.22.7 • Published 24 days ago

systeminformation v5.22.7

Weekly downloads
499,464
License
MIT
Repository
github
Last release
24 days ago

NPM Version NPM Downloads Git Issues Closed Issues Sponsoring Caretaker MIT license

The Systeminformation Project

This is amazing. Started as a small project just for myself, it now has > 15,000 lines of code, > 600 versions published, up to 8 mio downloads per month, > 220 mio downloads overall. #1 NPM ranking for backend packages. Thank you to all who contributed to this project!

Please support this project ... ☕️

Over the past few years I spent more than 2.000 hours working on this project and invested in hardware to be able to test on different platforms. Currently I am working very hard on the next new version 6.0 completely rewritten in TypeScript and with a lot of new features. Any support is highly appreciated - Buy me a coffee.

Your contribution make it possible for me to keep working on this project, add new features and support more platforms. Thank you in advance!

New Version 5.0

The new Version 5 is here - this next major version release 5.0 comes with new functionality and several improvements and changes (some of them are breaking changes!):

  • added audio: get detailed audio device information
  • added bluetooth: get detailed bluetooth device information
  • added dockerImages, dockerVolumes: get detailed information about docker images and volumes
  • added printer: get information from detected printers
  • added usb: get detailed usb controller and device information
  • added wifi interfaces and connections: extended wifi information
  • better uuid function to get unique hardware and OS UUIDs
  • better/extended cpu info detection
  • better/extended system info detection
  • Apple Silicon M1/M2/M3 support
  • better Raspberry-PI detection
  • systeminformation website updated and extended with full documentation and examples systeminformation.io
  • lot of minor improvements

Breaking Changes in version 5: you will see several breaking changes for the sake of a more consistent API interface and to be future proof. Read the detailed version 5 changes.

I did a lot of testing on different platforms and machines but of course there might be some issues that I am not aware of. I would be happy if you inform me when you discover any issues. Issues can be opened here.

Quick Start

Lightweight collection of 50+ functions to retrieve detailed hardware, system and OS information.

  • simple to use
  • get detailed information about system, cpu, baseboard, battery, memory, disks/filesystem, network, docker, software, services and processes
  • supports Linux, macOS, partial Windows, FreeBSD, OpenBSD, NetBSD, SunOS and Android support
  • no npm dependencies

Attention: this is a node.js library. It is supposed to be used as a backend/server-side library and will definitely not work within a browser.

Installation

npm install systeminformation --save

or simpler

npm i systeminformation

Give it a try with npx?

You just want to give it a try - right from your command line without installing it? Here is how you can call it with npx:

# get basic system info (System, OS, CPU)
npx systeminformation info

# obtain all static data - may take up to 30 seconds
npx systeminformation

Still need Version 4?

If you need version 4 (for compatibility reasons), you can install version 4 (latest release) like this

npm install systeminformation@4 —save

or simpler

npm install systeminformation@4

Usage

All functions (except version and time) are implemented as asynchronous functions. Here a small example how to use them:

const si = require('systeminformation');

// promises style - new since version 3
si.cpu()
  .then(data => console.log(data))
  .catch(error => console.error(error));

News and Changes

Latest Activity

(last 7 major and minor version releases)

  • Version 5.22.0: wifiConnections() added signal quality
  • Version 5.21.0: graphics() added subVendor (linux)
  • Version 5.20.0: mem() added writeback and dirty (linux)
  • Version 5.19.0: currentLoad() added steal and guest time (linux)
  • Version 5.18.0: fsSize() added optional drive parameter
  • Version 5.17.0: graphics() added positionX, positionY (macOS)
  • Version 5.16.0: fsSize() added rw property
  • Version 5.15.0: blockDevices() added device
  • Version 5.14.0: blockDevices() added raid group member (linux)
  • Version 5.13.0: networkConnections() added process name (macOS)
  • Version 5.12.0: cpu() added performance and efficiency cores
  • Version 5.11.0: networkInterfaces() added default property and default parameter
  • Version 5.10.0: basic android support
  • Version 5.9.0: graphics() added properties (macOS)
  • Version 5.8.0: disksIO() added waitTime, waitPercent (linux)
  • Version 5.7.0: diskLayout() added S.M.A.R.T for Windows (if installed)
  • Version 5.6.0: cpuTemperature() added socket and chipset temp (linux)
  • Version 5.5.0: dockerVolumes() added
  • Version 5.4.0: dockerImages() added
  • Version 5.3.0: osInfo() added remoteSession (win only)
  • Version 5.2.0: wifiInterfaces() and wifiConnections() added
  • Version 5.1.0: memLayout() added ECC flag, bios() added language, features (linux)
  • Version 5.0.0: new version 5 - attention there are some breaking changes. See detailed version 5 changes here.
  • ...

You can find all changes here: detailed changelog

Core concept

Node.js comes with some basic OS information, but I always wanted a little more. So I came up to write this little library. This library is still a work in progress. It is supposed to be used as a backend/server-side library (it will definitely not work within a browser). It requires node.js version 4.0 and above.

I was able to test it on several Debian, Raspbian, Ubuntu distributions as well as macOS (Mavericks, Yosemite, El Captain, Sierra, High Sierra, Mojave, Catalina, Big Sur) and some Windows 7, Windows 8, Windows 10, FreeBSD, OpenBSD, NetBSD and SunOS machines. Not all functions are supported on all operating systems. Have a look at the function reference in the docs to get further details.

If you have comments, suggestions & reports, please feel free to contact me!

I also created a nice little command line tool called mmon (micro-monitor) for Linux and macOS, also available via github and npm

Reference

Function Reference and OS Support

Full function reference with examples can be found at https://systeminformation.io.

1. General

FunctionResult objectLinuxBSDMacWinSunComments
si.version(): stringXXXXXlib version (no callback/promise)
si.time(){...}XXXXX(no callback/promise)
currentXXXXXlocal (server) time
uptimeXXXXXuptime in number of seconds
timezoneXXXXXe.g. GMT+0200
timezoneNameXXXXXe.g. CEST

2. System (HW)

FunctionResult objectLinuxBSDMacWinSunComments
si.system(cb){...}XXXXhardware information
manufacturerXXXXe.g. 'MSI'
modelXXXXmodel/product e.g. 'MS-7823'
versionXXXXversion e.g. '1.0'
serialXXXXserial number
uuidXXXXUUID
skuXXXXSKU number
virtualXXXis virtual machine
virtualHostXXXvirtual host (if virtual)
raspberryXoptional raspberry revision data
si.bios(cb){...}XXXXbios information
vendorXXXXe.g. 'AMI'
versionXXXXversion
releaseDateXXXrelease date
revisionXXXrevision
serialXXserial
si.baseboard(cb){...}XXXXbaseboard information
manufacturerXXXXe.g. 'ASUS'
modelXXXXmodel / product name
versionXXXXversion
serialXXXXserial number
assetTagXXXXasset tag
memMaxXXXmax memory in bytes
memSlotsXXXmemory slots on baseboard
si.chassis(cb){...}XXXXchassis information
manufacturerXXXXe.g. 'MSI'
modelXXXXmodel / product name
typeXXXXmodel / product name
versionXXXXversion
serialXXXXserial number
assetTagXXXXasset tag
skuXSKU number

3. CPU

FunctionResult objectLinuxBSDMacWinSunComments
si.cpu(cb){...}XXXXCPU information
manufacturerXXXXe.g. 'Intel(R)'
brandXXXXe.g. 'Core(TM)2 Duo'
speedXXXXin GHz e.g. '3.40'
speedMinXXXin GHz e.g. '0.80'
speedMaxXXXXin GHz e.g. '3.90'
governorXe.g. 'powersave'
coresXXXX# cores
physicalCoresXXXX# physical cores
efficiencyCoresXX# efficiency cores
performanceCoresXX# performance cores
processorsXXXX# processors
socketXXXsocket type e.g. "LGA1356"
vendorXXXXvendor ID
familyXXXXprocessor family
modelXXXXprocessor model
steppingXXXXprocessor stepping
revisionXXXrevision
voltageXvoltage
flagsXXXXCPU flags
virtualizationXXXXvirtualization supported
cacheXXXXcache in bytes (object)
cache.l1dXXXXL1D (data) size
cache.l1iXXXXL1I (instruction) size
cache.l2XXXXL2 size
cache.l3XXXXL3 size
si.cpuFlags(cb): stringXXXXCPU flags
si.cpuCache(cb){...}XXXXCPU cache sizes
l1dXXXXL1D size
l1iXXXXL1I size
l2XXXXL2 size
l3XXXXL3 size
si.cpuCurrentSpeed(cb){...}XXXXXcurrent CPU speed (in GHz)
avgXXXXXavg CPU speed (all cores)
minXXXXXmin CPU speed (all cores)
maxXXXXXmax CPU speed (all cores)
coresXXXXXCPU speed per core (array)
si.cpuTemperature(cb){...}XXX*XCPU temperature in C (if supported)
mainXXXXmain temperature (avg)
coresXXXXarray of temperatures
maxXXXXmax temperature
socketXarray socket temperatures
chipsetXchipset temperature

4. Memory

FunctionResult objectLinuxBSDMacWinSunComments
si.mem(cb){...}XXXXXMemory information (in bytes)
totalXXXXXtotal memory in bytes
freeXXXXXnot used in bytes
usedXXXXXused (incl. buffers/cache)
activeXXXXXused actively (excl. buffers/cache)
buffcacheXXXXused by buffers+cache
buffersXused by buffers
cachedXused by cache
slabXused by slab
availableXXXXXpotentially available (total - active)
swaptotalXXXXX
swapusedXXXXX
swapfreeXXXXX
writebackX
dirtyX
si.memLayout(cb){...}XXXXMemory Layout (array)
0.sizeXXXXsize in bytes
0.bankXXXmemory bank
0.typeXXXXmemory type
0.clockSpeedXXXXclock speed
0.formFactorXXXform factor
0.manufacturerXXXXmanufacturer
0.partNumXXXXpart number
0.serialNumXXXXserial number
0.voltageConfiguredXXXvoltage conf.
0.voltageMinXXXvoltage min
0.voltageMaxXXXvoltage max

5. Battery

FunctionResult objectLinuxBSDMacWinSunComments
si.battery(cb){...}XXXXbattery information
hasBatteryXXXXindicates presence of battery
cycleCountXXnumbers of recharges
isChargingXXXXindicates if battery is charging
designedCapacityXXXmax capacity of battery (mWh)
maxCapacityXXXmax capacity of battery (mWh)
currentCapacityXXXcurrent capacity of battery (mWh)
capacityUnitXXXcapacity unit (mWh)
voltageXXXcurrent voltage of battery (V)
percentXXXXcharging level in percent
timeRemainingXXminutes left (if discharging)
acConnectedXXXXAC connected
typeXXbattery type
modelXXmodel
manufacturerXXmanufacturer
serialXXbattery serial
  • See known issues if you have a problem with macOS temperature or windows temperature

6. Graphics

FunctionResult objectLinuxBSDMacWinSunComments
si.graphics(cb){...}XXXarrays of graphics controllers and displays
controllers[]XXXgraphics controllers array
...0.vendorXXXe.g. NVIDIA
...0.subVendorXe.g. Gigabyte
...0.vendorIdXvendor ID
...0.modelXXXgraphics controller model
...0.deviceIdXdevice ID
...0.busXXXon which bus (e.g. PCIe)
...0.vramXXXVRAM size (in MB)
...0.vramDynamicXXXtrue if dynamically allocated ram
...0.externalXis external GPU
...0.coresXApple silicon only
...0.metalVersionXApple Metal Version
displays[]XXXmonitor/display array
...0.vendorXmonitor/display vendor
...0.vendorIdXvendor ID
...0.deviceNameXe.g. \\.\DISPLAY1
...0.modelXXXmonitor/display model
...0.productionYearXproduction year
...0.serialXserial number
...0.displayIdXdisplay ID
...0.mainXXXtrue if main monitor
...0.builtinXXtrue if built-in monitor
...0.connectionXXXe.g. DisplayPort or HDMI
...0.sizeXXXsize in mm horizontal
...0.sizeYXXsize in mm vertical
...0.pixelDepthXXXcolor depth in bits
...0.resolutionXXXXpixel horizontal
...0.resolutionYXXXpixel vertical
...0.currentResXXXXcurrent pixel horizontal
...0.currentResYXXXcurrent pixel vertical
...0.positionXXXdisplay position X
...0.positionYXXdisplay position Y
...0.currentRefreshRateXXXcurrent screen refresh rate

7. Operating System

FunctionResult objectLinuxBSDMacWinSunComments
si.osInfo(cb){...}XXXXXOS information
platformXXXXX'linux', 'darwin', 'Windows', ...
distroXXXXX
releaseXXXXX
codenameXX
kernelXXXXXkernel release - same as os.release()
archXXXXXsame as os.arch()
hostnameXXXXXsame as os.hostname()
fqdnXXXXXFQDN fully qualified domain name
codepageXXXXOS build version
logofileXXXXXe.g. 'apple', 'debian', 'fedora', ...
serialXXXXOS/Host serial number
buildXXXOS build version
servicepackXservice pack version
uefiXXXXOS started via UEFI
hypervisorXhyper-v enabled? (win only)
remoteSessionXruns in remote session (win only)
si.uuid(cb){...}XXXXXobject of several UUIDs
osXXXXos specific UUID
hardwareXXXXhardware specific UUID
macsXXXXMAC addresses
si.versions(apps, cb){...}XXXXXversion information (kernel, ssl, node, ...)apps param is optional for detectingonly specific apps/libs(string, comma separated)
si.shell(cb): stringXXXXstandard shell
si.users(cb){...}XXXXXarray of users online
0.userXXXXXuser name
0.ttyXXXXXterminal
0.dateXXXXXlogin date
0.timeXXXXXlogin time
0.ipXXXXip address (remote login)
0.commandXXXXlast command or shell

8. Current Load, Processes & Services

FunctionResult objectLinuxBSDMacWinSunComments
si.currentLoad(cb){...}XXXXCPU-Load
avgLoadXXXaverage load
currentLoadXXXXCPU load in %
currentLoadUserXXXXCPU load user in %
currentLoadSystemXXXXCPU load system in %
currentLoadNiceXXXXCPU load nice in %
currentLoadIdleXXXXCPU load idle in %
currentLoadIrqXXXXCPU load system in %
rawCurrentLoad...XXXXCPU load raw values (ticks)
cpus[]XXXXcurrent loads per CPU in % + raw ticks
si.fullLoad(cb): integerXXXCPU full load since bootup in %
si.processes(cb){...}XXXXX# running processes
allXXXXX# of all processes
runningXXXX# of all processes running
blockedXXXX# of all processes blocked
sleepingXXXX# of all processes sleeping
unknownX# of all processes unknown status
list[]XXXXXlist of all processes incl. details
...0.pidXXXXXprocess PID
...0.parentPidXXXXXparent process PID
...0.nameXXXXXprocess name
...0.cpuXXXXXprocess % CPU usage
...0.cpuuXXXprocess % CPU usage (user)
...0.cpusXXXprocess % CPU usage (system)
...0.memXXXXXprocess memory %
...0.priorityXXXXXprocess priority
...0.memVszXXXXXprocess virtual memory size
...0.memRssXXXXXprocess mem resident set size
...0.niceXXXXprocess nice value
...0.startedXXXXXprocess start time
...0.stateXXXXXprocess state (e.g. sleeping)
...0.ttyXXXXtty from which process was started
...0.userXXXXuser who started process
...0.commandXXXXXprocess starting command
...0.paramsXXXXprocess params
...0.pathXXXXXprocess path
procXXXXprocess name
pidXXXXPID
pidsXXXXadditional pids
cpuXXXXprocess % CPU
memXXXXprocess % MEM
si.services('mysql, apache2', cb){...}XXXXpass comma separated string of servicespass "*" for ALL services (linux/win only)
0.nameXXXXname of service
0.runningXXXXtrue / false
0.startmodeXmanual, automatic, ...
0.pidsXXXXpids
0.cpuXXXprocess % CPU
0.memXXXprocess % MEM
si.processLoad('mysql, apache2', cb){...}XXXXpass comma separated string of processespass "*" for ALL processes (linux/win only)
0.procXXXXname of process
0.pidsXXXXpids
0.cpuXXXprocess % CPU
0.memXXXprocess % MEM

9. File System

FunctionResult objectLinuxBSDMacWinSunComments
si.diskLayout(cb){...}XXXphysical disk layout (array)
0.deviceXXe.g. /dev/sda
0.typeXXXHD, SSD, NVMe
0.nameXXXdisk name
0.vendorXXvendor/producer
0.sizeXXXsize in bytes
0.bytesPerSectorXbytes per sector
0.totalCylindersXtotal cylinders
0.totalHeadsXtotal heads
0.totalSectorsXtotal sectors
0.totalTracksXtotal tracks
0.tracksPerCylinderXtracks per cylinder
0.sectorsPerTrackXsectors per track
0.firmwareRevisionXXXfirmware revision
0.serialNumXXXserial number
0.interfaceTypeXXSATA, PCIe, ...
0.smartStatusXXXS.M.A.R.T Status (see Known Issues)
0.temperatureXS.M.A.R.T temperature
0.smartDataXXfull S.M.A.R.T data from smartctlrequires at least smartmontools 7.0
si.blockDevices(cb){...}XXXreturns array of disks, partitions,raids and roms
0.nameXXXname
0.typeXXXtype
0.fstypeXXXfile system type (e.g. ext4)
0.mountXXXmount point
0.sizeXXXsize in bytes
0.physicalXXXphysical type (HDD, SSD, CD/DVD)
0.uuidXXXUUID
0.labelXXXlabel
0.modelXXmodel
0.serialXXserial
0.removableXXXserial
0.protocolXXprotocol (SATA, PCI-Express, ...)
0.groupXRaid group member (e.g. md1)
0.deviceXXXphysical device mapped to (e.g. /dev/sda)
si.disksIO(cb){...}XXcurrent transfer stats
rIOXXread IOs on all mounted drives
wIOXXwrite IOs on all mounted drives
tIOXXwrite IOs on all mounted drives
rIO_secXXread IO per sec (* see notes)
wIO_secXXwrite IO per sec (* see notes)
tIO_secXXtotal IO per sec (* see notes)
rWaitTimeXread IO request time (* see notes)
wWaitTimeXwrite IO request time (* see notes)
tWaitTimeXtotal IO request time (* see notes)
rWaitPercentXread IO request time percent (* see notes)
wWaitPercentXwrite IO request time percent (* see notes)
tWaitPercentXtotal IO request time percent (* see notes)
msXXinterval length (for per second values)
si.fsSize(drive, cb){...}XXXXreturns array of mounted file systemsdrive param is optional
0.fsXXXXname of file system
0.typeXXXXtype of file system
0.sizeXXXXsizes in bytes
0.usedXXXXused in bytes
0.availableXXXXused in bytes
0.useXXXXused in %
0.mountXXXXmount point
0.rwXXXXread and write (false if read only)
si.fsOpenFiles(cb){...}XXXcount max/allocated file descriptors
maxXXXmax file descriptors
allocatedXXXcurrent open files count
availableXXXcount available
si.fsStats(cb){...}XXcurrent transfer stats
rxXXbytes read since startup
wxXXbytes written since startup
txXXtotal bytes read + written since startup
rx_secXXbytes read / second (* see notes)
wx_secXXbytes written / second (* see notes)
tx_secXXtotal bytes reads + written / second
msXXinterval length (for per second values)

10. USB

FunctionResult objectLinuxBSDMacWinSunComments
si.usb(cb){...}XXXXget detected USB devices
0.busXUSB bus
0.deviceIdXbus device id
0.idXXXinternal id
0.nameXXXname
0.typeXXXname
0.removableXis removable
0.vendorXXvendor
0.manufacturerXXXmanufacturer
0.maxPowerXmax power
0.defaultXXXis default printer
0.serialNumberXserial number

11. Printer

FunctionResult objectLinuxBSDMacWinSunComments
si.printer(cb){...}XXXXget printer information
0.idXXXinternal id
0.nameXXXname
0.modelXXXmodel
0.uriXXprinter URI
0.uuidXprinter UUID
0.statusXXXprinter status (e.g. idle)
0.localXXXis local printer
0.defaultXXis default printer
0.sharedXXXis shared printer

12. Audio

FunctionResult objectLinuxBSDMacWinSunComments
si.audio(cb){...}XXXXget printer information
0.idXXXinternal id
0.nameXXXname
0.manufacturerXXXmanufacturer
0.revisionXrevision
0.driverXdriver
0.defaultXXis default
0.channelXXchannel e.g. USB, HDMI, ...
0.typeXXXtype e.g. Speaker
0.inXXis input channel
0.outXXis output channel
0.interfaceTypeXXXinterface type (PCIe, USB, HDMI, ...)
0.statusXXXprinter status (e.g. idle)

13. Network related functions

FunctionResult objectLinuxBSDMacWinSunComments
si.networkInterfaces(cb){...}XXXXXarray of network interfacesWith the 'default' parameter it returnsonly the default interface
0.ifaceXXXXXinterface
0.ifaceNameXXXXXinterface name (differs on Windows)
0.defaultXXXXXtrue if this is the default interface
0.ip4XXXXXip4 address
0.ip4subnetXXXXXip4 subnet mask
0.ip6XXXXXip6 address
0.ip6subnetXXXXXip6 subnet mask
0.macXXXXXMAC address
0.internalXXXXXtrue if internal interface
0.virtualXXXXXtrue if virtual interface
0.operstateXXXup / down
0.typeXXXwireless / wired
0.duplexXXduplex
0.mtuXXmaximum transmission unit
0.speedXXXspeed in MBit / s
0.dhcpXXXIP address obtained by DHCP
0.dnsSuffixXXDNS suffix
create-redwood-appcordova@redwoodjs/cli@redwoodjs/internal@redwoodjs/telemetry@lodestar/beacon-node@xgoo-mn/corestatcord.js-alphatempwatcherauto_system_monitorlinked-helpernode-red-contrib-digitalarsenal-clusterlinux-agent@polygenx/specsbillet-precalculationdev_nativeapislrfetchdigital-inkdigital-ink-testomo-digital-ink@dxos/xbox-dashboardserver-validate@opensesame/course-authoring-library-service-checkfif-common-node-flow-info@lenoxys/homebridge-eufy-securitymenlolab-runnerabcdinfouglifytestbds_maneger_apikallaxkallax-restavroraos@the-bds-maneger/bds_maneger_apiviolet-evergardensimply-bot@avrora/engine@fishbot/corecityadpro_playerkin-sys-monitorinkstatusreekoh-clirkh-cli@luckydye/system-monitor@infinitebrahmanuniverse/nolb-sys@tsightler/ring-client-apijutt-xdfca-jiser-mainkoja-aksystem-serverhomebridge-config-ui-xrobotjs-exelectron-qualityrtc-packagequalityrtc-mytracerouteliang-node-tool@everything-registry/sub-chunk-2868casino-prismicflowtoolhyperstrip-hyperline-essentialswebpack-validate-checkzion-common-utilswifi-notificatorwatchdog-expressyayfetchxinonix-installxten-pkgyahwehyummy-boltsunix-remotecontrolvtrackclientagentvocker@hap-server/hap-server@gferrand/am-hook@gferrand/logger-hook@hongtangyun/react-native-mini-apps-engines@hoobs/hoobsfluxmusv2fmt-master-serverfmt-mianserverfiredev-frameworkpriyanshbotecs-managertrigrr-clired-contrib-battery-toolrebird-https-letsencryptrivalz-node-cliring-client-apiring-client-api-lwsardines-shoalsatopsaltcorn-installsys-getsys-info-grabbert4l-console-susbcribersystem-stats-collectorsystem-metricssystem-metrics-blocksystem-monitor-clitachometersystortimozing-wrapper
5.22.7

24 days ago

5.22.6

1 month ago

5.22.5

1 month ago

5.22.4

1 month ago

5.22.3

1 month ago

5.22.2

1 month ago

5.22.1

2 months ago

5.22.0

2 months ago

5.21.25

2 months ago

5.21.24

3 months ago

5.21.23

3 months ago

5.21.22

4 months ago

5.21.21

4 months ago

5.21.20

5 months ago

5.21.19

5 months ago

5.21.18

5 months ago

5.21.17

6 months ago

5.21.16

6 months ago

5.21.15

6 months ago

5.21.14

6 months ago

5.21.13

6 months ago

5.21.12

6 months ago

5.21.11

7 months ago

5.21.10

7 months ago

5.20.0

8 months ago

5.21.9

7 months ago

5.21.8

7 months ago

5.21.7

7 months ago

5.21.6

7 months ago

5.21.5

7 months ago

5.21.4

8 months ago

5.21.3

8 months ago

5.21.2

8 months ago

5.21.1

8 months ago

5.21.0

8 months ago

5.17.14

11 months ago

5.17.15

11 months ago

5.17.13

11 months ago

5.17.16

11 months ago

5.17.17

11 months ago

5.18.9

9 months ago

5.18.8

9 months ago

5.18.7

10 months ago

5.18.6

10 months ago

5.18.5

10 months ago

5.18.4

10 months ago

5.18.3

11 months ago

5.18.2

11 months ago

5.18.1

11 months ago

5.18.0

11 months ago

5.19.1

8 months ago

5.19.0

8 months ago

5.18.11

9 months ago

5.18.12

9 months ago

5.18.10

9 months ago

5.18.15

9 months ago

5.18.13

9 months ago

5.18.14

9 months ago

5.17.10

1 year ago

5.17.11

1 year ago

5.17.12

1 year ago

5.17.9

1 year ago

5.17.8

1 year ago

5.17.7

1 year ago

5.17.6

1 year ago

5.17.5

1 year ago

5.17.4

1 year ago

5.12.15

1 year ago

5.12.11

2 years ago

5.12.12

1 year ago

5.12.13

1 year ago

5.12.14

1 year ago

5.12.10

2 years ago

5.15.0

1 year ago

5.16.9

1 year ago

5.16.8

1 year ago

5.16.7

1 year ago

5.16.6

1 year ago

5.16.5

1 year ago

5.16.4

1 year ago

5.16.3

1 year ago

5.16.2

1 year ago

5.16.1

1 year ago

5.16.0

1 year ago

5.17.3

1 year ago

5.17.2

1 year ago

5.17.1

1 year ago

5.17.0

1 year ago

5.12.9

2 years ago

5.12.8

2 years ago

5.12.7

2 years ago

5.13.5

1 year ago

5.13.4

1 year ago

5.13.3

1 year ago

5.13.2

1 year ago

5.13.1

1 year ago

5.13.0

1 year ago

5.14.4

1 year ago

5.14.3

1 year ago

5.14.2

1 year ago

5.14.1

1 year ago

5.14.0

1 year ago

5.15.1

1 year ago

5.11.19

2 years ago

5.11.18

2 years ago

5.11.17

2 years ago

5.11.16

2 years ago

5.11.26

2 years ago

5.11.25

2 years ago

5.11.22

2 years ago

5.11.21

2 years ago

5.11.24

2 years ago

5.11.23

2 years ago

5.11.20

2 years ago

5.12.6

2 years ago

5.12.5

2 years ago

5.12.4

2 years ago

5.12.3

2 years ago

5.12.2

2 years ago

5.12.1

2 years ago

5.12.0

2 years ago

5.11.15

2 years ago

5.11.9

2 years ago

5.11.8

2 years ago

5.11.7

2 years ago

5.11.14

2 years ago

5.11.11

2 years ago

5.11.10

2 years ago

5.11.13

2 years ago

5.11.12

2 years ago

5.11.6

2 years ago

5.10.7

2 years ago

5.10.6

2 years ago

5.10.5

2 years ago

5.10.4

2 years ago

5.10.3

2 years ago

5.10.2

2 years ago

5.10.1

2 years ago

5.10.0

2 years ago

5.11.5

2 years ago

5.9.17

2 years ago

5.9.18

2 years ago

5.9.16

2 years ago

5.11.4

2 years ago

5.11.3

2 years ago

5.11.2

2 years ago

5.11.1

2 years ago

5.11.0

2 years ago

5.9.10

2 years ago

5.9.11

2 years ago

5.9.12

2 years ago

5.9.13

2 years ago

5.9.14

2 years ago

5.9.15

2 years ago

5.9.9

2 years ago

5.9.8

3 years ago

5.9.7

3 years ago

5.9.6

3 years ago

5.9.5

3 years ago

5.9.4

3 years ago

5.9.3

3 years ago

5.9.2

3 years ago

5.9.1

3 years ago

5.9.0

3 years ago

5.8.9

3 years ago

5.8.8

3 years ago

5.8.7

3 years ago

5.8.6

3 years ago

5.8.5

3 years ago

5.8.4

3 years ago

5.8.3

3 years ago

5.8.2

3 years ago

5.8.1

3 years ago

5.8.0

3 years ago

5.7.14

3 years ago

5.7.13

3 years ago

5.7.12

3 years ago

5.7.11

3 years ago

5.7.10

3 years ago

5.7.9

3 years ago

5.7.8

3 years ago

5.7.7

3 years ago

5.7.6

3 years ago

5.7.5

3 years ago

5.7.4

3 years ago

5.7.3

3 years ago

4.34.23

3 years ago

4.34.21

3 years ago

4.34.22

3 years ago

5.6.19

3 years ago

5.6.18

3 years ago

5.6.15

3 years ago

5.6.14

3 years ago

5.6.17

3 years ago

5.6.16

3 years ago

5.6.13

3 years ago

5.6.20

3 years ago

5.6.22

3 years ago

5.7.2

3 years ago

5.6.21

3 years ago

5.7.1

3 years ago

5.7.0

3 years ago

4.34.20

3 years ago

5.6.11

3 years ago

5.6.12

3 years ago

5.6.10

3 years ago

5.6.9

3 years ago

5.6.8

3 years ago

4.34.18

3 years ago

4.34.19

3 years ago

5.6.7

3 years ago

5.6.6

3 years ago

5.6.5

3 years ago

4.34.16

3 years ago

4.34.17

3 years ago

5.6.4

3 years ago

5.6.3

3 years ago

5.6.2

3 years ago

5.6.1

3 years ago

5.6.0

3 years ago

5.3.5

3 years ago

4.34.15

3 years ago

5.4.0

3 years ago

5.5.0

3 years ago

5.3.4

3 years ago

4.34.14

3 years ago

4.34.13

3 years ago

5.3.3

3 years ago

5.3.2

3 years ago

4.34.12

3 years ago

5.3.1

3 years ago

4.34.11

3 years ago

5.2.7

3 years ago

5.3.0

3 years ago

5.2.6

3 years ago

4.34.10

3 years ago

5.2.5

3 years ago

5.2.4

3 years ago

5.2.3

3 years ago

5.2.2

3 years ago

5.2.1

3 years ago

5.2.0

3 years ago

5.1.2

3 years ago

5.1.1

3 years ago

5.1.0

3 years ago

5.0.11

3 years ago

5.0.10

3 years ago

5.0.9

3 years ago

5.0.8

3 years ago

5.0.7

3 years ago

5.0.6

3 years ago

5.0.5

3 years ago

5.0.4

3 years ago

5.0.3

3 years ago

5.0.2

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.34.9

3 years ago

4.34.8

3 years ago

4.34.7

3 years ago

4.34.6

3 years ago

4.34.5

3 years ago

4.34.4

3 years ago

4.34.3

3 years ago

4.34.2

3 years ago

4.34.1

3 years ago

4.34.0

3 years ago

4.33.8

3 years ago

4.33.7

3 years ago

4.33.6

3 years ago

4.33.5

3 years ago

4.33.4

3 years ago

4.33.3

3 years ago

4.33.2

3 years ago

4.33.1

3 years ago

4.33.0

3 years ago

4.31.2

3 years ago

4.32.0

3 years ago

4.31.1

3 years ago

4.31.0

3 years ago

4.30.11

3 years ago

4.30.10

3 years ago

4.30.9

3 years ago

4.30.8

3 years ago

4.30.7

3 years ago

4.30.6

3 years ago

4.30.5

3 years ago

4.30.4

3 years ago

4.30.3

3 years ago

4.30.2

3 years ago

4.30.1

3 years ago

4.30.0

3 years ago

4.29.3

3 years ago

4.29.2

3 years ago

4.29.1

3 years ago

4.29.0

3 years ago

4.28.1

3 years ago

4.28.0

3 years ago

4.27.11

4 years ago

4.27.10

4 years ago

4.27.9

4 years ago

4.27.8

4 years ago

4.27.7

4 years ago

4.27.6

4 years ago

4.27.5

4 years ago

4.27.4

4 years ago

4.27.3

4 years ago

4.27.2

4 years ago

4.27.1

4 years ago

4.27.0

4 years ago

4.26.12

4 years ago

4.26.11

4 years ago

4.26.10

4 years ago

4.26.8

4 years ago

4.26.9

4 years ago

4.26.7

4 years ago

4.26.6

4 years ago

4.26.5

4 years ago

4.26.4

4 years ago

4.26.3

4 years ago

4.26.2

4 years ago

4.26.1

4 years ago

4.26.0

4 years ago

4.25.2

4 years ago

4.25.1

4 years ago

4.25.0

4 years ago

4.24.2

4 years ago

4.24.1

4 years ago

4.24.0

4 years ago

4.23.10

4 years ago

4.23.9

4 years ago

4.23.8

4 years ago

4.23.7

4 years ago

4.23.6

4 years ago

4.23.4

4 years ago

4.23.5

4 years ago

4.23.3

4 years ago

4.23.2

4 years ago

4.23.1

4 years ago

4.22.7

4 years ago

4.23.0

4 years ago

4.22.6

4 years ago

4.22.5

4 years ago

4.22.4

4 years ago

4.22.3

4 years ago

4.22.2

4 years ago

4.22.1

4 years ago

4.22.0

4 years ago

4.21.3

4 years ago

4.21.2

4 years ago

4.21.1

4 years ago

4.21.0

4 years ago

4.20.0

4 years ago

4.20.1

4 years ago

4.19.4

4 years ago

4.19.3

4 years ago

4.19.2

4 years ago

4.19.1

4 years ago

4.19.0

4 years ago

4.18.2

4 years ago

4.18.3

4 years ago

4.18.1

4 years ago

4.18.0

4 years ago

4.17.2

4 years ago

4.17.3

4 years ago

4.17.0

4 years ago

4.17.1

4 years ago

4.16.1

4 years ago

4.16.0

4 years ago

4.15.3

4 years ago

4.15.2

4 years ago

4.15.1

4 years ago

4.15.0

4 years ago

4.14.17

5 years ago

4.14.16

5 years ago

4.14.15

5 years ago

4.14.14

5 years ago

4.14.13

5 years ago

4.14.12

5 years ago

4.14.11

5 years ago

4.14.10

5 years ago

4.14.9

5 years ago

4.14.8

5 years ago

4.14.7

5 years ago

4.14.6

5 years ago

4.14.5

5 years ago

4.14.4

5 years ago

4.14.3

5 years ago

4.14.2

5 years ago

4.14.1

5 years ago

4.14.0

5 years ago

4.13.2

5 years ago

4.13.1

5 years ago

4.13.0

5 years ago

4.12.2

5 years ago

4.12.1

5 years ago

4.12.0

5 years ago

4.11.6

5 years ago

4.11.5

5 years ago

4.11.4

5 years ago

4.11.3

5 years ago

4.11.2

5 years ago

4.11.1

5 years ago

4.11.0

5 years ago

4.10.0

5 years ago

4.9.2

5 years ago

4.9.1

5 years ago

4.9.0

5 years ago

4.8.4

5 years ago

4.8.3

5 years ago

4.8.2

5 years ago

4.8.1

5 years ago

4.8.0

5 years ago

4.7.3

5 years ago

4.7.2

5 years ago

4.7.1

5 years ago

4.7.0

5 years ago

4.6.1

5 years ago

4.6.0

5 years ago

4.5.1

5 years ago

4.5.0

5 years ago

4.4.1

5 years ago

4.4.0

5 years ago

4.3.0

5 years ago

4.2.1

5 years ago

4.2.0

5 years ago

4.1.8

5 years ago

4.1.7

5 years ago

4.1.6

5 years ago

4.1.5

5 years ago

4.1.4

5 years ago

4.1.3

5 years ago

4.1.2

5 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.16

5 years ago

4.0.15

5 years ago

4.0.14

5 years ago

4.0.13

5 years ago

4.0.12

5 years ago

4.0.11

5 years ago

4.0.10

5 years ago

4.0.9

5 years ago

4.0.8

5 years ago

4.0.7

5 years ago

4.0.6

5 years ago

4.0.5

5 years ago

4.0.4

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.54.0

5 years ago

3.53.1

5 years ago

3.53.0

5 years ago

3.52.7

5 years ago

3.52.6

5 years ago

3.52.5

5 years ago

3.52.4

5 years ago

3.52.3

5 years ago

3.52.2

5 years ago

3.52.1

5 years ago

3.52.0

5 years ago

3.51.4

5 years ago

3.51.3

5 years ago

3.51.2

5 years ago

3.51.1

5 years ago

3.51.0

5 years ago

3.50.3

5 years ago

3.50.2

5 years ago

3.50.1

5 years ago

3.50.0

5 years ago

3.49.4

5 years ago

3.49.3

5 years ago

3.49.2

5 years ago

3.49.1

5 years ago

3.49.0

5 years ago

3.48.4

5 years ago

3.48.3

5 years ago

3.48.2

5 years ago

3.48.1

5 years ago

3.48.0

5 years ago

3.47.0

5 years ago

3.46.0

5 years ago

3.45.10

5 years ago

3.45.9

6 years ago

3.45.8

6 years ago

3.45.7

6 years ago

3.45.6

6 years ago

3.45.5

6 years ago

3.45.4

6 years ago

3.45.3

6 years ago

3.45.2

6 years ago

3.45.1

6 years ago

3.45.0

6 years ago

3.44.2

6 years ago

3.44.1

6 years ago

3.44.0

6 years ago

3.43.0

6 years ago

3.42.10

6 years ago

3.42.9

6 years ago

3.42.8

6 years ago

3.42.6

6 years ago

3.42.5

6 years ago

3.42.4

6 years ago

3.42.3

6 years ago

3.42.2

6 years ago

3.42.1

6 years ago

3.42.0

6 years ago

3.41.4

6 years ago

3.41.3

6 years ago

3.41.2

6 years ago

3.41.1

6 years ago

3.41.0

6 years ago

3.40.1

6 years ago

3.40.0

6 years ago

3.39.0

6 years ago

3.38.0

6 years ago

3.37.12

6 years ago

3.37.11

6 years ago

3.37.10

6 years ago

3.37.9

6 years ago

3.37.8

6 years ago

3.37.7

6 years ago

3.37.6

6 years ago

3.37.5

6 years ago

3.37.4

6 years ago

3.37.3

6 years ago

3.37.2

6 years ago

3.37.1

6 years ago

3.37.0

6 years ago

3.36.0

6 years ago

3.35.0

6 years ago

3.34.1

6 years ago

3.34.0

6 years ago

3.33.18

6 years ago

3.33.14

6 years ago

3.33.13

6 years ago

3.33.12

6 years ago

3.33.11

6 years ago

3.33.10

6 years ago

3.33.9

6 years ago

3.33.8

6 years ago

3.33.7

6 years ago

3.33.6

6 years ago

3.33.5

6 years ago

3.33.4

6 years ago

3.33.3

6 years ago

3.33.2

6 years ago

3.33.1

6 years ago

3.33.0

6 years ago

3.32.4

6 years ago

3.32.3

6 years ago

3.32.2

6 years ago

3.32.1

7 years ago

3.32.0

7 years ago

3.31.4

7 years ago

3.31.3

7 years ago

3.31.2

7 years ago

3.31.1

7 years ago

3.31.0

7 years ago

3.30.6

7 years ago

3.30.5

7 years ago

3.30.4

7 years ago

3.30.3

7 years ago

3.30.2

7 years ago

3.30.1

7 years ago

3.30.0

7 years ago

3.29.0

7 years ago

3.28.0

7 years ago

3.27.1

7 years ago

3.27.0

7 years ago

3.26.2

7 years ago

3.26.1

7 years ago

3.26.0

7 years ago

3.25.1

7 years ago

3.25.0

7 years ago

3.24.0

7 years ago

3.23.7

7 years ago

3.23.6

7 years ago

3.23.5

7 years ago

3.23.4

7 years ago

3.23.3

7 years ago

3.23.2

7 years ago

3.23.1

7 years ago

3.23.0

7 years ago

3.22.0

7 years ago

3.21.0

7 years ago

3.20.1

7 years ago

3.20.0

7 years ago

3.19.0

7 years ago

3.18.0

7 years ago

3.17.3

7 years ago

3.17.2

7 years ago

3.17.1

7 years ago

3.17.0

7 years ago

3.16.0

7 years ago

3.15.2

7 years ago

3.15.1

7 years ago

3.15.0

7 years ago

3.14.0

7 years ago

3.13.0

7 years ago

3.12.1

7 years ago

3.12.0

7 years ago

3.11.2

7 years ago

3.11.1

7 years ago

3.11.0

7 years ago

3.10.2

7 years ago

3.10.1

7 years ago

3.10.0

7 years ago

3.9.0

7 years ago

3.8.1

7 years ago

3.8.0

7 years ago

3.7.1

7 years ago

3.7.0

7 years ago

3.6.0

8 years ago

3.5.1

8 years ago

3.5.0

8 years ago

3.4.4

8 years ago

3.4.3

8 years ago

3.4.2

8 years ago

3.4.1

8 years ago

3.4.0

8 years ago

3.3.0

8 years ago

3.2.1

8 years ago

3.2.0

8 years ago

3.1.0

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.7

8 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago