1var core = require('../../modules/_core'); 2module.exports = core.JSON || (core.JSON = { stringify: JSON.stringify }); 3