wikidata-filter
Version:
Filter and format a newline-delimited JSON stream of Wikidata entities
73 lines (72 loc) • 1.58 kB
JSON
{
"name": "wikidata-filter",
"version": "4.0.6",
"description": "Filter and format a newline-delimited JSON stream of Wikidata entities",
"main": "lib/index.js",
"bin": {
"wikidata-filter": "bin/wikidata-filter"
},
"files": [
"lib",
"scripts",
"docs"
],
"scripts": {
"test": "mocha",
"lint": "standard",
"init-fixtures": "./scripts/init_fixtures",
"update-toc": "./scripts/update_toc",
"prepublishOnly": "npm run lint && npm test",
"postpublish": "git push --tags"
},
"keywords": [
"wikidata",
"wikibase",
"stream",
"filter",
"json",
"dump"
],
"author": "maxlath",
"license": "MIT",
"dependencies": {
"commander": "^2.9.0",
"lodash.difference": "^4.2.0",
"lodash.every": "^4.6.0",
"lodash.isplainobject": "^4.0.6",
"lodash.pick": "^4.2.0",
"lodash.some": "^4.6.0",
"lodash.throttle": "^4.1.1",
"split": "^1.0.0",
"through": "^2.3.8",
"wikibase-sdk": "^7.4.0"
},
"devDependencies": {
"git-hooks": "^1.1.7",
"mocha": "^7.1.1",
"should": "^13.2.3",
"standard": "^8.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxlath/wikidata-filter.git"
},
"bugs": {
"url": "https://github.com/maxlath/wikidata-filter/issues"
},
"homepage": "https://github.com/maxlath/wikidata-filter#readme",
"standard": {
"globals": [
"it",
"describe"
]
},
"engines": {
"node": ">= 6.4.0"
},
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
}
}