123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_args": [
- [
- "min-dom@3.1.3",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "min-dom@3.1.3",
- "_id": "min-dom@3.1.3",
- "_inBundle": false,
- "_integrity": "sha512-Lbi1NZjLV9Hg6/bEe2Lfk2Fzsv1MwheR61whqTLP+FxLndYo9TxpksEgM5Kr1khjfCtFTMr0waeEfwIpStkRdw==",
- "_location": "/min-dom",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "min-dom@3.1.3",
- "name": "min-dom",
- "escapedName": "min-dom",
- "rawSpec": "3.1.3",
- "saveSpec": null,
- "fetchSpec": "3.1.3"
- },
- "_requiredBy": [
- "/bpmn-js",
- "/diagram-js",
- "/diagram-js-direct-editing"
- ],
- "_resolved": "https://registry.npmmirror.com/min-dom/-/min-dom-3.1.3.tgz",
- "_spec": "3.1.3",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "author": {
- "name": "bpmn.io"
- },
- "bugs": {
- "url": "https://github.com/bpmn-io/min-dom/issues"
- },
- "dependencies": {
- "component-event": "^0.1.4",
- "domify": "^1.3.1",
- "indexof": "0.0.1",
- "matches-selector": "^1.2.0"
- },
- "description": "A minimal dom utility toolbelt",
- "devDependencies": {
- "babel-core": "^6.26.0",
- "babel-preset-env": "^1.6.1",
- "babelify": "^8.0.0",
- "browserify": "^16.2.3",
- "chai": "^4.2.0",
- "cpx": "^1.5.0",
- "eslint": "^5.6.1",
- "eslint-plugin-bpmn-io": "^0.6.0",
- "karma": "^4.4.1",
- "karma-browserify": "^7.0.0",
- "karma-chai": "^0.1.0",
- "karma-chrome-launcher": "^3.1.0",
- "karma-firefox-launcher": "^1.3.0",
- "karma-mocha": "^1.3.0",
- "karma-phantomjs-launcher": "^1.0.4",
- "mocha": "^5.2.0",
- "npm-run-all": "^4.1.2",
- "rollup": "^0.66.5",
- "rollup-plugin-babel": "^3.0.7",
- "rollup-plugin-commonjs": "^9.1.8",
- "rollup-plugin-node-resolve": "^3.4.0",
- "rollup-plugin-uglify": "^6.0.0",
- "watchify": "^3.9.0"
- },
- "homepage": "https://github.com/bpmn-io/min-dom#readme",
- "keywords": [
- "dom",
- "util",
- "utility",
- "minimal",
- "event",
- "query",
- "jquery",
- "component"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.esm.js",
- "name": "min-dom",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/bpmn-io/min-dom.git"
- },
- "scripts": {
- "all": "run-s lint test distro",
- "bundle": "rollup -c",
- "copy": "cpx -v lib/*.d.ts dist",
- "distro": "run-s copy bundle test:integration",
- "lint": "eslint .",
- "prepublishOnly": "run-s distro",
- "test": "karma start",
- "test:integration": "karma start test/integration/karma.conf.js"
- },
- "sideEffects": false,
- "types": "dist/index.d.ts",
- "version": "3.1.3"
- }
|