vmes-flowable
Version:
ceshibao
103 lines (102 loc) • 2.71 kB
JSON
{
"_from": "min-dom@^3.0.0",
"_id": "min-dom@3.1.3",
"_inBundle": false,
"_integrity": "sha1-bT9AkkOcgNE99SrJjWp9X+kr/b0=",
"_location": "/min-dom",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "min-dom@^3.0.0",
"name": "min-dom",
"escapedName": "min-dom",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/bpmn-js",
"/diagram-js",
"/diagram-js-direct-editing",
"/jeeplus-bpmn",
"/jp-bpmn-js-properties-panel",
"/scroll-tabs"
],
"_resolved": "https://registry.npm.taobao.org/min-dom/download/min-dom-3.1.3.tgz",
"_shasum": "6d3f4092439c80d13df52ac98d6a7d5fe92bfdbd",
"_spec": "min-dom@^3.0.0",
"_where": "D:\\vmes-antd-new\\node_modules\\jeeplus-bpmn",
"author": {
"name": "bpmn.io"
},
"bugs": {
"url": "https://github.com/bpmn-io/min-dom/issues"
},
"bundleDependencies": false,
"dependencies": {
"component-event": "^0.1.4",
"domify": "^1.3.1",
"indexof": "0.0.1",
"matches-selector": "^1.2.0"
},
"deprecated": false,
"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"
}