package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "diagram-js-direct-editing@1.6.4",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "diagram-js-direct-editing@1.6.4",
  9. "_id": "diagram-js-direct-editing@1.6.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yn5l/Q4jl1QI8CDN1mYSV08/O0srSDl3eM8yOv6ZWVu76Ig3IDUHzIw9tYQaifw0slRYFoLW3AxYNirH0mKakg==",
  12. "_location": "/diagram-js-direct-editing",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "diagram-js-direct-editing@1.6.4",
  18. "name": "diagram-js-direct-editing",
  19. "escapedName": "diagram-js-direct-editing",
  20. "rawSpec": "1.6.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.6.4"
  23. },
  24. "_requiredBy": [
  25. "/bpmn-js"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/diagram-js-direct-editing/-/diagram-js-direct-editing-1.6.4.tgz",
  28. "_spec": "1.6.4",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "bpmn.io"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/bpmn-io/diagram-js-direct-editing/issues"
  35. },
  36. "dependencies": {
  37. "min-dash": "^3.5.2",
  38. "min-dom": "^3.1.3"
  39. },
  40. "description": "Direct editing support for diagram-js",
  41. "devDependencies": {
  42. "chai": "^2.3.0",
  43. "diagram-js": "^8.0.0",
  44. "eslint": "^4.12.0",
  45. "eslint-plugin-bpmn-io": "^0.5.2",
  46. "karma": "^4.0.1",
  47. "karma-chrome-launcher": "^2.2.0",
  48. "karma-firefox-launcher": "^1.0.1",
  49. "karma-ie-launcher": "^1.0.0",
  50. "karma-mocha": "^1.3.0",
  51. "karma-phantomjs-launcher": "^1.0.4",
  52. "karma-sinon-chai": "^2.0.2",
  53. "karma-spec-reporter": "0.0.31",
  54. "karma-webpack": "^3.0.5",
  55. "mocha": "^6.0.2",
  56. "mocha-test-container-support": "^0.1.0",
  57. "npm-run-all": "^4.1.2",
  58. "phantomjs-prebuilt": "^2.1.12",
  59. "sinon": "^7.3.1",
  60. "sinon-chai": "^3.3.0",
  61. "webpack": "^4.29.6"
  62. },
  63. "files": [
  64. "lib",
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/bpmn-io/diagram-js-direct-editing#readme",
  68. "keywords": [
  69. "diagram-js",
  70. "diagram-js-plugin"
  71. ],
  72. "license": "MIT",
  73. "name": "diagram-js-direct-editing",
  74. "peerDependencies": {
  75. "diagram-js": "^0.x || ^1.x || ^2.x || ^3.x || ^4.x || ^5.x || ^6.x || ^7.x || ^8.x"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/bpmn-io/diagram-js-direct-editing.git"
  80. },
  81. "scripts": {
  82. "all": "run-s lint test",
  83. "dev": "npm run test -- --auto-watch --no-single-run",
  84. "lint": "eslint .",
  85. "test": "karma start"
  86. },
  87. "version": "1.6.4"
  88. }