UNPKG

@xml-tools/constraints

Version:

XML constraints validations

48 lines (47 loc) 1.08 kB
{ "name": "@xml-tools/constraints", "version": "1.1.1", "description": "XML constraints validations", "keywords": [ "xml", "validation" ], "main": "lib/api.js", "repository": "https://github.com/sap/xml-tools/", "license": "Apache-2.0", "typings": "./api.d.ts", "files": [ "lib", ".reuse", "LICENSES", "api.d.ts" ], "dependencies": { "@xml-tools/validation": "^1.0.16", "lodash": "4.17.21" }, "devDependencies": { "@xml-tools/ast": "^5.0.5" }, "scripts": { "ci": "npm-run-all clean type-check coverage:*", "clean": "rimraf ./coverage ./nyc_output", "test": "mocha \"./test/**/*spec.js\"", "coverage:run": "nyc mocha \"./test/**/*spec.js\"", "coverage:check": "nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100", "type-check": "tsc api.d.ts" }, "publishConfig": { "access": "public" }, "nyc": { "include": [ "lib/**/*.js" ], "reporter": [ "text", "lcov" ] }, "gitHead": "6ce4d58f85eff0c993cc34535b8ca1b23c1e2fa0" }