Files
omnivore/packages/readabilityjs/package.json
dependabot[bot] e91f25e58c Bump axios from 0.26.0 to 0.27.2
Bumps [axios](https://github.com/axios/axios) from 0.26.0 to 0.27.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.27.2/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.26.0...v0.27.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:31:14 +00:00

43 lines
1.2 KiB
JSON

{
"name": "@omnivore/readability",
"version": "1.0.0",
"description": "A standalone version of the readability library used for Firefox Reader View.",
"main": "index.js",
"scripts": {
"test": "mocha test/test-*.js",
"generate-testcase": "node test/generate-testcase.js",
"perf": "matcha benchmarks/benchmarks.js",
"perf-reference": "READABILITY_PERF_REFERENCE=1 matcha --reporter ./benchmarks/benchmark-reporter.js benchmarks/benchmarks.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/readability"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mozilla/readability/issues"
},
"engines": {
"node": ">=10.0.0"
},
"homepage": "https://github.com/mozilla/readability",
"devDependencies": {
"@c4312/matcha": "^1.3.1",
"axios": "^0.27.2",
"chai": "^2.1.*",
"chai-as-promised": "^7.1.1",
"htmltidy2": "^0.3.0",
"js-beautify": "^1.13.0",
"linkedom": "^0.14.9",
"mocha": "^8.2.0",
"puppeteer": "^10.1.0",
"sinon": "^7.3.2"
},
"dependencies": {
"html-entities": "^2.3.2",
"modern-random-ua": "^1.0.3",
"parse-srcset": "^1.0.2"
}
}