UNPKG

@stylistic/stylelint-plugin

Version:
76 lines 1.86 kB
{ "name": "@stylistic/stylelint-plugin", "description": "A collection of stylistic/formatting Stylelint rules", "version": "5.2.0", "license": "MIT", "author": { "name": "Sergey Artemov", "email": "firefoxic.dev@gmail.com" }, "homepage": "https://github.com/stylelint-stylistic/stylelint-stylistic#readme", "bugs": { "url": "https://github.com/stylelint-stylistic/stylelint-stylistic/issues" }, "repository": { "type": "git", "url": "git://github.com/stylelint-stylistic/stylelint-stylistic.git" }, "type": "module", "exports": "./lib/index.js", "files": [ "lib/**/*.js", "!**/*.test.js" ], "peerDependencies": { "stylelint": "^17.6.0" }, "dependencies": { "@csstools/css-parser-algorithms": "^4.0.0", "@csstools/css-tokenizer": "^4.0.0", "@csstools/media-query-list-parser": "^5.0.0", "postcss": "^8.5.8", "postcss-selector-parser": "^7.1.1", "postcss-value-parser": "^4.2.0", "style-search": "^0.1.0" }, "devDependencies": { "@firefoxic/oxlint-config": "^0.3.1", "@morev/stylelint-testing-library": "^1.1.0", "@vitest/coverage-v8": "4.1.6", "oxlint": "^1.57.0", "postcss-html": "^1.8.1", "postcss-less": "^6.0.0", "postcss-scss": "^4.0.9", "postcss-styled-syntax": "^0.7.1", "stylelint": "^17.6.0", "typescript": "^6.0.3", "vitest": "^4.1.6", "node": "runtime:>=26.2" }, "devEngines": { "runtime": { "name": "node", "version": ">=26.2", "onFail": "download" }, "packageManager": { "name": "pnpm", "version": ">=11", "onFail": "download" } }, "keywords": [ "codeguide", "css", "csslint", "formatting", "lint", "linter", "stylelint", "stylelint-plugin", "stylistic" ], "scripts": { "help": "make help" } }