package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. "bpmn-js@3.5.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "bpmn-js@3.5.0",
  9. "_id": "bpmn-js@3.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-PfNM0UbztNyd7+8+hQCThQTwo3ViIAJbpGff1N93dJauwTeF1sYPdjF2w2mQi5pucoYtPmf33fsH8SD3BAjd2g==",
  12. "_location": "/bpmn-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "bpmn-js@3.5.0",
  18. "name": "bpmn-js",
  19. "escapedName": "bpmn-js",
  20. "rawSpec": "3.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.5.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/bpmn-js/-/bpmn-js-3.5.0.tgz",
  28. "_spec": "3.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/bpmn-js/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "bpmn.io contributors",
  40. "url": "https://github.com/bpmn-io"
  41. }
  42. ],
  43. "dependencies": {
  44. "bpmn-font": "^0.8.0",
  45. "bpmn-moddle": "^5.1.6",
  46. "css.escape": "^1.5.1",
  47. "diagram-js": "^3.3.1",
  48. "diagram-js-direct-editing": "^1.4.3",
  49. "ids": "^0.2.0",
  50. "inherits": "^2.0.1",
  51. "min-dash": "^3.4.0",
  52. "min-dom": "^3.0.0",
  53. "object-refs": "^0.3.0",
  54. "tiny-svg": "^2.2.1"
  55. },
  56. "description": "A bpmn 2.0 toolkit and web modeler",
  57. "devDependencies": {
  58. "chai": "^4.1.2",
  59. "chai-match": "^1.1.1",
  60. "cpx": "^1.5.0",
  61. "del": "^3.0.0",
  62. "eslint": "^5.16.0",
  63. "eslint-plugin-bpmn-io": "^0.6.1",
  64. "eslint-plugin-import": "^2.17.2",
  65. "execa": "^1.0.0",
  66. "istanbul-instrumenter-loader": "^3.0.1",
  67. "karma": "^3.1.4",
  68. "karma-chrome-launcher": "^2.1.1",
  69. "karma-coverage": "^1.1.2",
  70. "karma-env-preprocessor": "^0.1.1",
  71. "karma-firefox-launcher": "^1.0.1",
  72. "karma-ie-launcher": "^1.0.0",
  73. "karma-mocha": "^1.3.0",
  74. "karma-phantomjs-launcher": "^1.0.4",
  75. "karma-safari-launcher": "^1.0.0",
  76. "karma-sinon-chai": "^2.0.2",
  77. "karma-webpack": "^3.0.0",
  78. "mkdirp": "^0.5.1",
  79. "mocha": "^5.2.0",
  80. "mocha-test-container-support": "0.2.0",
  81. "npm-run-all": "^4.1.2",
  82. "phantomjs-prebuilt": "^2.1.12",
  83. "puppeteer": "^1.14.0",
  84. "raw-loader": "^0.5.1",
  85. "rollup": "^0.66.6",
  86. "rollup-plugin-commonjs": "^9.3.4",
  87. "rollup-plugin-json": "^3.1.0",
  88. "rollup-plugin-license": "^0.8.1",
  89. "rollup-plugin-node-resolve": "^3.3.0",
  90. "rollup-plugin-replace": "^2.2.0",
  91. "rollup-plugin-uglify": "^6.0.2",
  92. "sinon": "^7.3.2",
  93. "sinon-chai": "^3.2.0",
  94. "webpack": "^4.30.0"
  95. },
  96. "homepage": "https://github.com/bpmn-io/bpmn-js#readme",
  97. "keywords": [
  98. "bpmn",
  99. "bpmn-js",
  100. "toolkit",
  101. "web modeler",
  102. "modeler",
  103. "modeling",
  104. "process modeling"
  105. ],
  106. "license": "SEE LICENSE IN LICENSE",
  107. "name": "bpmn-js",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/bpmn-io/bpmn-js.git"
  111. },
  112. "scripts": {
  113. "all": "run-s lint test distro test:distro",
  114. "dev": "npm test -- --auto-watch --no-single-run",
  115. "distro": "node tasks/build-distro.js",
  116. "lint": "eslint .",
  117. "prepublishOnly": "run-s distro test:distro",
  118. "test": "karma start test/config/karma.unit.js",
  119. "test:distro": "node tasks/test-distro.js"
  120. },
  121. "sideEffects": [
  122. "*.css"
  123. ],
  124. "version": "3.5.0"
  125. }