HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/LC/node_modules/base-64/package.json
{
	"name": "base-64",
	"version": "0.1.0",
	"description": "A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.",
	"homepage": "http://mths.be/base64",
	"main": "base64.js",
	"keywords": [
		"codec",
		"decoder",
		"encoder",
		"base64",
		"atob",
		"btoa"
	],
	"licenses": [
		{
			"type": "MIT",
			"url": "http://mths.be/mit"
		}
	],
	"author": {
		"name": "Mathias Bynens",
		"url": "http://mathiasbynens.be/"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/mathiasbynens/base64.git"
	},
	"bugs": {
		"url": "https://github.com/mathiasbynens/base64/issues"
	},
	"files": [
		"LICENSE-MIT.txt",
		"base64.js"
	],
	"directories": {
		"test": "tests"
	},
	"scripts": {
		"test": "node tests/tests.js"
	},
	"devDependencies": {
		"grunt": "~0.4.4",
		"grunt-shell": "~0.7.0",
		"grunt-template": "~0.2.3",
		"istanbul": "~0.2.7",
		"qunit-extras": "~1.1.0",
		"qunitjs": "~1.11.0",
		"requirejs": "~2.1.11"
	}
}