Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/dceprojects.corals.io/node_modules/ext/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/dceprojects.corals.io/node_modules/ext/package.json
{
	"name": "ext",
	"version": "1.6.0",
	"description": "JavaScript utilities with respect to emerging standard",
	"author": "Mariusz Nowak <[email protected]> (http://www.medikoo.com/)",
	"keywords": [
		"ecmascript",
		"es",
		"es6",
		"extensions",
		"ext",
		"addons",
		"lodash",
		"extras",
		"harmony",
		"javascript",
		"polyfill",
		"shim",
		"util",
		"utils",
		"utilities"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/medikoo/es5-ext#ext"
	},
	"dependencies": {
		"type": "^2.5.0"
	},
	"devDependencies": {
		"chai": "^4.3.4",
		"eslint": "^7.32.0",
		"eslint-config-medikoo": "^4.1.0",
		"git-list-updated": "^1.2.1",
		"husky": "^4.3.8",
		"lint-staged": "^11.1.2",
		"mocha": "^6.2.3",
		"prettier-elastic": "^2.2.1",
		"sinon": "^8.1.1",
		"timers-ext": "^0.1.7"
	},
	"husky": {
		"hooks": {
			"pre-commit": "lint-staged"
		}
	},
	"lint-staged": {
		"*.js": [
			"eslint"
		],
		"*.{css,html,js,json,md,yaml,yml}": [
			"prettier -c"
		]
	},
	"eslintIgnore": [
		"_es5-ext"
	],
	"eslintConfig": {
		"extends": "medikoo/es3",
		"root": true,
		"overrides": [
			{
				"files": "global-this/implementation.js",
				"globals": {
					"__global__": true,
					"self": true,
					"window": true
				},
				"rules": {
					"no-extend-native": "off",
					"strict": "off"
				}
			},
			{
				"files": [
					"global-this/is-implemented.js",
					"global-this/index.js"
				],
				"globals": {
					"globalThis": true
				}
			},
			{
				"files": "test/**/*.js",
				"env": {
					"mocha": true
				}
			},
			{
				"files": [
					"test/promise/limit.js",
					"test/thenable_/finally.js"
				],
				"globals": {
					"Promise": true
				}
			}
		]
	},
	"prettier": {
		"printWidth": 100,
		"tabWidth": 4,
		"quoteProps": "preserve",
		"overrides": [
			{
				"files": "*.md",
				"options": {
					"tabWidth": 2
				}
			}
		]
	},
	"mocha": {
		"recursive": true
	},
	"scripts": {
		"lint": "eslint .",
		"lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
		"prettier-check-updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
		"prettify": "prettier --write --ignore-path .gitignore '**/*.{css,html,js,json,md,yaml,yml}'",
		"test": "mocha"
	},
	"license": "ISC"
}

Spamworldpro Mini