vmes-flowable
Version:
ceshibao
91 lines (90 loc) • 2.39 kB
JSON
{
"_from": "moddle-xml@^8.0.8",
"_id": "moddle-xml@8.0.8",
"_inBundle": false,
"_integrity": "sha1-8UGTOUvo4cX20cD4kt7ldSPUFBY=",
"_location": "/moddle-xml",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "moddle-xml@^8.0.8",
"name": "moddle-xml",
"escapedName": "moddle-xml",
"rawSpec": "^8.0.8",
"saveSpec": null,
"fetchSpec": "^8.0.8"
},
"_requiredBy": [
"/bpmn-moddle"
],
"_resolved": "https://registry.npm.taobao.org/moddle-xml/download/moddle-xml-8.0.8.tgz",
"_shasum": "f14193394be8e1c5f6d1c0f892dee57523d41416",
"_spec": "moddle-xml@^8.0.8",
"_where": "D:\\vmes-antd-new\\node_modules\\bpmn-moddle",
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/Nikku"
},
"bugs": {
"url": "https://github.com/bpmn-io/moddle-xml/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"dependencies": {
"min-dash": "^3.0.0",
"moddle": "^5.0.1",
"saxen": "^8.1.2"
},
"deprecated": false,
"description": "XML import/export for documents described with moddle",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.16.0",
"eslint-plugin-bpmn-io": "^0.8.2",
"esm": "^3.0.15",
"mocha": "^6.2.0",
"npm-run-all": "^4.1.1",
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1"
},
"homepage": "https://github.com/bpmn-io/moddle-xml#readme",
"keywords": [
"moddle",
"model",
"meta-model",
"xml",
"xsd",
"import",
"export"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"name": "moddle-xml",
"repository": {
"type": "git",
"url": "git+https://github.com/bpmn-io/moddle-xml.git"
},
"scripts": {
"all": "run-s lint test distro",
"build": "rollup -c",
"dev": "npm test -- --watch",
"distro": "run-s build test:build",
"lint": "eslint .",
"prepublishOnly": "run-s distro",
"test": "mocha -r esm --reporter=spec --recursive test/spec",
"test:build": "mocha --reporter=spec --recursive test/distro"
},
"sideEffects": false,
"source": "lib/index.js",
"umd:main": "dist/moddle-xml.umd.js",
"version": "8.0.8"
}