{ "_args": [ [ "@azure/ms-rest-nodeauth@2.0.2", "C:\\E\\crisis\\api" ] ], "_from": "@azure/ms-rest-nodeauth@2.0.2", "_id": "@azure/ms-rest-nodeauth@2.0.2", "_inBundle": false, "_integrity": "sha1-A34pVAxWJerscYuPzBeN161d+5Y=", "_location": "/@azure/ms-rest-nodeauth", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@azure/ms-rest-nodeauth@2.0.2", "name": "@azure/ms-rest-nodeauth", "escapedName": "@azure%2fms-rest-nodeauth", "scope": "@azure", "rawSpec": "2.0.2", "saveSpec": null, "fetchSpec": "2.0.2" }, "_requiredBy": [ "/tedious" ], "_resolved": "https://registry.npm.taobao.org/@azure/ms-rest-nodeauth/download/@azure/ms-rest-nodeauth-2.0.2.tgz", "_spec": "2.0.2", "_where": "C:\\E\\crisis\\api", "author": { "name": "Microsoft Corporation", "email": "azsdkteam@microsoft.com", "url": "https://github.com/Azure/ms-rest-nodeauth" }, "bugs": { "url": "http://github.com/Azure/ms-rest-nodeauth/issues" }, "dependencies": { "@azure/ms-rest-azure-env": "^1.1.2", "@azure/ms-rest-js": "^1.8.7", "adal-node": "^0.1.28" }, "description": "Azure Authentication library in node.js with type definitions.", "devDependencies": { "@ts-common/azure-js-dev-tools": "^0.4.9", "@types/chai": "^4.1.6", "@types/dotenv": "^6.1.1", "@types/mocha": "^5.2.5", "@types/node": "^10.12.0", "chai": "^4.2.0", "dotenv": "^8.0.0", "mocha": "^5.2.0", "nock": "^10.0.1", "npm-run-all": "^4.1.3", "nyc": "^14.1.0", "rollup": "^0.67.1", "rollup-plugin-sourcemaps": "^0.4.2", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.3" }, "files": [ "dist/lib/**/*.js", "dist/lib/**/*.js.map", "dist/lib/**/*.d.ts", "dist/lib/**/*.d.ts.map", "lib/**/*.ts", "LICENSE", "README.md", "tsconfig.json" ], "homepage": "https://github.com/Azure/ms-rest-nodeauth", "keywords": [ "node", "azure", "autorest", "authentication", "environment", "adal" ], "license": "MIT", "main": "./dist/lib/msRestNodeAuth.js", "name": "@azure/ms-rest-nodeauth", "repository": { "type": "git", "url": "git+ssh://git@github.com/Azure/ms-rest-nodeauth.git" }, "scripts": { "build": "run-s build:tsc build:rollup", "build:rollup": "rollup -c rollup.config.js", "build:tsc": "tsc -p tsconfig.json", "check:packagejsonversion": "ts-node ./.scripts/checkPackageJsonVersion.ts", "prepack": "npm install && npm run build", "test": "npm run build && run-p test:tslint test:unit", "test:tslint": "tslint -p . -c tslint.json", "test:unit": "mocha" }, "types": "./dist/lib/msRestNodeAuth.d.ts", "version": "2.0.2" }