From a18870041b942b0175fb10993acc14ac06d7a92f Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Thu, 15 Apr 2021 10:17:10 +0200 Subject: [PATCH] :robot: chore: Lint configuration files. These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/package.json:initial-lint.js Please contact the author of the transform if you believe there was an error. --- package.json | 114 +++++++++++++++++++++++++-------------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/package.json b/package.json index 45fe4d9..1805f76 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,64 @@ "name": "@aureooms/js-maximum-matching", "description": "Maximum matching algorithms for JavaScript", "version": "1.0.8", + "license": "AGPL-3.0", "author": "aureooms", + "homepage": "https://aureooms.github.io/js-maximum-matching", + "repository": { + "type": "git", + "url": "https://github.com/aureooms/js-maximum-matching" + }, + "bugs": { + "url": "https://github.com/aureooms/js-maximum-matching/issues" + }, + "keywords": [ + "algorithm", + "graph", + "javascript", + "matching", + "maximum" + ], + "sideEffects": false, + "main": "lib/index.js", + "files": [ + "lib" + ], + "scripts": { + "build": "babel --delete-dir-on-start --env-name production src -d lib", + "cover": "nyc --reporter=lcov npm test", + "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", + "esdoc": "esdoc", + "lint": "xo", + "lint-config": "fixpack --dryRun", + "lint-config-and-fix": "fixpack || fixpack", + "prepare": "npm run build", + "release": "np", + "test": "ava", + "travis": "npm run lint && npm run cover" + }, + "dependencies": {}, + "devDependencies": { + "@aureooms/js-itertools": "5.0.1", + "@babel/cli": "7.13.10", + "@babel/core": "7.13.10", + "@babel/preset-env": "7.13.10", + "@babel/register": "7.13.8", + "ava": "3.15.0", + "babel-plugin-transform-remove-console": "6.9.4", + "babel-plugin-unassert": "3.0.1", + "babel-preset-power-assert": "3.0.0", + "coveralls": "3.1.0", + "esdoc": "1.1.0", + "esdoc-inject-script-plugin": "1.0.0", + "esdoc-inject-style-plugin": "1.0.0", + "esdoc-standard-plugin": "1.0.0", + "fixpack": "4.0.0", + "np": "7.4.0", + "nyc": "15.1.0", + "power-assert": "1.6.1", + "regenerator-runtime": "0.13.7", + "xo": "0.36.1" + }, "ava": { "files": [ "test/src/**/*" @@ -72,63 +129,6 @@ } } }, - "bugs": { - "url": "https://github.com/aureooms/js-maximum-matching/issues" - }, - "dependencies": {}, - "devDependencies": { - "@aureooms/js-itertools": "5.0.1", - "@babel/cli": "7.13.10", - "@babel/core": "7.13.10", - "@babel/preset-env": "7.13.10", - "@babel/register": "7.13.8", - "ava": "3.15.0", - "babel-plugin-transform-remove-console": "6.9.4", - "babel-plugin-unassert": "3.0.1", - "babel-preset-power-assert": "3.0.0", - "coveralls": "3.1.0", - "esdoc": "1.1.0", - "esdoc-inject-script-plugin": "1.0.0", - "esdoc-inject-style-plugin": "1.0.0", - "esdoc-standard-plugin": "1.0.0", - "np": "7.4.0", - "nyc": "15.1.0", - "power-assert": "1.6.1", - "regenerator-runtime": "0.13.7", - "xo": "0.36.1", - "fixpack": "4.0.0" - }, - "files": [ - "lib" - ], - "homepage": "https://aureooms.github.io/js-maximum-matching", - "keywords": [ - "algorithm", - "graph", - "javascript", - "matching", - "maximum" - ], - "license": "AGPL-3.0", - "main": "lib/index.js", - "repository": { - "type": "git", - "url": "https://github.com/aureooms/js-maximum-matching" - }, - "scripts": { - "build": "babel --delete-dir-on-start --env-name production src -d lib", - "cover": "nyc --reporter=lcov npm test", - "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", - "esdoc": "esdoc", - "lint": "xo", - "prepare": "npm run build", - "release": "np", - "test": "ava", - "travis": "npm run lint && npm run cover", - "lint-config-and-fix": "fixpack || fixpack", - "lint-config": "fixpack --dryRun" - }, - "sideEffects": false, "xo": { "prettier": true, "rules": {