Skip to content

Commit aa71cd7

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

File tree

1 file changed

+70
-70
lines changed

1 file changed

+70
-70
lines changed

package.json

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,76 @@
22
"name": "@aureooms/js-rational",
33
"description": "Rational numbers for JavaScript",
44
"version": "3.0.1",
5+
"license": "AGPL-3.0",
56
"author": "Aurélien Ooms <[email protected]>",
7+
"homepage": "https://github.com/aureooms/js-rational",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/aureooms/js-rational"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/aureooms/js-rational/issues"
14+
},
15+
"keywords": [
16+
"algorithm",
17+
"arithmetic",
18+
"bigdec",
19+
"bigdecimal",
20+
"complexity",
21+
"exact",
22+
"fractions",
23+
"javascript",
24+
"js",
25+
"numbers",
26+
"rational"
27+
],
28+
"sideEffects": false,
29+
"main": "lib/index.js",
30+
"files": [
31+
"lib"
32+
],
33+
"scripts": {
34+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
35+
"cover": "nyc --reporter=lcov npm test",
36+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
37+
"esdoc": "esdoc",
38+
"lint": "true",
39+
"lint-config": "fixpack --dryRun",
40+
"lint-config-and-fix": "fixpack || fixpack",
41+
"prepare": "npm run build",
42+
"release": "np",
43+
"test": "ava",
44+
"travis": "npm run lint && npm run cover"
45+
},
46+
"dependencies": {
47+
"@aureooms/js-itertools": "^5.0.2"
48+
},
49+
"devDependencies": {
50+
"@aureooms/js-integer": "10.0.1",
51+
"@aureooms/js-integer-big-endian": "11.0.1",
52+
"@aureooms/js-number": "3.1.0",
53+
"@aureooms/js-prime": "4.0.0",
54+
"@babel/cli": "7.13.10",
55+
"@babel/core": "7.13.10",
56+
"@babel/preset-env": "7.13.12",
57+
"@babel/register": "7.13.8",
58+
"ava": "3.15.0",
59+
"babel-plugin-transform-remove-console": "6.9.4",
60+
"babel-plugin-unassert": "3.0.1",
61+
"babel-preset-power-assert": "3.0.0",
62+
"bn.js": "5.2.0",
63+
"coveralls": "3.1.0",
64+
"esdoc": "1.1.0",
65+
"esdoc-inject-script-plugin": "1.0.0",
66+
"esdoc-inject-style-plugin": "1.0.0",
67+
"esdoc-standard-plugin": "1.0.0",
68+
"fixpack": "4.0.0",
69+
"int": "0.2.0",
70+
"np": "7.4.0",
71+
"nyc": "15.1.0",
72+
"power-assert": "1.6.1",
73+
"regenerator-runtime": "0.13.7"
74+
},
675
"ava": {
776
"require": [
877
"regenerator-runtime/runtime",
@@ -72,74 +141,5 @@
72141
"sourceMaps": "inline"
73142
}
74143
}
75-
},
76-
"bugs": {
77-
"url": "https://github.com/aureooms/js-rational/issues"
78-
},
79-
"dependencies": {
80-
"@aureooms/js-itertools": "^5.0.2"
81-
},
82-
"devDependencies": {
83-
"@aureooms/js-integer": "10.0.1",
84-
"@aureooms/js-integer-big-endian": "11.0.1",
85-
"@aureooms/js-number": "3.1.0",
86-
"@aureooms/js-prime": "4.0.0",
87-
"@babel/cli": "7.13.10",
88-
"@babel/core": "7.13.10",
89-
"@babel/preset-env": "7.13.12",
90-
"@babel/register": "7.13.8",
91-
"ava": "3.15.0",
92-
"babel-plugin-transform-remove-console": "6.9.4",
93-
"babel-plugin-unassert": "3.0.1",
94-
"babel-preset-power-assert": "3.0.0",
95-
"bn.js": "5.2.0",
96-
"coveralls": "3.1.0",
97-
"esdoc": "1.1.0",
98-
"esdoc-inject-script-plugin": "1.0.0",
99-
"esdoc-inject-style-plugin": "1.0.0",
100-
"esdoc-standard-plugin": "1.0.0",
101-
"int": "0.2.0",
102-
"np": "7.4.0",
103-
"nyc": "15.1.0",
104-
"power-assert": "1.6.1",
105-
"regenerator-runtime": "0.13.7",
106-
"fixpack": "4.0.0"
107-
},
108-
"files": [
109-
"lib"
110-
],
111-
"homepage": "https://github.com/aureooms/js-rational",
112-
"keywords": [
113-
"algorithm",
114-
"arithmetic",
115-
"bigdec",
116-
"bigdecimal",
117-
"complexity",
118-
"exact",
119-
"fractions",
120-
"javascript",
121-
"js",
122-
"numbers",
123-
"rational"
124-
],
125-
"license": "AGPL-3.0",
126-
"main": "lib/index.js",
127-
"repository": {
128-
"type": "git",
129-
"url": "https://github.com/aureooms/js-rational"
130-
},
131-
"scripts": {
132-
"build": "babel --delete-dir-on-start --env-name production src -d lib",
133-
"cover": "nyc --reporter=lcov npm test",
134-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
135-
"esdoc": "esdoc",
136-
"lint": "true",
137-
"prepare": "npm run build",
138-
"release": "np",
139-
"test": "ava",
140-
"travis": "npm run lint && npm run cover",
141-
"lint-config-and-fix": "fixpack || fixpack",
142-
"lint-config": "fixpack --dryRun"
143-
},
144-
"sideEffects": false
144+
}
145145
}

0 commit comments

Comments
 (0)