2016-11-09 03:38:30 +03:00
|
|
|
{
|
2017-03-16 06:19:14 +03:00
|
|
|
"name": "oav",
|
2018-04-24 05:09:13 +03:00
|
|
|
"version": "0.4.37",
|
2016-11-09 03:38:30 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation",
|
|
|
|
"email": "azsdkteam@microsoft.com",
|
2017-04-29 16:04:03 +03:00
|
|
|
"url": "https://github.com/azure/oav"
|
2016-11-09 03:38:30 +03:00
|
|
|
},
|
|
|
|
"description": "Validate Azure REST API Specifications",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2017-04-07 03:09:14 +03:00
|
|
|
"azure-arm-resource": "^2.0.0-preview",
|
2017-01-26 09:26:26 +03:00
|
|
|
"json-pointer": "^0.6.0",
|
2017-03-05 01:37:06 +03:00
|
|
|
"js-yaml": "^3.8.2",
|
2018-03-09 01:29:49 +03:00
|
|
|
"moment": "~2.21.0",
|
2018-01-17 21:52:33 +03:00
|
|
|
"ms-rest": "^2.3.0",
|
|
|
|
"ms-rest-azure": "^2.5.0",
|
|
|
|
"request": "^2.83.0",
|
2017-02-02 07:46:56 +03:00
|
|
|
"sway": "amarzavery/sway#validation",
|
2017-01-17 09:14:02 +03:00
|
|
|
"winston": "^2.3.0",
|
2017-04-11 08:32:48 +03:00
|
|
|
"yargs": "^6.6.0",
|
2017-04-28 18:57:44 +03:00
|
|
|
"glob": "^5.0.14",
|
2017-05-26 05:55:31 +03:00
|
|
|
"uuid": "^3.0.1",
|
2018-01-17 21:52:33 +03:00
|
|
|
"recursive-readdir": "^2.2.1",
|
2017-05-26 05:55:31 +03:00
|
|
|
"swagger-parser": "^3.4.1",
|
2017-07-26 02:00:46 +03:00
|
|
|
"swagger-tools": "^0.10.1",
|
2017-08-03 02:59:33 +03:00
|
|
|
"linq": "^3.0.8",
|
2017-07-26 02:00:46 +03:00
|
|
|
"jsonpath": "^0.2.11",
|
|
|
|
"vscode-jsonrpc": "^3.2.0",
|
2018-02-05 21:49:17 +03:00
|
|
|
"@microsoft.azure/autorest-extension-base": "^1.0.13",
|
2018-02-01 05:14:11 +03:00
|
|
|
"lodash": "^4.17.4",
|
2017-12-04 21:42:00 +03:00
|
|
|
"yuml2svg": "^3.1.0"
|
2016-11-09 03:38:30 +03:00
|
|
|
},
|
2017-04-13 06:54:39 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"jshint": "2.9.4",
|
2018-01-17 21:52:33 +03:00
|
|
|
"mocha": "^4.1.0",
|
2017-04-13 06:54:39 +03:00
|
|
|
"should": "5.2.0",
|
2018-01-17 21:52:33 +03:00
|
|
|
"@types/mocha": "^2.2.46",
|
2017-05-26 05:55:31 +03:00
|
|
|
"@types/should": "^8.1.30"
|
2017-04-13 06:54:39 +03:00
|
|
|
},
|
2017-04-29 16:04:03 +03:00
|
|
|
"homepage": "https://github.com/azure/oav",
|
2016-11-09 03:38:30 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-04-29 16:04:03 +03:00
|
|
|
"url": "https://github.com/azure/oav.git"
|
2016-11-09 03:38:30 +03:00
|
|
|
},
|
|
|
|
"bugs": {
|
2017-04-29 16:04:03 +03:00
|
|
|
"url": "http://github.com/azure/oav/issues"
|
2016-11-09 03:38:30 +03:00
|
|
|
},
|
2017-02-05 05:19:24 +03:00
|
|
|
"main": "./index.js",
|
2017-08-03 02:59:33 +03:00
|
|
|
"bin": {
|
|
|
|
"oav": "./cli.js"
|
|
|
|
},
|
2017-04-13 07:07:58 +03:00
|
|
|
"scripts": {
|
2018-01-27 03:54:11 +03:00
|
|
|
"jshint": "jshint lib --reporter=jslint",
|
2018-03-09 00:53:35 +03:00
|
|
|
"test": "npm -s run-script jshint && mocha -t 100000 --reporter min",
|
2017-10-03 00:10:39 +03:00
|
|
|
"start": "node ./lib/autorestPlugin/pluginHost.js"
|
2017-04-13 07:07:58 +03:00
|
|
|
}
|
2018-04-24 05:09:13 +03:00
|
|
|
}
|