2 Star 0 Fork 0

mirrors_bpmn-io/json-schema-validator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
Niklas Kiefer 提交于 2021-03-29 12:14 . feat: set data pointer to errors
{
"name": "@bpmn-io/json-schema-validator",
"version": "0.2.1",
"description": "Validate JSON based on JSON Schema files",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"source": "lib/index.js",
"scripts": {
"build": "rollup -c",
"distro": "run-s build test:build",
"lint": "eslint .",
"prepublishOnly": "run-s distro",
"test": "nyc --reporter=lcov mocha -r esm --reporter=spec --recursive test/spec",
"test:build": "mocha --reporter=spec --recursive test/distro",
"all": "run-s lint test distro"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpmn-io/json-schema-validator.git"
},
"keywords": [
"json-schema",
"json-schema-validator",
"validation"
],
"author": "Niklas Kiefer <niklas.kiefer@camunda.com (https://github.com/pinussilvestrus)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bpmn-io/json-schema-validator/issues"
},
"homepage": "https://github.com/bpmn-io/json-schema-validator#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"chai": "^4.3.4",
"eslint": "^7.22.0",
"eslint-plugin-bpmn-io": "^0.12.0",
"esm": "^3.2.25",
"mocha": "^8.3.2",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rollup": "^2.42.2"
},
"dependencies": {
"ajv": "^6.12.6",
"ajv-errors": "^1.0.1",
"json-source-map": "^0.6.1",
"min-dash": "^3.7.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_bpmn-io/json-schema-validator.git
git@gitee.com:mirrors_bpmn-io/json-schema-validator.git
mirrors_bpmn-io
json-schema-validator
json-schema-validator
main

搜索帮助