any-text
Version:
Get text content from any file
37 lines (36 loc) • 952 B
JSON
{
"name": "any-text",
"version": "1.2.0",
"description": "Get text content from any file",
"main": "./index.js",
"keywords": [
"text-extract",
"get-text",
"parser",
"file-reader"
],
"scripts": {
"test": "mocha test/**/*.spec.js --timeout 15000"
},
"author": "Abhinaba Ghosh <askabhinaba@gmail.com>",
"license": "MIT",
"dependencies": {
"node-stream-zip": "^1.11.2",
"pdf-parse": "^1.1.1",
"word-extractor": "^0.3.0",
"xlsx": "^0.16.3"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^8.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/abhinaba-ghosh/any-text.git"
},
"bugs": {
"url": "https://github.com/abhinaba-ghosh/any-text/issues"
},
"homepage": "https://github.com/abhinaba-ghosh/any-text#readme"
}