* 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>
89 lines
2.3 KiB
JSON
89 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"focus-trap@5.1.0",
|
|
"/home/runner/work/owncast/owncast/build/javascript"
|
|
]
|
|
],
|
|
"_from": "focus-trap@5.1.0",
|
|
"_id": "focus-trap@5.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-CkB/nrO55069QAUjWFBpX6oc+9V90Qhgpe6fBWApzruMq5gnlh90Oo7iSSDK7pKiV5ugG6OY2AXM5mxcmL3lwQ==",
|
|
"_location": "/focus-trap",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "focus-trap@5.1.0",
|
|
"name": "focus-trap",
|
|
"escapedName": "focus-trap",
|
|
"rawSpec": "5.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@joeattardi/emoji-button"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-5.1.0.tgz",
|
|
"_spec": "5.1.0",
|
|
"_where": "/home/runner/work/owncast/owncast/build/javascript",
|
|
"author": {
|
|
"name": "David Clark"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/davidtheclark/focus-trap/issues"
|
|
},
|
|
"dependencies": {
|
|
"tabbable": "^4.0.0",
|
|
"xtend": "^4.0.1"
|
|
},
|
|
"description": "Trap focus within a DOM node.",
|
|
"devDependencies": {
|
|
"browserify": "^13.3.0",
|
|
"budo": "^9.4.1",
|
|
"del-cli": "^1.1.0",
|
|
"eslint": "^3.13.1",
|
|
"husky": "^0.14.3",
|
|
"lint-staged": "^7.2.0",
|
|
"make-dir-cli": "^1.0.0",
|
|
"prettier": "^1.14.0",
|
|
"uglify-js": "^3.3.22"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/davidtheclark/focus-trap#readme",
|
|
"keywords": [
|
|
"focus",
|
|
"accessibility",
|
|
"trap",
|
|
"capture",
|
|
"keyboard",
|
|
"modal"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "focus-trap",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/davidtheclark/focus-trap.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build-dev && npm run minify",
|
|
"build-dev": "npm run clean && browserify index.js -s focusTrap > dist/focus-trap.js",
|
|
"clean": "del-cli dist && make-dir dist",
|
|
"demo-bundle": "browserify demo/js/index.js -o demo/demo-bundle.js",
|
|
"format": "prettier --write '**/*.{js,json}'",
|
|
"lint": "eslint .",
|
|
"minify": "uglifyjs dist/focus-trap.js > dist/focus-trap.min.js",
|
|
"precommit": "lint-staged",
|
|
"prepublishOnly": "npm run build",
|
|
"start": "budo demo/js/index.js:demo-bundle.js --dir demo --live",
|
|
"test": "npm run lint"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "5.1.0"
|
|
}
|