xref: /third_party/node/deps/npm/node_modules/bin-links/lib/get-prefix.js (revision 1cb0ef41)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/bin-links/lib/
1const { dirname } = require('path')
2const getNodeModules = require('./get-node-modules.js')
3module.exports = path => dirname(getNodeModules(path))
4

Indexes created Thu Nov 07 10:32:03 CST 2024