UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

9 lines (5 loc) 179 B
'use strict'; const crypto = require('crypto'); const hash = crypto.createHash('sha1'); hash.update(__filename, 'utf8'); module.exports = `NODE_PRELOAD_${hash.digest('hex')}`;