░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/lib/node_modules/npm/node_modules/debug/src
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: index.js
/** * Detect Electron renderer / nwjs process, which is node, but we should * treat as a browser. */ if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) { module.exports = require('./browser.js'); } else { module.exports = require('./node.js'); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 browser.js
JS
5.9 KB
2023-09-24 03:45
EDIT
📄 common.js
JS
6.1 KB
2023-09-24 03:45
EDIT
📄 index.js
JS
314 B
2023-09-24 03:45
EDIT
📄 node.js
JS
4.6 KB
2023-09-24 03:45
EDIT