PHP WebShell
Текущая директория: /usr/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common
Просмотр файла: node.js
const semver = require('semver')
const satisfies = (range) => {
return semver.satisfies(process.version, range, { includePrerelease: true })
}
module.exports = {
satisfies,
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!