rymizuki/node-hariko

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.editorconfig
.gitignore
.jshintignore
.jshintrc
.mversionrc
.prettierrc
.travis.yml
.vscode/settings.json
CHANGELOG.md
LICENSE
README.md
docker-dev/Dockerfile
docker-dev/bin/build
package-lock.json
package.json
tsconfig.json
.eslintrc.js16
bin/cli.js2
index.js1
lib/cli.js71
A
2 hrs
lib/hariko/entries.js88
lib/hariko/hariko.js49
lib/hariko/index.js8
lib/hariko/resource.js68
A
25 mins
lib/hariko/resource/external.js33
lib/hariko/server-middleware/cors.js12
lib/hariko/server-middleware/logging.js12
lib/hariko/server-middleware/proxy.js14
lib/hariko/server-middleware/routing.js23
A
25 mins
lib/hariko/server-middleware/self-assertive.js7
lib/hariko/server.js67
lib/logger.js56
lib/uri-parser.js35
src/hariko-logger/index.ts57
src/hariko-parser/conversion/builders/entity-builder.ts60
src/hariko-parser/conversion/builders/request-builder.ts26
src/hariko-parser/conversion/builders/response-builder.ts34
src/hariko-parser/conversion/index.ts24
src/hariko-parser/index.test.ts226
D
2 days
src/hariko-parser/index.ts17
src/hariko-parser/structure/annotations.ts12
src/hariko-parser/structure/http-request.ts40
src/hariko-parser/structure/http-response.ts109
src/hariko-parser/structure/http-transaction.ts30
src/hariko-parser/structure/index.ts73
src/hariko-parser/structure/resource.ts15
src/hariko-parser/structure/resources.ts13
src/hariko-parser/structure/transition.ts27
src/hariko-parser/uri-parser.test.ts40
B
6 hrs