// SYSTEM PANEL //
[ROOT]
/
lib
/
node_modules
/
npm
/
node_modules
/
normalize-package-data
/
node_modules
/
resolve
[ PARENT ]
EDIT :: index.js
var core = require('./lib/core'); var async = require('./lib/async'); async.core = core; async.isCore = function isCore(x) { return core[x]; }; async.sync = require('./lib/sync'); exports = async; module.exports = async;
SAVE
CANCEL