HEX
Server: LiteSpeed
System: Linux baciro.idweb.host 4.18.0-553.5.1.lve.1.el8.x86_64 #1 SMP Fri Jun 14 15:38:45 UTC 2024 x86_64
User: yastidua (1245)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/yastidua/rdmku.yastidua.sch.id/assets/node_modules/coreui/coreui/npm-postinstall.js
#!/usr/bin/env node

const pkg = require(require('path').resolve('./package.json'))
const log = console.log

const VERSIONS = {
  '@coreui/coreui': 'https://coreui.io/pro/',
  '@coreui/angular': 'https://coreui.io/pro/angular/',
  '@coreui/react': 'https://coreui.io/pro/react/',
  '@coreui/vue': 'https://coreui.io/pro/vue/'
}

const url = pkg.homepage.replace('.io/', '.io/pro/')

log('\x1b[32m')
log('\x1b[1mThank you for using free version of CoreUI! \x1b[22m')
log(`CoreUI is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by buying CoreUI Pro Version: \x1b[4m${VERSIONS[pkg.name]}\x1b[24m]`)
log('\x1b[39m')