1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "path-intersection@1.1.1",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "path-intersection@1.1.1",
- "_id": "path-intersection@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-EdeUuXCm0+tb/2gv8PmRhd9fYYOtbDeTYkwCnzkBuAEjevEZi2mWUi1DVFF5nqSObYsxKcchvKUhnRULWOFreQ==",
- "_location": "/path-intersection",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "path-intersection@1.1.1",
- "name": "path-intersection",
- "escapedName": "path-intersection",
- "rawSpec": "1.1.1",
- "saveSpec": null,
- "fetchSpec": "1.1.1"
- },
- "_requiredBy": [
- "/diagram-js"
- ],
- "_resolved": "https://registry.npmmirror.com/path-intersection/-/path-intersection-1.1.1.tgz",
- "_spec": "1.1.1",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "author": {
- "name": "Nico Rehwaldt",
- "url": "https://github.com/nikku"
- },
- "bugs": {
- "url": "https://github.com/bpmn-io/path-intersection/issues"
- },
- "description": "Computes the intersection between two SVG paths",
- "devDependencies": {
- "browserify": "^16.2.0",
- "chai": "^4.1.2",
- "domify": "^1.4.0",
- "eslint": "^4.19.1",
- "eslint-plugin-bpmn-io": "^0.5.2",
- "karma": "^1.7.1",
- "karma-browserify": "^5.2.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-firefox-launcher": "^1.1.0",
- "karma-mocha": "^1.3.0",
- "karma-phantomjs-launcher": "^1.0.4",
- "karma-sinon-chai": "^1.3.4",
- "karma-spec-reporter": "0.0.31",
- "mocha": "^5.1.1",
- "npm-run-all": "^4.1.2",
- "puppeteer": "^1.3.0",
- "sinon": "^4.5.0",
- "sinon-chai": "^3.0.0",
- "watchify": "^3.11.0"
- },
- "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": "1.1.1"
- }
|