UNPKG

@givengine/give-tree

Version:

Node implementation of interval-tree based cache data structures: base class

38 lines (37 loc) 920 B
{ "name": "@givengine/give-tree", "version": "0.3.2", "description": "Node implementation of interval-tree based cache data structures: base class", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/Zhong-Lab-UCSD/give-tree.git" }, "keywords": [ "interval-tree", "genomics", "caching" ], "author": "Xiaoyi Cao", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Zhong-Lab-UCSD/give-tree/issues" }, "homepage": "https://github.com/Zhong-Lab-UCSD/give-tree#readme", "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "chai": "^4.2.0", "grunt": "^1.0.3", "grunt-babel": "^8.0.0", "mocha": "^5.2.0", "standard": "^12.0.1" }, "dependencies": { "@givengine/chrom-region": "^0.3.0", "@log4js-node/log4js-api": "^1.0.2" } }