Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 111 additions & 0 deletions directory/postcss-colornorm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
"name": "postcss-colornorm",
"version": "1.0.1",
"description": "PostCSS plugin to normalize colors to a specific format",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"normalize",
"color",
"rgb",
"hsl",
"hex",
"hwb",
"cmyk"
],
"scripts": {
"test": "jest --coverage && eslint ."
},
"author": {
"name": "Tom Golden",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tbjgolden/postcss-colornorm.git"
},
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"postcss": "^8.2.8"
},
"devDependencies": {
"clean-publish": "^2.1.0",
"eslint": "^7.21.0",
"eslint-plugin-jest": "^24.2.1",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"postcss": "^8.2.8",
"simple-git-hooks": "^2.0.2"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.js": "eslint --fix"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 2017
},
"env": {
"node": true,
"es6": true
},
"extends": [
"eslint:recommended",
"plugin:jest/recommended"
],
"rules": {
"jest/expect-expect": "off"
}
},
"jest": {
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"statements": 100
}
}
},
"dependencies": {
"colornorm": "^1.0.0",
"css-tree": "^1.1.3"
},
"licenseText": "The MIT License (MIT)\n\nCopyright 2021 \"Tom Golden\" <[email protected]>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
"_id": "[email protected]",
"dist": {
"shasum": "10f7f5786c18d2f5e3dcf9c0219adaa2686e28aa",
"integrity": "sha512-X1h3wM95cJseyeyJUCw7epkZDfeZCZyNvdLS5x84UBKypXtIFCueZejrOKdhLmLQol7XJdZu1nzeL90LouAjpw==",
"tarball": "https://registry.npmjs.org/postcss-colornorm/-/postcss-colornorm-1.0.1.tgz",
"fileCount": 10,
"unpackedSize": 7792,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgaP1tCRA9TVsSAnZWagAAqCAP/1QhZKS1YnCTJgQkbd/C\nQ7tBeIg8YxCgvpysthL4tIMeoLVEiNKwTv5E42rw/yUBK87zmDIwhGlSR4o0\ndAv5haWO5CmLCZKB+n//YgUWcguDu5ymh/vrrWPPN3ysDAMi7d8McV0/zvh8\n7xYl3cEvo7keZ26tSj/kzBiIsIwu5/iuEPOYFjqgUGmVhX5d2JHKcdHtnXvX\nyWXUdln8XT0TBBzjGCD4o9Ml1MeqICbL4CiPnoFJp6NFrfrYPYHNs+9lc57A\nef4gJJunV7XlK7+QvP1PRtDoMnAUP2jERur9D60I81OeZFAH6gG/FqtV8+f4\nCIlN6UmtuKFr1UhhvQm1lypKpHHxZ1ITi0jWzqJCB0JnZPgKdDhEEjIiRMj+\ng+gbr7OJ3RqQyt+YLYc3x+WkK7dhjWqFNnrSmBHd2+F9Cl9A2PfnNo02HWXD\nYY3ZJ591ouT1C8UDWiRkN2T0MdO05agF2DB0GPpdhKsHl2bZIZ0QZ1ng8VkI\nIUTKxM+penwGcny1uhbXUn6LxnDRt4kmgmM0HzWrSNIuMLiWiUXEliRvsHX4\neTOs/MrgtO3+anmL8dDcX/ernEpjmyff/eVMCH7j49Fcto2klnqzzcLiwJPB\nPMsM3EBOy2CY49+Y4g/WV2KEKF1/sJ4zqL7Bk6QxjXYgZXlDmXMQji1WiOrK\ns6Tg\r\n=uyj5\r\n-----END PGP SIGNATURE-----\r\n",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEUCIGpHJuxFht4LPckttefY15AzTUHZnRjgikRtu/SjaDynAiEAy3QDLw1ITiFopOCC23EPSN56hXJa5CL1jPSPuAovxwc="
}
]
},
"_npmUser": {
"name": "tbjgolden",
"email": "[email protected]"
},
"directories": {},
"maintainers": [
{
"name": "tbjgolden",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/postcss-colornorm_1.0.1_1617493357075_0.6681636097363652"
},
"_hasShrinkwrap": false,
"_time": "2021-04-03T23:42:37.191Z"
}