Skip to content

Commit 245b485

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/ab26fc3b8d8900f903d6c5d5618882f508089c94/src/transforms/package.json:initial-lint.js Please contact the author of the transform if you believe there was an error.
1 parent d41d607 commit 245b485

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

package.json

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

0 commit comments

Comments
 (0)