{
  "name": "@azure/ms-rest-js",
  "author": {
    "name": "Microsoft Corporation",
    "email": "azsdkteam@microsoft.com",
    "url": "https://github.com/Azure/ms-rest-js"
  },
  "version": "1.11.2",
  "description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
  "tags": [
    "isomorphic",
    "browser",
    "javascript",
    "node",
    "microsoft",
    "autorest",
    "clientruntime"
  ],
  "keywords": [
    "isomorphic",
    "browser",
    "javascript",
    "node",
    "microsoft",
    "autorest",
    "clientruntime"
  ],
  "main": "./dist/msRest.node.js",
  "module": "./es/lib/msRest.js",
  "types": "./es/lib/msRest.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.js.map",
    "es/lib/**/*.js",
    "es/lib/**/*.js.map",
    "es/lib/**/*.d.ts",
    "es/lib/**/*.d.ts.map",
    "lib/**/*.ts",
    "LICENSE",
    "README.md",
    "ThirdPartyNotices.txt"
  ],
  "browser": {
    "./es/lib/policies/msRestUserAgentPolicy.js": "./es/lib/policies/msRestUserAgentPolicy.browser.js",
    "./es/lib/util/base64.js": "./es/lib/util/base64.browser.js",
    "./es/lib/util/xml.js": "./es/lib/util/xml.browser.js",
    "./es/lib/defaultHttpClient.js": "./es/lib/defaultHttpClient.browser.js",
    "./es/lib/policies/agentPolicy.js": "./es/lib/policies/agentPolicy.browser.js",
    "./es/lib/policies/proxyPolicy.js": "./es/lib/policies/proxyPolicy.browser.js"
  },
  "license": "MIT",
  "dependencies": {
    "@azure/core-auth": "^1.1.4",
    "axios": "^0.21.1",
    "form-data": "^2.3.2",
    "tough-cookie": "^2.4.3",
    "tslib": "^1.9.2",
    "tunnel": "0.0.6",
    "uuid": "^3.2.1",
    "xml2js": "^0.4.19"
  },
  "devDependencies": {
    "@azure/logger-js": "^1.0.2",
    "@ts-common/azure-js-dev-tools": "^15.2.0",
    "@types/chai": "^4.1.7",
    "@types/express": "^4.16.0",
    "@types/form-data": "^2.2.1",
    "@types/glob": "^7.1.1",
    "@types/karma": "^3.0.0",
    "@types/mocha": "^5.2.0",
    "@types/node": "^10.11.4",
    "@types/semver": "^5.5.0",
    "@types/sinon": "^5.0.6",
    "@types/tough-cookie": "^2.3.3",
    "@types/tunnel": "0.0.0",
    "@types/uuid": "^3.4.4",
    "@types/webpack": "^4.4.13",
    "@types/webpack-dev-middleware": "^2.0.2",
    "@types/xml2js": "^0.4.3",
    "abortcontroller-polyfill": "^1.1.9",
    "axios-mock-adapter": "^1.16.0",
    "chai": "^4.2.0",
    "express": "^4.16.3",
    "glob": "^7.1.2",
    "karma": "^4.1.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-mocha": "^1.3.0",
    "karma-rollup-preprocessor": "^6.1.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-typescript-es6-transform": "^4.0.0",
    "karma-webpack": "^3.0.5",
    "mocha": "^5.1.1",
    "mocha-chrome": "^1.1.0",
    "mocha-junit-reporter": "^1.18.0",
    "mocha-multi-reporters": "^1.1.7",
    "npm-run-all": "^4.1.5",
    "nyc": "^14.1.1",
    "opn-cli": "^4.0.0",
    "rollup": "^0.67.3",
    "rollup-plugin-alias": "^1.4.0",
    "rollup-plugin-commonjs": "^9.1.8",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-multi-entry": "^2.0.2",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-resolve": "0.0.1-predev.1",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-visualizer": "^0.9.2",
    "semver": "^5.5.0",
    "shx": "^0.3.2",
    "sinon": "^7.1.1",
    "ts-loader": "^5.3.1",
    "ts-node": "^7.0.0",
    "tslint": "^5.16.0",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.6.0",
    "uglify-js": "^3.4.9",
    "webpack": "^4.27.1",
    "webpack-cli": "^3.1.2",
    "webpack-dev-middleware": "^3.1.2",
    "xhr-mock": "^2.4.1",
    "yarn": "^1.6.0"
  },
  "homepage": "https://github.com/Azure/ms-rest-js",
  "repository": {
    "type": "git",
    "url": "git@github.com:Azure/ms-rest-js.git"
  },
  "bugs": {
    "url": "http://github.com/Azure/ms-rest-js/issues"
  },
  "scripts": {
    "build": "run-p build:scripts build:lib",
    "build:scripts": "tsc -p ./.scripts/",
    "build:lib": "run-s build:tsc build:rollup build:minify-browser",
    "build:tsc": "tsc -p tsconfig.es.json",
    "build:rollup": "rollup -c rollup.config.ts",
    "build:minify-browser": "uglifyjs -c -m --comments --source-map \"content='./dist/msRest.browser.js.map'\" -o ./dist/msRest.browser.min.js ./dist/msRest.browser.js",
    "build:test-browser": "webpack --config webpack.testconfig.ts",
    "test": "run-p test:tslint test:unit test:karma",
    "test:tslint": "tslint -p .",
    "test:unit": "nyc mocha",
    "test:karma": "npm run build:test-browser && node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run ",
    "test:karma:debug": "npm run build:test-browser && node ./node_modules/karma/bin/karma start karma.conf.ts  --log-level debug --browsers ChromeDebugging --debug --auto-watch",
    "dep:autorest-typescript": "npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'",
    "dep:ms-rest-azure-js": "npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js",
    "publish-preview": "mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish",
    "local": "ts-node ./.scripts/local.ts",
    "latest": "ts-node ./.scripts/latest.ts",
    "prepack": "npm i && npm run build",
    "check:packagejsonversion": "ts-node ./.scripts/checkPackageJsonVersion.ts",
    "check:foronlycalls": "ts-node ./.scripts/checkForOnlyCalls.ts",
    "check:everything": "ts-node ./.scripts/checkEverything.ts"
  },
  "sideEffects": false,
  "nyc": {
    "extension": [
      ".ts"
    ],
    "exclude": [
      "coverage/**/*",
      "**/*.d.ts",
      "**/*.js"
    ],
    "reporter": [
      "text",
      "html",
      "cobertura"
    ],
    "all": true
  }
}
