{"id":28490971,"url":"https://github.com/videojs/videojs-generate-postcss-config","last_synced_at":"2026-01-20T17:34:03.957Z","repository":{"id":56638297,"uuid":"145151090","full_name":"videojs/videojs-generate-postcss-config","owner":"videojs","description":"videojs-generate-postcss-config","archived":false,"fork":false,"pushed_at":"2023-11-03T13:47:50.000Z","size":365,"stargazers_count":0,"open_issues_count":2,"forks_count":3,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-06-08T07:44:08.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/videojs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-17T17:54:37.000Z","updated_at":"2023-06-29T18:43:33.000Z","dependencies_parsed_at":"2022-08-15T22:20:48.236Z","dependency_job_id":"a3a3c96f-2f03-4536-af57-32c3412a3973","html_url":"https://github.com/videojs/videojs-generate-postcss-config","commit_stats":{"total_commits":24,"total_committers":5,"mean_commits":4.8,"dds":0.25,"last_synced_commit":"0d5d4e7a9f35f103655f1272770ea655bf4073f7"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/videojs/videojs-generate-postcss-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videojs%2Fvideojs-generate-postcss-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videojs%2Fvideojs-generate-postcss-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videojs%2Fvideojs-generate-postcss-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videojs%2Fvideojs-generate-postcss-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/videojs","download_url":"https://codeload.github.com/videojs/videojs-generate-postcss-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videojs%2Fvideojs-generate-postcss-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264130493,"owners_count":23562038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-08T07:30:52.944Z","updated_at":"2026-01-20T17:34:03.944Z","avatar_url":"https://github.com/videojs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# videojs-generate-postcss-config\n\n[![Build Status](https://travis-ci.org/videojs/videojs-generate-postcss-config.svg?branch=master)](https://travis-ci.org/videojs/videojs-generate-postcss-config)\n[![Greenkeeper badge](https://badges.greenkeeper.io/videojs/videojs-generate-postcss-config.svg)](https://greenkeeper.io/)\n[![Slack Status](http://slack.videojs.com/badge.svg)](http://slack.videojs.com)\n\n[![NPM](https://nodei.co/npm/videojs-generate-postcss-config.png?downloads=true\u0026downloadRank=true)](https://nodei.co/npm/videojs-generate-postcss-config/)\n\nCurrently our postcss configs are the same for most plugins, but when the default config changes a bit, every repository has\nto be updated since it is a static file. This package will provide the standard config as a module, so that updates can be\ndeployed much easier.\n\nLead Maintainer: Brandon Casey [@brandonocasey](https://github.com/brandonocasey)\n\nMaintenance Status: Stable\n\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Options](#options)\n  - [`browserslist`](#browserslist)\n  - [`banner`](#banner)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Installation\n\n```\n$ npm install --save-dev postcss postcss-cli videojs-generate-postcss-config\n```\n\nThen in your postcss config do\n\n```js\nconst generatePostcssConfig = require('videojs-generate-postcss-config');\n\nmodule.exports = function(context) {\n  const options = {};\n\n  return generatePostcssConfig(context, options);\n};\n```\n\n## Options\noptions that are passed as an object to the `generatePostcssConfig` function.\n\n### `browserslist`\n\n\u003e Type: `string|Array`\n\u003e Default: ['defaults', 'ie 11']\n\nWhat browser syntax should be supported in the browser/test dist files. Can also be specified in the package.json as a top level `browserslist` key/value. See the [browserslist repo](https://github.com/browserslist/browserslist) for more information.\n\n### `banner`\n\n\u003e Type: `string`\n\u003e Default: `/*! @name ${pkg.name} @version ${pkg.version} @license ${pkg.license} */`\n\nThe banner that should be inserted to the top of all bundles. You probably should not change this from the default!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideojs%2Fvideojs-generate-postcss-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvideojs%2Fvideojs-generate-postcss-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideojs%2Fvideojs-generate-postcss-config/lists"}