UNPKG

@stoplight/json-schema-merge-allof

Version:

Simplify your schema by combining allOf into the root schema, safely.

62 lines (61 loc) 1.65 kB
{ "name": "@stoplight/json-schema-merge-allof", "version": "0.8.0", "description": "Simplify your schema by combining allOf into the root schema, safely.", "main": "src/index.js", "scripts": { "eslint": "eslint src test", "test": "npm run eslint && nyc --reporter=html --reporter=text mocha test/specs", "develop": "mocha test/specs --recursive --watch", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "directories": { "lib": "src", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/stoplightio/json-schema-merge-allof.git" }, "keywords": [ "json", "schema", "jsonschema" ], "contributors": [ { "name": "Stoplight <support@stoplight.io>", "email": "support@stoplight.io" }, { "name": "Martin Hansen" } ], "license": "MIT", "bugs": { "url": "https://github.com/stoplightio/json-schema-merge-allof/issues" }, "homepage": "https://github.com/stoplightio/json-schema-merge-allof#readme", "devDependencies": { "ajv": "^5.2.3", "chai": "^4.1.2", "coveralls": "^3.0.0", "eslint": "^4.8.0", "eslint-config": "^0.3.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.2.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "json-schema-ref-parser": "^3.3.1", "json-stringify-safe": "^5.0.1", "mocha": "^4.0.1", "nyc": "^11.2.1", "sinon": "^4.0.1" }, "dependencies": { "compute-lcm": "^1.1.0", "json-schema-compare": "^0.2.2", "lodash": "^4.17.4" } }