| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_from": "@azure/ms-rest-nodeauth@2.0.2",
- "_id": "@azure/ms-rest-nodeauth@2.0.2",
- "_inBundle": false,
- "_integrity": "sha512-KmNNICOxt3EwViAJI3iu2VH8t8BQg5J2rSAyO4IUYLF9ZwlyYsP419pdvl4NBUhluAP2cgN7dfD2V6E6NOMZlQ==",
- "_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.npmjs.org/@azure/ms-rest-nodeauth/-/ms-rest-nodeauth-2.0.2.tgz",
- "_shasum": "037e29540c5625eaec718b8fcc178dd7ad5dfb96",
- "_spec": "@azure/ms-rest-nodeauth@2.0.2",
- "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\tedious",
- "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"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@azure/ms-rest-azure-env": "^1.1.2",
- "@azure/ms-rest-js": "^1.8.7",
- "adal-node": "^0.1.28"
- },
- "deprecated": false,
- "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"
- }
|