ms-rest-js/package.json

176 строки
5.9 KiB
JSON

{
"name": "@azure/ms-rest-js",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/ms-rest-js"
},
"version": "2.2.0",
"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/policies/agentPolicy.js": "./es/lib/policies/agentPolicy.browser.js",
"./es/lib/policies/proxyPolicy.js": "./es/lib/policies/proxyPolicy.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"
},
"license": "MIT",
"dependencies": {
"@azure/core-auth": "^1.1.4",
"@types/node-fetch": "^2.3.7",
"@types/tunnel": "0.0.1",
"abort-controller": "^3.0.0",
"form-data": "^2.5.0",
"node-fetch": "^2.6.0",
"tough-cookie": "^3.0.1",
"tslib": "^1.10.0",
"tunnel": "0.0.6",
"uuid": "^3.3.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@azure/logger-js": "^1.1.0",
"@ts-common/azure-js-dev-tools": "^19.4.0",
"@types/chai": "^4.1.7",
"@types/express": "^4.17.0",
"@types/fetch-mock": "^7.3.1",
"@types/form-data": "^2.2.1",
"@types/glob": "^7.1.1",
"@types/karma": "^3.0.3",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.12",
"@types/semver": "^6.0.1",
"@types/sinon": "^7.0.13",
"@types/tough-cookie": "^2.3.5",
"@types/uuid": "^3.4.5",
"@types/webpack": "^4.4.34",
"@types/webpack-dev-middleware": "^2.0.3",
"@types/xml2js": "^0.4.4",
"abortcontroller-polyfill": "^1.3.0",
"chai": "^4.2.0",
"express": "^4.17.1",
"fetch-mock": "^7.3.3",
"glob": "^7.1.4",
"karma": "^4.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-rollup-preprocessor": "^7.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript-es6-transform": "^4.1.1",
"karma-webpack": "^4.0.2",
"mocha": "^6.1.4",
"mocha-chrome": "^2.0.0",
"mocha-junit-reporter": "^1.23.0",
"mocha-multi-reporters": "^1.1.7",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"rollup": "^1.16.6",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-resolve": "0.0.1-predev.1",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-visualizer": "^2.4.4",
"semver": "^6.2.0",
"shx": "^0.3.2",
"sinon": "^7.3.2",
"terser": "^4.0.2",
"ts-loader": "^6.0.4",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.5.2",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5",
"webpack-dev-middleware": "^3.7.0",
"xhr-mock": "^2.4.1",
"yarn": "^1.16.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": "terser -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",
"test:karma:debugff": "npm run build:test-browser && node ./node_modules/karma/bin/karma start karma.conf.ts --log-level debug --browsers FirefoxDebugging --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
}
}