2016-11-09 03:38:30 +03:00
|
|
|
{
|
2017-03-16 06:19:14 +03:00
|
|
|
"name": "oav",
|
2019-04-25 22:19:46 +03:00
|
|
|
"version": "0.18.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": {
|
2019-04-06 02:06:04 +03:00
|
|
|
"@azure/openapi-markdown": "^0.9.0",
|
2018-11-16 04:04:07 +03:00
|
|
|
"@microsoft.azure/autorest-extension-base": "1.0.13",
|
2019-04-06 02:06:04 +03:00
|
|
|
"@ts-common/commonmark-to-markdown": "^1.2.0",
|
|
|
|
"@ts-common/iterator": "^0.3.1",
|
|
|
|
"@ts-common/json": "^0.3.0",
|
|
|
|
"@ts-common/json-parser": "^0.7.0",
|
|
|
|
"@ts-common/property-set": "^0.1.0",
|
|
|
|
"@ts-common/source-map": "^0.5.0",
|
|
|
|
"@ts-common/string-map": "^0.3.0",
|
|
|
|
"@ts-common/virtual-fs": "^0.2.0",
|
2019-04-09 01:41:00 +03:00
|
|
|
"commonmark": "^0.29.0",
|
2019-04-06 02:06:04 +03:00
|
|
|
"globby": "^9.2.0",
|
|
|
|
"js-yaml": "^3.13.1",
|
2018-05-15 01:51:32 +03:00
|
|
|
"json-pointer": "^0.6.0",
|
2019-04-06 02:06:04 +03:00
|
|
|
"json-refs": "^3.0.13",
|
2019-03-06 21:05:37 +03:00
|
|
|
"jsonpath": "^1.0.1",
|
2019-04-25 22:19:46 +03:00
|
|
|
"linq": "^3.2.0",
|
2018-09-18 21:49:56 +03:00
|
|
|
"lodash": "^4.17.11",
|
2019-04-11 07:22:59 +03:00
|
|
|
"moment": "^2.24.0",
|
2019-04-25 22:19:46 +03:00
|
|
|
"ms-rest": "^2.5.0",
|
2019-03-06 21:05:37 +03:00
|
|
|
"swagger-parser": "^6.0.5",
|
2019-01-15 21:16:13 +03:00
|
|
|
"uuid": "^3.3.2",
|
2018-07-26 03:55:59 +03:00
|
|
|
"vscode-jsonrpc": "^3.6.2",
|
2019-03-06 21:05:37 +03:00
|
|
|
"winston": "^3.2.1",
|
2018-05-15 01:51:32 +03:00
|
|
|
"yargs": "^6.6.0",
|
2019-04-11 07:22:59 +03:00
|
|
|
"yasway": "^1.7.1",
|
2018-10-13 05:42:35 +03:00
|
|
|
"yuml2svg": "^3.1.0",
|
2019-04-25 22:19:46 +03:00
|
|
|
"z-schema": "^4.0.2"
|
2016-11-09 03:38:30 +03:00
|
|
|
},
|
2017-04-13 06:54:39 +03:00
|
|
|
"devDependencies": {
|
2019-03-06 21:05:37 +03:00
|
|
|
"@types/commonmark": "^0.27.3",
|
2019-03-20 20:46:05 +03:00
|
|
|
"@types/jest": "^24.0.11",
|
2019-04-06 02:06:04 +03:00
|
|
|
"@types/js-yaml": "^3.12.1",
|
2018-05-30 01:38:27 +03:00
|
|
|
"@types/json-pointer": "^1.0.30",
|
|
|
|
"@types/jsonpath": "^0.2.0",
|
2019-03-20 03:14:21 +03:00
|
|
|
"@types/lodash": "^4.14.123",
|
2019-01-15 03:44:53 +03:00
|
|
|
"@types/node": "^10.12.18",
|
2019-03-09 02:38:37 +03:00
|
|
|
"@types/request": "^2.48.1",
|
2019-03-06 21:05:37 +03:00
|
|
|
"@types/swagger-parser": "^4.0.3",
|
2018-09-18 21:49:56 +03:00
|
|
|
"@types/uuid": "^3.4.4",
|
|
|
|
"@types/yargs": "^11.1.2",
|
2019-04-09 01:41:00 +03:00
|
|
|
"ts-jest": "^24.0.2",
|
2019-04-06 02:06:04 +03:00
|
|
|
"jest": "^24.7.1",
|
2019-04-01 20:59:25 +03:00
|
|
|
"jest-junit": "^6.3.0",
|
2019-04-25 22:19:46 +03:00
|
|
|
"prettier": "^1.17.0",
|
2019-01-15 21:16:13 +03:00
|
|
|
"should": "^13.2.3",
|
2019-04-25 22:19:46 +03:00
|
|
|
"tslint": "^5.16.0",
|
2019-03-09 02:38:37 +03:00
|
|
|
"tslint-config-prettier": "^1.18.0",
|
|
|
|
"tslint-plugin-prettier": "^2.0.1",
|
2019-04-25 22:19:46 +03:00
|
|
|
"typescript": "^3.4.5"
|
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",
|
2018-09-26 03:18:31 +03:00
|
|
|
"dist/*.js.map",
|
2018-09-27 00:20:05 +03:00
|
|
|
"dist/*.d.ts.map",
|
2018-06-01 01:01:32 +03:00
|
|
|
"dist/lib/**/*.js",
|
2018-06-01 02:50:45 +03:00
|
|
|
"dist/lib/**/*.d.ts",
|
2018-09-26 03:18:31 +03:00
|
|
|
"dist/lib/**/*.js.map",
|
2018-09-27 00:20:05 +03:00
|
|
|
"dist/lib/**/*.d.ts.map",
|
2018-09-26 03:18:31 +03:00
|
|
|
"types/**/*.d.ts",
|
|
|
|
"*.ts",
|
|
|
|
"lib/**/*.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": {
|
2018-06-05 01:43:36 +03:00
|
|
|
"include": [
|
2019-01-09 02:03:51 +03:00
|
|
|
"dist/**/*.js"
|
2018-06-05 01:43:36 +03:00
|
|
|
],
|
2018-06-05 01:36:59 +03:00
|
|
|
"all": true,
|
|
|
|
"reporter": [
|
|
|
|
"lcov",
|
2018-11-02 01:59:56 +03:00
|
|
|
"text",
|
|
|
|
"html",
|
|
|
|
"cobertura"
|
2018-06-05 01:36:59 +03:00
|
|
|
],
|
|
|
|
"exclude": [
|
2019-01-09 02:03:51 +03:00
|
|
|
"dist/test/",
|
2018-06-05 01:43:36 +03:00
|
|
|
"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",
|
2019-04-25 22:19:46 +03:00
|
|
|
"test": "npm run tsc && npm run --silent tslint && jest --ci --reporters=default --reporters=jest-junit",
|
2019-03-28 21:47:48 +03:00
|
|
|
"jest": "jest",
|
2018-06-01 03:36:35 +03:00
|
|
|
"start": "node ./dist/lib/autorestPlugin/pluginHost.js",
|
2019-03-09 02:38:37 +03:00
|
|
|
"tslint-check": "tslint-config-prettier-check ./tslint.json",
|
2018-07-06 20:37:48 +03:00
|
|
|
"prepack": "npm install && tsc && npm run tslint",
|
2018-12-03 22:15:31 +03:00
|
|
|
"cli": "node dist/cli.js",
|
|
|
|
"li": "npm install @ts-common/local-install --no-save && local-install"
|
2018-10-08 22:27:16 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.11.0"
|
2019-03-20 20:46:05 +03:00
|
|
|
},
|
|
|
|
"jest-junit": {
|
|
|
|
"output": "test-results.xml"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.tsx?$": "ts-jest"
|
|
|
|
},
|
2019-04-25 22:19:46 +03:00
|
|
|
"testEnvironment": "node",
|
2019-03-20 20:46:05 +03:00
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"js",
|
|
|
|
"json",
|
|
|
|
"node"
|
|
|
|
],
|
|
|
|
"moduleNameMapper": {},
|
|
|
|
"collectCoverage": true,
|
|
|
|
"collectCoverageFrom": [
|
|
|
|
"./lib/**/*.ts",
|
|
|
|
"!**/node_modules/**"
|
|
|
|
],
|
|
|
|
"coverageReporters": [
|
|
|
|
"json",
|
|
|
|
"lcov",
|
|
|
|
"cobertura",
|
|
|
|
"text",
|
|
|
|
"html",
|
|
|
|
"clover"
|
|
|
|
],
|
|
|
|
"coveragePathIgnorePatterns": [
|
|
|
|
"/node_modules/",
|
|
|
|
".*/tests/.*"
|
|
|
|
],
|
|
|
|
"globals": {
|
|
|
|
"ts-jest": {
|
|
|
|
"tsConfig": "tsconfig.json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"testMatch": [
|
|
|
|
"**/test/**/*.ts",
|
2019-03-28 21:47:48 +03:00
|
|
|
"!**/test/**/*.d.ts",
|
|
|
|
"!**/test/sample.ts"
|
2019-03-20 20:46:05 +03:00
|
|
|
],
|
|
|
|
"verbose": true
|
2017-04-13 07:07:58 +03:00
|
|
|
}
|
2019-03-08 03:42:07 +03:00
|
|
|
}
|