78 lines
2.4 KiB
JSON
78 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@justinribeiro/lite-youtube@0.9.0",
|
|
"/home/runner/work/owncast/owncast/build/javascript"
|
|
]
|
|
],
|
|
"_from": "@justinribeiro/lite-youtube@0.9.0",
|
|
"_id": "@justinribeiro/lite-youtube@0.9.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-qh6WCBLr7thO2BSC29oSCbzJCEGM7Pbke/yFBFT4oxZNx/GiukWifaigVkatoqEx03PnQ/T0Iy3X7p9AZPHOEw==",
|
|
"_location": "/@justinribeiro/lite-youtube",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@justinribeiro/lite-youtube@0.9.0",
|
|
"name": "@justinribeiro/lite-youtube",
|
|
"escapedName": "@justinribeiro%2flite-youtube",
|
|
"scope": "@justinribeiro",
|
|
"rawSpec": "0.9.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.9.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@justinribeiro/lite-youtube/-/lite-youtube-0.9.0.tgz",
|
|
"_spec": "0.9.0",
|
|
"_where": "/home/runner/work/owncast/owncast/build/javascript",
|
|
"author": {
|
|
"name": "Justin Ribeiro",
|
|
"email": "justin@justinribeiro.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/justinribeiro/lite-youtube/issues"
|
|
},
|
|
"description": "A web component that loads YouTube embed iframes faster. ShadowDom based version of Paul Irish' concept.",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^2.29.0",
|
|
"@typescript-eslint/parser": "^2.29.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-plugin-html": "^6.0.0",
|
|
"eslint-plugin-lit": "^1.2.0",
|
|
"prettier": "^2.0.0",
|
|
"typescript": "^3.8.0"
|
|
},
|
|
"files": [
|
|
"lite-youtube.d.ts",
|
|
"lite-youtube.js",
|
|
"lite-youtube.js.map"
|
|
],
|
|
"homepage": "https://github.com/justinribeiro/lite-youtube#readme",
|
|
"keywords": [
|
|
"web components",
|
|
"youtube"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lite-youtube.js",
|
|
"module": "lite-youtube.js",
|
|
"name": "@justinribeiro/lite-youtube",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/justinribeiro/lite-youtube.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"lint": "npm run lint:eslint && npm run lint:prettier",
|
|
"lint:eslint": "eslint *.ts --ignore-path .gitignore",
|
|
"lint:prettier": "prettier --check *.ts --ignore-path .gitignore",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"types": "lite-youtube.d.ts",
|
|
"version": "0.9.0"
|
|
}
|