List of Salesforce object key prefixes
Data comes from the excellent Daniel Ballinger's gist (content of http://fishofprey.com/2011/09/obscure-salesforce-object-key-prefixes.html).
$ npm install salesforce-key-prefixes
const keyPrefixes = require('salesforce-key-prefixes');
console.log(keyPrefixes);
//=> {'100': 'UserLicense', '101': 'ExternalString', '102': 'FeatureLicense', …}