{ "_from": "postcss-overflow-shorthand@^3.0.4", "_id": "postcss-overflow-shorthand@3.0.4", "_inBundle": false, "_integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", "_location": "/postcss-overflow-shorthand", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-overflow-shorthand@^3.0.4", "name": "postcss-overflow-shorthand", "escapedName": "postcss-overflow-shorthand", "rawSpec": "^3.0.4", "saveSpec": null, "fetchSpec": "^3.0.4" }, "_requiredBy": [ "/postcss-preset-env" ], "_resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", "_shasum": "7ed6486fec44b76f0eab15aa4866cda5d55d893e", "_spec": "postcss-overflow-shorthand@^3.0.4", "_where": "/home/josie/development/container-mom-go/landing-page/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": "postcssOverflowShorthand", "humanReadableName": "PostCSS Overflow Shorthand" }, "dependencies": { "postcss-value-parser": "^4.2.0" }, "deprecated": false, "description": "Use the overflow shorthand 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-overflow-shorthand#readme", "keywords": [ "css", "overflow", "postcss", "postcss-plugin", "properties", "shorthands", "values" ], "license": "CC0-1.0", "main": "dist/index.cjs", "module": "dist/index.mjs", "name": "postcss-overflow-shorthand", "peerDependencies": { "postcss": "^8.2" }, "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-plugins.git", "directory": "plugins/postcss-overflow-shorthand" }, "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.4", "volta": { "extends": "../../package.json" } }