UNPKG

@conscia/tika

Version:

Apache Tika bridge. Text extraction, metadata extraction, mimetype detection and language detection.

48 lines (47 loc) 941 B
{ "name": "@conscia/tika", "version": "1.15.2", "description": "Apache Tika bridge. Text extraction, metadata extraction, mimetype detection and language detection.", "scripts": { "test": "mocha --ui tdd test" }, "keywords": [ "docx", "pdf", "doc", "xlsx", "content analysis", "office" ], "homepage": "https://github.com/conscia/node-tika", "main": "./tika", "author": "Matthew Caruana Galizia <mcaruana@icij.org>", "contributors": [ { "name": "Matthias Götzke", "email": "m.goetzke@curasystems.de" }, { "name": "James Garner", "email": "james@beamery.com" } ], "repository": { "type": "git", "url": "https://github.com/conscia/node-tika.git" }, "bugs": { "url": "https://github.com/conscia/node-tika/issues" }, "license": "MIT", "dependencies": { "java": "^0.12.1" }, "devDependencies": { "mocha": "~7.1.1", "istanbul": "~0.4.5" }, "engines": { "node": ">=0.10.0" } }