PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
libphonenumber-js
/
runnable
import fs from 'fs' import { download } from 'libphonenumber-metadata-generator' const url = process.argv[2] const outputPath = process.argv[3] download(url).then((contents) => { fs.writeFileSync(outputPath, contents) }).catch((error) => { console.error(error) process.exit(1) })
[-] generate.js
[edit]
[+]
..
[-] metadata-update-and-release.js
[edit]
[-] create-commonjs-package-json.js
[edit]
[+]
modules
[-] metadata-branch.js
[edit]
[-] metadata-update-and-push-and-pull-request.js
[edit]
[-] metadata-update-and-push.js
[edit]
[-] download.js
[edit]
[-] json-to-js.js
[edit]
[-] generate-country-codes.js
[edit]