144 lines
4.3 KiB
JSON
144 lines
4.3 KiB
JSON
{
|
|
"_from": "videojs-playlist-ui",
|
|
"_id": "videojs-playlist-ui@3.5.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-c/TWpWPJaSnRiyD4NVmMeTTyEigGdKvJL5PV+G6fRhBtvnnm+luNiXnCMD2PemHERLK0l3sx6L7v9AhRJ4n97g==",
|
|
"_location": "/videojs-playlist-ui",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "videojs-playlist-ui",
|
|
"name": "videojs-playlist-ui",
|
|
"escapedName": "videojs-playlist-ui",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/videojs-playlist-ui/-/videojs-playlist-ui-3.5.2.tgz",
|
|
"_shasum": "4928554f73fced290061834e7bce1ad298c97943",
|
|
"_spec": "videojs-playlist-ui",
|
|
"_where": "/home/shagi/negro_mate/web/negromateweb/static",
|
|
"author": {
|
|
"name": "Brightcove, Inc."
|
|
},
|
|
"browserslist": [
|
|
"defaults",
|
|
"ie 11"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/brightcove/videojs-playlist-ui/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"global": "^4.3.2",
|
|
"video.js": "^6 || ^7"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A user interface for the videojs-playlist API",
|
|
"devDependencies": {
|
|
"conventional-changelog-cli": "^2.0.1",
|
|
"conventional-changelog-videojs": "^3.0.0",
|
|
"doctoc": "^1.3.1",
|
|
"husky": "^1.0.0-rc.13",
|
|
"jsdoc": "git+https://github.com/BrandonOCasey/jsdoc.git#feat/plugin-from-cli",
|
|
"karma": "^3.0.0",
|
|
"lint-staged": "^7.2.2",
|
|
"node-sass": "^4.5.3",
|
|
"not-prerelease": "^1.0.1",
|
|
"npm-merge-driver-install": "^1.0.0",
|
|
"npm-run-all": "^4.1.3",
|
|
"pkg-ok": "^2.2.0",
|
|
"postcss-cli": "^6.0.0",
|
|
"rollup": "^0.66.0",
|
|
"shx": "^0.3.2",
|
|
"sinon": "^6.1.5",
|
|
"videojs-generate-karma-config": "~3.0.0",
|
|
"videojs-generate-postcss-config": "~2.0.1",
|
|
"videojs-generate-rollup-config": "~2.2.0",
|
|
"videojs-generator-verify": "~1.0.3",
|
|
"videojs-playlist": "^4.2.4",
|
|
"videojs-standard": "~7.1.0"
|
|
},
|
|
"files": [
|
|
"CONTRIBUTING.md",
|
|
"dist/",
|
|
"docs/",
|
|
"index.html",
|
|
"scripts/",
|
|
"src/",
|
|
"test/"
|
|
],
|
|
"generator-videojs-plugin": {
|
|
"version": "7.3.2"
|
|
},
|
|
"homepage": "https://github.com/brightcove/videojs-playlist-ui#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-ui.cjs.js",
|
|
"module": "dist/videojs-playlist-ui.es.js",
|
|
"name": "videojs-playlist-ui",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/brightcove/videojs-playlist-ui.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm-run-all -p build:*",
|
|
"build:css": "npm-run-all build:css:sass build:css:copy-vertical build:css:copy-no-prefix",
|
|
"build:css:copy-no-prefix": "shx cp dist/videojs-playlist-ui.css dist/videojs-playlist-ui.vertical.no-prefix.css",
|
|
"build:css:copy-vertical": "shx cp dist/videojs-playlist-ui.css dist/videojs-playlist-ui.vertical.css",
|
|
"build:css:sass": "node-sass src/plugin.scss dist/videojs-playlist-ui.css --output-style=compressed --linefeed=lf",
|
|
"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",
|
|
"prepublishOnly": "npm run build && vjsverify",
|
|
"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:css": "npm run build:css:sass -- -w",
|
|
"watch:js": "npm run build:js -- -w"
|
|
},
|
|
"version": "3.5.2",
|
|
"vjsstandard": {
|
|
"ignore": [
|
|
"dist",
|
|
"docs",
|
|
"test/dist"
|
|
]
|
|
}
|
|
}
|