{ "_from": "postcss-custom-media@^8.0.2", "_id": "postcss-custom-media@8.0.2", "_inBundle": false, "_integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", "_location": "/postcss-custom-media", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-custom-media@^8.0.2", "name": "postcss-custom-media", "escapedName": "postcss-custom-media", "rawSpec": "^8.0.2", "saveSpec": null, "fetchSpec": "^8.0.2" }, "_requiredBy": [ "/postcss-preset-env" ], "_resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", "_shasum": "c8f9637edf45fef761b014c024cee013f80529ea", "_spec": "postcss-custom-media@^8.0.2", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/postcss-preset-env", "bugs": { "url": "https://github.com/csstools/postcss-plugins/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Antonio Laguna", "email": "antonio@laguna.es", "url": "https://antonio.laguna.es" }, { "name": "Romain Menke", "email": "romainmenke@gmail.com" }, { "name": "Jonathan Neal", "email": "jonathantneal@hotmail.com" }, { "name": "Maxime Thirouin" } ], "csstools": { "cssdbId": "custom-media-queries", "exportName": "postcssCustomMedia", "humanReadableName": "PostCSS Custom Media", "specUrl": "https://www.w3.org/TR/mediaqueries-5/#at-ruledef-custom-media" }, "dependencies": { "postcss-value-parser": "^4.2.0" }, "deprecated": false, "description": "Use Custom Media Queries 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-custom-media#readme", "keywords": [ "at-rule", "atrule", "css", "csswg", "custom", "media", "postcss", "postcss-plugin", "queries", "query", "specification", "w3c" ], "license": "MIT", "main": "dist/index.cjs", "module": "dist/index.mjs", "name": "postcss-custom-media", "peerDependencies": { "postcss": "^8.3" }, "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-plugins.git", "directory": "plugins/postcss-custom-media" }, "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 && node ../../.github/bin/generate-docs/readme.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.cjs && npm run test:exports", "test:exports": "node ./test/_import.mjs && node ./test/_require.cjs", "test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.cjs" }, "types": "dist/index.d.ts", "version": "8.0.2", "volta": { "extends": "../../package.json" } }