{
  "_args": [
    [
      "@microsoft/microsoft-graph-client@3.0.7",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "@microsoft/microsoft-graph-client@3.0.7",
  "_id": "@microsoft/microsoft-graph-client@3.0.7",
  "_inBundle": false,
  "_integrity": "sha512-/AazAV/F+HK4LIywF9C+NYHcJo038zEnWkteilcxC1FM/uK/4NVGDKGrxx7nNq1ybspAroRKT4I1FHfxQzxkUw==",
  "_location": "/@microsoft/microsoft-graph-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@microsoft/microsoft-graph-client@3.0.7",
    "name": "@microsoft/microsoft-graph-client",
    "escapedName": "@microsoft%2fmicrosoft-graph-client",
    "scope": "@microsoft",
    "rawSpec": "3.0.7",
    "saveSpec": null,
    "fetchSpec": "3.0.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-client/-/microsoft-graph-client-3.0.7.tgz",
  "_spec": "3.0.7",
  "_where": "/var/www/html/api.shopperr.in",
  "browser": {
    "./lib/es/src/index.js": "./lib/es/src/browser/index.js",
    "stream": "stream-browserify"
  },
  "bugs": {
    "url": "https://github.com/microsoftgraph/msgraph-sdk-javascript/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "tslib": "^2.2.0"
  },
  "description": "Microsoft Graph Client Library",
  "devDependencies": {
    "@azure/identity": "^3.0.0",
    "@azure/msal-browser": "^2.15.0",
    "@babel/core": "^7.12.10",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "@microsoft/microsoft-graph-types": "^2.11.0",
    "@rollup/plugin-babel": "^6.0.0",
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-terser": "^0.4.0",
    "@types/chai": "^4.2.14",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.1.4",
    "@types/sinon": "^10.0.8",
    "@typescript-eslint/eslint-plugin": "^5.12.1",
    "@typescript-eslint/parser": "^5.12.1",
    "chai": "^4.2.0",
    "eslint": "^8.9.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "form-data": "^4.0.0",
    "gulp": "^4.0.2",
    "husky": "^8.0.0",
    "isomorphic-fetch": "^3.0.0",
    "karma": "^6.3.2",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^2.1.0",
    "karma-mocha": "^2.0.1",
    "karma-typescript": "^5.2.0",
    "lint-staged": "^14.0.0",
    "mocha": "^10.2.0",
    "mocha-junit-reporter": "^2.1.1",
    "nyc": "^15.1.0",
    "prettier": "^3.0.0",
    "rollup": "^3.9.1",
    "sinon": "^15.0.0",
    "source-map-support": "^0.5.19",
    "stream-browserify": "^3.0.0",
    "ts-node": "^10.4.0",
    "typescript": "^5.1.6",
    "uglify-es": "^3.3.9"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "files": [
    "lib/",
    "src/",
    "authProviders/",
    "shims.d.ts",
    "authProviderOptions"
  ],
  "homepage": "https://github.com/microsoftgraph/msgraph-sdk-javascript#readme",
  "keywords": [
    "Microsoft",
    "Graph",
    "SDK",
    "JavaScript",
    "Client"
  ],
  "license": "MIT",
  "main": "lib/src/index.js",
  "mocha": {
    "reporter": [
      "mocha-junit-reporter"
    ],
    "reporterOptions": {
      "mochaFile": "./testResult.xml"
    },
    "spec": [
      "lib/test/common/**/*.js",
      "lib/test/node/**/*.js"
    ],
    "require": [
      "isomorphic-fetch"
    ]
  },
  "module": "lib/es/src/index.js",
  "name": "@microsoft/microsoft-graph-client",
  "nyc": {
    "all": true,
    "cache": false,
    "exclude": [
      "samples/",
      "*.js",
      "lib/"
    ],
    "include": [
      "src/"
    ]
  },
  "peerDependenciesMeta": {
    "@azure/identity": {
      "optional": true
    },
    "buffer": {
      "optional": true
    },
    "stream-browserify": {
      "optional": true
    },
    "@azure/msal-browser": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoftgraph/msgraph-sdk-javascript.git"
  },
  "scripts": {
    "build": "npm run pre-build && npm run build:sub_cjs && npm run build:sub_es && rollup --bundleConfigAsCjs -c",
    "build:cjs": "tsc --p tsconfig-cjs.json",
    "build:es": "tsc --p tsconfig-es.json",
    "build:sub_cjs": "tsc -b tsconfig-sub-cjs.json",
    "build:sub_es": "tsc -b tsconfig-sub-es.json",
    "format": "npm run format:css && npm run format:html && npm run format:js && npm run format:json && npm run format:md && npm run format:rc && npm run format:ts",
    "format:css": "prettier --write \"**/*.css\"",
    "format:html": "prettier --write \"**/*.html\"",
    "format:js": "prettier --write \"**/*.js\"",
    "format:json": "prettier --write \"**/*.json\"",
    "format:md": "prettier --write \"**/*.md\"",
    "format:rc": "prettier --write --parser json \"**/.*rc\"",
    "format:ts": "prettier --write \"**/*.ts\"",
    "karma": "karma  start --single-run --browsers ChromeHeadless karma.conf.js",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "pre-build": "npm run setVersion",
    "prepack": "npm install && npm run build && npm run test",
    "setVersion": "gulp setVersion",
    "test": "npm run test:cjs && npm run karma",
    "test:cjs": "npm run build:sub_cjs && mocha",
    "test:coverage": "TS_NODE_PROJECT='./tsconfig-cjs.json' nyc mocha --require isomorphic-fetch -r ts-node/register test/common/**/*.ts && mocha --require isomorphic-fetch -r ts-node/register test/common/**/*.ts",
    "test:development": "tsc --p test/tsconfig-test-development.json &&  mocha  'lib/test/development/**/*.js' --require  isomorphic-fetch"
  },
  "types": "./lib/src/index.d.ts",
  "typings": "lib/src/index",
  "version": "3.0.7"
}
