{
  "_from": "@videojs/xhr@2.7.0",
  "_id": "@videojs/xhr@2.7.0",
  "_inBundle": false,
  "_integrity": "sha512-giab+EVRanChIupZK7gXjHy90y3nncA2phIOyG3Ne5fvpiMJzvqYwiTOnEVW2S4CoYcuKJkomat7bMXA/UoUZQ==",
  "_location": "/@videojs/xhr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@videojs/xhr@2.7.0",
    "name": "@videojs/xhr",
    "escapedName": "@videojs%2fxhr",
    "scope": "@videojs",
    "rawSpec": "2.7.0",
    "saveSpec": null,
    "fetchSpec": "2.7.0"
  },
  "_requiredBy": [
    "/video.js"
  ],
  "_resolved": "https://registry.npmmirror.com/@videojs/xhr/-/xhr-2.7.0.tgz",
  "_shasum": "e272af6e2b5448aeb400905a5c6f4818f6b6ad47",
  "_spec": "@videojs/xhr@2.7.0",
  "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\video.js",
  "author": {
    "name": "Raynos",
    "email": "raynos2@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/videojs/xhr/issues"
  },
  "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": {
    "@babel/cli": "^7.14.8",
    "@babel/core": "^7.14.8",
    "@babel/preset-env": "^7.14.8",
    "@videojs/babel-config": "^0.1.0",
    "for-each": "^0.3.2",
    "pre-commit": "1.2.2",
    "run-browser": "github:naugtur/run-browser",
    "tap-spec": "^5.0.0",
    "tape": "^4.0.0"
  },
  "homepage": "https://github.com/videojs/xhr",
  "keywords": [
    "xhr",
    "http",
    "xmlhttprequest",
    "xhr2",
    "browserify"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "@videojs/xhr",
  "repository": {
    "type": "git",
    "url": "git://github.com/videojs/xhr.git"
  },
  "scripts": {
    "browser": "run-browser -m test/mock-server.js test/index.js",
    "build": "babel-config-cjs src -d lib",
    "prepublishOnly": "npm run build",
    "pretest": "npm run build",
    "start": "npm run build -- -w",
    "test": "npm run test:index && npm run test:http-handler && npm run test:interceptors && npm run test:retry",
    "test:http-handler": "run-browser test/http-handler.js -b -m test/mock-server.js | tap-spec",
    "test:index": "run-browser test/index.js -b -m test/mock-server.js | tap-spec",
    "test:interceptors": "run-browser test/interceptors.js -b -m test/mock-server.js | tap-spec",
    "test:retry": "run-browser test/retry.js -b -m test/mock-server.js | tap-spec"
  },
  "typings": "./lib/index.d.ts",
  "version": "2.7.0"
}
