{
  "_from": "vistorian-core@latest",
  "_id": "vistorian-core@0.0.1-alpha",
  "_inBundle": false,
  "_integrity": "sha512-jAvzBXgPIMXGGvvc7KTlQkQXsEdUZ5wa4ApH9DwyxCrmXH55z9zv6q3x4dT33T/7t7Cux33jj6OAORY/h5SPzw==",
  "_location": "/vistorian-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "vistorian-core@latest",
    "name": "vistorian-core",
    "escapedName": "vistorian-core",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "/",
    "/vistorian-vis",
    "/vistorian-widgets"
  ],
  "_resolved": "https://registry.npmjs.org/vistorian-core/-/vistorian-core-0.0.1-alpha.tgz",
  "_shasum": "160bd212f67697cd603af3899aeb346016762863",
  "_spec": "vistorian-core@latest",
  "_where": "C:\\Users\\Asus\\Desktop\\AVIZ\\vistorian\\vistorian-matrix",
  "author": {
    "name": "Benjamin Bach",
    "email": "benj.bach@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/networkcube/vistorian-core/issues"
  },
  "bundleDependencies": [
    "moment"
  ],
  "collaborators": [
    "Jean-Daniel Fekete <Jean-Daniel.Fekete@inria.fr",
    "Alexandra Ibarra Cuesta"
  ],
  "dependencies": {
    "exorcist": "^1.0.1",
    "jquery": "^3.3.1",
    "lz-string": "^1.3.32",
    "moment": "^2.23.0",
    "netclustering": "0.0.3",
    "papaparse": "^4.6.3",
    "reorder.js": "^1.0.6"
  },
  "deprecated": false,
  "description": "Vistorian-core is a java script / (Typescript) library and a programming framework for interactive network visualizations with:",
  "devDependencies": {
    "@types/jquery": "^1.10.35",
    "@types/lz-string": "^1.3.32",
    "@types/papaparse": "^4.5.7",
    "rimraf": "^2.6.3",
    "rollup": "^1.1.2",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "source-map-support": "^0.5.10",
    "tslint": "^5.12.1",
    "typescript": "^3.2.4"
  },
  "homepage": "https://github.com/networkcube/vistorian-core#readme",
  "license": "MIT",
  "name": "vistorian-core",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/networkcube/vistorian-core.git"
  },
  "scripts": {
    "build": "tsc --pretty false && rollup -c",
    "clean": "rimraf lib",
    "lint": "tslint -p . -e 'package.json'",
    "prepare": "npm run build"
  },
  "types": "lib/index.d.ts",
  "version": "0.0.1-alpha"
}
