package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "bpmn-moddle@5.1.6",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "bpmn-moddle@5.1.6",
  9. "_id": "bpmn-moddle@5.1.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-png5t2CwSu06YyCBoUSfefkN3uM/JiKivd4qEtHB4pZAVdT4Xf+swfxefzZbLOa5AnlioIKi355E8WlSr0aBWQ==",
  12. "_location": "/bpmn-moddle",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bpmn-moddle@5.1.6",
  18. "name": "bpmn-moddle",
  19. "escapedName": "bpmn-moddle",
  20. "rawSpec": "5.1.6",
  21. "saveSpec": null,
  22. "fetchSpec": "5.1.6"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/bpmn-js"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/bpmn-moddle/-/bpmn-moddle-5.1.6.tgz",
  29. "_spec": "5.1.6",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Nico Rehwaldt",
  33. "url": "https://github.com/nikku"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bpmn-io/bpmn-moddle/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "bpmn.io contributors",
  41. "url": "https://github.com/bpmn-io"
  42. }
  43. ],
  44. "dependencies": {
  45. "min-dash": "^3.0.0",
  46. "moddle": "^4.1.0",
  47. "moddle-xml": "^7.2.3"
  48. },
  49. "description": "A moddle wrapper for BPMN 2.0",
  50. "devDependencies": {
  51. "chai": "^4.1.2",
  52. "cmof-parser": "^0.2.0",
  53. "eslint": "^4.11.0",
  54. "eslint-plugin-bpmn-io": "^0.4.1",
  55. "esm": "^3.0.15",
  56. "mocha": "^4.0.1",
  57. "npm-run-all": "^4.1.5",
  58. "xsd-schema-validator": "^0.5.0"
  59. },
  60. "homepage": "https://github.com/bpmn-io/bpmn-moddle#readme",
  61. "keywords": [
  62. "bpmn",
  63. "moddle",
  64. "bpmn20",
  65. "meta-model"
  66. ],
  67. "license": "MIT",
  68. "name": "bpmn-moddle",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/bpmn-io/bpmn-moddle.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 --recursive test"
  78. },
  79. "sideEffects": false,
  80. "version": "5.1.6"
  81. }