{ "_from": "@videojs/xhr@2.6.0", "_id": "@videojs/xhr@2.6.0", "_inBundle": false, "_integrity": "sha512-7J361GiN1tXpm+gd0xz2QWr3xNWBE+rytvo8J3KuggFaLg+U37gZQ2BuPLcnkfGffy2e+ozY70RHC8jt7zjA6Q==", "_location": "/@videojs/xhr", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@videojs/xhr@2.6.0", "name": "@videojs/xhr", "escapedName": "@videojs%2fxhr", "scope": "@videojs", "rawSpec": "2.6.0", "saveSpec": null, "fetchSpec": "2.6.0" }, "_requiredBy": [ "/video.js" ], "_resolved": "https://registry.npmmirror.com/@videojs/xhr/-/xhr-2.6.0.tgz", "_shasum": "cd897e0ad54faf497961bcce3fa16dc15a26bb80", "_spec": "@videojs/xhr@2.6.0", "_where": "D:\\jenkins\\workspace\\dataShare-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", "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" }, "typings": "./lib/index.d.ts", "version": "2.6.0" }