{
|
|
"_args": [
|
|
[
|
|
"eslint-plugin-mocha@8.0.0",
|
|
"/home/ubuntu/etherpad-lite"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-plugin-mocha@8.0.0",
|
|
"_id": "eslint-plugin-mocha@8.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-n67etbWDz6NQM+HnTwZHyBwz/bLlYPOxUbw7bPuCyFujv7ZpaT/Vn6KTAbT02gf7nRljtYIjWcTxK/n8a57rQQ==",
|
|
"_location": "/eslint-plugin-mocha",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-mocha@8.0.0",
|
|
"name": "eslint-plugin-mocha",
|
|
"escapedName": "eslint-plugin-mocha",
|
|
"rawSpec": "8.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "8.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-8.0.0.tgz",
|
|
"_spec": "8.0.0",
|
|
"_where": "/home/ubuntu/etherpad-lite",
|
|
"author": {
|
|
"name": "Mathias Schreck",
|
|
"email": "schreck.mathias@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lo1tuma/eslint-plugin-mocha/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Alexander Schmidt",
|
|
"email": "alexanderschmidt1@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"eslint-utils": "^2.1.0",
|
|
"ramda": "^0.27.1"
|
|
},
|
|
"description": "Eslint rules for mocha.",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"coveralls": "^3.1.0",
|
|
"eslint": "^7.5.0",
|
|
"eslint-config-holidaycheck": "^0.13.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-unicorn": "^21.0.0",
|
|
"mocha": "^8.1.0",
|
|
"nyc": "^15.1.0",
|
|
"pr-log": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"homepage": "https://github.com/lo1tuma/eslint-plugin-mocha",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin",
|
|
"mocha"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "eslint-plugin-mocha",
|
|
"nyc": {
|
|
"all": true,
|
|
"cache": false,
|
|
"lines": 100,
|
|
"statements": 100,
|
|
"functions": 100,
|
|
"branches": 100,
|
|
"exclude": [
|
|
".ncurc.js",
|
|
"build",
|
|
"test",
|
|
"benchmarks/"
|
|
],
|
|
"reporter": [
|
|
"lcov",
|
|
"text-summary"
|
|
],
|
|
"check-coverage": true,
|
|
"report-dir": "build"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/lo1tuma/eslint-plugin-mocha.git"
|
|
},
|
|
"scripts": {
|
|
"changelog": "pr-log",
|
|
"coveralls": "cat ./build/coverage/lcov.info | coveralls",
|
|
"pretest": "eslint .",
|
|
"test": "npm run test:unit:with-coverage && npm run test:bench",
|
|
"test:bench": "mocha -t 10000 benchmarks",
|
|
"test:unit": "mocha test --recursive --reporter dot",
|
|
"test:unit:with-coverage": "nyc npm run test:unit"
|
|
},
|
|
"version": "8.0.0"
|
|
}
|