Skip to content

Commit a188700

Browse files
🤖 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.
1 parent 010e637 commit a188700

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

package.json

+57-57
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,64 @@
22
"name": "@aureooms/js-maximum-matching",
33
"description": "Maximum matching algorithms for JavaScript",
44
"version": "1.0.8",
5+
"license": "AGPL-3.0",
56
"author": "aureooms",
7+
"homepage": "https://aureooms.github.io/js-maximum-matching",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/aureooms/js-maximum-matching"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/aureooms/js-maximum-matching/issues"
14+
},
15+
"keywords": [
16+
"algorithm",
17+
"graph",
18+
"javascript",
19+
"matching",
20+
"maximum"
21+
],
22+
"sideEffects": false,
23+
"main": "lib/index.js",
24+
"files": [
25+
"lib"
26+
],
27+
"scripts": {
28+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
29+
"cover": "nyc --reporter=lcov npm test",
30+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
31+
"esdoc": "esdoc",
32+
"lint": "xo",
33+
"lint-config": "fixpack --dryRun",
34+
"lint-config-and-fix": "fixpack || fixpack",
35+
"prepare": "npm run build",
36+
"release": "np",
37+
"test": "ava",
38+
"travis": "npm run lint && npm run cover"
39+
},
40+
"dependencies": {},
41+
"devDependencies": {
42+
"@aureooms/js-itertools": "5.0.1",
43+
"@babel/cli": "7.13.10",
44+
"@babel/core": "7.13.10",
45+
"@babel/preset-env": "7.13.10",
46+
"@babel/register": "7.13.8",
47+
"ava": "3.15.0",
48+
"babel-plugin-transform-remove-console": "6.9.4",
49+
"babel-plugin-unassert": "3.0.1",
50+
"babel-preset-power-assert": "3.0.0",
51+
"coveralls": "3.1.0",
52+
"esdoc": "1.1.0",
53+
"esdoc-inject-script-plugin": "1.0.0",
54+
"esdoc-inject-style-plugin": "1.0.0",
55+
"esdoc-standard-plugin": "1.0.0",
56+
"fixpack": "4.0.0",
57+
"np": "7.4.0",
58+
"nyc": "15.1.0",
59+
"power-assert": "1.6.1",
60+
"regenerator-runtime": "0.13.7",
61+
"xo": "0.36.1"
62+
},
663
"ava": {
764
"files": [
865
"test/src/**/*"
@@ -72,63 +129,6 @@
72129
}
73130
}
74131
},
75-
"bugs": {
76-
"url": "https://github.com/aureooms/js-maximum-matching/issues"
77-
},
78-
"dependencies": {},
79-
"devDependencies": {
80-
"@aureooms/js-itertools": "5.0.1",
81-
"@babel/cli": "7.13.10",
82-
"@babel/core": "7.13.10",
83-
"@babel/preset-env": "7.13.10",
84-
"@babel/register": "7.13.8",
85-
"ava": "3.15.0",
86-
"babel-plugin-transform-remove-console": "6.9.4",
87-
"babel-plugin-unassert": "3.0.1",
88-
"babel-preset-power-assert": "3.0.0",
89-
"coveralls": "3.1.0",
90-
"esdoc": "1.1.0",
91-
"esdoc-inject-script-plugin": "1.0.0",
92-
"esdoc-inject-style-plugin": "1.0.0",
93-
"esdoc-standard-plugin": "1.0.0",
94-
"np": "7.4.0",
95-
"nyc": "15.1.0",
96-
"power-assert": "1.6.1",
97-
"regenerator-runtime": "0.13.7",
98-
"xo": "0.36.1",
99-
"fixpack": "4.0.0"
100-
},
101-
"files": [
102-
"lib"
103-
],
104-
"homepage": "https://aureooms.github.io/js-maximum-matching",
105-
"keywords": [
106-
"algorithm",
107-
"graph",
108-
"javascript",
109-
"matching",
110-
"maximum"
111-
],
112-
"license": "AGPL-3.0",
113-
"main": "lib/index.js",
114-
"repository": {
115-
"type": "git",
116-
"url": "https://github.com/aureooms/js-maximum-matching"
117-
},
118-
"scripts": {
119-
"build": "babel --delete-dir-on-start --env-name production src -d lib",
120-
"cover": "nyc --reporter=lcov npm test",
121-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
122-
"esdoc": "esdoc",
123-
"lint": "xo",
124-
"prepare": "npm run build",
125-
"release": "np",
126-
"test": "ava",
127-
"travis": "npm run lint && npm run cover",
128-
"lint-config-and-fix": "fixpack || fixpack",
129-
"lint-config": "fixpack --dryRun"
130-
},
131-
"sideEffects": false,
132132
"xo": {
133133
"prettier": true,
134134
"rules": {

0 commit comments

Comments
 (0)