зеркало из https://github.com/Azure/ms-rest-js.git
122 строки
3.7 KiB
JSON
122 строки
3.7 KiB
JSON
{
|
|
"name": "ms-rest-js",
|
|
"author": {
|
|
"name": "Microsoft Corporation",
|
|
"email": "azsdkteam@microsoft.com",
|
|
"url": "https://github.com/Azure/ms-rest-js"
|
|
},
|
|
"version": "1.0.1",
|
|
"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/telemetry/msRestUserAgentPolicy.js": "./es/lib/policies/telemetry/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"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"form-data": "^2.3.2",
|
|
"tough-cookie": "^2.4.3",
|
|
"tslib": "^1.9.2",
|
|
"uuid": "^3.2.1",
|
|
"xml2js": "^0.4.19"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.16.0",
|
|
"@types/form-data": "^2.2.1",
|
|
"@types/glob": "^5.0.35",
|
|
"@types/mocha": "^5.2.0",
|
|
"@types/node": "^10.11.4",
|
|
"@types/should": "^8.3.0",
|
|
"@types/tough-cookie": "^2.3.3",
|
|
"@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",
|
|
"express": "^4.16.3",
|
|
"glob": "^7.1.2",
|
|
"mocha": "^5.1.1",
|
|
"mocha-chrome": "^1.1.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"rollup": "^0.66.4",
|
|
"rollup-plugin-commonjs": "^9.1.8",
|
|
"rollup-plugin-json": "^3.1.0",
|
|
"rollup-plugin-node-resolve": "^3.4.0",
|
|
"rollup-plugin-visualizer": "^0.9.2",
|
|
"semver": "^5.5.0",
|
|
"should": "^5.2.0",
|
|
"shx": "^0.2.2",
|
|
"ts-loader": "^4.2.0",
|
|
"ts-node": "^7.0.0",
|
|
"tslint": "^5.10.0",
|
|
"typescript": "^3.1.1",
|
|
"uglify-js": "^3.4.9",
|
|
"webpack": "^4.20.2",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-dev-middleware": "^3.1.2",
|
|
"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.js",
|
|
"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",
|
|
"test": "run-p test:tslint test:unit",
|
|
"test:tslint": "tslint -p . -c tslint.json --exclude \"./test/**/*.ts\"",
|
|
"test:unit": "node ./.scripts/unit",
|
|
"test:server": "ts-node -T testserver",
|
|
"prepare": "npm run build",
|
|
"publish-preview": "mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish",
|
|
"local": "ts-node ./.scripts/local.ts",
|
|
"preview": "ts-node ./.scripts/preview.ts",
|
|
"latest": "ts-node ./.scripts/latest.ts",
|
|
"prepack": "npm i && npm run build"
|
|
},
|
|
"sideEffects": false
|
|
}
|