{
  "_from": "tiny-svg@^2.2.1",
  "_id": "tiny-svg@2.2.2",
  "_inBundle": false,
  "_integrity": "sha1-nZglwuDMteJZuxrn16x5GU4IZlc=",
  "_location": "/tiny-svg",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tiny-svg@^2.2.1",
    "name": "tiny-svg",
    "escapedName": "tiny-svg",
    "rawSpec": "^2.2.1",
    "saveSpec": null,
    "fetchSpec": "^2.2.1"
  },
  "_requiredBy": [
    "/bpmn-js",
    "/diagram-js",
    "/jeeplus-bpmn"
  ],
  "_resolved": "https://registry.npm.taobao.org/tiny-svg/download/tiny-svg-2.2.2.tgz",
  "_shasum": "9d9825c2e0ccb5e259bb1ae7d7ac79194e086657",
  "_spec": "tiny-svg@^2.2.1",
  "_where": "D:\\vmes-antd-new\\node_modules\\jeeplus-bpmn",
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/nikku"
  },
  "bugs": {
    "url": "https://github.com/bpmn-io/tiny-svg/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A minimal toolbelt for builing fast SVG-based applications",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babelify": "^8.0.0",
    "browserify": "^16.1.1",
    "chai": "^4.2.0",
    "cpx": "^1.5.0",
    "eslint": "^5.6.1",
    "eslint-plugin-bpmn-io": "^0.6.0",
    "karma": "^3.0.0",
    "karma-browserify": "^5.2.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "mocha": "^5.2.0",
    "npm-run-all": "^4.1.2",
    "puppeteer": "^1.9.0",
    "rollup": "^0.66.5",
    "rollup-plugin-uglify": "^6.0.0",
    "watchify": "^3.11.0"
  },
  "homepage": "https://github.com/bpmn-io/tiny-svg#readme",
  "keywords": [
    "svg",
    "library",
    "geometry"
  ],
  "license": "MIT",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "name": "tiny-svg",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bpmn-io/tiny-svg.git"
  },
  "scripts": {
    "all": "run-s lint test distro",
    "bundle": "rollup -c",
    "copy": "cpx -v lib/*.d.ts dist",
    "dev": "npm test -- --auto-watch --no-single-run",
    "distro": "run-s copy bundle test:integration",
    "lint": "eslint .",
    "prepublishOnly": "run-s distro",
    "test": "karma start",
    "test:integration": "karma start test/integration/karma.config.js"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "2.2.2"
}
