{ "_from": "postcss-double-position-gradients@^3.1.2", "_id": "postcss-double-position-gradients@3.1.2", "_inBundle": false, "_integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", "_location": "/postcss-double-position-gradients", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-double-position-gradients@^3.1.2", "name": "postcss-double-position-gradients", "escapedName": "postcss-double-position-gradients", "rawSpec": "^3.1.2", "saveSpec": null, "fetchSpec": "^3.1.2" }, "_requiredBy": [ "/postcss-preset-env" ], "_resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", "_shasum": "b96318fdb477be95997e86edd29c6e3557a49b91", "_spec": "postcss-double-position-gradients@^3.1.2", "_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": "postcssDoublePositionGradients", "humanReadableName": "PostCSS Double Position Gradients" }, "dependencies": { "@csstools/postcss-progressive-custom-properties": "^1.1.0", "postcss-value-parser": "^4.2.0" }, "deprecated": false, "description": "Use double-position gradients 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-double-position-gradients#readme", "keywords": [ "color", "conic", "css", "double", "gradients", "linear", "position", "postcss", "postcss-plugin", "radial", "repeating", "stop", "syntax" ], "license": "CC0-1.0", "main": "dist/index.cjs", "module": "dist/index.mjs", "name": "postcss-double-position-gradients", "peerDependencies": { "postcss": "^8.2" }, "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-plugins.git", "directory": "plugins/postcss-double-position-gradients" }, "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" }, "types": "dist/index.d.ts", "version": "3.1.2", "volta": { "extends": "../../package.json" } }