UNPKG

mesh-tree

Version:

Utility functions for traversing the Medical Subject Heading (MeSH) tree

60 lines (59 loc) 2.09 kB
{ "name": "mesh-tree", "version": "2.1.3", "description": "Utility functions for traversing the Medical Subject Heading (MeSH) tree", "main": "dist/index.js", "scripts": { "initdb-test": "tar -xzf test/fixtures/mesh_subset.nt.tar.gz -C test/fixtures; node_modules/levelgraph-n3/import.js test/fixtures/mesh_subset.nt -o ./dbtest; rm test/fixtures/mesh_subset.nt", "test": "node_modules/.bin/mocha --reporter spec --compilers js:babel-core/register", "initdb": "node_modules/levelgraph-n3/import.js $PATH_TO_MESH_RDF -o $PATH_TO_MESH_DB", "initdb-quiet": "node_modules/levelgraph-n3/import.js --quiet $PATH_TO_MESH_RDF -o $PATH_TO_MESH_DB", "build": "rm -rf dist && node_modules/.bin/babel --optional runtime src --out-dir dist", "prepublish": "npm run build", "coverage": "rm -rf coverage; NODE_ENV=test node_modules/.bin/babel-node -r node_modules/.bin/isparta cover _mocha --report lcovonly -- --reporter spec --compilers js:babel-core/register --bail", "publish-coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" }, "repository": { "type": "git", "url": "git://github.com/scienceai/mesh-tree.git" }, "keywords": [ "MeSH", "NLM", "PubMed", "Medical", "Subject", "Headings", "RDF" ], "author": "Sebastien Ballesteros <sebastien@standardanalytics.io>", "contributors": [ "Leon Chen <leon@standardanalytics.io>" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/scienceai/mesh-tree/issues" }, "devDependencies": { "babel-cli": "6.6.5", "babel-core": "6.7.0", "babel-eslint": "5.0.0", "babel-plugin-transform-runtime": "6.6.0", "babel-preset-es2015": "6.6.0", "chai": "3.5.0", "coveralls": "2.11.8", "eslint": "2.2.0", "isparta": "4.0.0", "mocha": "2.4.5", "multilevel": "7.3.0" }, "dependencies": { "babel-runtime": "6.6.1", "bluebird": "3.3.4", "level": "1.4.0", "levelgraph": "1.1.1", "levelgraph-n3": "1.0.0", "lodash": "4.6.1", "request": "2.69.0" } }