package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "min-dom@3.1.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "min-dom@3.1.3",
  9. "_id": "min-dom@3.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Lbi1NZjLV9Hg6/bEe2Lfk2Fzsv1MwheR61whqTLP+FxLndYo9TxpksEgM5Kr1khjfCtFTMr0waeEfwIpStkRdw==",
  12. "_location": "/min-dom",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "min-dom@3.1.3",
  18. "name": "min-dom",
  19. "escapedName": "min-dom",
  20. "rawSpec": "3.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.3"
  23. },
  24. "_requiredBy": [
  25. "/bpmn-js",
  26. "/diagram-js",
  27. "/diagram-js-direct-editing"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/min-dom/-/min-dom-3.1.3.tgz",
  30. "_spec": "3.1.3",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "bpmn.io"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bpmn-io/min-dom/issues"
  37. },
  38. "dependencies": {
  39. "component-event": "^0.1.4",
  40. "domify": "^1.3.1",
  41. "indexof": "0.0.1",
  42. "matches-selector": "^1.2.0"
  43. },
  44. "description": "A minimal dom utility toolbelt",
  45. "devDependencies": {
  46. "babel-core": "^6.26.0",
  47. "babel-preset-env": "^1.6.1",
  48. "babelify": "^8.0.0",
  49. "browserify": "^16.2.3",
  50. "chai": "^4.2.0",
  51. "cpx": "^1.5.0",
  52. "eslint": "^5.6.1",
  53. "eslint-plugin-bpmn-io": "^0.6.0",
  54. "karma": "^4.4.1",
  55. "karma-browserify": "^7.0.0",
  56. "karma-chai": "^0.1.0",
  57. "karma-chrome-launcher": "^3.1.0",
  58. "karma-firefox-launcher": "^1.3.0",
  59. "karma-mocha": "^1.3.0",
  60. "karma-phantomjs-launcher": "^1.0.4",
  61. "mocha": "^5.2.0",
  62. "npm-run-all": "^4.1.2",
  63. "rollup": "^0.66.5",
  64. "rollup-plugin-babel": "^3.0.7",
  65. "rollup-plugin-commonjs": "^9.1.8",
  66. "rollup-plugin-node-resolve": "^3.4.0",
  67. "rollup-plugin-uglify": "^6.0.0",
  68. "watchify": "^3.9.0"
  69. },
  70. "homepage": "https://github.com/bpmn-io/min-dom#readme",
  71. "keywords": [
  72. "dom",
  73. "util",
  74. "utility",
  75. "minimal",
  76. "event",
  77. "query",
  78. "jquery",
  79. "component"
  80. ],
  81. "license": "MIT",
  82. "main": "dist/index.js",
  83. "module": "dist/index.esm.js",
  84. "name": "min-dom",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/bpmn-io/min-dom.git"
  88. },
  89. "scripts": {
  90. "all": "run-s lint test distro",
  91. "bundle": "rollup -c",
  92. "copy": "cpx -v lib/*.d.ts dist",
  93. "distro": "run-s copy bundle test:integration",
  94. "lint": "eslint .",
  95. "prepublishOnly": "run-s distro",
  96. "test": "karma start",
  97. "test:integration": "karma start test/integration/karma.conf.js"
  98. },
  99. "sideEffects": false,
  100. "types": "dist/index.d.ts",
  101. "version": "3.1.3"
  102. }