2011-12-10 03:47:08 +04:00
{
2012-03-13 05:10:28 +04:00
"name" : "azure" ,
"author" : "Microsoft Corporation" ,
2013-02-17 22:07:04 +04:00
"contributors" : [
"Block, Glenn <gblock@microsoft.com>" ,
"Cowlishaw, Mark <markcowl@microsoft.com>" ,
"Dejardin, Louis <loudej@microsoft.com>" ,
"Georgiev, Yavor <yavorg@microsoft.com>" ,
"Janczuk, Tomasz <tjanczuk@microsoft.com>" ,
"Rodrigues, Andre <andrerod@microsoft.com>" ,
2014-08-12 02:46:45 +04:00
"Tavares, Chris <ctavares@microsoft.com>" ,
"Zavery, Amar <amzavery@microsoft.com>" ,
"Wang, Yugang <yugangw@microsoft.com>" ,
"Mkrtchyan, Hovsep <hovsepm@microsoft.com>" ,
2017-03-25 22:15:52 +03:00
"Lu, Jianghao <jianghlu@microsoft.com>" ,
"Krishnan, Balaji <Balaji.Krishnan@microsoft.com>"
2013-02-17 22:07:04 +04:00
] ,
2018-06-15 01:39:56 +03:00
"version" : "2.3.1-preview" ,
2014-07-25 01:29:08 +04:00
"description" : "Microsoft Azure Client Library for node" ,
2013-07-24 21:05:19 +04:00
"tags" : [
"azure" ,
"sdk"
] ,
"keywords" : [
"node" ,
"azure"
] ,
2012-03-13 05:10:28 +04:00
"main" : "./lib/azure.js" ,
2016-09-02 07:47:30 +03:00
"license" : "(MIT OR Apache-2.0)" ,
2012-03-13 05:10:28 +04:00
"dependencies" : {
2019-07-11 19:33:15 +03:00
"mime" : "^2.4.4" ,
2019-03-12 19:05:15 +03:00
"moment" : "^2.22.2" ,
"ms-rest" : "^2.3.8" ,
"ms-rest-azure" : "^2.5.0" ,
"request" : "^2.81.0" ,
"underscore" : "1.8.3" ,
"uuid" : "^3.0.1"
} ,
"devDependencies" : {
2019-03-18 22:36:20 +03:00
"@octokit/rest" : "^15.17.0" ,
2019-03-12 19:05:15 +03:00
"@types/request" : "^2.0.3" ,
2021-11-10 05:38:05 +03:00
"adal-node" : "^0.2.2" ,
2022-04-24 05:48:05 +03:00
"async" : "2.6.4" ,
2019-03-12 19:05:15 +03:00
"azure-arm-hdinsight" : "^0.12.0" ,
2018-06-12 23:21:24 +03:00
"azure-arm-hdinsight-jobs" : "^0.1.1" ,
2019-03-21 02:17:05 +03:00
"azure-arm-storage" : "^7.0.0" ,
2018-06-12 23:21:24 +03:00
"azure-asm-compute" : "^0.18.0" ,
"azure-asm-hdinsight" : "^0.10.3" ,
"azure-asm-mgmt" : "^0.10.2" ,
"azure-asm-network" : "^0.13.1" ,
"azure-asm-sb" : "^0.10.2" ,
"azure-asm-scheduler" : "^0.10.2" ,
"azure-asm-sql" : "^0.10.3" ,
"azure-asm-storage" : "^0.12.1" ,
"azure-asm-store" : "^0.10.2" ,
2019-03-12 19:05:15 +03:00
"azure-asm-subscription" : "^0.11.0" ,
2018-06-12 23:21:24 +03:00
"azure-asm-trafficmanager" : "^0.10.4" ,
"azure-asm-website" : "^0.10.7" ,
"azure-common" : "^0.9.20" ,
"azure-gallery" : "^2.0.0-pre.20" ,
2019-03-12 19:05:15 +03:00
"azure-keyvault" : "^3.0.4" ,
2018-06-12 23:21:24 +03:00
"azure-monitoring" : "^0.10.6" ,
"azure-sb" : "^0.10.6" ,
"azure-scheduler" : "^0.10.4" ,
"azure-storage" : "^2.9.0-preview" ,
"azure-storage-legacy" : "^0.10.3" ,
2018-06-11 20:52:12 +03:00
"colors" : "1.1.2" ,
2017-12-13 03:00:25 +03:00
"fs-extra" : "^5.0.0" ,
2017-03-25 22:15:52 +03:00
"glob" : "^7.1.1" ,
2019-05-22 22:14:01 +03:00
"gulp" : "^3.9.1" ,
2018-06-11 20:52:12 +03:00
"gulp-exec" : "2.1.2" ,
2018-06-12 04:06:45 +03:00
"jshint" : "^2.9.5" ,
2018-06-11 20:52:12 +03:00
"json-stable-stringify" : "^1.0.1" ,
2017-09-29 01:49:02 +03:00
"minami" : "devigned/minami#master" ,
2018-06-11 20:52:12 +03:00
"mocha" : "^5.2.0" ,
2018-12-01 01:18:28 +03:00
"mocha-junit-reporter" : "^1.18.0" ,
2019-05-22 22:14:01 +03:00
"natives" : "^1.1.6" ,
2016-03-15 05:00:39 +03:00
"nock" : "0.16" ,
2015-06-15 21:22:01 +03:00
"node-forge" : "0.6.30" ,
2019-01-04 22:07:56 +03:00
"npm-run-all" : "^4.1.5" ,
2017-09-30 10:30:50 +03:00
"nyc" : "^11.2.1" ,
2016-05-06 21:23:50 +03:00
"promise" : "^7.1.1" ,
2015-06-20 04:01:21 +03:00
"random-js" : "1.0.4" ,
2016-05-06 21:23:50 +03:00
"should" : "^8.3.1" ,
2017-03-25 22:48:50 +03:00
"sinon" : "^2.1.0" ,
2019-03-18 22:36:20 +03:00
"tslib" : "^1.9.3" ,
2021-05-20 20:02:50 +03:00
"typescript" : "^3.5.1" ,
2020-07-22 04:13:42 +03:00
"xmlbuilder" : "15.1.1" ,
2018-06-11 20:52:12 +03:00
"yargs" : "3.29.0"
2012-03-13 05:10:28 +04:00
} ,
2015-07-03 10:52:46 +03:00
"homepage" : "http://github.com/azure/azure-sdk-for-node" ,
2012-03-13 05:10:28 +04:00
"repository" : {
"type" : "git" ,
2015-07-03 10:52:46 +03:00
"url" : "https://github.com/azure/azure-sdk-for-node.git"
2012-03-13 05:10:28 +04:00
} ,
2013-07-24 21:05:19 +04:00
"bugs" : {
2014-08-09 00:26:36 +04:00
"url" : "http://github.com/Azure/azure-sdk-for-node/issues"
2012-03-13 05:10:28 +04:00
} ,
"scripts" : {
2017-12-13 03:00:25 +03:00
"test" : "npm -s run runtime-install && npm -s run jshint && npm -s run unit-msrestazure && npm -s run unit-arm && npm -s run unit && npm -s run unit-msrest" ,
2013-04-11 19:59:02 +04:00
"unit" : "node scripts/unit.js testlist.txt" ,
2016-02-28 06:30:26 +03:00
"unit-arm" : "node scripts/unit-arm.js testlistarm.txt" ,
2017-02-02 06:54:28 +03:00
"unit-msrest" : "cd runtime/ms-rest && npm test" ,
"unit-msrestazure" : "cd runtime/ms-rest-azure && npm test" ,
2013-11-28 15:50:46 +04:00
"setup" : "node scripts/setup.js" ,
2013-05-18 04:40:54 +04:00
"jshint" : "jshint lib --reporter=jslint" ,
2013-07-24 21:05:19 +04:00
"ci" : "node scripts/unit.js testlist.txt" ,
2017-12-13 03:00:25 +03:00
"runtime-install" : "node scripts/runtime-install.js" ,
2017-11-09 22:14:02 +03:00
"coverage" : "node scripts/unit-coverage.js testlistarm.txt testlist.txt" ,
2018-12-01 01:18:28 +03:00
"debug" : "node --inspect scripts/unit-arm.js testlistarm.txt" ,
2019-01-04 22:07:56 +03:00
"install-client-keyvault" : "cd lib/services/keyVault && npm install" ,
"install-client" : "npm-run-all -p -l install-client-*" ,
"pack-client-keyvault" : "cd lib/services/keyVault && npm pack" ,
"pack-client" : "npm-run-all -p -l pack-client-*" ,
2019-08-15 06:11:15 +03:00
"test-client-keyvault" : "echo nothing" ,
2019-01-04 22:07:56 +03:00
"test-client" : "npm-run-all -p -l \"test-client-* -- {@}\"" ,
2022-04-24 10:43:45 +03:00
"audit-client-keyvault" : "echo skipped" ,
2019-01-04 22:07:56 +03:00
"audit-client" : "npm-run-all -p -l audit-client-*"
2012-03-13 05:10:28 +04:00
}
2018-03-28 19:36:48 +03:00
}