UNPKG

web-auto-extractor

Version:

Automatically extracts structured information from webpages

58 lines (57 loc) 1.33 kB
{ "name": "web-auto-extractor", "version": "1.0.17", "description": "Automatically extracts structured information from webpages", "main": "dist/index.js", "scripts": { "build": "babel src -d dist", "test": "mocha --recursive --compilers js:babel-register", "lint": "standard", "dev": "nodemon --exec npm run lint", "prepublish": "npm run lint && npm run test && npm run build" }, "engines": { "node": ">=4.4" }, "license": "MIT", "dependencies": { "babel-polyfill": "^6.8.0", "cheerio": "^0.22.0", "htmlparser2": "^3.9.1" }, "devDependencies": { "babel-cli": "^6.8.0", "babel-eslint": "^6.0.4", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-0": "^6.5.0", "chai": "^3.5.0", "mocha": "^2.4.5", "nodemon": "^1.9.2", "sinon": "^1.17.4", "standard": "^7.0.1" }, "standard": { "parser": "babel-eslint", "ignore": [ "tonicExample.js" ] }, "keywords": [ "crawler", "parser", "html parser", "schema.org", "microdata", "rdfa", "jsonld", "seo" ], "repository": { "type": "git", "url": "https://github.com/indix/web-auto-extractor.git" }, "bugs": { "url": "https://github.com/indix/web-auto-extractor/issues" }, "tonicExampleFilename": "tonicExample.js" }