citeccyr/pdf-stream

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "pdf-stream",
  "version": "1.3.2",
  "description": "Creates a stream from PDF",
  "repository": {
    "type": "git",
    "url": "https://github.com/citeccyr/pdf-stream.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "pdf",
    "stream",
    "pipe",
    "transform",
    "conversion",
    "convert",
    "text",
    "extract",
    "data",
    "pdftotext",
    "pdfjs",
    "pdf.js"
  ],
  "author": "Sergey N <mrauhu@yandex.ru>",
  "license": "Apache-2.0",
  "dependencies": {
    "pdfjs-dist": "^1.7.341"
  },
  "devDependencies": {
    "xhr2": "^0.1.4",
    "xmldom": "^0.1.27"
  }
}