officeparser
Version:
A Node.js library to parse text out of any office file. Currently supports docx, pptx, xlsx, odt, odp, ods, pdf files.
61 lines (60 loc) • 1.38 kB
JSON
{
"name": "officeparser",
"version": "5.2.0",
"description": "A Node.js library to parse text out of any office file. Currently supports docx, pptx, xlsx, odt, odp, ods, pdf files.",
"main": "officeParser.js",
"files": [
"officeParser.js",
"typings/officeParser.d.ts",
"pdfjs-dist-build/*"
],
"types": "typings/officeParser.d.ts",
"scripts": {
"test": "node test/testOfficeParser.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harshankur/officeParser.git"
},
"bin": "officeParser.js",
"keywords": [
"office",
"docx",
"pptx",
"xlsx",
"odt",
"odp",
"ods",
"pdf",
"parser",
"text",
"extract text",
"document",
"word",
"excel",
"worksheet",
"powerpoint",
"slides"
],
"author": "Harsh Ankur",
"license": "MIT",
"bugs": {
"url": "https://github.com/harshankur/officeParser/issues"
},
"homepage": "https://github.com/harshankur/officeParser#readme",
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"concat-stream": "^2.0.0",
"file-type": "^16.5.4",
"node-ensure": "^0.0.0",
"pdfjs-dist": "^5.3.31",
"yauzl": "^3.1.3"
},
"devDependencies": {
"@types/concat-stream": "^2.0.3",
"@types/node": "^18.16.1",
"@types/xmldom": "^0.1.33",
"@types/yauzl": "^2.10.3",
"typescript": "^5.0.3"
}
}