UNPKG

ms-rest-azure

Version:

Client Runtime for Node.js Azure client libraries generated using AutoRest

61 lines (60 loc) 1.52 kB
{ "name": "ms-rest-azure", "author": { "name": "Microsoft Corporation", "email": "azsdkteam@microsoft.com", "url": "https://github.com/Azure/azure-sdk-for-node" }, "version": "3.0.2", "description": "Client Runtime for Node.js Azure client libraries generated using AutoRest", "tags": [ "node", "microsoft", "autorest", "azure", "clientruntime" ], "keywords": [ "node", "microsoft", "autorest", "azure", "clientruntime" ], "main": "./lib/msRestAzure.js", "types": "./index.d.ts", "license": "MIT", "dependencies": { "adal-node": "^0.2.2", "async": "^2.6.4", "ms-rest": "^2.3.2", "uuid": "^3.2.1", "request": "^2.88.0" }, "devDependencies": { "@types/mocha": "^2.2.40", "@types/node": "^9.4.6", "@types/should": "^8.1.30", "@types/uuid": "^3.4.3", "jshint": "^2.9.5", "mocha": "^9.2.2", "nock": "^9.3.2", "should": "5.2.0", "sinon": "^2.3.8", "typescript": "^3.5.1" }, "homepage": "https://github.com/Azure/azure-sdk-for-node/runtime/ms-rest-azure", "repository": { "type": "git", "url": "git@github.com:Azure/azure-sdk-for-node.git" }, "bugs": { "url": "http://github.com/Azure/azure-sdk-for-node/issues" }, "scripts": { "test": "npm install && npm -s run-script tsc && npm -s run-script jshint && npm -s run-script unit", "unit": "node test/unit.js testlist.txt", "jshint": "jshint lib --reporter=jslint", "tsc": "tsc index.d.ts" } }