UNPKG

541 BJavaScriptView Raw
1#!/usr/bin/env node
2"use strict";
3Object.defineProperty(exports, "__esModule", { value: true });
4const puppet_config_1 = require("../src/puppet-config");
5async function main() {
6 const puppetNameList = Object.keys(puppet_config_1.PUPPET_DEPENDENCIES);
7 const publicNameList = puppetNameList.filter(name => /^[^@]/.test(name));
8 const urlPath = publicNameList.join('-vs-');
9 const url = 'https://www.npmtrends.com/' + urlPath;
10 console.info(url);
11}
12main()
13 .catch(console.error);
14//# sourceMappingURL=providers-trends.js.map
\No newline at end of file