stylelint-plugin-color
Version:
Stylelint plugin for managing colors. Includes Less and Sass support.
64 lines (63 loc) • 2.04 kB
JSON
{
"name": "stylelint-plugin-color",
"version": "1.1.11",
"description": "Stylelint plugin for managing colors. Includes Less and Sass support.",
"keywords": [
"color",
"linter",
"lint",
"css",
"less",
"sass",
"stylelint",
"plugin",
"variables",
"hex",
"rgb"
],
"homepage": "https://github.com/electrovir/stylelint-plugin-color#readme",
"bugs": {
"url": "https://github.com/electrovir/stylelint-plugin-color/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electrovir/stylelint-plugin-color.git"
},
"license": "MIT",
"author": {
"name": "electrovir",
"url": "https://github.com/electrovir"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"debug": "virmator compile && echo \"To break, stick 'debugger' somewhere in the code and open the nodejs debug tools in chrome.\" && node --inspect node_modules/.bin/jest --runInBand dist/rules/color-types/color-types.test.js",
"format": "virmator format write",
"prepublishOnly": "npm run test",
"spellcheck": "virmator spellcheck",
"test": "virmator compile && virmator test",
"test:full": "npm test && npm run spellcheck && virmator format check"
},
"dependencies": {
"css-color-names": "1.0.1",
"css-tree": "2.1.0",
"postcss": "8.4.12",
"postcss-scss": "4.0.3",
"postcss-value-parser": "4.2.0",
"style-search": "0.1.0",
"stylelint-rule-creator": "5.1.0"
},
"devDependencies": {
"@types/css-tree": "1.0.7",
"@types/postcss-less": "4.0.2",
"@types/style-search": "0.1.3",
"@types/stylelint": "13.13.2",
"postcss-less": "6.0.0",
"stylelint": "14.6.1",
"stylelint-jest-rule-tester": "2.1.7",
"virmator": "2.0.3"
},
"optionalDependencies": {
"fsevents": "2.3.2"
}
}