Commit updated Javascript packages
This commit is contained in:
82
build/javascript/node_modules/@videojs/xhr/package.json
generated
vendored
Normal file
82
build/javascript/node_modules/@videojs/xhr/package.json
generated
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@videojs/xhr@2.5.1",
|
||||
"/home/runner/work/owncast/owncast/build/javascript"
|
||||
]
|
||||
],
|
||||
"_from": "@videojs/xhr@2.5.1",
|
||||
"_id": "@videojs/xhr@2.5.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-wV9nGESHseSK+S9ePEru2+OJZ1jq/ZbbzniGQ4weAmTIepuBMSYPx5zrxxQA0E786T5ykpO8ts+LayV+3/oI2w==",
|
||||
"_location": "/@videojs/xhr",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@videojs/xhr@2.5.1",
|
||||
"name": "@videojs/xhr",
|
||||
"escapedName": "@videojs%2fxhr",
|
||||
"scope": "@videojs",
|
||||
"rawSpec": "2.5.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.5.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/video.js"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@videojs/xhr/-/xhr-2.5.1.tgz",
|
||||
"_spec": "2.5.1",
|
||||
"_where": "/home/runner/work/owncast/owncast/build/javascript",
|
||||
"author": {
|
||||
"name": "Raynos",
|
||||
"email": "raynos2@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/naugtur/xhr/issues",
|
||||
"email": "naugtur@gmail.com"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jake Verbaten"
|
||||
},
|
||||
{
|
||||
"name": "Zbyszek Tenerowicz",
|
||||
"email": "naugtur@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.5",
|
||||
"global": "~4.4.0",
|
||||
"is-function": "^1.0.1"
|
||||
},
|
||||
"description": "small xhr abstraction",
|
||||
"devDependencies": {
|
||||
"for-each": "^0.3.2",
|
||||
"pre-commit": "1.2.2",
|
||||
"run-browser": "github:naugtur/run-browser",
|
||||
"tap-spec": "^4.0.2",
|
||||
"tape": "^4.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/naugtur/xhr",
|
||||
"keywords": [
|
||||
"xhr",
|
||||
"http",
|
||||
"xmlhttprequest",
|
||||
"xhr2",
|
||||
"browserify"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index",
|
||||
"name": "@videojs/xhr",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/naugtur/xhr.git"
|
||||
},
|
||||
"scripts": {
|
||||
"browser": "run-browser -m test/mock-server.js test/index.js",
|
||||
"test": "run-browser test/index.js -b -m test/mock-server.js | tap-spec"
|
||||
},
|
||||
"typings": "./index.d.ts",
|
||||
"version": "2.5.1"
|
||||
}
|
||||
Reference in New Issue
Block a user