UNPKG

@juzi/wechaty

Version:

Wechaty is a RPA SDK for Chatbot Makers.

14 lines 559 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const puppet_config_js_1 = require("../src/puppet-config.js"); async function main() { const puppetNameList = Object.keys(puppet_config_js_1.OFFICIAL_PUPPET_DEPENDENCIES); const publicNameList = puppetNameList.filter(name => /^[^@]/.test(name)); const urlPath = publicNameList.join('-vs-'); const url = 'https://www.npmtrends.com/' + urlPath; console.info(url); } main() .catch(console.error); //# sourceMappingURL=providers-trends.js.map