{"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"keywords":["columns","css","gaps","grids","layouts","postcss","postcss-plugin","prefixes","rows","shorthands"],"dist-tags":{"latest":"7.0.0"},"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","readme":"# PostCSS Gap Properties [<img src=\"https://postcss.github.io/postcss/logo.svg\" alt=\"PostCSS Logo\" width=\"90\" height=\"90\" align=\"right\">][postcss]\n\n[![NPM Version][npm-img]][npm-url]\n[![CSS Standard Status][css-img]][css-url]\n[![Build Status][cli-img]][cli-url]\n[![Support Chat][git-img]][git-url]\n\n[PostCSS Gap Properties] lets you use the `gap`, `column-gap`, and `row-gap`\nshorthand properties in CSS, following the [CSS Grid Layout] specification.\n\n```pcss\n.standard-grid {\n\tgap: 20px;\n}\n\n.spaced-grid {\n\tcolumn-gap: 40px;\n\trow-gap: 20px;\n}\n\n/* becomes */\n\n.standard-grid {\n\tgrid-gap: 20px;\n\tgap: 20px;\n}\n\n.spaced-grid {\n\tgrid-column-gap: 40px;\n\tcolumn-gap: 40px;\n\tgrid-row-gap: 20px;\n\trow-gap: 20px;\n}\n```\n\n## Usage\n\nAdd [PostCSS Gap Properties] to your project:\n\n```bash\nnpm install postcss-gap-properties --save-dev\n```\n\nUse [PostCSS Gap Properties] to process your CSS:\n\n```js\nimport postcssGapProperties from 'postcss-gap-properties';\n\npostcssGapProperties.process(YOUR_CSS /*, processOptions, pluginOptions */);\n```\n\nOr use it as a [PostCSS] plugin:\n\n```js\nimport postcss from 'postcss';\nimport postcssGapProperties from 'postcss-gap-properties';\n\npostcss([\n  postcssGapProperties(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n[PostCSS Gap Properties] runs in all Node environments, with special instructions for:\n\n| [Node](INSTALL.md#node) | [Webpack](INSTALL.md#webpack) | [Create React App](INSTALL.md#create-react-app) | [Gulp](INSTALL.md#gulp) | [Grunt](INSTALL.md#grunt) |\n| --- | --- | --- | --- | --- |\n\n## Options\n\n### preserve\n\nThe `preserve` option determines whether the original `gap` declaration should\nremain in the CSS. By default, the original declaration is preserved.\n\n[css-img]: https://cssdb.org/badge/gap-properties.svg\n[css-url]: https://cssdb.org/#gap-properties\n[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-gap-properties.svg\n[cli-url]: https://travis-ci.org/jonathantneal/postcss-gap-properties\n[git-img]: https://img.shields.io/badge/support-chat-blue.svg\n[git-url]: https://gitter.im/postcss/postcss\n[npm-img]: https://img.shields.io/npm/v/postcss-gap-properties.svg\n[npm-url]: https://www.npmjs.com/package/postcss-gap-properties\n\n[CSS Grid Layout]: https://www.w3.org/TR/css-grid-1/#gutters\n[Gulp PostCSS]: https://github.com/postcss/gulp-postcss\n[Grunt PostCSS]: https://github.com/nDmitry/grunt-postcss\n[PostCSS]: https://github.com/postcss/postcss\n[PostCSS Loader]: https://github.com/postcss/postcss-loader\n[PostCSS Gap Properties]: https://github.com/jonathantneal/postcss-gap-properties\n","repository":{"type":"git","url":"git+https://github.com/jonathantneal/postcss-gap-properties.git","directory":"plugins/postcss-gap-properties"},"users":{},"bugs":{"url":"https://github.com/jonathantneal/postcss-gap-properties/issues"},"license":"CC0-1.0","versions":{"1.0.0":{"name":"postcss-gap-properties","version":"1.0.0","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","repository":{"type":"git","url":"git+https://github.com/jonathantneal/postcss-gap-properties.git"},"homepage":"https://github.com/jonathantneal/postcss-gap-properties#readme","bugs":{"url":"https://github.com/jonathantneal/postcss-gap-properties/issues"},"main":"index.cjs.js","module":"index.es.js","files":["index.cjs.js","index.es.js"],"scripts":{"prepublishOnly":"npm test","pretest":"rollup -c .rollup.js --silent","test":"echo 'Running tests...'; npm run test:js && npm run test:tape","test:ec":"echint --ignore index.*.js test","test:js":"eslint *.js --cache --ignore-path .gitignore --quiet","test:tape":"postcss-tape"},"engines":{"node":">=4.0.0"},"dependencies":{"postcss":"^6.0.22"},"devDependencies":{"babel-core":"^6.26.3","babel-eslint":"^8.2.3","babel-preset-env":"^1.6.1","eslint":"^4.19.1","eslint-config-dev":"^2.0.0","postcss-tape":"^2.2.0","pre-commit":"^1.2.2","rollup":"^0.58.2","rollup-plugin-babel":"^3.0.4"},"eslintConfig":{"extends":"dev","parser":"babel-eslint"},"keywords":["postcss","css","postcss-plugin","grids","layouts","columns","rows","gaps","shorthands","prefixes"],"gitHead":"caa500944bf6fa35158267b1e126cc111fc2bdca","_id":"postcss-gap-properties@1.0.0","_npmVersion":"6.0.0","_nodeVersion":"10.0.0","_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"dist":{"shasum":"2a43bed20d73fc9744e3b869610711ee72db58af","size":4976,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-1.0.0.tgz"},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-gap-properties_1.0.0_1525142729555_0.0025163643503107735"},"_hasShrinkwrap":false,"publish_time":1525142729645,"_cnpm_publish_time":1525142729645},"2.0.0":{"name":"postcss-gap-properties","version":"2.0.0","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","repository":{"type":"git","url":"git+https://github.com/jonathantneal/postcss-gap-properties.git"},"homepage":"https://github.com/jonathantneal/postcss-gap-properties#readme","bugs":{"url":"https://github.com/jonathantneal/postcss-gap-properties/issues"},"main":"index.cjs.js","module":"index.es.mjs","scripts":{"prepublishOnly":"npm test","pretest":"rollup -c .rollup.js --silent","test":"echo 'Running tests...'; npm run test:js && npm run test:tape","test:ec":"echint --ignore index.*.js test","test:js":"eslint *.js --cache --ignore-path .gitignore --quiet","test:tape":"postcss-tape"},"engines":{"node":">=6.0.0"},"dependencies":{"postcss":"^7.0.2"},"devDependencies":{"@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","babel-eslint":"^9.0.0","eslint":"^5.6.0","eslint-config-dev":"^2.0.0","postcss-tape":"^2.2.0","pre-commit":"^1.2.2","rollup":"^0.66.0","rollup-plugin-babel":"^4.0.1"},"eslintConfig":{"extends":"dev","parser":"babel-eslint"},"keywords":["postcss","css","postcss-plugin","grids","layouts","columns","rows","gaps","shorthands","prefixes"],"gitHead":"170ce78c1b78dee3b5138f5b4e0734dd0bd8e901","_id":"postcss-gap-properties@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.10.0","_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"dist":{"shasum":"431c192ab3ed96a3c3d09f2ff615960f902c1715","size":5384,"noattachment":false,"tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz"},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-gap-properties_2.0.0_1537246026782_0.24248869517885652"},"_hasShrinkwrap":false,"publish_time":1537246026947,"_cnpm_publish_time":1537246026947},"3.0.0":{"name":"postcss-gap-properties","version":"3.0.0","keywords":["postcss","css","postcss-plugin","grids","layouts","columns","rows","gaps","shorthands","prefixes"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-gap-properties@3.0.0","maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/jonathantneal/postcss-gap-properties#readme","bugs":{"url":"https://github.com/jonathantneal/postcss-gap-properties/issues"},"dist":{"shasum":"8941c400df902247603fd915c7dc81e1d7686b15","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-3.0.0.tgz","fileCount":18,"integrity":"sha512-QJOkz1epC/iCuOdhQPm3n9T+F25+P+MYJEEcs5xz/Q+020mc9c6ZRGJkzPJd8FS9hFmT9eEKFEx9PEDl+lH5og==","signatures":[{"sig":"MEQCIEBvOZAkRv9JiAZUhvIioNpxzCGO1JO2OBGlzRJkaETIAiA7m+Rdqg2uMUxTcfn8u2QZ9NWSOwXWxdP0DV53Iwqzzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18856},"main":"index.js","engines":{"node":">=12"},"gitHead":"86a5b1f815566f3b2185ca45e8211427d0cf4d79","scripts":{"test":"echo 'Running tests...'; npm run test:js && npm run test:tape","test:js":"eslint *.js --cache --ignore-path .gitignore --quiet","test:tape":"postcss-tape","prepublishOnly":"npm test"},"_npmUser":{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},"repository":{"url":"git+https://github.com/jonathantneal/postcss-gap-properties.git","type":"git"},"_npmVersion":"7.20.3","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","directories":{},"_nodeVersion":"16.6.1","eslintConfig":{"extends":"dev"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"7.32.0","postcss":"8.3.6","pre-commit":"1.2.2","postcss-tape":"6.0.1","eslint-config-dev":"2.0.0"},"peerDependencies":{"postcss":"^8.3"},"_npmOperationalInternal":{"tmp":"tmp/postcss-gap-properties_3.0.0_1631884776405_0.3981712339738226","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"postcss-gap-properties","version":"3.0.1","keywords":["postcss","css","postcss-plugin","grids","layouts","columns","rows","gaps","shorthands","prefixes"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-gap-properties@3.0.1","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"bin":{"postcss-gap-properties":"dist/cli.mjs"},"dist":{"shasum":"c663a2f116d980d8901f33c583e7205109acc87f","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-3.0.1.tgz","fileCount":10,"integrity":"sha512-t7ztwUmG17KQRTHDWeekeSQ41ZsjYK+OJagee3E3hFS46n9RD5QcT/NRxwbc2DWjVSL5GQf46al3wEiH6FRSKg==","signatures":[{"sig":"MEUCIQDhQMj94aiZiKLnjN7ftJ5DQflkxXiCgbdIoNzpg5j9RQIgRoC4Av82QUJGLw2DdZgR10AxxjnzReB8+3kqWl/4GR0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":102918,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhtxSMCRA9TVsSAnZWagAAacUP/iOFQzE7IteF23q5XymR\nWgvClqi3Jd6t7+AXqNzEE61eKTETZxUsJp8w+l61Vlr66Oqc42bnseh68N6W\nDRxC9t9PgWijjmq72gvSKu6CcQRFjUU300qxlmfQKqHQyIOmf5uv11dl0UlM\nVS4lwMZ2zwjIW9EA6zKDozlYsVe4N1bqWT3ZKE5phBHCf3wBstqCrWVG2fbO\nG6kpxAQQBRptICbrP0hAKxcVlxVXbuvuyVwW7V/2UxM2CUv5ABTBBIV+VXlg\n/3TTTjkZQGCTNjmt2oAUOfkvPnAJAAjfsbWQI5L++/DO/4yA4cI3hI3YIlCS\nOAbK3LlSReJyLy8ep625Akxs2DOQdjUCRbswkGOkLbDf8VlTeunrpOSk2u2D\nNasOyFR0ma940fDsnUrPM6sZxfzcVVWRgmE8E+ShO+7ZP4Io91cjGlsce7n4\nUi4ZkgkB66DnNDDhW8KXvNIiQJSzfttYMn2m88gAuD5pD42gzNk3reSane2S\n66fHbS3C6UlRm91CwRLO/HB2KoXILCPTHAezSFH2sSRPA7LC5wvAfHg3CBuh\nqaenJ25uG2r5k8WEV0uoSIcGD9KWbiVdfsonzCRsxduwj5BLjV6vWSbtPbIa\n7WdtvPLm3C2pkX4Y+23Ft7LjdqiMWTuwmuO7znyKZLHLtylR35HVjnJa6MrO\nxY89\r\n=od9E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","module":"dist/index.mjs","engines":{"node":"^12 || ^14 || >=16"},"gitHead":"3f0408986541a32dde381d1bb01e9bc033a0604c","scripts":{"lint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test":"postcss-tape --ci","build":"rollup -c ../../rollup/default.js","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"","stryker":"stryker run --logLevel error","prepublishOnly":"npm run clean && npm run build && npm run test"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-gap-properties"},"_npmVersion":"8.1.0","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","directories":{},"_nodeVersion":"16.13.0","_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.3.6","postcss-tape":"^6.0.1"},"peerDependencies":{"postcss":"^8.3"},"_npmOperationalInternal":{"tmp":"tmp/postcss-gap-properties_3.0.1_1639388300349_0.7786502957704715","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"postcss-gap-properties","version":"3.0.2","keywords":["postcss","css","postcss-plugin","grids","layouts","columns","rows","gaps","shorthands","prefixes"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-gap-properties@3.0.2","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"562fbf43a6a721565b3ca0e01008690991d2f726","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-3.0.2.tgz","fileCount":6,"integrity":"sha512-EaMy/pbxtQnKDsnbEjdqlkCkROTQZzolcLKgIE+3b7EuJfJydH55cZeHfm+MtIezXRqhR80VKgaztO/vHq94Fw==","signatures":[{"sig":"MEYCIQCKfFO/AB4TkQZCZ0qTQbjARAF+BwDhKVc8Ys0pfxtttgIhAO2QQgY2M5fqtFB1uk6i0BVpfcdjzW3pIhV/tFkF1Jra","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh0cY3CRA9TVsSAnZWagAAFq4P/iLwGza+E0p9/Gr2ta9v\n/1B26fYNuuseEX8oyeLJ5gNHiE+ohpbZALMlat2jrGWMyL/Vxe1CSInGzp0d\nC+aMv6ryA1NhWQun83GxnK5DWnEdsi2GxS1K32jIBY/7NFqoLfg+bAp33JLo\nBz+C0aLXbeLSY309Ev2047eeT63+AIFUV0O91A76LRj2mI5Gco1ud9iZuBNm\nsQf/V27oaI7F4b/novL7eY5RCdKQR/fyIIh6Ve9ZWKIACjnLOLzm578F8bgy\ndteNnsozh/QbF/NQ1qfCV+ir7MMIFaAN/52elPzwO3oSOaCUz9NwE+cO+BwP\narrVFOyRCn/yHWIznGpMhgUtjihcwOSxvY5ZNXbrPeCf4pxu0QpL6v6FVqbi\nzoyVG9n1PQ3jvx2QdA6ghnSkcxu2wGh9YaNPvqF9yIwnNhTgMieu2WtsFCEH\nM0evkVddXHULgIt7wBwfYG299THtTy+HE7WAeAnQBoYP8A5ab1LNFN4kUZMx\nv56p8o7zmOb8Y6Lss8JK8BeGuGYdmSjc4JFT4WyUu+d2E6vXEdxF0QQnNF3G\noPrBl24aVMp6Ni4aLejSTcOzk3ryeXNlZ9slkENWILOI56JLxO7x3aQS6X3E\nvZ3Qz1lklLDZxU0XgeueGra58BiQPHEDxEVk94VuG1yYFVSnbsdk9p1mll8/\njQIG\r\n=vyIO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^12 || ^14 || >=16"},"gitHead":"ca72639977fc5932318c874d57b9391a05bb32e8","scripts":{"lint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test":"postcss-tape --ci && npm run test:exports","build":"rollup -c ../../rollup/default.js","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"","stryker":"stryker run --logLevel error","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-gap-properties"},"_npmVersion":"8.1.2","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","directories":{},"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.3.6","postcss-tape":"^6.0.1"},"peerDependencies":{"postcss":"^8.3"},"_npmOperationalInternal":{"tmp":"tmp/postcss-gap-properties_3.0.2_1641137719414_0.2673064020388056","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"postcss-gap-properties","version":"3.0.3","keywords":["postcss","css","postcss-plugin","grids","layouts","columns","rows","gaps","shorthands","prefixes"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-gap-properties@3.0.3","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"6401bb2f67d9cf255d677042928a70a915e6ba60","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz","fileCount":6,"integrity":"sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ==","signatures":[{"sig":"MEUCIEG3d5xuk69fNCucWLTE3GzZeti4Kn/BWv/7JZZvL9u7AiEA/rj9rPZJmoPbYhK4iROiL2LZlhegVgjcgMwpfjqsl3s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/q+bCRA9TVsSAnZWagAAOCwQAJCVA/CMAb0knD+7AUBs\nt4awuXO9GrlR+xeOMMNbw1m0l5PBLg/ZTHLYcBNAuG2fTD5tuWv0nxIIpoKc\n6y2BsyKOVJEO++8CwbFSKHt7bHkUAYNydjaiCt5V9Kj18AAcfoIM3Hw2IPUl\nHne9rf+oQUTmLRnZ9KEkz5bvdqVWQYT6x6aYqcw35tY+v18sCyiF63E1BjcF\nUU5DKFm1c2gEu0+aa1aZrgfxZRD2JFIhC0DR0CeCSvm267MW2dnkanFMmh8Y\nQNynyyoLkuQUCGUF3N7UW6huddM4CBCUPuKa0TqUWS6hfLtswY3UvKwOiRXw\ndKrTOM8S0lyb3P//XY0mG5lpzbmNBcyTyALExTs+Gf/RSrhdfQDGYHpNPWDV\n/2RRD9NTmPT4i7DzBQ+Ul6GBKwch9l+/1JCc3hE+i5mUOB+DIpqAqnbnzUxx\nT2U4SpVmeSLbMeFowxVZ3zcES+ub/Kf6gcTqisTtMAZawSChf7v/l4HjOF9z\nQcHAMKieMkP1hQqz/aEepwm1C4hFA7lfTEroTWL4+msyWE/zn+thB0pkZShr\nSxPRDS89p+wuMMhgW4YVLMSE3QKX/Q+U+DEgpSydHiWEBu5KVLGZ0dY1JJAC\nn4l8gkV7KR1akdtz/j7SjQs1iN47fD9+fsrIlE2hTKnlQJbPoLMz5JT/3mnN\nwxPW\r\n=3ffp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^12 || ^14 || >=16"},"exports":{".":{"import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"gitHead":"5027a07b0a899c5b93e8aa10b3c9c80f8c1f351a","scripts":{"lint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test":"postcss-tape --ci && npm run test:exports","build":"rollup -c ../../rollup/default.js","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"","stryker":"stryker run --logLevel error","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-gap-properties"},"_npmVersion":"8.1.2","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","directories":{},"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"devDependencies":{"postcss":"^8.3.6","postcss-tape":"^6.0.1"},"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-gap-properties_3.0.3_1644081051217_0.003461659709402376","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"postcss-gap-properties","version":"3.0.4","keywords":["columns","css","gaps","grids","layouts","postcss","postcss-plugin","prefixes","rows","shorthands"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-gap-properties@3.0.4","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"8527d00284ef83725e41a53a718f9bed8e2b2beb","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-3.0.4.tgz","fileCount":6,"integrity":"sha512-PaEM4AUQY7uomyuVVXsIntdo4eT8VkBMrSinQxvXuMcJ1z3RHlFw4Kqef2X+rRVz3WHaYCa0EEtwousBT6vcIA==","signatures":[{"sig":"MEUCIQDaegvtSrDh1L76CCvwLrzW4yxdEt7vRtbrvtbjNjxFeAIgPzjpngDdT9L6XXL0tXF5vQKuwoZaYWV1K3lsUybPo1c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFviACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqKvQ/+OufiKK+K+R6Buw19PIOY/xXtgVDY3eYF7cSyaUtFcqbGzTAF\r\n1EbYzT1zkhku7cBnBdB2VKLpCDqpw/g/7PnSGtIaiaMq+iPv9Yh7kw2/cQNJ\r\nUUkCKJi4aw5FtaWJcQylsxMG4puHwxPvcrEJoCD/bZaxidTi8AgJv+Ahov5U\r\n+iDFYHfRfsyosk+IvYQIR3iQcX/F22NC7jLjzopzrqv5Li2J6X7ll7/YXlxC\r\ntOxT7gA5XCscLRDcqyDkXAZ0tKwDXI/8+YgPnbu0TzWKBkyN0ix2fjPb+qH+\r\njJCukmt0Pf/tf1sLmNJU+Ob4N8FVmOHntmP+lNtEp5O7g/5mT7IKZewI3eCV\r\nWgYEeGN2AUmJ3ZZnoMdLdZ++0j908ylrl5YvbmsdTUlh8+eu4UciFMX57yAx\r\nZh4obBaKlPRnTuXVPoKb/aTW0k5LVjkKYusLTF9teQZXynzT8uJPwVhrwVe4\r\nsY0tdxsh8rxGlF8uoJ7WqC+rbWgp/pc4ritKXhaCLko3xAYrZT6kLZAoN2Zp\r\nI2YjSZjaskjJ/ctJes/2lrC0uqa7vWVYqFJEANSTuUGT8aBgvctcn21mbti1\r\nl0wD5Ak+W1ve0JqvyhS9TWlj9i3TwYS03vWhgL2OXXqvdrJPYWdS5S2C2ija\r\nWjGgK7QFbj8XD0wXpDRlbAHYyzxFO07o1o8=\r\n=a9AP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^12 || ^14 || >=16"},"exports":{".":{"import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"206bf4057ffd26025aa41a682ac012afb3381aac","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.js","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"exportName":"postcssGapProperties","humanReadableName":"PostCSS Gap Properties"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-gap-properties"},"_npmVersion":"8.1.2","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","directories":{},"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-gap-properties_3.0.4_1657297890370_0.22787206126835002","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"postcss-gap-properties","version":"3.0.5","keywords":["columns","css","gaps","grids","layouts","postcss","postcss-plugin","prefixes","rows","shorthands"],"author":{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},"license":"CC0-1.0","_id":"postcss-gap-properties@3.0.5","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"f7e3cddcf73ee19e94ccf7cb77773f9560aa2fff","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz","fileCount":6,"integrity":"sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==","signatures":[{"sig":"MEYCIQC9AelKHrtxKY030byL7q9+PDR7LVgqvJIhPiVS85MfUQIhAJZQJbAok7zeKwc3Fsa2QL3Wk1GB289AkR0wUKwLklsk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13033,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizU5UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonUQ/9HfyQdOO9/Z6c5xipN0EpRRZi01aIkDb3r+m0ylu4bIM+2I4y\r\noLQdMN5hW/mRa46bsDCSY+IN9CkEN3WMZtY++m7VIRjsidgVH64QKgvj/OnI\r\nhr6IodxvrJ/Acsg1x+X7yDW+wxNZVPhs026E8fUP21xQDI3ch3V4+ZfBD1xf\r\n4HDo3BguuGwfGvz2KEzK2ZKIwKFxwlU6cGPTHvBH/5jFr5UP8V2lIJw/E2uD\r\ncxHO3CTZMeYUxLQU+OQedRXWip84vvHjl3LQ/Hb8i0mBLik5vHimfith4IvL\r\nO4e11MkSaQo6ni6VvFvG0SenmjZMAiQCDJYoxJXe5z/V+diyuDHGSNyPYDzW\r\nmR8uU5SD4kF9uvOn6e8CQqytLQL9CZPEl/1l9rJGewCdtMH1JdFaSrq9Mgzv\r\n/IlQYJK5K7CRoUEKpnuvnUsek7jvE1J6bH1uM9ulZcVDxA6G5BAsYNg/lfoE\r\nj2LytTP3LR3EhF1JFLIpEDtPOw2nowK/kFxkJh8bzDNJfgVWNZyTbFSRTblF\r\nRaYSm/ehGQohF4G5Kfca3y2CYRuDkY93RrOSy6hsZz5qaI1TqREqboiX/OPg\r\nk4pEX6QLNPz98tG7HA6wUVZXK63I5Egy2DFeHIGMwzKRxHoxMNpZbvvLq2AO\r\nxhRyh0VadctC8wSl1b/TbsXiwQwdJLkWD4I=\r\n=+Y16\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^12 || ^14 || >=16"},"exports":{".":{"import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"ee108981ac4c6b42df5df944daf05efd21edde17","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.js","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"exportName":"postcssGapProperties","humanReadableName":"PostCSS Gap Properties"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-gap-properties"},"_npmVersion":"8.1.2","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","directories":{},"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-gap-properties_3.0.5_1657622099795_0.9490675796962484","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"postcss-gap-properties","version":"4.0.0","keywords":["columns","css","gaps","grids","layouts","postcss","postcss-plugin","prefixes","rows","shorthands"],"license":"CC0-1.0","_id":"postcss-gap-properties@4.0.0","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"116e5072cc1f8aebcfe0288ae0eff484c4bc8c6b","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-4.0.0.tgz","fileCount":7,"integrity":"sha512-ACrVEX+DZRkFNImiRBiFw56BW7OY43F/0AjusgBxGNE0mLvfqINkYQT421YMHB7HGs+rekladOcBNmYZu6+/iQ==","signatures":[{"sig":"MEQCIHPOQBew3qCrgeynUjd1eDLgC5fsTqL3rBe2ENTpk+FNAiA8dHKpCiJkEHejPP6lcg1tnN5FOVABCnIiGuQ9zlFfTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjz5+TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmocyw//fzkXfitpFuyWXgyuAv3upyMWzWLZJRn7taxj8WjP57JaLnJj\r\nEHX8deVbzKYn3FM5lE5y8opuDIib+ag57jGRhrz2ewSXRr465ZR2zv2V6t/O\r\ncT/FKvdDwJ4ZctGaZn8xDhOLL+TUHcaHSfi8+c2AFBTT6I/G3NwmjVHHihM/\r\n55mOhpDo8isYgFb2zmmBXpYM3Yv8hjix2K/Z7pnZtObvWnotVVvY1q3unck8\r\ndtrbo6BB2gJRxAnR8wMfkgJx9xn2IxoaQm85hbyL5KMoRzWUviPD6k4hp7KZ\r\ncLgig9ZIvsEup/0kQJZSPgJiQjyOb65JkmNcdWfvKXXu/PJahd5bEnINiPFB\r\nhuAiwqtPed2n8OrDL4BNaDUPPZTvU7GjCM5XJu5prZ/pQLPpc/ryCHUmtpMc\r\nMYzUIMIDkbNrI/POG+yjnxLxqbreLiDxoY57MqudslspYkJDUjL7yl5Zhkwm\r\nhmVUPLrv0bKsnVb3h7xlm5GleI4DVxey+P1+08YVSMKUGnPS7amYPmknDynv\r\n//KYjh9EG4yhVyuFzL+/ip6L6kpJx6PVLs/ZFh3jchqQZVuZfgMGZh5NtEz5\r\nZVqPw/1hFXVaJVrnFlyNNCaJniNWBG2IItEgWHVQ12DxotdHn9nb74Bwvd5E\r\nWHTb/+77zg/HR4x62UaEgyD0boRA67R9rC0=\r\n=5x7w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","types":"dist/index.d.ts","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"0d51c6952023f6b7fa55541c62ea09fb995d015d","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.mjs","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true }); fs.mkdirSync('./dist');\"","prebuild":"npm run clean","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"cssdbId":"gap-properties","specUrl":"https://www.w3.org/TR/css-grid-1/#gutters","exportName":"postcssGapProperties","humanReadableName":"PostCSS Gap Properties"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-gap-properties"},"_npmVersion":"8.1.2","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","directories":{},"_nodeVersion":"16.13.1","_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-gap-properties_4.0.0_1674551187463_0.7630011355730095","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"postcss-gap-properties","version":"4.0.1","keywords":["columns","css","gaps","grids","layouts","postcss","postcss-plugin","prefixes","rows","shorthands"],"license":"CC0-1.0","_id":"postcss-gap-properties@4.0.1","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"0347d6a84a46bfbe88bedc542cc4b354e04a8338","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-4.0.1.tgz","fileCount":7,"integrity":"sha512-V5OuQGw4lBumPlwHWk/PRfMKjaq/LTGR4WDTemIMCaMevArVfCCA9wBJiL1VjDAd+rzuCIlkRoRvDsSiAaZ4Fg==","signatures":[{"sig":"MEQCIFTyvf8wF4XBK85b7mAGaK1L21kNMCSmWWh5QSSvx0MpAiAgSY7sUJhJ966EL2CsIhL9T+Lfwia3BFH3FOW8JC1evw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1NFUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIPQ//V5sB96RCIxQ9KzBsuby2War/SKT2flQuhCp7G0iswaCSUmcK\r\n8J2uwe3w8VYgOjN5t7kdn2V1T346fhAJc+XjGwxVxnA60kNUynOdgrP9QCir\r\nmd3sCLQzUwyxg37dID6Fhn4l1k2Jt5nukUGPOGaEt0jMKeYm3PLT7W7CRNfk\r\nZjPZaAAHTa0i+C0gXRtVUpkv/9TAUfukSBXrG5dvB7/lXXOvbB45rm+vSQa7\r\n+C0HtIFZ6+t/ZnEACwAhkfyyfM8EUX7KO30gBDfa0BwXD+q5B7UFp34c3dKu\r\n9XstgYAHxs0jAvf+tyV9a7fPZd661/tV3IoTFqiys8ilBZm9RK8bAcTz2QCD\r\noUnSvolaUebWtPy5mIgg4DsOJ5iuLZ90Wgb26Y+AGOhsOOEFZMka98eKtsA5\r\nv6qfldyNZi7eQUuA0yZebTPvQ9o1hx03++CjDVvv8scVufTiLgEjbPMQeOj1\r\nFiQb4YFmP+P7UFJ6g9BzqmSPdOmocWDyv4Jh+ywHF61KzEEm4Y0FI51IXAZq\r\nvbLaOg92OdSRu2h2nKHdgs5/5xC65pr6t2w5+iyR3wzdd8doPGn4kUz1jWa/\r\nRs/AEj4wTcna+H/xAdLwRevHa9SFHK5cLdiboRacykxG11SZnTaLGuwX4/6x\r\nD6fP1ueMaICRU4mJj1FLYjaN2AHLODZjU8s=\r\n=JBY4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.cjs","types":"dist/index.d.ts","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":{"url":"https://opencollective.com/csstools","type":"opencollective"},"gitHead":"02722b46c71cc1e69bec2c3fc74c51d81e5103f8","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs","lint":"npm run lint:eslint && npm run lint:package-json","test":"node .tape.mjs && npm run test:exports","build":"rollup -c ../../rollup/default.mjs","clean":"node -e \"fs.rmSync('./dist', { recursive: true, force: true }); fs.mkdirSync('./dist');\"","prebuild":"npm run clean","lint:eslint":"eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern","test:exports":"node ./test/_import.mjs && node ./test/_require.cjs","prepublishOnly":"npm run clean && npm run build && npm run test","lint:package-json":"node ../../.github/bin/format-package-json.mjs","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"cssdbId":"gap-properties","specUrl":"https://www.w3.org/TR/css-grid-1/#gutters","exportName":"postcssGapProperties","humanReadableName":"PostCSS Gap Properties"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-gap-properties"},"_npmVersion":"8.18.0","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","directories":{},"_nodeVersion":"18.8.0","_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-gap-properties_4.0.1_1674891604433_0.12670850237220277","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"postcss-gap-properties","version":"5.0.0","keywords":["columns","css","gaps","grids","layouts","postcss","postcss-plugin","prefixes","rows","shorthands"],"license":"MIT-0","_id":"postcss-gap-properties@5.0.0","maintainers":[{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"3bd77f3d51facb1da404b4edd72b8203929385a5","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-5.0.0.tgz","fileCount":7,"integrity":"sha512-YjsEEL6890P7MCv6fch6Am1yq0EhQCJMXyT4LBohiu87+4/WqR7y5W3RIv53WdA901hhytgRvjlrAhibhW4qsA==","signatures":[{"sig":"MEUCIQC/E+DegbnV5rT0vW3vLr/XnVVO0ys3TRgoA+BO+EEwxgIgcY+wjFzCa2w8szxPSPOeFLQkh8pLvm9wunZg6pn/4x4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8377},"main":"dist/index.cjs","types":"dist/index.d.ts","volta":{"extends":"../../package.json"},"module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.mjs","default":"./dist/index.mjs","require":"./dist/index.cjs"}},"funding":[{"url":"https://github.com/sponsors/csstools","type":"github"},{"url":"https://opencollective.com/csstools","type":"opencollective"}],"gitHead":"9e40c9a8cc03cdb68827d786a1d3221feb641327","scripts":{"docs":"node ../../.github/bin/generate-docs/install.mjs && node ../../.github/bin/generate-docs/readme.mjs","lint":"node ../../.github/bin/format-package-json.mjs","test":"node .tape.mjs && node ./test/_import.mjs && node ./test/_require.cjs","build":"rollup -c ../../rollup/default.mjs","prepublishOnly":"npm run build && npm run test","test:rewrite-expects":"REWRITE_EXPECTS=true node .tape.mjs"},"_npmUser":{"name":"alaguna","email":"sombragriselros@gmail.com"},"csstools":{"cssdbId":"gap-properties","specUrl":"https://www.w3.org/TR/css-grid-1/#gutters","exportName":"postcssGapProperties","humanReadableName":"PostCSS Gap Properties"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-gap-properties"},"_npmVersion":"9.5.0","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","directories":{},"_nodeVersion":"18.15.0","_hasShrinkwrap":false,"devDependencies":{"@csstools/postcss-tape":"*"},"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-gap-properties_5.0.0_1688372016289_0.43894548908937114","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"postcss-gap-properties","version":"5.0.1","keywords":["columns","css","gaps","grids","layouts","postcss","postcss-plugin","prefixes","rows","shorthands"],"license":"MIT-0","_id":"postcss-gap-properties@5.0.1","maintainers":[{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"887b64655f42370b43f0ab266cc6dbabf504d276","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-5.0.1.tgz","fileCount":7,"integrity":"sha512-k2z9Cnngc24c0KF4MtMuDdToROYqGMMUQGcE6V0odwjHyOHtaDBlLeRBV70y9/vF7KIbShrTRZ70JjsI1BZyWw==","signatures":[{"sig":"MEUCIFmVixczfib52UN8SmfZiD1hv0+SNJDCzl3AWc93RhA4AiEAst+QRKUOplnYechHNdo8Lk1R5Go5zw+gTH3ZXYnVgH4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6992},"main":"dist/index.cjs","type":"module","types":"./dist/index.d.ts","module":"dist/index.mjs","engines":{"node":"^14 || ^16 || >=18"},"exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"},"require":{"default":"./dist/index.cjs"}}},"funding":[{"url":"https://github.com/sponsors/csstools","type":"github"},{"url":"https://opencollective.com/csstools","type":"opencollective"}],"gitHead":"a0e29544b73520fde3f1de63bce3f51409cfcaa3","_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-gap-properties"},"_npmVersion":"10.2.3","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","directories":{},"_nodeVersion":"20.10.0","_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-gap-properties_5.0.1_1702682321654_0.39237257270129167","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"postcss-gap-properties","version":"6.0.0","keywords":["columns","css","gaps","grids","layouts","postcss","postcss-plugin","prefixes","rows","shorthands"],"license":"MIT-0","_id":"postcss-gap-properties@6.0.0","maintainers":[{"name":"romainmenke","email":"romainmenke@gmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"}],"contributors":[{"url":"https://antonio.laguna.es","name":"Antonio Laguna","email":"antonio@laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"dist":{"shasum":"d5ff0bdf923c06686499ed2b12e125fe64054fed","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-6.0.0.tgz","fileCount":7,"integrity":"sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==","signatures":[{"sig":"MEUCIQD/JPOrAUMil4gnJbtmeSbki1i6BFLWBfYPnBD0npfLWwIgWMyUO3480aHehVUnoyKRj1sdQ2CDmSFWbg3iNtKgnbY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5991},"main":"dist/index.cjs","type":"module","types":"./dist/index.d.ts","module":"dist/index.mjs","engines":{"node":">=18"},"exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"},"require":{"default":"./dist/index.cjs"}}},"funding":[{"url":"https://github.com/sponsors/csstools","type":"github"},{"url":"https://opencollective.com/csstools","type":"opencollective"}],"gitHead":"87227cef0caa41f1e41b08cb1666846d15ab7d32","scripts":{},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"repository":{"url":"git+https://github.com/csstools/postcss-plugins.git","type":"git","directory":"plugins/postcss-gap-properties"},"_npmVersion":"10.7.0","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","directories":{},"_nodeVersion":"22.1.0","_hasShrinkwrap":false,"peerDependencies":{"postcss":"^8.4"},"_npmOperationalInternal":{"tmp":"tmp/postcss-gap-properties_6.0.0_1722721022376_0.6125305295129921","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"postcss-gap-properties","description":"Use the gap, column-gap, and row-gap shorthand properties in CSS","version":"7.0.0","contributors":[{"name":"Antonio Laguna","email":"antonio@laguna.es","url":"https://antonio.laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"license":"MIT-0","funding":[{"type":"github","url":"https://github.com/sponsors/csstools"},{"type":"opencollective","url":"https://opencollective.com/csstools"}],"engines":{"node":">=20.19.0"},"type":"module","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"}},"peerDependencies":{"postcss":"^8.4"},"scripts":{},"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme","repository":{"type":"git","url":"git+https://github.com/csstools/postcss-plugins.git","directory":"plugins/postcss-gap-properties"},"bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"keywords":["columns","css","gaps","grids","layouts","postcss","postcss-plugin","prefixes","rows","shorthands"],"gitHead":"3fe5a07576379984b3612ad5daca4c0b14e5225b","_id":"postcss-gap-properties@7.0.0","_nodeVersion":"25.1.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-PSDF2QoZMRUbsINvXObQgxx4HExRP85QTT8qS/YN9fBsCPWCqUuwqAD6E6PNp0BqL/jU1eyWUBORaOK/J/9LDA==","shasum":"dfce0e627461996b1ced7109c8594f28cca342ec","tarball":"http://tools.bpmhome.cn:8082/nexus/repository/npm-lc/postcss-gap-properties/-/postcss-gap-properties-7.0.0.tgz","fileCount":6,"unpackedSize":5529,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHxa4RTGU6UxB7l01WolSVHBloEOA1E4HHLJBVb40o0ZAiBat3GnyX5pBP607xh1mO9hTEUj+lpmJiMRsSis5Jy6YA=="}]},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"directories":{},"maintainers":[{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"alaguna","email":"sombragriselros@gmail.com"},{"name":"romainmenke","email":"romainmenke@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/postcss-gap-properties_7.0.0_1768375367120_0.8216914889152624"},"_hasShrinkwrap":false}},"name":"postcss-gap-properties","time":{"created":"2018-05-01T02:45:29.645Z","modified":"2020-11-11T14:46:48.203Z","1.0.0":"2018-05-01T02:45:29.645Z","2.0.0":"2018-09-18T04:47:06.947Z","3.0.0":"2021-09-17T13:19:36.533Z","3.0.1":"2021-12-13T09:38:20.507Z","3.0.2":"2022-01-02T15:35:19.602Z","3.0.3":"2022-02-05T17:10:51.402Z","3.0.4":"2022-07-08T16:31:30.488Z","3.0.5":"2022-07-12T10:35:00.007Z","4.0.0":"2023-01-24T09:06:27.668Z","4.0.1":"2023-01-28T07:40:04.594Z","5.0.0":"2023-07-03T08:13:36.484Z","5.0.1":"2023-12-15T23:18:41.835Z","6.0.0":"2024-08-03T21:37:02.517Z","7.0.0":"2026-01-14T07:22:47.248Z"},"contributors":[{"name":"Antonio Laguna","email":"antonio@laguna.es","url":"https://antonio.laguna.es"},{"name":"Jonathan Neal","email":"jonathantneal@hotmail.com"},{"name":"Romain Menke","email":"romainmenke@gmail.com"}],"readmeFilename":"README.md","homepage":"https://github.com/jonathantneal/postcss-gap-properties#readme"}