Lines Matching full:join
5 const { join } = require('path')
13 ].join('\n'),
25 const userRc = await fs.readFile(join(home, '.npmrc'), 'utf-8')
40 ].join('\n'),
53 const userRc = await fs.readFile(join(home, '.npmrc'), 'utf-8')
64 ].join('\n'),
75 const userRc = await fs.readFile(join(home, '.npmrc'), 'utf-8')
100 ].join('\n'),
113 const userRc = await fs.readFile(join(home, '.npmrc'), 'utf-8')
123 ].join('\n'),
129 ].join('\n'),
142 const userRc = await fs.readFile(join(home, '.npmrc'), 'utf-8')
146 ].join('\n'), 'leaves user config alone')
152 const projectRc = await fs.readFile(join(prefix, '.npmrc'), 'utf-8')