azure-sdk-for-node/package.json

121 строка
4.0 KiB
JSON
Исходник Обычный вид История

2011-12-10 03:47:08 +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>",
"Tavares, Chris <ctavares@microsoft.com>",
"Zavery, Amar <amzavery@microsoft.com>",
"Wang, Yugang <yugangw@microsoft.com>",
"Mkrtchyan, Hovsep <hovsepm@microsoft.com>",
"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",
"description": "Microsoft Azure Client Library for node",
"tags": [
"azure",
"sdk"
],
"keywords": [
"node",
"azure"
],
"main": "./lib/azure.js",
"license": "(MIT OR Apache-2.0)",
"dependencies": {
"mime": "^2.4.4",
"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": {
"@octokit/rest": "^15.17.0",
"@types/request": "^2.0.3",
"adal-node": "^0.2.2",
2022-04-24 05:48:05 +03:00
"async": "2.6.4",
"azure-arm-hdinsight": "^0.12.0",
"azure-arm-hdinsight-jobs": "^0.1.1",
"azure-arm-storage": "^7.0.0",
"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",
"azure-asm-subscription": "^0.11.0",
"azure-asm-trafficmanager": "^0.10.4",
"azure-asm-website": "^0.10.7",
"azure-common": "^0.9.20",
"azure-gallery": "^2.0.0-pre.20",
"azure-keyvault": "^3.0.4",
"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",
"fs-extra": "^5.0.0",
"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",
"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",
"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",
"nyc": "^11.2.1",
"promise": "^7.1.1",
"random-js": "1.0.4",
"should": "^8.3.1",
2017-03-25 22:48:50 +03:00
"sinon": "^2.1.0",
"tslib": "^1.9.3",
"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"
},
"homepage": "http://github.com/azure/azure-sdk-for-node",
"repository": {
"type": "git",
"url": "https://github.com/azure/azure-sdk-for-node.git"
},
"bugs": {
"url": "http://github.com/Azure/azure-sdk-for-node/issues"
},
"scripts": {
"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",
"ci": "node scripts/unit.js testlist.txt",
"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-*"
}
}