Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 71 additions & 8 deletions src/openapi-examples-validator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 62 additions & 62 deletions src/openapi-examples-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,85 +4,85 @@
"description": "Validates embedded examples in OpenAPI-JSONs",
"main": "dist/index.js",
"engines": {
"node": ">=8"
"node": ">=8"
},
"bin": {
"openapi-examples-validator": "dist/cli.js"
"openapi-examples-validator": "dist/cli.js"
},
"standard-version": {
"scripts": {
"postchangelog": "npm run release:create-dockerfile && npm run release:stage-artifacts"
}
"scripts": {
"postchangelog": "npm run release:create-dockerfile && npm run release:stage-artifacts"
}
},
"scripts": {
"start-dev": "babel-node src/cli",
"build": "npm run build:clean && npm run build:webpack",
"build:clean": "rimraf dist",
"build:webpack": "webpack --bail --progress --profile --mode production --config ./webpack/config.babel.js",
"coverage": "rimraf ./coverage && nyc --reporter=lcov --reporter=text -x \"dist/**/*\" -x \"test/**/*.js\" npm test",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "npm run build && npm run test:mocha",
"test-mutations": "stryker run",
"test:mocha": "mocha --require \"./test/util/setup-tests\" --recursive \"./test/specs/**/*.js\"",
"release": "npm run build && standard-version -a",
"release:create-dockerfile": "npm run build && node etc/src/build-dockerfile.js",
"release:stage-artifacts": "git add dist/*"
"start-dev": "babel-node src/cli",
"build": "npm run build:clean && npm run build:webpack",
"build:clean": "rimraf dist",
"build:webpack": "webpack --bail --progress --profile --mode production --config ./webpack/config.babel.js",
"coverage": "rimraf ./coverage && nyc --reporter=lcov --reporter=text -x \"dist/**/*\" -x \"test/**/*.js\" npm test",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "npm run build && npm run test:mocha",
"test-mutations": "stryker run",
"test:mocha": "mocha --require \"./test/util/setup-tests\" --recursive \"./test/specs/**/*.js\"",
"release": "npm run build && standard-version -a",
"release:create-dockerfile": "npm run build && node etc/src/build-dockerfile.js",
"release:stage-artifacts": "git add dist/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codekie/openapi-examples-validator.git"
"type": "git",
"url": "git+https://github.com/codekie/openapi-examples-validator.git"
},
"keywords": [
"swagger",
"openapi",
"json",
"validate",
"examples"
"swagger",
"openapi",
"json",
"validate",
"examples"
],
"author": "Josua Amann",
"license": "MIT",
"bugs": {
"url": "https://github.com/codekie/openapi-examples-validator/issues"
"url": "https://github.com/codekie/openapi-examples-validator/issues"
},
"homepage": "https://github.com/codekie/openapi-examples-validator#readme",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/node": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/register": "^7.16.0",
"@stryker-mutator/core": "^4.5.0",
"@stryker-mutator/mocha-runner": "^4.5.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"chai": "^4.3.4",
"coveralls": "^3.1.1",
"eslint": "^7.27.0",
"eslint-loader": "^4.0.2",
"json-loader": "^0.5.7",
"mocha": "^8.4.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"standard-version": "^9.3.2",
"stryker-cli": "^1.0.2",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1"
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/node": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/register": "^7.16.0",
"@stryker-mutator/core": "^4.5.0",
"@stryker-mutator/mocha-runner": "^4.5.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"chai": "^4.3.4",
"coveralls": "^3.1.1",
"eslint": "^7.27.0",
"eslint-loader": "^4.0.2",
"json-loader": "^0.5.7",
"mocha": "^8.4.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"standard-version": "^9.3.2",
"stryker-cli": "^1.0.2",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"ajv": "^8.8.2",
"ajv-draft-04": "^1.0.0",
"ajv-oai": "1.2.1",
"commander": "^6.2.1",
"errno": "^1.0.0",
"glob": "^7.2.0",
"json-pointer": "0.6.1",
"json-schema-ref-parser": "^9.0.9",
"jsonpath-plus": "^6.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.flatmap": "^4.5.0",
"lodash.flatten": "^4.4.0",
"lodash.merge": "^4.6.2",
"yaml": "^1.10.2"
"ajv": "^8.8.2",
"ajv-draft-04": "^1.0.0",
"ajv-oai": "1.2.1",
"commander": "^6.2.1",
"errno": "^1.0.0",
"glob": "^7.2.0",
"json-pointer": "0.6.1",
"json-schema-ref-parser": "^9.0.9",
"jsonpath-plus": "^10.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.flatmap": "^4.5.0",
"lodash.flatten": "^4.4.0",
"lodash.merge": "^4.6.2",
"yaml": "^1.10.2"
}
}
}