Files
manja_ui_dev/node_modules/postcss-selector-parser/package.json
T
sean d26db06f74
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
all data hide
2026-06-25 09:44:52 +07:00

64 lines
1.9 KiB
JSON

{
"name": "postcss-selector-parser",
"description": "Selector parser with built in methods for working with selector strings.",
"version": "7.1.4",
"devDependencies": {
"oxfmt": "^0.54.0",
"oxlint": "^1.69.0",
"postcss": "^8.4.31",
"typescript": "^5.4.0"
},
"main": "dist/index.js",
"types": "postcss-selector-parser.d.ts",
"files": [
"API.md",
"CHANGELOG.md",
"LICENSE-MIT",
"dist",
"postcss-selector-parser.d.ts",
"!**/__tests__",
"!dist/**/*.map"
],
"scripts": {
"clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
"build": "npm run clean && tsc",
"typecheck": "tsc --noEmit --strict postcss-selector-parser.d.ts postcss-selector-parser.test.ts",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt src",
"format:check": "oxfmt --check src",
"pretests": "npm run build",
"tests": "node --test src/__tests__/*.mjs",
"precoverage": "npm run build",
"coverage": "node --enable-source-maps --test --experimental-test-coverage --test-coverage-exclude=\"**/__tests__/**\" --test-coverage-lines=94 --test-coverage-branches=94 --test-coverage-functions=96 --test-reporter=spec src/__tests__/*.mjs",
"test": "npm run lint && npm run typecheck && npm run coverage",
"prepare": "npm run build",
"release": "npx npmpub"
},
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
},
"license": "MIT",
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/postcss/postcss-selector-parser",
"contributors": [
{
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
{
"name": "Chris Eppstein",
"email": "chris@eppsteins.net",
"url": "http://twitter.com/chriseppstein"
}
],
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-selector-parser.git"
}
}