/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/npm/node_modules/bin-links/lib/man-target.js
6 строк
232 B
npm team
deps: upgrade npm to 8.3.2
24 янв 2022, 17:26
Не верифицирован
24 янв 2022, 17:26
c0ef0d5
Код
Авторство
О чём код?
const isWindows = require('./is-windows.js') const getPrefix = require('./get-prefix.js') const { dirname } = require('path') module.exports = ({ top, path }) => !top || isWindows ? null : dirname(getPrefix(path)) + '/share/man'