article-parser
Version:
Extract clean article data from given URL.
59 lines (58 loc) • 1.51 kB
JSON
{
"version": "2.0.01",
"name": "article-parser",
"description": "Extract clean article data from given URL.",
"homepage": "https://www.npmjs.com/package/article-parser",
"repository": {
"type": "git",
"url": "git@github.com:ndaidong/article-parser.git"
},
"author": "@ndaidong",
"main": "./index.js",
"engines": {
"node": ">= 6.0"
},
"scripts": {
"lint": "eslint .",
"nsp": "nsp check --output checkstyle",
"start": "DEBUG=*:* node index",
"tape": "nyc tape test/start.js | tap-spec",
"tape:debug": "DEBUG=*:* nyc tape test/start.js | tap-spec",
"report": "nyc report --reporter=lcov > coverage.lcov && codecov",
"pretest": "npm run lint && npm run nsp",
"test": "npm run tape",
"posttest": "CODECOV_TOKEN=333f996e-e6e9-4104-81c7-dab48dcd5561 npm run report",
"reset": "node reset"
},
"dependencies": {
"bellajs": "7.x.x",
"cheerio": "1.0.0-rc.2",
"debug": "2.x.x",
"es6-readability": "0.x.x",
"lru-cache": "4.x.x",
"node-fetch": "^1.7.1",
"oembed-parser": "1.x.x",
"promise-wtf": "1.x.x",
"sanitize-html": "1.x.x"
},
"devDependencies": {
"chance": "1.x.x",
"codecov": "2.x.x",
"eslint": "4.x.x",
"eslint-config-ggc": "1.x.x",
"nock": "9.x.x",
"nsp": "2.x.x",
"nyc": "11.x.x",
"sinon": "2.x.x",
"tap-spec": "4.x.x",
"tape": "4.x.x"
},
"keywords": [
"article",
"extractor",
"parser",
"readability",
"util"
],
"license": "MIT"
}