package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "moddle-xml@7.5.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "moddle-xml@7.5.0",
  9. "_id": "moddle-xml@7.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-wPm3TD9910Iblp4lg1okHDRilY9gTvNBdo7ZHBmBzH4OioF5R2hvG3SMyn7cAUjOUg0kYUfChHgcUEO+qUc77Q==",
  12. "_location": "/moddle-xml",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "moddle-xml@7.5.0",
  18. "name": "moddle-xml",
  19. "escapedName": "moddle-xml",
  20. "rawSpec": "7.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "7.5.0"
  23. },
  24. "_requiredBy": [
  25. "/bpmn-moddle"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/moddle-xml/-/moddle-xml-7.5.0.tgz",
  28. "_spec": "7.5.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Nico Rehwaldt",
  32. "url": "https://github.com/Nikku"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/bpmn-io/moddle-xml/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "bpmn.io contributors",
  40. "url": "https://github.com/bpmn-io"
  41. }
  42. ],
  43. "dependencies": {
  44. "min-dash": "^3.0.0",
  45. "moddle": "^4.1.0",
  46. "saxen": "^8.1.0"
  47. },
  48. "description": "XML import/export for documents described with moddle",
  49. "devDependencies": {
  50. "chai": "^4.1.2",
  51. "eslint": "^3.19.0",
  52. "eslint-plugin-bpmn-io": "^0.4.1",
  53. "esm": "^3.0.15",
  54. "mocha": "^4.0.1",
  55. "npm-run-all": "^4.1.1"
  56. },
  57. "homepage": "https://github.com/bpmn-io/moddle-xml#readme",
  58. "keywords": [
  59. "moddle",
  60. "model",
  61. "meta-model",
  62. "xml",
  63. "xsd",
  64. "import",
  65. "export"
  66. ],
  67. "license": "MIT",
  68. "name": "moddle-xml",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/bpmn-io/moddle-xml.git"
  72. },
  73. "scripts": {
  74. "all": "run-s lint test",
  75. "dev": "npm test -- --watch",
  76. "lint": "eslint .",
  77. "test": "mocha -r esm --reporter=spec test/**/*.js"
  78. },
  79. "sideEffects": false,
  80. "version": "7.5.0"
  81. }