forked from tjanczuk/azure-sdk-tools-xplat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "azure-cli",
"author": "Microsoft Corporation",
"contributors": [
"Block, Glenn <[email protected]>",
"Cowlishaw, Mark <[email protected]>",
"Dejardin, Louis <[email protected]>",
"Georgiev, Yavor <[email protected]>",
"Janczuk, Tomasz <[email protected]>",
"Rodrigues, Andre <[email protected]>",
"Tavares, Chris <[email protected]>",
"Zavery, Amar <[email protected]>",
"Wang, Yugang <[email protected]>"
],
"version": "0.9.14",
"description": "Microsoft Azure Cross Platform Command Line tool",
"tags": [
"azure",
"cli"
],
"keywords": [
"node",
"azure",
"cli",
"cloud hosting",
"deployment"
],
"main": "./lib/cli.js",
"preferGlobal": "true",
"engines": {
"node": ">= 0.10.0"
},
"license": "Apache-2.0",
"dependencies": {
"adal-node": "0.1.17",
"async": "1.4.2",
"azure-common": "0.9.16",
"azure-arm-apiapp": "0.1.3",
"azure-arm-authorization": "2.0.0",
"azure-arm-commerce": "0.1.1",
"azure-arm-compute": "0.14.0",
"azure-arm-hdinsight": "0.1.0",
"azure-arm-hdinsight-jobs": "0.1.0",
"azure-arm-insights": "0.10.2",
"azure-arm-network": "0.12.0",
"azure-arm-trafficmanager": "0.10.5",
"azure-arm-dns": "0.10.1",
"azure-arm-website": "0.10.0",
"azure-arm-rediscache": "0.2.0",
"azure-arm-datalake-analytics": "0.1.2",
"azure-arm-datalake-store": "0.1.2",
"azure-extra": "0.2.12",
"azure-gallery": "2.0.0-pre.18",
"azure-keyvault": "0.10.1",
"azure-asm-compute": "0.11.0",
"azure-asm-hdinsight": "0.10.2",
"azure-asm-trafficmanager": "0.10.3",
"azure-asm-mgmt": "0.10.1",
"azure-monitoring": "0.10.2",
"azure-asm-network": "0.10.2",
"azure-arm-resource": "0.10.7",
"azure-arm-storage": "0.12.1-preview",
"azure-asm-sb": "0.10.1",
"azure-asm-sql": "0.10.1",
"azure-asm-storage": "0.10.1",
"azure-asm-subscription": "0.10.1",
"azure-asm-website": "0.10.1",
"azure-storage": "0.7.0",
"caller-id": "0.1.x",
"colors": "0.x.x",
"commander": "1.0.4",
"easy-table": "0.0.1",
"event-stream": "3.1.5",
"eyes": "0.x.x",
"github": "0.1.6",
"image-size": "^0.3.5",
"js2xmlparser": "1.0.0",
"jsrsasign": "4.8.2 ",
"jszip": "^2.5.0",
"kuduscript": "1.0.6",
"mime": "~1.2.4",
"moment": "2.6.0",
"ms-rest-azure": "^1.8.0",
"node-forge": "0.6.23",
"node-uuid": "1.2.0",
"number-is-nan": "1.0.0",
"omelette": "0.1.0",
"openssl-wrapper": "0.2.1",
"readable-stream": "~1.0.0",
"request": "2.52.0",
"ssh-key-to-pem": "0.11.0",
"streamline": "0.10.17",
"streamline-streams": "0.1.5",
"swagger-schema-official": "2.0.0-a33091a",
"through": "2.3.4",
"tmp": "0.0.25",
"tunnel": "0.0.2",
"tv4": "^1.1.9",
"underscore": "1.4.x",
"validator": "~3.1.0",
"walk": "^2.3.9",
"winston": "0.6.x",
"wordwrap": "0.0.2",
"xml2js": "0.1.x",
"xmlbuilder": "0.4.x"
},
"devDependencies": {
"istanbul": "0.3.19",
"mocha": "1.16.0",
"jshint": "<= 2.6.0",
"sinon": "*",
"should": "3.3.2",
"winston-memory": "*",
"nock": "0.16"
},
"homepage": "https://github.com/Azure/azure-xplat-cli",
"repository": {
"type": "git",
"url": "[email protected]:Azure/azure-xplat-cli.git"
},
"bugs": {
"url": "https://github.com/Azure/azure-xplat-cli/issues"
},
"scripts": {
"test": "npm -s run-script jshint && npm -s run-script unit-arm && npm -s run-script unit",
"unit": "node scripts/unit.js testlist.txt",
"unit-arm": "node scripts/unit.js testlist-arm.txt",
"unit-arm-vm": "node scripts/unit.js testlist-arm-vm.txt",
"unit-vm-live": "node scripts/unit.js testlist-vm-live.txt",
"unit-arm-vm-live": "node scripts/unit.js testlist-arm-vm-live.txt",
"jshint": "jshint lib --jslint-reporter --extra-ext ._js",
"preci": "jshint lib --reporter=checkstyle --extra-ext ._js > checkstyle-result.xml",
"ci": "node scripts/unit.js testlist.txt -xunit",
"cover": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- test/util/profile test/util/authentication -R spec -t 5000",
"extract-labels": "node scripts/extract-labels"
},
"bin": {
"azure": "./bin/azure"
}
}