���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /lib/node_modules/forever/node_modules/shush/ |
'use strict'; var fs = require('fs'), path = require('path'), caller = require('caller'), strip = require('strip-json-comments'); function tryParse(file, json) { var err; try { return JSON.parse(json); } catch (e) { err = new Error(e.message + ' in ' + file); err.__proto__ = e.__proto__; throw err; } } function shush(file) { var root, abs, json; root = path.resolve(caller()); root = path.dirname(root); abs = path.resolve(root, file); abs = require.resolve(abs); json = fs.readFileSync(abs, 'utf8'); json = strip(json); return tryParse(abs, json); } //shush.createStream = function () { // //}; module.exports = shush;