File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/is-my-json-valid/require.js
Back
var fs = require('fs') var path = require('path') var compile = require('./') delete require.cache[require.resolve(__filename)] module.exports = function(file, opts) { file = path.join(path.dirname(module.parent.filename), file) if (!fs.existsSync(file) && fs.existsSync(file+'.schema')) file += '.schema' if (!fs.existsSync(file) && fs.existsSync(file+'.json')) file += '.json' return compile(fs.readFileSync(file, 'utf-8'), opts) }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings