{
  "_from": "moddle@^5.0.1",
  "_id": "moddle@5.0.1",
  "_inBundle": false,
  "_integrity": "sha1-HieRXVU5/NrTPm560qzerMWthWw=",
  "_location": "/moddle",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "moddle@^5.0.1",
    "name": "moddle",
    "escapedName": "moddle",
    "rawSpec": "^5.0.1",
    "saveSpec": null,
    "fetchSpec": "^5.0.1"
  },
  "_requiredBy": [
    "/bpmn-moddle",
    "/moddle-xml"
  ],
  "_resolved": "https://registry.npm.taobao.org/moddle/download/moddle-5.0.1.tgz",
  "_shasum": "1e27915d5539fcdad33e6e7ad2acdeacc5ad856c",
  "_spec": "moddle@^5.0.1",
  "_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/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "dependencies": {
    "min-dash": "^3.0.0"
  },
  "deprecated": false,
  "description": "A library for importing meta-model based file formats into JS",
  "devDependencies": {
    "chai": "^4.1.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.2",
    "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#readme",
  "keywords": [
    "model",
    "meta-model",
    "xml",
    "xsd",
    "import",
    "export"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "name": "moddle",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bpmn-io/moddle.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.umd.js",
  "version": "5.0.1"
}
