{ "_from": "css-declaration-sorter@^7.2.0", "_id": "css-declaration-sorter@7.3.1", "_inBundle": false, "_integrity": "sha512-gz6x+KkgNCjxq3Var03pRYLhyNfwhkKF1g/yoLgDNtFvVu0/fOLV9C8fFEZRjACp/XQLumjAYo7JVjzH3wLbxA==", "_location": "/css-declaration-sorter", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "css-declaration-sorter@^7.2.0", "name": "css-declaration-sorter", "escapedName": "css-declaration-sorter", "rawSpec": "^7.2.0", "saveSpec": null, "fetchSpec": "^7.2.0" }, "_requiredBy": [ "/cssnano-preset-default" ], "_resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.3.1.tgz", "_shasum": "acd204976d7ca5240b5579bfe6e73d4d088fd568", "_spec": "css-declaration-sorter@^7.2.0", "_where": "/root/dns/node_modules/cssnano-preset-default", "author": { "name": "Selwyn", "email": "talk@selwyn.cc", "url": "https://selwyn.cc/" }, "bugs": { "url": "https://github.com/Siilwyn/css-declaration-sorter/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Sorts CSS declarations fast and automatically in a certain order.", "devDependencies": { "@eslint/js": "^9.35.0", "@mdn/browser-compat-data": "^7.1.7", "@rollup/plugin-dynamic-import-vars": "^2.1.5", "eslint": "^9.35.0", "postcss": "^8.5.6", "rollup": "^4.52.4", "uvu": "^0.5.6" }, "engines": { "node": "^14 || ^16 || >=18" }, "exports": { "import": { "types": "./src/core/main.d.mts", "default": "./src/core/main.mjs" }, "require": { "types": "./src/core/main.d.cts", "default": "./dist/main.cjs" } }, "files": [ "src/core/", "src/orders/", "dist/" ], "homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme", "keywords": [ "postcss", "postcss-plugin", "css", "declaration", "sorter", "property", "order" ], "license": "ISC", "main": "./dist/main.cjs", "name": "css-declaration-sorter", "peerDependencies": { "postcss": "^8.0.9" }, "repository": { "type": "git", "url": "git+https://github.com/Siilwyn/css-declaration-sorter.git" }, "scripts": { "build": "rollup -c", "lint": "eslint src/core/*.mjs", "prepack": "npm run build", "preversion": "npm test", "scrape": "node src/property-scraper.mjs", "test": "uvu src .+\\.test\\.mjs", "test:ci": "npm test && npm run lint -- --max-warnings 0" }, "type": "module", "types": "./src/core/main.d.cts", "version": "7.3.1" }