This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
negromate_origins/web/static/js/videojs-playlist/package.json

138 lines
3.7 KiB
JSON

{
"_from": "videojs-playlist",
"_id": "videojs-playlist@4.2.6",
"_inBundle": false,
"_integrity": "sha512-nxHI5Pyxk06PaZi1utzarAy1Z+DSnZiCrsFWF8AEFbnKPgU4RdxgLeK1AlYtQKwgujyYMyiGymF5p/I/UFuhjg==",
"_location": "/videojs-playlist",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "videojs-playlist",
"name": "videojs-playlist",
"escapedName": "videojs-playlist",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/videojs-playlist/-/videojs-playlist-4.2.6.tgz",
"_shasum": "c318e8bb629cc9b24ecc2a78fa428819f87ceb6c",
"_spec": "videojs-playlist",
"_where": "/home/shagi/negro_mate/web/negromateweb/static",
"author": {
"name": "Brightcove, Inc."
},
"browserslist": [
"defaults",
"ie 11"
],
"bugs": {
"url": "https://github.com/brightcove/videojs-playlist/issues"
},
"bundleDependencies": false,
"dependencies": {
"global": "^4.3.2",
"video.js": "^6 || ^7"
},
"deprecated": false,
"description": "Playlist plugin for Video.js",
"devDependencies": {
"conventional-changelog-cli": "^2.0.1",
"conventional-changelog-videojs": "^3.0.0",
"doctoc": "^1.3.1",
"husky": "^1.0.0-rc.13",
"in-publish": "^2.0.0",
"jsdoc": "git+https://github.com/BrandonOCasey/jsdoc.git#feat/plugin-from-cli",
"karma": "^3.0.0",
"lint-staged": "^7.2.2",
"not-prerelease": "^1.0.1",
"npm-merge-driver-install": "^1.0.0",
"npm-run-all": "^4.1.3",
"pkg-ok": "^2.2.0",
"rollup": "^0.65.0",
"shx": "^0.3.2",
"sinon": "^6.1.5",
"videojs-generate-karma-config": "~3.0.0",
"videojs-generate-rollup-config": "~2.1.0",
"videojs-standard": "^7.0.1"
},
"engines": {
"node": ">=4.4.0"
},
"files": [
"CONTRIBUTING.md",
"dist/",
"docs/",
"index.html",
"scripts/",
"src/",
"test/"
],
"generator-videojs-plugin": {
"version": "7.2.4"
},
"homepage": "https://github.com/brightcove/videojs-playlist#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"playlist",
"videojs",
"videojs-plugin"
],
"license": "Apache-2.0",
"lint-staged": {
"*.js": [
"vjsstandard --fix",
"git add"
],
"README.md": [
"npm run docs:toc",
"git add"
]
},
"main": "dist/videojs-playlist.cjs.js",
"module": "dist/videojs-playlist.es.js",
"name": "videojs-playlist",
"repository": {
"type": "git",
"url": "git+https://github.com/brightcove/videojs-playlist.git"
},
"scripts": {
"build": "npm-run-all -p build:*",
"build:js": "rollup -c scripts/rollup.config.js",
"clean": "shx rm -rf ./dist ./test/dist",
"docs": "npm-run-all docs:*",
"docs:api": "jsdoc src -g plugins/markdown -r -d docs/api",
"docs:toc": "doctoc README.md",
"lint": "vjsstandard",
"postclean": "shx mkdir -p ./dist ./test/dist",
"posttest": "shx cat test/dist/coverage/text.txt",
"prebuild": "npm run clean",
"prepublish": "not-in-install && npm run build && pkg-ok || in-install",
"pretest": "npm-run-all lint build",
"preversion": "npm test",
"server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch",
"start": "npm-run-all -p server watch",
"test": "karma start scripts/karma.conf.js",
"update-changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s",
"version": "is-prerelease || npm run update-changelog && git add CHANGELOG.md",
"watch": "npm-run-all -p watch:*",
"watch:js": "npm run build:js -- -w"
},
"version": "4.2.6",
"vjsstandard": {
"ignore": [
"dist",
"docs",
"test/dist"
]
}
}