Files
owncast/build/javascript/node_modules/tailwindcss/package.json
dependabot[bot] dab7914eab Bump @justinribeiro/lite-youtube from 0.9.0 to 0.9.1 in /build/javascript (#273)
* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript (#265)

* Trying a new github workflow to install javascript packages

* Bump tailwindcss from 1.9.2 to 1.9.4 in /build/javascript (#266)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.2 to 1.9.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript

Bumps [preact](https://github.com/preactjs/preact) from 10.5.4 to 10.5.5.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.5.4...10.5.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>

* Bump @justinribeiro/lite-youtube in /build/javascript

Bumps [@justinribeiro/lite-youtube](https://github.com/justinribeiro/lite-youtube) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/justinribeiro/lite-youtube/releases)
- [Commits](https://github.com/justinribeiro/lite-youtube/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Owncast <owncast@owncast.online>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2020-10-20 15:15:56 -07:00

145 lines
3.5 KiB
JSON

{
"_args": [
[
"tailwindcss@1.9.4",
"/home/runner/work/owncast/owncast/build/javascript"
]
],
"_from": "tailwindcss@1.9.4",
"_id": "tailwindcss@1.9.4",
"_inBundle": false,
"_integrity": "sha512-CVeP4J1pDluBM/AF11JPku9Cx+VwQ6MbOcnlobnWVVZnq+xku8sa+XXmYzy/GvE08qD8w+OmpSdN21ZFPoVDRg==",
"_location": "/tailwindcss",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tailwindcss@1.9.4",
"name": "tailwindcss",
"escapedName": "tailwindcss",
"rawSpec": "1.9.4",
"saveSpec": null,
"fetchSpec": "1.9.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.9.4.tgz",
"_spec": "1.9.4",
"_where": "/home/runner/work/owncast/owncast/build/javascript",
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "8.9.0"
}
}
]
]
},
"bin": {
"tailwind": "lib/cli.js",
"tailwindcss": "lib/cli.js"
},
"browserslist": [
"> 1%"
],
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss/issues"
},
"contributors": [
{
"name": "Adam Wathan",
"email": "adam.wathan@gmail.com"
},
{
"name": "Jonathan Reinink",
"email": "jonathan@reinink.ca"
},
{
"name": "David Hemphill",
"email": "davidlee.hemphill@gmail.com"
}
],
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"autoprefixer": "^9.4.5",
"browserslist": "^4.12.0",
"bytes": "^3.0.0",
"chalk": "^3.0.0 || ^4.0.0",
"color": "^3.1.2",
"detective": "^5.2.0",
"fs-extra": "^8.0.0",
"html-tags": "^3.1.0",
"lodash": "^4.17.20",
"node-emoji": "^1.8.1",
"normalize.css": "^8.0.1",
"object-hash": "^2.0.3",
"postcss": "^7.0.11",
"postcss-functions": "^3.0.0",
"postcss-js": "^2.0.0",
"postcss-nested": "^4.1.1",
"postcss-selector-parser": "^6.0.0",
"postcss-value-parser": "^4.1.0",
"pretty-hrtime": "^1.0.3",
"reduce-css-calc": "^2.1.6",
"resolve": "^1.14.2"
},
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-jest": "^26.0.0",
"clean-css": "^4.1.9",
"eslint": "^6.0.1",
"eslint-config-postcss": "^2.0.2",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^25.1.0",
"prettier": "^1.7.4",
"rimraf": "^3.0.0"
},
"engines": {
"node": ">=8.9.0"
},
"files": [
"dist/*.css",
"lib/*",
"scripts/*.js",
"stubs/*.stub.js",
"*.css",
"*.js"
],
"homepage": "https://tailwindcss.com",
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/jest/customMatchers.js"
],
"testPathIgnorePatterns": [
"<rootDir>/__tests__/fixtures/",
"<rootDir>/__tests__/util/"
]
},
"license": "MIT",
"main": "lib/index.js",
"name": "tailwindcss",
"repository": {
"type": "git",
"url": "git+https://github.com/tailwindlabs/tailwindcss.git"
},
"scripts": {
"babelify": "babel src --out-dir lib --copy-files",
"prebabelify": "rimraf lib",
"prepare": "npm run babelify && babel-node scripts/build.js",
"rebuild-fixtures": "npm run babelify && babel-node scripts/rebuildFixtures.js",
"style": "eslint .",
"test": "jest && eslint ."
},
"style": "dist/tailwind.css",
"version": "1.9.4"
}