{
  "_from": "cytoscape-fcose@^2.2.0",
  "_id": "cytoscape-fcose@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==",
  "_location": "/cytoscape-fcose",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cytoscape-fcose@^2.2.0",
    "name": "cytoscape-fcose",
    "escapedName": "cytoscape-fcose",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "/mermaid"
  ],
  "_resolved": "https://registry.npmjs.org/cytoscape-fcose/-/cytoscape-fcose-2.2.0.tgz",
  "_shasum": "e4d6f6490df4fab58ae9cea9e5c3ab8d7472f471",
  "_spec": "cytoscape-fcose@^2.2.0",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\mermaid",
  "author": {
    "name": "iVis-at-Bilkent"
  },
  "bugs": {
    "url": "https://github.com/iVis-at-Bilkent/cytoscape.js-fcose/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cose-base": "^2.2.0"
  },
  "deprecated": false,
  "description": "The fCoSE layout for Cytoscape.js by Bilkent with fast compound node placement",
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.5.1",
    "camelcase": "^6.2.0",
    "chai": "4.0.2",
    "cpy-cli": "^3.1.1",
    "cross-env": "^7.0.3",
    "eslint": "^7.26.0",
    "gh-pages": "^1.0.0",
    "mocha": "8.4.0",
    "npm-run-all": "^4.1.2",
    "rimraf": "^3.0.2",
    "update": "^0.7.4",
    "updater-license": "^1.0.0",
    "webpack": "^5.37.0",
    "webpack-cli": "^4.7.0",
    "webpack-dev-server": "^3.11.2"
  },
  "homepage": "https://github.com/iVis-at-Bilkent/cytoscape.js-fcose",
  "keywords": [
    "cytoscape",
    "cytoscape-extension"
  ],
  "license": "MIT",
  "main": "cytoscape-fcose.js",
  "name": "cytoscape-fcose",
  "peerDependencies": {
    "cytoscape": "^3.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iVis-at-Bilkent/cytoscape.js-fcose.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack",
    "build:min": "cross-env NODE_ENV=production MIN=true webpack",
    "build:release": "run-s build copyright",
    "copyright": "update license",
    "dev": "webpack-dev-server --open",
    "lint": "eslint src",
    "test": "mocha",
    "watch": "webpack --progress --watch"
  },
  "version": "2.2.0"
}
