2024-08-14 15:17:51 +08:00

81 lines
2.0 KiB
JSON

{
"_args": [
[
"bpmn-moddle@5.2.0",
"D:\\dataTag\\ebpm-process-modeler\\ebpm-process-modeler"
]
],
"_from": "bpmn-moddle@5.2.0",
"_id": "bpmn-moddle@5.2.0",
"_inBundle": false,
"_integrity": "sha512-MZTlpIXWcHTelp09vR4hs23diCdeHl4JbwOXGmif10qf9v/kqreiCMeo0B9w8eEmZqdRdkulTIScKavTYOxTQw==",
"_location": "/bpmn-moddle",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bpmn-moddle@5.2.0",
"name": "bpmn-moddle",
"escapedName": "bpmn-moddle",
"rawSpec": "5.2.0",
"saveSpec": null,
"fetchSpec": "5.2.0"
},
"_requiredBy": [
"/bpmn-js"
],
"_resolved": "https://registry.npmjs.org/bpmn-moddle/-/bpmn-moddle-5.2.0.tgz",
"_spec": "5.2.0",
"_where": "D:\\dataTag\\ebpm-process-modeler\\ebpm-process-modeler",
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/nikku"
},
"bugs": {
"url": "https://github.com/bpmn-io/bpmn-moddle/issues"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"dependencies": {
"min-dash": "^3.0.0",
"moddle": "^4.1.0",
"moddle-xml": "^7.5.0"
},
"description": "A moddle wrapper for BPMN 2.0",
"devDependencies": {
"chai": "^4.1.2",
"cmof-parser": "^0.2.0",
"eslint": "^4.11.0",
"eslint-plugin-bpmn-io": "^0.4.1",
"esm": "^3.0.15",
"mocha": "^4.0.1",
"npm-run-all": "^4.1.5",
"xsd-schema-validator": "^0.5.0"
},
"homepage": "https://github.com/bpmn-io/bpmn-moddle#readme",
"keywords": [
"bpmn",
"moddle",
"bpmn20",
"meta-model"
],
"license": "MIT",
"name": "bpmn-moddle",
"repository": {
"type": "git",
"url": "git+https://github.com/bpmn-io/bpmn-moddle.git"
},
"scripts": {
"all": "run-s lint test",
"dev": "npm test -- --watch",
"lint": "eslint .",
"test": "mocha -r esm --reporter=spec --recursive test"
},
"sideEffects": false,
"version": "5.2.0"
}