UNPKG

5.04 kBJSONView Raw
1{
2 "name": "azure-cli",
3 "author": "Microsoft Corporation",
4 "contributors": [
5 "Block, Glenn <gblock@microsoft.com>",
6 "Cowlishaw, Mark <markcowl@microsoft.com>",
7 "Dejardin, Louis <loudej@microsoft.com>",
8 "Georgiev, Yavor <yavorg@microsoft.com>",
9 "Janczuk, Tomasz <tjanczuk@microsoft.com>",
10 "Rodrigues, Andre <andrerod@microsoft.com>",
11 "Tavares, Chris <ctavares@microsoft.com>",
12 "Zavery, Amar <amzavery@microsoft.com>",
13 "Wang, Yugang <yugangw@microsoft.com>",
14 "Chen, Hao <hach@microsoft.com>"
15 ],
16 "version": "0.10.3",
17 "description": "Microsoft Azure Cross Platform Command Line tool",
18 "tags": [
19 "azure",
20 "cli"
21 ],
22 "keywords": [
23 "node",
24 "azure",
25 "cli",
26 "cloud hosting",
27 "deployment"
28 ],
29 "main": "./lib/cli.js",
30 "preferGlobal": "true",
31 "engines": {
32 "node": ">= 4.2.4"
33 },
34 "license": "Apache-2.0",
35 "dependencies": {
36 "adal-node": "0.1.21",
37 "async": "1.4.2",
38 "azure-common": "0.9.17",
39 "azure-arm-authorization": "2.0.0",
40 "azure-arm-cdn": "0.2.1",
41 "azure-arm-commerce": "0.1.1",
42 "azure-arm-compute": "0.19.0",
43 "azure-arm-hdinsight": "0.2.0",
44 "azure-arm-hdinsight-jobs": "0.1.0",
45 "azure-arm-insights": "0.11.3",
46 "azure-arm-servermanagement": "0.1.2",
47 "azure-arm-network": "0.13.2",
48 "azure-arm-powerbiembedded": "0.1.0",
49 "azure-arm-trafficmanager": "0.10.5",
50 "azure-arm-dns": "0.10.1",
51 "azure-arm-website": "0.10.0",
52 "azure-arm-rediscache": "0.2.1",
53 "azure-arm-datalake-analytics": "^0.4.2",
54 "azure-arm-datalake-store": "^0.4.1",
55 "azure-arm-devtestlabs": "0.1.0",
56 "azure-graph": "1.0.1",
57 "azure-gallery": "2.0.0-pre.18",
58 "azure-keyvault": "0.10.1",
59 "azure-asm-compute": "0.17.0",
60 "azure-asm-hdinsight": "0.10.2",
61 "azure-asm-trafficmanager": "0.10.3",
62 "azure-asm-mgmt": "0.10.1",
63 "azure-monitoring": "0.10.2",
64 "azure-asm-network": "0.12.0",
65 "azure-arm-resource": "1.4.5-preview",
66 "azure-arm-storage": "0.13.1-preview",
67 "azure-asm-sb": "0.10.1",
68 "azure-asm-sql": "0.10.1",
69 "azure-asm-storage": "0.12.0",
70 "azure-asm-subscription": "0.10.1",
71 "azure-asm-website": "0.10.4",
72 "azure-storage": "1.1.0",
73 "azure-arm-batch": "0.2.0",
74 "azure-batch": "0.4.0",
75 "applicationinsights": "0.15.12",
76 "caller-id": "0.1.x",
77 "colors": "1.1.2",
78 "commander": "1.0.4",
79 "easy-table": "0.0.1",
80 "event-stream": "3.1.5",
81 "eyes": "0.x.x",
82 "github": "0.1.6",
83 "fast-json-patch": "0.5.6",
84 "js2xmlparser": "1.0.0",
85 "jsonlint": "1.6.2",
86 "jsrsasign": "4.8.2 ",
87 "kuduscript": "1.0.8",
88 "moment": "^2.8.0",
89 "ms-rest": "^1.12.0",
90 "ms-rest-azure": "^1.12.0",
91 "node-forge": "0.6.23",
92 "node-uuid": "1.2.0",
93 "omelette": "0.1.0",
94 "openssl-wrapper": "0.2.1",
95 "progress": "^1.1.8",
96 "prompt": "0.2.14",
97 "readable-stream": "~1.0.0",
98 "request": "2.69.0",
99 "ssh-key-to-pem": "0.11.0",
100 "streamline": "0.10.17",
101 "streamline-streams": "0.1.5",
102 "sync-request": "3.0.0",
103 "through": "2.3.4",
104 "tunnel": "0.0.2",
105 "underscore": "1.4.x",
106 "validator": "5.2.0",
107 "winston": "2.1.1",
108 "wordwrap": "0.0.2",
109 "xml2js": "0.1.x",
110 "xmlbuilder": "0.4.x",
111 "read": "^1.0.7"
112 },
113 "devDependencies": {
114 "istanbul": "0.3.19",
115 "mocha": "1.16.0",
116 "jshint": "<= 2.6.0",
117 "sinon": "*",
118 "should": "3.3.2",
119 "winston-memory": "*",
120 "nock": "0.16"
121 },
122 "homepage": "https://github.com/Azure/azure-xplat-cli",
123 "repository": {
124 "type": "git",
125 "url": "git@github.com:Azure/azure-xplat-cli.git"
126 },
127 "bugs": {
128 "url": "https://github.com/Azure/azure-xplat-cli/issues"
129 },
130 "scripts": {
131 "test": "npm -s run-script jshint && npm -s run-script unit-arm && npm -s run-script unit",
132 "unit": "node scripts/unit.js testlist.txt",
133 "unit-arm": "node scripts/unit.js testlist-arm.txt",
134 "unit-vm": "node scripts/unit.js testlist-vm.txt",
135 "unit-vm-live": "node scripts/unit.js testlist-vm-live.txt",
136 "unit-arm-vm": "node scripts/unit.js testlist-arm-vm.txt",
137 "unit-arm-vm-live": "node scripts/unit.js testlist-arm-vm-live.txt",
138 "unit-arm-vm-ping": "node scripts/unit.js testlist-arm-vm-ping.txt",
139 "unit-arm-vm-extension-live": "node scripts/unit.js testlist-arm-vm-extension-live.txt",
140 "unit-arm-vmss": "node scripts/unit.js testlist-arm-vmss.txt",
141 "unit-arm-container": "node scripts/unit.js testlist-arm-container.txt",
142 "unit-arm-keyvault-live": "node scripts/unit.js testlist-arm-keyvault-live.txt",
143 "jshint": "jshint lib --jslint-reporter --extra-ext ._js",
144 "preci": "jshint lib --reporter=checkstyle --extra-ext ._js > checkstyle-result.xml",
145 "ci": "node scripts/unit.js testlist.txt -xunit",
146 "cover": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- test/util/profile test/util/authentication -R spec -t 5000",
147 "extract-labels": "node scripts/extract-labels"
148 },
149 "bin": {
150 "azure": "./bin/azure"
151 }
152}