{
  "_from": "vistorian-widgets@latest",
  "_id": "vistorian-widgets@0.0.2-alpha",
  "_inBundle": false,
  "_integrity": "sha512-eDw2qhaH7SZXMHhE2gXvwtweH+/A+/zJ5X3KqjoWCTj/RaGk8Tq2DcYGZQaAdlczG7ZccBnhpLbJvN5obvzqJw==",
  "_location": "/vistorian-widgets",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "vistorian-widgets@latest",
    "name": "vistorian-widgets",
    "escapedName": "vistorian-widgets",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "/",
    "/vistorian-vis"
  ],
  "_resolved": "https://registry.npmjs.org/vistorian-widgets/-/vistorian-widgets-0.0.2-alpha.tgz",
  "_shasum": "c961eb6bc16fc944f8582aef03b56ef918334c40",
  "_spec": "vistorian-widgets@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-widgets/issues"
  },
  "bundleDependencies": false,
  "collaborators": [
    "Jean-Daniel Fekete <Jean-Daniel.Fekete@inria.fr",
    "Alexandra Ibarra Cuesta"
  ],
  "dependencies": {
    "@types/three": "^0.93.27",
    "jquery": "^3.3.1",
    "lz-string": "^1.3.32",
    "moment": "^2.23.0",
    "papaparse": "^4.6.3",
    "three": "^0.100.0",
    "vistorian-core": "^0.0.1-alpha"
  },
  "deprecated": false,
  "description": "Vistorian-widgets 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/networkcube#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "vistorian-widgets",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/networkcube/vistorian-widgets.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.js",
  "version": "0.0.2-alpha"
}
