esp-list A list of Email Service Providers. Installation npm install esp-list Usage const esps = require('esp-list') esps will be a JSON object with the following structure: [ { name: "ESP name", url: "https://www.example.com/" }, { // ... } ]