/home2/dakshskx/nodejs/lib/node_modules/npm/node_modules/@npmcli/arborist/lib
Edit: /home2/dakshskx/nodejs/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/relpath.js (131B)
const { relative } = require('path')
const relpath = (from, to) => relative(from, to).replace(/\\/g, '/')
module.exports = relpath