@visallo/cytoscape

v3.5.2
Graph theory (a.k.a. network) library for analysis and visualisation
graph graph-theory network node edge vertex link analysis visualisation and 6 more...

lint

eslint src benchmark

build

rollup -c

build:esm

cross-env FILE=esm rollup -c

build:cjs

cross-env FILE=cjs rollup -c

build:umd

cross-env FILE=umd rollup -c

build:min

cross-env FILE=min rollup -c

clean

rimraf build/*

copyright

update license

dist:copy

cpy build/cytoscape.umd.js build/cytoscape.min.js build/cytoscape.cjs.js build/cytoscape.esm.js dist

dist

cross-env NODE_ENV=production run-s build dist:*

release

run-s copyright dist docs

postpublish

run-s docs:push

watch

run-s watch:fast

watch:sync

livereload "build, debug"

watch:http

http-server -s -c -1 -o

watch:fast

run-p watch:sync watch:http watch:build:fast

watch:umd

run-p watch:sync watch:http watch:build:umd

watch:build:fast

cross-env FILE=umd SOURCEMAPS=true BABEL=false NODE_ENV=development rollup -c -w

watch:build:umd

cross-env FILE=umd SOURCEMAPS=true NODE_ENV=development rollup -c -w

watch:build:cjs

cross-env FILE=cjs SOURCEMAPS=true NODE_ENV=development rollup -c -w

test

mocha -r esm

test:build

cross-env TEST_BUILD=true mocha

ci:build

run-s build test:build lint

ci

run-s test lint

sniper

sniper .

docs

run-s docs:build docs:js

docs:js

cpy build/cytoscape.min.js documentation/js

docs:build

node documentation/docmaker.js

docs:push

gh-pages -d documentation

benchmark

run-s benchmark:single

benchmark:download

download https://raw.githubusercontent.com/cytoscape/cytoscape.js/master/dist/cytoscape.js --out build --filename cytoscape.benchmark.js

benchmark:all:exec

node benchmark/all

benchmark:all

run-s benchmark:download benchmark:all:exec

benchmark:single:exec

node benchmark/single

benchmark:single

run-s benchmark:download benchmark:single:exec
npm i @visallo/cytoscape

Metadata

  • MIT
  • >=0.10
  • Max Franz
  • released 5/22/2019

Downloads