{
  "_from": "@xboxreplay/xboxlive-auth@^3.3.3",
  "_id": "@xboxreplay/xboxlive-auth@3.3.3",
  "_inBundle": false,
  "_integrity": "sha512-j0AU8pW10LM8O68CTZ5QHnvOjSsnPICy0oQcP7zyM7eWkDQ/InkiQiirQKsPn1XRYDl4ccNu0WM582s3UKwcBg==",
  "_location": "/@xboxreplay/xboxlive-auth",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@xboxreplay/xboxlive-auth@^3.3.3",
    "name": "@xboxreplay/xboxlive-auth",
    "escapedName": "@xboxreplay%2fxboxlive-auth",
    "scope": "@xboxreplay",
    "rawSpec": "^3.3.3",
    "saveSpec": null,
    "fetchSpec": "^3.3.3"
  },
  "_requiredBy": [
    "/minecraft-protocol"
  ],
  "_resolved": "https://registry.npmjs.org/@xboxreplay/xboxlive-auth/-/xboxlive-auth-3.3.3.tgz",
  "_shasum": "fd52821f4857c92bc30c2c19b18dac4ca7677e6f",
  "_spec": "@xboxreplay/xboxlive-auth@^3.3.3",
  "_where": "/home/generalminion/public_html/node_modules/minecraft-protocol",
  "author": {
    "name": "Alexis Bize",
    "email": "alexis.bize@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/XboxReplay/xboxlive-auth/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@xboxreplay/errors": "^0.1.0",
    "axios": "^0.21.1"
  },
  "deprecated": false,
  "description": "Simple Xbox Live authentication module.",
  "devDependencies": {
    "@types/node": "^13.11.1",
    "ts-node": "^8.8.2",
    "typescript": "^3.8.3"
  },
  "homepage": "https://github.com/XboxReplay/xboxlive-auth#readme",
  "keywords": [
    "xboxreplay",
    "xboxlive",
    "auth"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "@xboxreplay/xboxlive-auth",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XboxReplay/xboxlive-auth.git"
  },
  "scripts": {
    "build": "npm run clean && ./node_modules/.bin/tsc && rm -rf ./dist/__tests__",
    "clean": "rm -rf ./dist",
    "prepublishOnly": "npm run test && npm run build",
    "test": "ts-node ./__tests__/e2e.test.js"
  },
  "types": "./dist/index.d.ts",
  "version": "3.3.3"
}
