UNPKG

@iebh/polyglot

Version:

IEBH-SRA tool to convert between different medical database search formats

61 lines (60 loc) 1.71 kB
{ "name": "@iebh/polyglot", "version": "5.0.8", "description": "IEBH-SRA tool to convert between different medical database search formats", "main": "lib/index.js", "scripts": { "test": "npm run prepare && mocha", "test:old": "npm run prepare && mocha './test/**/!(v4).js'", "test:new": "npm run prepare && mocha test/v4", "prepare": "babel src --out-dir lib", "preprocess": "cd ./data && node ./preprocess" }, "babel": { "presets": [ "@babel/preset-env" ] }, "repository": { "type": "git", "url": "git+https://github.com/IEBH/sra-polyglot.git" }, "keywords": [ "iebh", "sra", "search", "translation", "syntax", "conversion", "polyglot", "medical", "research" ], "author": [ "Matt Carter <m@ttcarter.com> (https://github.com/hash-bang)", "Connor Forbes <cforbes.software@gmail.com> (https://github.com/connorf25)", "Justin Cark <jclark@bond.edu.au> (https://github.com/Justin-Clarc)", "Tian Liang <amethystoct2012@gmail.com> (https://github.com/Octian)", "Irene Priya Jose <irenepriyajose@gmail.com> (https://github.com/s5333384)" ], "license": "MIT", "bugs": { "url": "https://github.com/IEBH/sra-polyglot/issues" }, "homepage": "https://github.com/IEBH/sra-polyglot#readme", "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.0.0", "chai": "^4.2.0", "mocha": "^8.4.0", "xlsx": "^0.16.9" }, "dependencies": { "lodash": "^4.17.15" }, "engines": { "node": ">=14.0.0" } }