oav/package.json

156 строки
4.9 KiB
JSON
Исходник Обычный вид История

2016-11-09 03:38:30 +03:00
{
2017-03-16 06:19:14 +03:00
"name": "oav",
"version": "2.6.0",
2016-11-09 03:38:30 +03:00
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
"url": "https://github.com/azure/oav"
2016-11-09 03:38:30 +03:00
},
"description": "Validate Azure REST API Specifications",
"license": "MIT",
"dependencies": {
"@azure-tools/openapi-tools-common": "^1.2.2",
"@azure/arm-resources": "^4.0.0",
"@azure/core-lro": "^1.0.3",
"@azure/identity": "^1.2.0",
"@azure/ms-rest-azure-js": "^2.0.2",
"@azure/ms-rest-js": "^2.1.0",
"@azure/openapi-markdown": "^0.9.2",
"@azure/storage-blob": "^12.5.0",
"@microsoft.azure/autorest-extension-base": "1.0.13",
"@ts-common/commonmark-to-markdown": "^2.0.0",
2020-11-24 06:07:36 +03:00
"ajv": "6.12.6",
"ajv-keywords": "^3.5.0",
"ajv-pack": "^0.3.1",
"autorest": "^3.0.6335",
"commonmark": "^0.29.0",
"deepdash": "^5.3.2",
"difflib": "^0.2.4",
"fast-json-stable-stringify": "^2.1.0",
"fs-extra": "^10.0.0",
2020-11-24 06:07:36 +03:00
"glob": "^7.1.2",
"globby": "^9.2.0",
"humanize-duration": "^3.26.0",
"inversify": "^5.0.5",
"js-yaml": "^4.0.0",
2018-05-15 01:51:32 +03:00
"json-pointer": "^0.6.0",
"json-refs": "^3.0.13",
2020-11-24 06:07:36 +03:00
"json-schema-traverse": "^0.4.1",
"jsonpath-plus": "^4.0.0",
"junit-report-builder": "^3.0.0",
"kind-of": "^6.0.3",
"linq": "^3.2.0",
"lodash": "^4.17.15",
"md5-file": "^4.0.0",
"mkdirp": "^1.0.4",
2020-11-24 06:07:36 +03:00
"mockjs": "^1.1.0",
"moment": "^2.24.0",
"ms-rest": "^2.5.4",
"newman": "^5.2.2",
"node-abort-controller": "^1.1.0",
2020-11-24 06:07:36 +03:00
"path-to-regexp": "^6.1.0",
"reflect-metadata": "^0.1.13",
"swagger-parser": "^6.0.5",
"swagger2-to-postmanv2": "^2.0.0",
2020-11-24 06:07:36 +03:00
"toposort": "^2.0.2",
2019-01-15 21:16:13 +03:00
"uuid": "^3.3.2",
"vscode-jsonrpc": "^3.6.2",
"winston": "^3.2.1",
2020-11-24 06:07:36 +03:00
"yargs": "^6.6.0",
"yasway": "^1.10.5",
"yuml2svg": "^4.2.1",
"z-schema": "^4.2.2"
2016-11-09 03:38:30 +03:00
},
"devDependencies": {
"@rushstack/eslint-config": "^2.3.2",
2020-11-24 06:07:36 +03:00
"@types/ajv-keywords": "^3.4.0",
"@types/ajv-merge-patch": "^4.1.0",
"@types/commonmark": "^0.27.3",
"@types/difflib": "^0.2.0",
"@types/fs-extra": "^9.0.11",
"@types/glob": "^7.1.1",
"@types/humanize-duration": "^3.25.0",
"@types/jest": "^24.0.25",
"@types/js-yaml": "^3.12.1",
2018-05-30 01:38:27 +03:00
"@types/json-pointer": "^1.0.30",
2020-11-24 06:07:36 +03:00
"@types/json-schema-traverse": "^0.4.0",
"@types/lodash": "^4.14.149",
"@types/md5-file": "^4.0.0",
"@types/mkdirp": "^1.0.1",
"@types/newman": "^5.1.1",
"@types/node": "^10.12.18",
"@types/postman-collection": "^3.5.5",
"@types/request": "^2.48.1",
"@types/swagger-parser": "^4.0.3",
2020-11-24 06:07:36 +03:00
"@types/toposort": "^2.0.3",
"@types/uuid": "^3.4.4",
"@types/yargs": "^11.1.2",
2020-11-24 06:07:36 +03:00
"@typescript-eslint/eslint-plugin": "~3.4.0",
"@typescript-eslint/parser": "~3.4.0",
"copyfiles": "^2.4.1",
2020-11-24 06:07:36 +03:00
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-prettier": "^3.1.4",
"handlebars": "^4.7.7",
2020-11-24 06:07:36 +03:00
"jest": "^26.1.0",
"jest-junit": "^11.0.1",
"kind-of": "^6.0.3",
2020-11-24 06:07:36 +03:00
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
2019-01-15 21:16:13 +03:00
"should": "^13.2.3",
2020-11-24 06:07:36 +03:00
"ts-jest": "^26.1.1",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"homepage": "https://github.com/azure/oav",
2016-11-09 03:38:30 +03:00
"repository": {
"type": "git",
"url": "https://github.com/azure/oav.git"
2016-11-09 03:38:30 +03:00
},
"bugs": {
"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",
"bin": {
"oav": "./dist/cli.js"
},
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",
"dist/lib/**/*.handlebars",
2018-09-26 03:18:31 +03:00
"types/**/*.d.ts",
"*.ts",
"lib/**/*.ts"
2018-06-01 01:01:32 +03:00
],
2020-11-24 06:07:36 +03:00
"types": "./dist/index.d.ts",
2017-04-13 07:07:58 +03:00
"scripts": {
"copy-templates": "copyfiles -V -E -u 1 lib/testScenario/templates/* dist/lib",
"build": "run-p tsc lint && npm run copy-templates",
"tsc": "tsc && npm run copy-templates",
2020-11-24 06:07:36 +03:00
"lint": "eslint ./lib/**/*.ts ./test/**/*.ts ./*.ts",
"lint-fix": "eslint ./lib/**/*.ts ./test/**/*.ts ./*.ts --fix",
"test": "npm run tsc && jest --ci --reporters=default --reporters=jest-junit",
"fast-test": "jest --ci --reporters=default --reporters=jest-junit --config ./jest.config.js ",
"slow-test": "node --max-old-space-size=10192 ./node_modules/.bin/jest -u --runInBand --ci --reporters=default --reporters=jest-junit --config ./regression/jest.regression.config.js ",
"slow-test-sample": "node --max-old-space-size=10192 ./node_modules/.bin/jest -u --runInBand --ci --reporters=default --reporters=jest-junit --config ./regression/jest.regression-sample.config.js ",
"jest": "jest",
2018-06-01 03:36:35 +03:00
"start": "node ./dist/lib/autorestPlugin/pluginHost.js",
2020-11-24 06:07:36 +03:00
"prepack": "npm run build",
"cli": "npm run tsc && node dist/cli.js",
"li": "npm install @ts-common/local-install --no-save && local-install"
},
"engines": {
"node": ">=10.11.0"
},
"jest-junit": {
"output": "test-results.xml"
2017-04-13 07:07:58 +03:00
}
}