{ "_from": "postcss-gap-properties@^3.0.5", "_id": "postcss-gap-properties@3.0.5", "_inBundle": false, "_integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", "_location": "/postcss-gap-properties", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-gap-properties@^3.0.5", "name": "postcss-gap-properties", "escapedName": "postcss-gap-properties", "rawSpec": "^3.0.5", "saveSpec": null, "fetchSpec": "^3.0.5" }, "_requiredBy": [ "/postcss-preset-env" ], "_resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", "_shasum": "f7e3cddcf73ee19e94ccf7cb77773f9560aa2fff", "_spec": "postcss-gap-properties@^3.0.5", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/postcss-preset-env", "author": { "name": "Jonathan Neal", "email": "jonathantneal@hotmail.com" }, "bugs": { "url": "https://github.com/csstools/postcss-plugins/issues" }, "bundleDependencies": false, "csstools": { "exportName": "postcssGapProperties", "humanReadableName": "PostCSS Gap Properties" }, "deprecated": false, "description": "Use the gap, column-gap, and row-gap shorthand properties in CSS", "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" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/csstools" }, "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme", "keywords": [ "columns", "css", "gaps", "grids", "layouts", "postcss", "postcss-plugin", "prefixes", "rows", "shorthands" ], "license": "CC0-1.0", "main": "dist/index.cjs", "module": "dist/index.mjs", "name": "postcss-gap-properties", "peerDependencies": { "postcss": "^8.2" }, "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 });\"", "docs": "node ../../.github/bin/generate-docs/install.mjs", "lint": "npm run lint:eslint && npm run lint:package-json", "lint:eslint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern", "lint:package-json": "node ../../.github/bin/format-package-json.mjs", "prepublishOnly": "npm run clean && npm run build && npm run test", "test": "node .tape.mjs && npm run test:exports", "test:exports": "node ./test/_import.mjs && node ./test/_require.cjs", "test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs" }, "version": "3.0.5", "volta": { "extends": "../../package.json" } }