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"
|
|
}
|