2016-11-09 03:38:30 +03:00
|
|
|
{
|
2017-03-16 06:19:14 +03:00
|
|
|
"name": "oav",
|
2018-09-25 23:19:56 +03:00
|
|
|
"version": "0.6.2",
|
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": {
|
2018-06-21 02:44:53 +03:00
|
|
|
"@microsoft.azure/autorest-extension-base": "1.0.13",
|
2018-09-25 02:21:14 +03:00
|
|
|
"@ts-common/azure-openapi-markdown": "^0.2.4",
|
|
|
|
"@ts-common/commonmark-to-markdown": "^1.1.3",
|
2018-08-23 00:32:01 +03:00
|
|
|
"@ts-common/iterator": "0.0.36",
|
2018-08-29 01:13:12 +03:00
|
|
|
"@ts-common/json": "0.0.18",
|
|
|
|
"@ts-common/json-parser": "0.2.1",
|
2018-08-17 11:22:53 +03:00
|
|
|
"@ts-common/property-set": "0.0.7",
|
2018-08-29 01:13:12 +03:00
|
|
|
"@ts-common/source-map": "0.2.7",
|
2018-08-23 23:55:38 +03:00
|
|
|
"@ts-common/string-map": "0.0.26",
|
2018-08-01 23:02:47 +03:00
|
|
|
"@ts-common/tuple": "0.0.0",
|
2018-09-25 02:21:14 +03:00
|
|
|
"z-schema": "^3.24.1",
|
2018-08-11 00:04:08 +03:00
|
|
|
"@types/lodash": "^4.14.116",
|
2018-06-21 02:53:56 +03:00
|
|
|
"@types/request": "^2.47.1",
|
2017-04-07 03:09:14 +03:00
|
|
|
"azure-arm-resource": "^2.0.0-preview",
|
2018-09-25 02:21:14 +03:00
|
|
|
"commonmark": "^0.28.1",
|
2018-05-15 01:51:32 +03:00
|
|
|
"glob": "^5.0.14",
|
2018-07-16 23:34:18 +03:00
|
|
|
"js-yaml": "^3.12.0",
|
2018-05-15 01:51:32 +03:00
|
|
|
"json-pointer": "^0.6.0",
|
2018-09-11 03:01:55 +03:00
|
|
|
"json-refs": "3.0.10",
|
2018-07-26 03:55:59 +03:00
|
|
|
"jsonpath": "^1.0.0",
|
2018-05-15 01:51:32 +03:00
|
|
|
"linq": "^3.1.0",
|
2018-09-18 21:49:56 +03:00
|
|
|
"lodash": "^4.17.11",
|
2018-08-11 00:04:08 +03:00
|
|
|
"moment": "~2.22.2",
|
|
|
|
"ms-rest": "^2.3.6",
|
|
|
|
"ms-rest-azure": "^2.5.7",
|
|
|
|
"recursive-readdir": "^2.2.2",
|
2018-08-22 01:11:30 +03:00
|
|
|
"request": "^2.88.0",
|
2018-09-18 21:49:56 +03:00
|
|
|
"swagger-parser": "^5.0.5",
|
2018-07-26 03:55:59 +03:00
|
|
|
"swagger-tools": "^0.10.4",
|
2018-05-15 01:51:32 +03:00
|
|
|
"uuid": "^3.0.1",
|
2018-07-26 03:55:59 +03:00
|
|
|
"vscode-jsonrpc": "^3.6.2",
|
2018-07-06 03:48:42 +03:00
|
|
|
"winston": "^3.0.0",
|
2018-05-15 01:51:32 +03:00
|
|
|
"yargs": "^6.6.0",
|
2018-09-25 02:21:14 +03:00
|
|
|
"yasway": "^1.0.13",
|
2018-09-11 23:35:30 +03:00
|
|
|
"yuml2svg": "^3.1.0"
|
2016-11-09 03:38:30 +03:00
|
|
|
},
|
2017-04-13 06:54:39 +03:00
|
|
|
"devDependencies": {
|
2018-09-25 02:21:14 +03:00
|
|
|
"@types/commonmark": "^0.27.1",
|
2018-05-30 01:38:27 +03:00
|
|
|
"@types/glob": "^5.0.35",
|
2018-07-26 03:55:59 +03:00
|
|
|
"@types/js-yaml": "^3.11.2",
|
2018-05-30 01:38:27 +03:00
|
|
|
"@types/json-pointer": "^1.0.30",
|
|
|
|
"@types/jsonpath": "^0.2.0",
|
2018-07-26 03:55:59 +03:00
|
|
|
"@types/mocha": "^5.2.5",
|
2018-05-30 01:38:27 +03:00
|
|
|
"@types/recursive-readdir": "^2.2.0",
|
2018-05-26 03:18:04 +03:00
|
|
|
"@types/should": "^8.1.30",
|
2018-09-18 21:49:56 +03:00
|
|
|
"@types/swagger-parser": "^4.0.2",
|
|
|
|
"@types/uuid": "^3.4.4",
|
|
|
|
"@types/yargs": "^11.1.2",
|
2018-07-26 03:55:59 +03:00
|
|
|
"mocha": "^5.2.0",
|
2018-05-31 22:15:24 +03:00
|
|
|
"nyc": "^11.8.0",
|
2018-08-23 23:55:38 +03:00
|
|
|
"should": "^5.2.0",
|
2018-05-31 22:15:24 +03:00
|
|
|
"ts-node": "^6.0.5",
|
2018-08-01 23:02:47 +03:00
|
|
|
"tslint": "^5.11.0",
|
2018-09-18 21:49:56 +03:00
|
|
|
"typescript": "^3.0.3"
|
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
|
|
|
},
|
2018-06-01 01:01:32 +03:00
|
|
|
"main": "./dist/index.js",
|
2017-08-03 02:59:33 +03:00
|
|
|
"bin": {
|
2018-06-01 01:01:32 +03:00
|
|
|
"oav": "./dist/cli.js"
|
2017-08-03 02:59:33 +03:00
|
|
|
},
|
2018-06-01 01:01:32 +03:00
|
|
|
"files": [
|
|
|
|
"dist/*.js",
|
|
|
|
"dist/*.d.ts",
|
|
|
|
"dist/lib/**/*.js",
|
2018-06-01 02:50:45 +03:00
|
|
|
"dist/lib/**/*.d.ts",
|
|
|
|
"types/**/*.d.ts"
|
2018-06-01 01:01:32 +03:00
|
|
|
],
|
2018-06-18 23:10:27 +03:00
|
|
|
"types": [
|
|
|
|
"./dist/index.d.ts",
|
|
|
|
"./types/*.d.ts"
|
|
|
|
],
|
2018-06-05 01:36:59 +03:00
|
|
|
"nyc": {
|
|
|
|
"require": [
|
|
|
|
"ts-node/register"
|
|
|
|
],
|
2018-06-05 01:43:36 +03:00
|
|
|
"include": [
|
|
|
|
"lib/**/*.ts"
|
|
|
|
],
|
2018-06-05 01:36:59 +03:00
|
|
|
"all": true,
|
|
|
|
"reporter": [
|
|
|
|
"lcov",
|
|
|
|
"text"
|
|
|
|
],
|
|
|
|
"extension": [
|
|
|
|
".ts"
|
|
|
|
],
|
|
|
|
"exclude": [
|
2018-06-05 01:43:36 +03:00
|
|
|
"dist/",
|
|
|
|
"types/"
|
2018-06-05 01:36:59 +03:00
|
|
|
]
|
|
|
|
},
|
2017-04-13 07:07:58 +03:00
|
|
|
"scripts": {
|
2018-06-04 16:16:47 +03:00
|
|
|
"tsc": "tsc",
|
2018-07-18 23:47:23 +03:00
|
|
|
"tslint": "tslint --project tsconfig.json ./*.ts ./lib/**/*.ts ./test/**/*.ts ./types/**/*.ts",
|
2018-07-06 03:48:42 +03:00
|
|
|
"test": "npm run tsc && npm run tslint && nyc mocha ./test/**/*.ts -r ts-node/register -t 10000",
|
2018-06-01 03:36:35 +03:00
|
|
|
"start": "node ./dist/lib/autorestPlugin/pluginHost.js",
|
2018-07-06 20:37:48 +03:00
|
|
|
"prepack": "npm install && tsc && npm run tslint",
|
|
|
|
"cli": "node dist/cli.js"
|
2017-04-13 07:07:58 +03:00
|
|
|
}
|
2018-05-01 22:42:02 +03:00
|
|
|
}
|