package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "moddle@4.1.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "moddle@4.1.0",
  9. "_id": "moddle@4.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-asBaDLTTNpv4oC8iFdwonfMf/noPVvaBDXoSL7AsXZUDqwokgy8Lsf5eXwdnjXiDqm0olYi/S3Do544uVJSQDg==",
  12. "_location": "/moddle",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "moddle@4.1.0",
  18. "name": "moddle",
  19. "escapedName": "moddle",
  20. "rawSpec": "4.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.0"
  23. },
  24. "_requiredBy": [
  25. "/bpmn-moddle",
  26. "/moddle-xml"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/moddle/-/moddle-4.1.0.tgz",
  29. "_spec": "4.1.0",
  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/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. },
  47. "description": "A library for importing meta-model based file formats into JS",
  48. "devDependencies": {
  49. "chai": "^4.1.2",
  50. "eslint": "^4.11.0",
  51. "eslint-plugin-bpmn-io": "^0.4.1",
  52. "esm": "^3.0.15",
  53. "mocha": "^4.0.1",
  54. "npm-run-all": "^4.1.2"
  55. },
  56. "directories": {
  57. "lib": "lib"
  58. },
  59. "homepage": "https://github.com/bpmn-io/moddle#readme",
  60. "keywords": [
  61. "model",
  62. "meta-model",
  63. "xml",
  64. "xsd",
  65. "import",
  66. "export"
  67. ],
  68. "license": "MIT",
  69. "name": "moddle",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/bpmn-io/moddle.git"
  73. },
  74. "scripts": {
  75. "all": "run-s lint test",
  76. "dev": "npm test -- --watch",
  77. "lint": "eslint .",
  78. "test": "mocha -r esm --reporter=spec test/**/*.js"
  79. },
  80. "sideEffects": false,
  81. "version": "4.1.0"
  82. }