{
  "name": "vis-data",
  "version": "7.1.9",
  "description": "Manage unstructured data using DataSet. Add, update, and remove data, and listen for changes in the data.",
  "homepage": "http://visjs.org/",
  "license": "(Apache-2.0 OR MIT)",
  "repository": {
    "type": "git",
    "url": "https://github.com/visjs/vis-data.git"
  },
  "bugs": {
    "url": "https://github.com/visjs/vis-data/issues"
  },
  "keywords": [
    "vis",
    "visualization",
    "web based",
    "browser based",
    "javascript",
    "chart",
    "linechart",
    "timeline",
    "graph",
    "network",
    "browser"
  ],
  "browser": "peer/umd/vis-data.min.js",
  "jsnext": "esnext/esm/vis-data.js",
  "main": "peer/umd/vis-data.js",
  "module": "peer/esm/vis-data.js",
  "types": "declarations/index.d.ts",
  "files": [
    "LICENSE*",
    "declarations",
    "dist",
    "esnext",
    "peer",
    "standalone"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/visjs"
  },
  "scripts": {
    "build": "npm run build:types && npm run build:code && npm run build:docs",
    "build:code": "rollup --bundleConfigAsCjs --config rollup.build.js && rollup --bundleConfigAsCjs --config rollup.config.js",
    "build:docs": "typedoc",
    "build:types": "tsc -p tsconfig.types.json",
    "clean": "rimraf --glob \"{declarations,dist,esnext,peer,standalone,tsdocs}/*\"",
    "contributors:update": "git-authors-cli",
    "style": "prettier --check .",
    "style-fix": "prettier --write .",
    "lint": "eslint --ext .js,.ts .",
    "lint-fix": "eslint --fix --ext .js,.ts .",
    "prepublishOnly": "npm run build",
    "test": "npm run test:coverage && npm run test:interop",
    "test:coverage": "BABEL_ENV=test-cov nyc mocha",
    "test:interop": "node interop.js",
    "test:interop:debug": "npm run test:interop -- --fail-command \"$SHELL\"",
    "test:unit": "BABEL_ENV=test mocha",
    "type-check": "tsc --noemit",
    "version": "npm run contributors:update && git add package.json",
    "watch": "rollup --bundleConfigAsCjs --watch --config rollup.config.js",
    "watch-dev": "npm run watch-dev",
    "prepare": "husky install"
  },
  "lint-staged": {
    "*.{js,ts,css,html,json,md,yml,yaml}": "prettier --write",
    "*.{js,ts}": "eslint --fix",
    ".*.{js,ts,css,html,json,md,yml,yaml}": "prettier --write",
    ".*.{js,ts}": "eslint --fix"
  },
  "peerDependencies": {
    "uuid": "^3.4.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
    "vis-util": "^5.0.1"
  },
  "devDependencies": {
    "@babel/plugin-proposal-object-rest-spread": "7.20.7",
    "@egjs/hammerjs": "2.0.17",
    "@types/chai": "4.3.11",
    "@types/mocha": "10.0.6",
    "@types/node": "^20.9.0",
    "@types/sinon": "17.0.2",
    "@types/uuid": "9.0.7",
    "component-emitter": "2.0.0",
    "eslint": "8.54.0",
    "git-authors-cli": "1.0.47",
    "husky": "8.0.3",
    "lint-staged": "15.1.0",
    "mocha": "10.2.0",
    "nyc": "15.1.0",
    "rimraf": "5.0.5",
    "sazerac": "2.0.0",
    "sinon": "17.0.1",
    "snap-shot-it": "7.9.10",
    "typedoc": "0.25.3",
    "uuid": "9.0.1",
    "vis-dev-utils": "4.0.41",
    "vis-util": "5.0.7"
  },
  "contributors": [
    "jos <wjosdejong@gmail.com>",
    "Alex de Mulder <alexdemulder@gmail.com>",
    "Alexander Wunschik <alex@wunschik.net>",
    "Yotam Berkowitz <yotamberk@gmail.com>",
    "Tomáš Vyčítal <tom.vycital@gmail.com>",
    "Alex <AlexDM0@users.noreply.github.com>",
    "wimrijnders <wrijnders@gmail.com>",
    "Eric Gillingham <Gillingham@bikezen.net>",
    "Tomina <tomina@vycital.eu>",
    "Ludo Stellingwerff <ludo@almende.org>",
    "macleodbroad-wf <macleodbroad-wf@users.noreply.github.com>",
    "Brendon Page <brendon.page@chillisoft.co.za>",
    "Chris Jackson <chris@cd-jackson.com>",
    "Brad Hards <bradh@frogmouth.net>",
    "Zachariah Brown <ZacBrownBand@users.noreply.github.com>",
    "Dan Turkenkopf <dturkenk@gmail.com>",
    "Tim Pettersen <tim@atlassian.com>",
    "Coleman Kane <ckane@colemankane.org>",
    "David Anderson <eymiha@gmail.com>",
    "Jos de Jong <jos@almende.org>",
    "Felix Hayashi <ninshinobi@msn.com>",
    "Oleg Yapparov <oleg.yapparov@gmail.com>",
    "Rene Heindl <Rene.Heindl@goeg.at>",
    "Zuko Mgwili <zuko.mgwili@chillisoft.co.za>",
    "Martin Fischer <Arthur.Spooner@gmail.com>",
    "Chris Dituri <csdituri@gmail.com>",
    "Fedor Tirsel <ftirsel@redhat.com>",
    "Anton Zering <info@sublink.de>",
    "Jim O'Brien <jimmed@users.noreply.github.com>",
    "Lewis B <lewisjb@users.noreply.github.com>",
    "Måns Beckman <mans_beckman@mans-beckmans-macbook.local>",
    "Brandon Mills <mills.brandont@gmail.com>",
    "fpierrat2 <pub@fpierrat.fr>",
    "Scott Fairgrieve <scottfairgrieve@sfairgrieve-osx.local>",
    "Unto Kuuranne <unto.kuuranne@aalto.fi>",
    "mdxs <van.wijgerden@mdxs.net>",
    "A. Stadler <51995971+tzfx@users.noreply.github.com>",
    "TimurUncountable <86227781+TimurUncountable@users.noreply.github.com>",
    "Julian Jesacher <93350506+JulianJesacher@users.noreply.github.com>",
    "Anirvan Chatterjee <anirvan@users.noreply.github.com>",
    "AoDev <AoDev@users.noreply.github.com>",
    "Artem Sapegin <artem@sapegin.ru>",
    "The Gitter Badger <badger@gitter.im>",
    "Ben Morton <ben.morton91@gmail.com>",
    "bertolds <daniel.bertolini@dematic.com>",
    "Marlos Dantas <dantas_marlos@apple.com>",
    "Dilek Üzülmez Taş <dilekuzulmez@gmail.com>",
    "Dinis Cruz <dinis@ddplus.net>",
    "René Philipp Heindl <dude9177@gmail.com>",
    "easleydp <easleydp@gmail.com>",
    "AlexVangelov <email@data.bg>",
    "fabriziofortino <fabrizio.fortino@gmail.com>",
    "JonathanGeoffroy <geoffroy.jonathan@gmail.com>",
    "Greg Kubisa <gkubisa@gmail.com>",
    "Graham J <grahamj@users.noreply.github.com>",
    "Gregor Weber <gregorwbr@gmail.com>",
    "Yuxuan (Tim) Hong <hongyuxuan@gmail.com>",
    "Javier Rey <javirey@gmail.com>",
    "Jeroen Coumans <jeroencoumans@gmail.com>",
    "Josh Gruenberg <jgrue@bn.co>",
    "justinharrell <jharrell@aciss.com>",
    "Kelvin Del Monte <kdelmonten@gmail.com>",
    "Ivo Silva <knokit@gmail.com>",
    "maik <mauksan@gmail.com>",
    "Maxime Douailin <maxime.douailin@gmail.com>",
    "Drake <me@drakeluce.com>",
    "CapitanMorgan <msmorga1@gmail.com>",
    "oliver <oliver@werklaptop2.(none)>",
    "dockstreet <omarbkhan@yahoo.com>",
    "Philippe Mimms <pmimms@novetta.com>",
    "Yaroslav Nechaev <remper@me.com>",
    "Thomas <tomap@users.noreply.github.com>",
    "Vincent Lecrubier <vincent.lecrubier@gmail.com>"
  ]
}
