@iebh/polyglot 5.2.0 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,60 +1,60 @@
1
- {
2
- "name": "@iebh/polyglot",
3
- "version": "5.2.0",
4
- "description": "IEBH-SRA tool to convert between different medical database search formats",
5
- "main": "lib/index.js",
6
- "scripts": {
7
- "test": "npm run prepare && mocha",
8
- "test:old": "npm run prepare && mocha './test/**/!(v4).js'",
9
- "test:new": "npm run prepare && mocha test/v4",
10
- "prepare": "babel src --out-dir lib",
11
- "preprocess": "cd ./data && node ./preprocess"
12
- },
13
- "babel": {
14
- "presets": [
15
- "@babel/preset-env"
16
- ]
17
- },
18
- "repository": {
19
- "type": "git",
20
- "url": "git+https://github.com/IEBH/sra-polyglot.git"
21
- },
22
- "keywords": [
23
- "iebh",
24
- "sra",
25
- "search",
26
- "translation",
27
- "syntax",
28
- "conversion",
29
- "polyglot",
30
- "medical",
31
- "research"
32
- ],
33
- "author": [
34
- "Matt Carter <m@ttcarter.com> (https://github.com/hash-bang)",
35
- "Connor Forbes <cforbes.software@gmail.com> (https://github.com/connorf25)",
36
- "Justin Cark <jclark@bond.edu.au> (https://github.com/Justin-Clarc)",
37
- "Tian Liang <amethystoct2012@gmail.com> (https://github.com/Octian)",
38
- "Irene Priya Jose <irenepriyajose@gmail.com> (https://github.com/s5333384)"
39
- ],
40
- "license": "MIT",
41
- "bugs": {
42
- "url": "https://github.com/IEBH/sra-polyglot/issues"
43
- },
44
- "homepage": "https://github.com/IEBH/sra-polyglot#readme",
45
- "devDependencies": {
46
- "@babel/cli": "^7.0.0",
47
- "@babel/core": "^7.0.0",
48
- "@babel/plugin-syntax-dynamic-import": "^7.2.0",
49
- "@babel/preset-env": "^7.0.0",
50
- "chai": "^4.2.0",
51
- "mocha": "^8.4.0",
52
- "xlsx": "^0.16.9"
53
- },
54
- "dependencies": {
55
- "lodash": "^4.17.15"
56
- },
57
- "engines": {
58
- "node": ">=14.0.0"
59
- }
60
- }
1
+ {
2
+ "name": "@iebh/polyglot",
3
+ "version": "5.3.0",
4
+ "description": "IEBH-SRA tool to convert between different medical database search formats",
5
+ "main": "lib/index.js",
6
+ "scripts": {
7
+ "test": "npm run prepare && mocha",
8
+ "test:old": "npm run prepare && mocha './test/**/!(v4).js'",
9
+ "test:new": "npm run prepare && mocha test/v4",
10
+ "prepare": "babel src --out-dir lib",
11
+ "preprocess": "cd ./data && node ./preprocess"
12
+ },
13
+ "babel": {
14
+ "presets": [
15
+ "@babel/preset-env"
16
+ ]
17
+ },
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/IEBH/sra-polyglot.git"
21
+ },
22
+ "keywords": [
23
+ "iebh",
24
+ "sra",
25
+ "search",
26
+ "translation",
27
+ "syntax",
28
+ "conversion",
29
+ "polyglot",
30
+ "medical",
31
+ "research"
32
+ ],
33
+ "author": [
34
+ "Matt Carter <m@ttcarter.com> (https://github.com/hash-bang)",
35
+ "Connor Forbes <cforbes.software@gmail.com> (https://github.com/connorf25)",
36
+ "Justin Cark <jclark@bond.edu.au> (https://github.com/Justin-Clarc)",
37
+ "Tian Liang <amethystoct2012@gmail.com> (https://github.com/Octian)",
38
+ "Irene Priya Jose <irenepriyajose@gmail.com> (https://github.com/s5333384)"
39
+ ],
40
+ "license": "MIT",
41
+ "bugs": {
42
+ "url": "https://github.com/IEBH/sra-polyglot/issues"
43
+ },
44
+ "homepage": "https://github.com/IEBH/sra-polyglot#readme",
45
+ "devDependencies": {
46
+ "@babel/cli": "^7.0.0",
47
+ "@babel/core": "^7.0.0",
48
+ "@babel/plugin-syntax-dynamic-import": "^7.2.0",
49
+ "@babel/preset-env": "^7.0.0",
50
+ "chai": "^4.2.0",
51
+ "mocha": "^8.4.0",
52
+ "xlsx": "^0.16.9"
53
+ },
54
+ "dependencies": {
55
+ "lodash": "^4.17.15"
56
+ },
57
+ "engines": {
58
+ "node": ">=14.0.0"
59
+ }
60
+ }