buymymojo.net/node_modules/@videojs/xhr/package.json
2021-07-02 19:29:34 +10:00

79 lines
2 KiB
JSON

{
"_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",
"_shasum": "26bc5a79dbb3b03bfb13742c6ce559f89e90719e",
"_spec": "@videojs/xhr@2.5.1",
"_where": "F:\\Documents\\websites\\BMM\\node_modules\\video.js",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"bugs": {
"url": "https://github.com/naugtur/xhr/issues",
"email": "naugtur@gmail.com"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"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"
}