{
  "_from": "css-declaration-sorter@^7.2.0",
  "_id": "css-declaration-sorter@7.4.0",
  "_inBundle": false,
  "_integrity": "sha512-LTuzjPoyA2vMGKKcaOqKSp7Ub2eGrNfKiZH4LpezxpNrsICGCSFvsQOI29psISxNZtaXibkC2CXzrQ5enMeGGw==",
  "_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.4.0.tgz",
  "_shasum": "9c215fbda2dcf4083bae69f125688158ae847deb",
  "_spec": "css-declaration-sorter@^7.2.0",
  "_where": "/var/www/html/dev.essence.ind.br/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.39.2",
    "@mdn/browser-compat-data": "^7.3.6",
    "@rollup/plugin-dynamic-import-vars": "^2.1.5",
    "eslint": "^10.1.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.4.0"
}
