123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- {
- "_args": [
- [
- "videojs-flash@2.2.1",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "videojs-flash@2.2.1",
- "_id": "videojs-flash@2.2.1",
- "_inBundle": false,
- "_integrity": "sha512-mHu6TD12EKkxMvr8tg4AcfV/DuVLff427nneoZom3N9Dd2bv0sJOWwdLPQH1v5BCuAuXAVuAOba56ovTl+G3tQ==",
- "_location": "/videojs-flash",
- "_phantomChildren": {
- "min-document": "2.19.0",
- "process": "0.11.10"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "videojs-flash@2.2.1",
- "name": "videojs-flash",
- "escapedName": "videojs-flash",
- "rawSpec": "2.2.1",
- "saveSpec": null,
- "fetchSpec": "2.2.1"
- },
- "_requiredBy": [
- "/vue-video-player"
- ],
- "_resolved": "https://registry.npmmirror.com/videojs-flash/-/videojs-flash-2.2.1.tgz",
- "_spec": "2.2.1",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "author": {
- "name": "Brightcove, Inc."
- },
- "bugs": {
- "url": "https://github.com/videojs/videojs-flash/issues"
- },
- "dependencies": {
- "global": "^4.4.0",
- "video.js": "^6 || ^7",
- "videojs-swf": "5.4.2"
- },
- "description": "The official Flash tech package for Video.js.",
- "devDependencies": {
- "acorn": "^7.1.0",
- "babel-plugin-external-helpers": "^6.22.0",
- "babel-plugin-transform-object-assign": "^6.22.0",
- "babel-preset-es2015": "^6.24.1",
- "babel-preset-es3": "^1.0.1",
- "bannerize": "^1.1.4",
- "conventional-changelog-cli": "^2.0.23",
- "conventional-changelog-videojs": "^3.0.0",
- "es5-shim": "^4.5.13",
- "husky": "^3.0.8",
- "in-publish": "^2.0.0",
- "karma": "^4.3.0",
- "karma-chrome-launcher": "^3.1.0",
- "karma-detect-browsers": "^2.3.3",
- "karma-firefox-launcher": "^1.2.0",
- "karma-ie-launcher": "^1.0.0",
- "karma-qunit": "^4.0.0",
- "karma-safari-launcher": "^1.0.0",
- "karma-safaritechpreview-launcher": "2.0.2",
- "mkdirp": "^0.5.1",
- "node-static": "^0.7.11",
- "npm-run-all": "^4.1.5",
- "qunit": "^2.9.2",
- "rimraf": "^3.0.0",
- "rollup": "^0.56.5",
- "rollup-plugin-babel": "^2.7.1",
- "rollup-plugin-commonjs": "^9.2.0",
- "rollup-plugin-json": "^2.1.1",
- "rollup-plugin-multi-entry": "^2.0.1",
- "rollup-plugin-node-resolve": "^4.0.0",
- "rollup-watch": "^3.2.2",
- "semver": "^6.3.0",
- "sinon": "^7.5.0",
- "uglify-js": "^3.6.0",
- "videojs-standard": "^8.0.4"
- },
- "engines": {
- "node": ">=4.4.0"
- },
- "files": [
- "CONTRIBUTING.md",
- "dist/",
- "docs/",
- "index.html",
- "scripts/",
- "src/",
- "test/"
- ],
- "generator-videojs-plugin": {
- "version": "5.0.0"
- },
- "homepage": "https://github.com/videojs/videojs-flash#readme",
- "husky": {
- "hooks": {
- "pre-push": "npm run lint"
- }
- },
- "keywords": [
- "videojs",
- "videojs-plugin",
- "videojs-tech"
- ],
- "license": "Apache-2.0",
- "main": "dist/videojs-flash.cjs.js",
- "module": "dist/videojs-flash.es.js",
- "name": "videojs-flash",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/videojs/videojs-flash.git"
- },
- "scripts": {
- "build": "npm-run-all -p build:*",
- "build:js": "npm-run-all build:js:rollup-modules build:js:rollup-umd build:js:bannerize build:js:uglify",
- "build:js:bannerize": "bannerize dist/videojs-flash.js --banner=scripts/banner.ejs",
- "build:js:rollup-modules": "rollup -c scripts/modules.rollup.config.js",
- "build:js:rollup-umd": "rollup -c scripts/umd.rollup.config.js",
- "build:js:uglify": "uglifyjs dist/videojs-flash.js --comments --mangle --compress --ie8 -o dist/videojs-flash.min.js",
- "build:test": "rollup -c scripts/test.rollup.config.js",
- "clean": "rimraf dist test/dist",
- "lint": "vjsstandard",
- "postclean": "mkdirp dist test/dist",
- "prebuild": "npm run clean",
- "prepublish": "not-in-install && npm run build || in-install",
- "prestart": "npm run build",
- "pretest": "npm-run-all lint build",
- "preversion": "npm test",
- "start": "npm-run-all -p start:server watch",
- "start:server": "static -a 0.0.0.0 -p 9999 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}' .",
- "test": "karma start test/karma.conf.js",
- "version": "node scripts/version.js",
- "watch": "npm-run-all -p watch:*",
- "watch:js-modules": "rollup -c scripts/modules.rollup.config.js -w",
- "watch:js-umd": "rollup -c scripts/umd.rollup.config.js -w",
- "watch:test": "rollup -c scripts/test.rollup.config.js -w"
- },
- "version": "2.2.1",
- "vjsstandard": {
- "ignore": [
- "dist",
- "docs",
- "test/dist",
- "test/karma.conf.js"
- ]
- }
- }
|