fork(1) download
  1. #!/bin/bash
  2. echo "var c = require(require('path').resolve(path) + '/node_modules/' + file);" | sed -r 's/^(.*?require\()require\((.*)\)/\1\2/'
Success #stdin #stdout 0.04s 5316KB
stdin
Standard input is empty
stdout
var c = require('path').resolve(path) + '/node_modules/' + file;