vmes-flowable
Version:
ceshibao
105 lines (104 loc) • 2.86 kB
JSON
{
"_from": "min-dash@^3.1.0",
"_id": "min-dash@3.6.1",
"_inBundle": false,
"_integrity": "sha1-drVwj+LALtQJuOExOCOEOEazbjE=",
"_location": "/min-dash",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "min-dash@^3.1.0",
"name": "min-dash",
"escapedName": "min-dash",
"rawSpec": "^3.1.0",
"saveSpec": null,
"fetchSpec": "^3.1.0"
},
"_requiredBy": [
"/bpmn-js",
"/bpmn-js-cli",
"/bpmn-moddle",
"/diagram-js",
"/diagram-js-direct-editing",
"/jeeplus-bpmn",
"/moddle",
"/moddle-xml",
"/scroll-tabs"
],
"_resolved": "https://registry.npm.taobao.org/min-dash/download/min-dash-3.6.1.tgz",
"_shasum": "76b5708fe2c02ed409b8e1313823843846b36e31",
"_spec": "min-dash@^3.1.0",
"_where": "D:\\vmes-antd-new\\node_modules\\bpmn-js-cli",
"author": {
"name": "bpmn.io",
"email": "http://bpmn.io"
},
"bugs": {
"url": "https://github.com/bpmn-io/min-dash/issues"
},
"bundleDependencies": false,
"bundlesize": [
{
"path": "./dist/min-dash.min.js",
"maxSize": "2 kB"
},
{
"path": "./test/bundling/bundled.js",
"maxSize": "300 B"
}
],
"deprecated": false,
"description": "Minimum utility toolbelt",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/preset-env": "^7.13.10",
"@babel/register": "^7.13.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"bundlesize": "^0.18.1",
"chai": "^4.3.3",
"cpx": "^1.5.0",
"eslint": "^7.21.0",
"eslint-plugin-bpmn-io": "^0.12.0",
"mocha": "^8.3.1",
"npm-run-all": "^4.1.1",
"rollup": "^2.41.0",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"source-map-support": "^0.5.19"
},
"homepage": "https://github.com/bpmn-io/min-dash",
"keywords": [
"lodash",
"utility",
"tool",
"belt"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"name": "min-dash",
"repository": {
"type": "git",
"url": "git+https://github.com/bpmn-io/min-dash.git"
},
"scripts": {
"all": "run-s lint test distro",
"bundle": "rollup -c",
"bundle:checksize": "bundlesize",
"copy": "cpx -v lib/*.d.ts dist",
"dev": "npm test -- --watch",
"distro": "run-s copy bundle test:integration test:bundle bundle:checksize",
"lint": "eslint .",
"prepublishOnly": "run-s distro",
"test": "mocha -r @babel/register -r source-map-support/register --full-trace test/*.spec.js",
"test:bundle": "rollup -c test/bundling/rollup.config.js",
"test:integration": "mocha --full-trace test/integration/*.spec.js"
},
"sideEffects": false,
"types": "dist/index.d.ts",
"version": "3.6.1"
}