Merge branch '14-turn-into-libraray' into 'master'
14 turn into libraray See merge request !1
Dockerfile
deleted
100644 → 0
config.json
deleted
100644 → 0
This diff is collapsed.
{ | ||
"name": "wikidata-normalizer", | ||
"version": "1.0.0", | ||
"description": "Small tool to map beteen wikidata to histhub schema", | ||
"description": "Collection of stream transformers and utils to help working with wikidata", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.js", | ||
"scripts": { | ||
... | ... | @@ -15,28 +15,27 @@ |
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@types/chai-as-promised": "^7.1.0", | ||
"@types/node": "^9.6.18", | ||
"@types/winston": "^2.3.9", | ||
"@types/chai-as-promised": "^7.1.2", | ||
"@types/node": "^10.14", | ||
"bunyan-format": "^0.2.1", | ||
"chai-as-promised": "^7.1.1", | ||
"concurrently": "^3.5.1", | ||
"concurrently": "^5.0", | ||
"geolinker-common": "git+https://gitlab+deploy-token-1:vnsdCm_t84QGVA2U4kw4@source.dodis.ch/histhub/geolinker-common.git", | ||
"node-cleanup": "^2.1.2", | ||
"node-rdkafka": "^2.3.3", | ||
"julian-gregorian": "^1.0.0", | ||
"juliandate": "^1.0.0", | ||
"moment": "^2.24", | ||
"ngeohash": "^0.6.3", | ||
"ramda": "^0.25.0", | ||
"source-map": "^0.7.3", | ||
"typescript": "^2.8.3", | ||
"wikidata-taxonomy": "^0.6.6" | ||
"typescript": "^3.6", | ||
"wikidata-taxonomy": "^0.6.7" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.3", | ||
"@types/mocha": "^5.2.1", | ||
"chai": "^4.1.2", | ||
"kafka-avro-stub": "git+https://git@github.com/tobinski/kafka-avro-stub.git", | ||
"mocha": "5.2", | ||
"sinon": "^6.0.0", | ||
"ts-node": "^6.1.0", | ||
"tslint": "^5.9.1" | ||
"@types/chai": "^4.2.3", | ||
"@types/mocha": "^5.2.7", | ||
"chai": "^4.2.0", | ||
"mocha": "^6", | ||
"sinon": "^6.3.5", | ||
"ts-node": "^8.4", | ||
"tslint": "^5.20.0" | ||
} | ||
} |
src/index.ts
deleted
100644 → 0
src/utils/wikidata-utils.ts
0 → 100644