vmes-flowable
Version:
ceshibao
93 lines (92 loc) • 2.56 kB
JSON
{
"_from": "bpmn-moddle@^6.0.0",
"_id": "bpmn-moddle@6.0.7",
"_inBundle": false,
"_integrity": "sha1-QW370NbokjcRyRnQFac0X3q6wgs=",
"_location": "/bpmn-moddle",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bpmn-moddle@^6.0.0",
"name": "bpmn-moddle",
"escapedName": "bpmn-moddle",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/bpmn-js",
"/jeeplus-bpmn"
],
"_resolved": "https://registry.npm.taobao.org/bpmn-moddle/download/bpmn-moddle-6.0.7.tgz",
"_shasum": "416dfbd0d6e8923711c919d015a7345f7abac20b",
"_spec": "bpmn-moddle@^6.0.0",
"_where": "D:\\vmes-antd-new\\node_modules\\jeeplus-bpmn",
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/nikku"
},
"bugs": {
"url": "https://github.com/bpmn-io/bpmn-moddle/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"dependencies": {
"min-dash": "^3.0.0",
"moddle": "^5.0.1",
"moddle-xml": "^8.0.8"
},
"deprecated": false,
"description": "A moddle wrapper for BPMN 2.0",
"devDependencies": {
"chai": "^4.1.2",
"cmof-parser": "^0.5.2",
"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",
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1",
"xsd-schema-validator": "^0.5.0"
},
"homepage": "https://github.com/bpmn-io/bpmn-moddle#readme",
"keywords": [
"bpmn",
"moddle",
"bpmn20",
"meta-model"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"name": "bpmn-moddle",
"repository": {
"type": "git",
"url": "git+https://github.com/bpmn-io/bpmn-moddle.git"
},
"scripts": {
"all": "run-s generate-schema lint test distro",
"build": "rollup -c",
"dev": "npm test -- --watch",
"distro": "run-s build test:build",
"generate-schema": "node tasks/generate-schema",
"lint": "eslint .",
"prepublishOnly": "run-s distro",
"test": "mocha -r esm --reporter=spec --recursive test/spec test/integration",
"test:build": "mocha --reporter=spec --recursive test/distro"
},
"sideEffects": false,
"source": "lib/index.js",
"umd:main": "dist/bpmn-moddle.umd.js",
"version": "6.0.7"
}