urltomarkdown/node_modules/@mozilla/readability/package.json

64 lines
1.9 KiB
JSON
Raw Normal View History

2022-01-08 17:05:05 +00:00
{
"_from": "@mozilla/readability",
"_id": "@mozilla/readability@0.3.0",
"_inBundle": false,
"_integrity": "sha512-q8f1CAZsRKK1j+O0BmikGIlKSK03RpT4woT0PCQwhw0nH0z4+rG026AkxoPcjT7Dsgh1ifGscW8tOpvjoyOjvw==",
"_location": "/@mozilla/readability",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@mozilla/readability",
"name": "@mozilla/readability",
"escapedName": "@mozilla%2freadability",
"scope": "@mozilla",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@mozilla/readability/-/readability-0.3.0.tgz",
"_shasum": "a473790e8b42ea39f9f03703fa1f17fec7984b60",
"_spec": "@mozilla/readability",
"_where": "/home/centos/markdown",
"author": "",
"bugs": {
"url": "https://github.com/mozilla/readability/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A standalone version of the readability library used for Firefox Reader View.",
"devDependencies": {
"chai": "^2.1.*",
"eslint": ">=4.2",
"htmltidy2": "^0.3.0",
"js-beautify": "^1.5.5",
"jsdom": "^13.1",
"matcha": "^0.6.0",
"mocha": "^2.2.*",
"sinon": "^7.3.2"
},
"engines": {
"node": ">=10.0.0"
},
"homepage": "https://github.com/mozilla/readability",
"license": "Apache-2.0",
"main": "index.js",
"name": "@mozilla/readability",
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/readability.git"
},
"scripts": {
"generate-testcase": "node test/generate-testcase.js",
"lint": "eslint .",
"perf": "matcha benchmarks/benchmarks.js",
"perf-reference": "READABILITY_PERF_REFERENCE=1 matcha --reporter ./benchmarks/benchmark-reporter.js benchmarks/benchmarks.js",
"test": "mocha test/test-*.js"
},
"version": "0.3.0"
}