package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "diagram-js@3.3.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "diagram-js@3.3.1",
  9. "_id": "diagram-js@3.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-O4jdbcajP8D82U8NvUVVIgA4FuA64D3le2yLuaLTkYbkZookU06lm80cXxomAznLuJugEUy0xWugW9bHeJxnoA==",
  12. "_location": "/diagram-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "diagram-js@3.3.1",
  18. "name": "diagram-js",
  19. "escapedName": "diagram-js",
  20. "rawSpec": "3.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.1"
  23. },
  24. "_requiredBy": [
  25. "/bpmn-js"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/diagram-js/-/diagram-js-3.3.1.tgz",
  28. "_spec": "3.3.1",
  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/diagram-js/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "bpmn.io contributors",
  40. "url": "https://github.com/bpmn-io"
  41. }
  42. ],
  43. "dependencies": {
  44. "css.escape": "^1.5.1",
  45. "didi": "^4.0.0",
  46. "hammerjs": "^2.0.1",
  47. "inherits": "^2.0.1",
  48. "min-dash": "^3.2.0",
  49. "min-dom": "^3.0.0",
  50. "object-refs": "^0.3.0",
  51. "path-intersection": "^1.0.2",
  52. "tiny-svg": "^2.2.1"
  53. },
  54. "description": "A modeling framework for the web",
  55. "devDependencies": {
  56. "chai": "^4.2.0",
  57. "eslint": "^5.7.0",
  58. "eslint-plugin-bpmn-io": "^0.6.0",
  59. "eslint-plugin-import": "^2.14.0",
  60. "istanbul-instrumenter-loader": "^3.0.1",
  61. "jquery": "^3.3.1",
  62. "karma": "^3.1.1",
  63. "karma-chrome-launcher": "^2.2.0",
  64. "karma-coverage": "^1.1.2",
  65. "karma-firefox-launcher": "^1.0.1",
  66. "karma-ie-launcher": "^1.0.0",
  67. "karma-mocha": "^1.3.0",
  68. "karma-phantomjs-launcher": "^1.0.4",
  69. "karma-safari-launcher": "^1.0.0",
  70. "karma-sinon-chai": "^2.0.2",
  71. "karma-webpack": "^3.0.0",
  72. "mocha": "^5.2.0",
  73. "mocha-test-container-support": "^0.2.0",
  74. "npm-run-all": "^4.1.2",
  75. "phantomjs-prebuilt": "^2.1.12",
  76. "puppeteer": "^1.9.0",
  77. "raw-loader": "^0.5.1",
  78. "sinon": "^7.1.0",
  79. "sinon-chai": "^3.2.0",
  80. "url-loader": "^1.1.2",
  81. "webpack": "^4.23.1"
  82. },
  83. "homepage": "https://github.com/bpmn-io/diagram-js#readme",
  84. "keywords": [
  85. "modeler",
  86. "modeling",
  87. "canvas",
  88. "diagram-js"
  89. ],
  90. "license": "MIT",
  91. "name": "diagram-js",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/bpmn-io/diagram-js.git"
  95. },
  96. "scripts": {
  97. "all": "run-s lint test",
  98. "dev": "npm test -- --auto-watch --no-single-run",
  99. "lint": "eslint .",
  100. "test": "karma start"
  101. },
  102. "sideEffects": [
  103. "*.css"
  104. ],
  105. "version": "3.3.1"
  106. }