Skip to content

A nodejs library to parse the PCI IDs database file and make its contents available.

License

Notifications You must be signed in to change notification settings

kcampion/pci-ids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pci-ids

A nodejs library to parse the PCI IDs database file and make its contents available.

See The PCI ID Repository for details.

Installation

$ npm install pci-ids

Example

const pciIds = require('pci-ids')

console.log(pciIds.getInfo('PCI\VEN_1002&DEV_67DF&SUBSYS_E3661DA2&REV_E7\6&2527380&0&002000E9'))

Output

{
  vendorId: 'AMD',
  deviceId: 'Ellesmere [Radeon RX 470/480/570/580]',
  deviceSubsysId: 'Radeon RX 570',
  manufacturerId: 'Sapphire Technology Limited'
}

Badges

About

A nodejs library to parse the PCI IDs database file and make its contents available.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published