index.js 115 Bytes
var core = require('../../modules/_core');
module.exports = core.JSON || (core.JSON = {stringify: JSON.stringify});