domain annotation server (prototype)
Showing
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 11 additions, 3 deletionspackage.json
- src/apps/domain-annotation-server/mapping.ts 102 additions, 0 deletionssrc/apps/domain-annotation-server/mapping.ts
- src/apps/domain-annotation-server/schemas.ts 89 additions, 0 deletionssrc/apps/domain-annotation-server/schemas.ts
- src/apps/domain-annotation-server/server.ts 48 additions, 0 deletionssrc/apps/domain-annotation-server/server.ts
- src/apps/domain-annotation-server/test.ts 14 additions, 0 deletionssrc/apps/domain-annotation-server/test.ts
- src/apps/domain-annotation-server/utils.ts 43 additions, 0 deletionssrc/apps/domain-annotation-server/utils.ts
- src/mol-io/writer/cif/encoder.ts 1 addition, 1 deletionsrc/mol-io/writer/cif/encoder.ts
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | @@ -24,15 +24,20 @@ | ... | @@ -24,15 +24,20 @@ |
"transform": { | "transform": { | ||
"\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js" | "\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js" | ||
}, | }, | ||
"moduleDirectories": ["node_modules", "build/node_modules"], | "moduleDirectories": [ | ||
"node_modules", | |||
"build/node_modules" | |||
], | |||
"testRegex": "\\.spec\\.ts$" | "testRegex": "\\.spec\\.ts$" | ||
}, | }, | ||
"author": "", | "author": "", | ||
"license": "MIT", | "license": "MIT", | ||
"devDependencies": { | "devDependencies": { | ||
"@types/benchmark": "^1.0.30", | "@types/benchmark": "^1.0.30", | ||
"@types/express": "^4.0.39", | |||
"@types/jest": "^21.1.5", | "@types/jest": "^21.1.5", | ||
"@types/node": "^8.0.47", | "@types/node": "^8.0.47", | ||
"@types/node-fetch": "^1.6.7", | |||
"benchmark": "^2.1.4", | "benchmark": "^2.1.4", | ||
"download-cli": "^1.0.5", | "download-cli": "^1.0.5", | ||
"jest": "^21.2.1", | "jest": "^21.2.1", | ||
... | @@ -45,8 +50,11 @@ | ... | @@ -45,8 +50,11 @@ |
"ts-jest": "^21.1.4", | "ts-jest": "^21.1.4", | ||
"tslint": "^5.8.0", | "tslint": "^5.8.0", | ||
"typescript": "^2.6.1", | "typescript": "^2.6.1", | ||
"uglify-js": "^3.1.6", | "uglify-js": "^3.1.7", | ||
"util.promisify": "^1.0.0" | "util.promisify": "^1.0.0" | ||
}, | }, | ||
"dependencies": {} | "dependencies": { | ||
"express": "^4.16.2", | |||
"node-fetch": "^1.7.3" | |||
} | |||
} | } |
src/apps/domain-annotation-server/mapping.ts
0 → 100644
src/apps/domain-annotation-server/schemas.ts
0 → 100644
src/apps/domain-annotation-server/server.ts
0 → 100644
src/apps/domain-annotation-server/test.ts
0 → 100644
src/apps/domain-annotation-server/utils.ts
0 → 100644
Please register or sign in to comment