Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.221.21.111
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
babel-core /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
api
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
helpers
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
tools
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
transformation
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
store.js
1.42
KB
-rw-rw-r--
2022-08-30 11:49
util.js
4.3
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
"use strict"; exports.__esModule = true; var _map = require("babel-runtime/core-js/map"); var _map2 = _interopRequireDefault(_map); var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck"); var _classCallCheck3 = _interopRequireDefault(_classCallCheck2); var _possibleConstructorReturn2 = require("babel-runtime/helpers/possibleConstructorReturn"); var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2); var _inherits2 = require("babel-runtime/helpers/inherits"); var _inherits3 = _interopRequireDefault(_inherits2); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var Store = function (_Map) { (0, _inherits3.default)(Store, _Map); function Store() { (0, _classCallCheck3.default)(this, Store); var _this = (0, _possibleConstructorReturn3.default)(this, _Map.call(this)); _this.dynamicData = {}; return _this; } Store.prototype.setDynamic = function setDynamic(key, fn) { this.dynamicData[key] = fn; }; Store.prototype.get = function get(key) { if (this.has(key)) { return _Map.prototype.get.call(this, key); } else { if (Object.prototype.hasOwnProperty.call(this.dynamicData, key)) { var val = this.dynamicData[key](); this.set(key, val); return val; } } }; return Store; }(_map2.default); exports.default = Store; module.exports = exports["default"];