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/css-has-pseudo/package.json
{
	"name": "css-has-pseudo",
	"description": "Style elements relative to other elements in CSS",
	"version": "5.0.2",
	"contributors": [
		{
			"name": "Antonio Laguna",
			"email": "antonio@laguna.es",
			"url": "https://antonio.laguna.es"
		},
		{
			"name": "Romain Menke",
			"email": "romainmenke@gmail.com"
		},
		{
			"name": "Jonathan Neal",
			"email": "jonathantneal@hotmail.com"
		}
	],
	"license": "CC0-1.0",
	"funding": {
		"type": "opencollective",
		"url": "https://opencollective.com/csstools"
	},
	"engines": {
		"node": "^14 || ^16 || >=18"
	},
	"main": "dist/index.cjs",
	"module": "dist/index.mjs",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.mjs",
			"require": "./dist/index.cjs",
			"default": "./dist/index.mjs"
		},
		"./browser": {
			"import": "./dist/browser.mjs",
			"require": "./dist/browser.cjs",
			"default": "./dist/browser.mjs"
		},
		"./browser-global": {
			"default": "./dist/browser-global.js"
		}
	},
	"files": [
		"CHANGELOG.md",
		"LICENSE.md",
		"README.md",
		"dist"
	],
	"dependencies": {
		"@csstools/selector-specificity": "^2.0.1",
		"postcss-selector-parser": "^6.0.10",
		"postcss-value-parser": "^4.2.0"
	},
	"peerDependencies": {
		"postcss": "^8.4"
	},
	"devDependencies": {
		"@mrhenry/core-web": "^1.0.4",
		"puppeteer": "^19.5.2"
	},
	"scripts": {
		"prebuild": "npm run clean",
		"build": "rollup -c ../../rollup/default.mjs",
		"clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true }); fs.mkdirSync('./dist');\"",
		"docs": "node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs",
		"lint": "npm run lint:eslint && npm run lint:package-json",
		"lint:eslint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
		"lint:package-json": "node ../../.github/bin/format-package-json.mjs",
		"prepublishOnly": "npm run clean && npm run build && npm run test",
		"test": "node .tape.mjs && npm run test:unit && npm run test:exports",
		"test:browser": "node ./test/_browser.mjs",
		"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs",
		"test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs",
		"test:unit": "node ./src/encode/test.mjs"
	},
	"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo#readme",
	"repository": {
		"type": "git",
		"url": "https://github.com/csstools/postcss-plugins.git",
		"directory": "plugins/css-has-pseudo"
	},
	"bugs": "https://github.com/csstools/postcss-plugins/issues",
	"keywords": [
		"contains",
		"css",
		"descendant",
		"has",
		"javascript",
		"js",
		"polyfill",
		"postcss",
		"postcss-plugin",
		"pseudo",
		"selector"
	],
	"csstools": {
		"cssdbId": "has-pseudo-class",
		"exportName": "postcssHasPseudo",
		"humanReadableName": "PostCSS Has Pseudo",
		"specUrl": "https://www.w3.org/TR/selectors-4/#has-pseudo"
	},
	"volta": {
		"extends": "../../package.json"
	}
}