{
  "_args": [
    [
      "postcss-gap-properties@3.0.3",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "postcss-gap-properties@3.0.3",
  "_id": "postcss-gap-properties@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ==",
  "_location": "/postcss-gap-properties",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-gap-properties@3.0.3",
    "name": "postcss-gap-properties",
    "escapedName": "postcss-gap-properties",
    "rawSpec": "3.0.3",
    "saveSpec": null,
    "fetchSpec": "3.0.3"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz",
  "_spec": "3.0.3",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/csstools/postcss-plugins/issues"
  },
  "description": "Use the gap, column-gap, and row-gap shorthand properties 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-gap-properties#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "grids",
    "layouts",
    "columns",
    "rows",
    "gaps",
    "shorthands",
    "prefixes"
  ],
  "license": "CC0-1.0",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "postcss-gap-properties",
  "peerDependencies": {
    "postcss": "^8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csstools/postcss-plugins.git",
    "directory": "plugins/postcss-gap-properties"
  },
  "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": "3.0.3",
  "volta": {
    "extends": "../../package.json"
  }
}
