{ "_from": "postcss-opacity-percentage@^1.1.2", "_id": "postcss-opacity-percentage@1.1.3", "_inBundle": false, "_integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==", "_location": "/postcss-opacity-percentage", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-opacity-percentage@^1.1.2", "name": "postcss-opacity-percentage", "escapedName": "postcss-opacity-percentage", "rawSpec": "^1.1.2", "saveSpec": null, "fetchSpec": "^1.1.2" }, "_requiredBy": [ "/postcss-preset-env" ], "_resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz", "_shasum": "5b89b35551a556e20c5d23eb5260fbfcf5245da6", "_spec": "postcss-opacity-percentage@^1.1.2", "_where": "/home/josie/development/container-mom-go/landing-page/node_modules/postcss-preset-env", "author": { "name": "Marc Görtz", "email": "git@marcgoertz.de", "url": "https://marcgoertz.de/" }, "bugs": { "url": "https://github.com/mrcgrtz/postcss-opacity-percentage/issues" }, "bundleDependencies": false, "deprecated": false, "description": "PostCSS plugin to transform percentage-based opacity values to more compatible floating-point values.", "devDependencies": { "ava": "^4.0.1", "c8": "^7.10.0", "clean-publish": "^4.0.0", "husky": "^8.0.0", "lint-staged": "^13.0.0", "postcss": "^8.4.5", "xo": "^0.52.2" }, "engines": { "node": "^12 || ^14 || >=16" }, "files": [ "index.js" ], "funding": [ { "type": "kofi", "url": "https://ko-fi.com/mrcgrtz" }, { "type": "liberapay", "url": "https://liberapay.com/mrcgrtz" } ], "homepage": "https://github.com/mrcgrtz/postcss-opacity-percentage#readme", "keywords": [ "postcss", "css", "postcss-plugin", "opacity" ], "license": "MIT", "lint-staged": { "*.js": "xo --fix" }, "main": "index.js", "name": "postcss-opacity-percentage", "peerDependencies": { "postcss": "^8.2" }, "repository": { "type": "git", "url": "git+https://github.com/mrcgrtz/postcss-opacity-percentage.git" }, "scripts": { "coverage": "c8 report --reporter=lcov", "format": "xo --fix", "publish": "clean-publish", "test": "xo && c8 ava" }, "version": "1.1.3", "xo": { "rules": { "unicorn/prefer-module": "off" } } }