{
  "_from": "postcss-logical@^5.0.4",
  "_id": "postcss-logical@5.0.4",
  "_inBundle": false,
  "_integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==",
  "_location": "/postcss-logical",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-logical@^5.0.4",
    "name": "postcss-logical",
    "escapedName": "postcss-logical",
    "rawSpec": "^5.0.4",
    "saveSpec": null,
    "fetchSpec": "^5.0.4"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz",
  "_shasum": "ec75b1ee54421acc04d5921576b7d8db6b0e6f73",
  "_spec": "postcss-logical@^5.0.4",
  "_where": "/home/smartsensero/public_html/alpha-frontend/front-end/node_modules/postcss-preset-env",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Use logical properties and values in CSS",
  "devDependencies": {
    "postcss": "^8.3.6",
    "postcss-tape": "^6.0.1"
  },
  "engines": {
    "node": "^12 || ^14 || >=16"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md",
    "dist"
  ],
  "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "logical",
    "flow",
    "relative",
    "property",
    "properties",
    "values",
    "ltr",
    "rtl",
    "dir",
    "directions",
    "directional",
    "inline",
    "block",
    "start",
    "end",
    "align",
    "border",
    "clear",
    "float",
    "margin",
    "padding",
    "size",
    "text"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "postcss-logical",
  "peerDependencies": {
    "postcss": "^8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-logical"
  },
  "scripts": {
    "build": "rollup -c ../../rollup/default.js",
    "clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
    "lint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "stryker": "stryker run --logLevel error",
    "test": "postcss-tape --ci && npm run test:exports",
    "test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
  },
  "version": "5.0.4",
  "volta": {
    "extends": "../../package.json"
  }
}
