{ "_from": "@azure/ms-rest-azure-env@^1.1.2", "_id": "@azure/ms-rest-azure-env@1.1.2", "_inBundle": false, "_integrity": "sha512-l7z0DPCi2Hp88w12JhDTtx5d0Y3+vhfE7JKJb9O7sEz71Cwp053N8piTtTnnk/tUor9oZHgEKi/p3tQQmLPjvA==", "_location": "/@azure/ms-rest-azure-env", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@azure/ms-rest-azure-env@^1.1.2", "name": "@azure/ms-rest-azure-env", "escapedName": "@azure%2fms-rest-azure-env", "scope": "@azure", "rawSpec": "^1.1.2", "saveSpec": null, "fetchSpec": "^1.1.2" }, "_requiredBy": [ "/@azure/ms-rest-nodeauth" ], "_resolved": "https://registry.npmjs.org/@azure/ms-rest-azure-env/-/ms-rest-azure-env-1.1.2.tgz", "_shasum": "8505873afd4a1227ec040894a64fdd736b4a101f", "_spec": "@azure/ms-rest-azure-env@^1.1.2", "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\@azure\\ms-rest-nodeauth", "author": { "name": "Microsoft Corporation", "email": "azsdkteam@microsoft.com", "url": "https://github.com/Azure/ms-rest-azure-env" }, "bugs": { "url": "http://github.com/Azure/ms-rest-azure-env/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Isomorphic library that provides Azure endpoints for different Azure Environments/Clouds.", "devDependencies": { "@types/mocha": "^5.2.5", "@types/should": "^13.0.0", "mocha": "^5.2.0", "npm-run-all": "^4.1.5", "rollup": "^0.67.3", "rollup-plugin-sourcemaps": "^0.4.2", "should": "13.2.3", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.6", "uglify-js": "^3.4.9" }, "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" ], "homepage": "https://github.com/Azure/ms-rest-azure-env", "keywords": [ "node", "isomorphic", "azure", "environment", "endpoint" ], "license": "MIT", "main": "./dist/msRestAzureEnv.js", "module": "./es/lib/azureEnvironment.js", "name": "@azure/ms-rest-azure-env", "repository": { "type": "git", "url": "git+ssh://git@github.com/Azure/ms-rest-azure-env.git" }, "scripts": { "build": "run-s build:tsc build:rollup build:minify", "build:minify": "uglifyjs -c -m --comments --source-map \"content='./dist/msRestAzureEnv.js.map'\" -o ./dist/msRestAzureEnv.min.js ./dist/msRestAzureEnv.js", "build:rollup": "rollup -c rollup.config.js", "build:tsc": "tsc -p tsconfig.es.json", "prepack": "npm install && npm run build", "test": "npm run build && run-p test:tslint test:unit", "test:tslint": "tslint -p . -c tslint.json --exclude test/**/*.ts", "test:unit": "mocha" }, "sideEffects": false, "tags": [ "node", "isomorphic", "azure", "environment", "endpoint" ], "types": "./es/lib/azureEnvironment.d.ts", "version": "1.1.2" }