azure
Version:
Microsoft Azure Client Library for node
87 lines (86 loc) • 2.39 kB
JSON
{
"_from": "ms-rest-azure@2.5.6",
"_id": "ms-rest-azure@2.5.6",
"_inBundle": false,
"_integrity": "sha512-EgiKgAQu5Hk2PXPCNuVfopO64K/71sT/DdLUBpc5/qqoOaw+XoGgg99tR3gTouDXKQiiW6m9P8N8lSNA7osZWQ==",
"_location": "/ms-rest-azure",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ms-rest-azure@2.5.6",
"name": "ms-rest-azure",
"escapedName": "ms-rest-azure",
"rawSpec": "2.5.6",
"saveSpec": null,
"fetchSpec": "2.5.6"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ms-rest-azure/-/ms-rest-azure-2.5.6.tgz",
"_shasum": "ec82527e894253e7c7f7313dee5e64d259c9fa32",
"_spec": "ms-rest-azure@2.5.6",
"_where": "/Users/rigibson/src/azure-sdk-for-node/lib/services/batchaiManagement",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/Azure/azure-sdk-for-node"
},
"bugs": {
"url": "http://github.com/Azure/azure-sdk-for-node/issues"
},
"bundleDependencies": false,
"dependencies": {
"adal-node": "^0.1.28",
"async": "2.6.0",
"moment": "^2.22.2",
"ms-rest": "^2.3.2",
"uuid": "^3.2.1"
},
"deprecated": false,
"description": "Client Runtime for Node.js Azure client libraries generated using AutoRest",
"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": "^5.2.0",
"nock": "^9.3.2",
"should": "5.2.0",
"sinon": "^2.3.8",
"typescript": "^2.7.2"
},
"homepage": "https://github.com/Azure/azure-sdk-for-node/runtime/ms-rest-azure",
"keywords": [
"node",
"microsoft",
"autorest",
"azure",
"clientruntime"
],
"license": "MIT",
"main": "./lib/msRestAzure.js",
"name": "ms-rest-azure",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Azure/azure-sdk-for-node.git"
},
"scripts": {
"jshint": "jshint lib --reporter=jslint",
"test": "npm install && npm -s run-script tsc && npm -s run-script jshint && npm -s run-script unit",
"tsc": "tsc index.d.ts",
"unit": "node test/unit.js testlist.txt"
},
"tags": [
"node",
"microsoft",
"autorest",
"azure",
"clientruntime"
],
"types": "./index.d.ts",
"version": "2.5.6"
}