vmes-flowable
Version:
ceshibao
76 lines (75 loc) • 2.12 kB
JSON
{
"_from": "path-intersection@^2.2.0",
"_id": "path-intersection@2.2.1",
"_inBundle": false,
"_integrity": "sha1-hHa3X++3rEAvgQ0wTg6wwIDBH+c=",
"_location": "/path-intersection",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "path-intersection@^2.2.0",
"name": "path-intersection",
"escapedName": "path-intersection",
"rawSpec": "^2.2.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
},
"_requiredBy": [
"/diagram-js"
],
"_resolved": "https://registry.npm.taobao.org/path-intersection/download/path-intersection-2.2.1.tgz",
"_shasum": "8476b75fefb7ac402f810d304e0eb0c080c11fe7",
"_spec": "path-intersection@^2.2.0",
"_where": "D:\\vmes-antd-new\\node_modules\\diagram-js",
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/nikku"
},
"bugs": {
"url": "https://github.com/bpmn-io/path-intersection/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Computes the intersection between two SVG paths",
"devDependencies": {
"chai": "^4.3.4",
"domify": "^1.4.0",
"eslint": "^7.22.0",
"eslint-plugin-bpmn-io": "^0.12.0",
"karma": "^6.2.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-mocha": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.0",
"mocha": "^8.3.2",
"npm-run-all": "^4.1.2",
"puppeteer": "^8.0.0",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"webpack": "^5.25.1"
},
"homepage": "https://github.com/bpmn-io/path-intersection#readme",
"keywords": [
"svg",
"path",
"path intersection"
],
"license": "MIT",
"main": "intersect.js",
"name": "path-intersection",
"repository": {
"type": "git",
"url": "git+https://github.com/bpmn-io/path-intersection.git"
},
"scripts": {
"all": "run-s lint test",
"dev": "npm test -- --auto-watch --no-single-run",
"lint": "eslint .",
"test": "karma start"
},
"types": "intersect.d.ts",
"version": "2.2.1"
}