Skip to content

Commit 0c6f031

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/67ba7d5e9b38c8944d42909a3a30b0710559b446/src/transforms/package.json:initial-lint.js Please contact the author of the transform if you believe there was an error.
1 parent cb83165 commit 0c6f031

File tree

1 file changed

+96
-96
lines changed

1 file changed

+96
-96
lines changed

package.json

Lines changed: 96 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,102 @@
22
"name": "@aureooms/js-integer",
33
"description": "Integers for JavaScript",
44
"version": "9.0.2",
5+
"license": "AGPL-3.0",
56
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
7+
"homepage": "https://aureooms.github.io/js-integer",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/aureooms/js-integer"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/aureooms/js-integer/issues"
14+
},
15+
"keywords": [
16+
"abitrary",
17+
"addition",
18+
"algorithm",
19+
"arithmetic",
20+
"big",
21+
"big-int",
22+
"big-integer",
23+
"big-integers",
24+
"big-num",
25+
"big-number",
26+
"big-numbers",
27+
"bigint",
28+
"biginteger",
29+
"bigintegers",
30+
"bignum",
31+
"bignumber",
32+
"bignumbers",
33+
"bn",
34+
"bn.js",
35+
"complexity",
36+
"division",
37+
"exact",
38+
"exponentiation",
39+
"gcd",
40+
"integer",
41+
"javascript",
42+
"js",
43+
"jsbn",
44+
"library",
45+
"logic",
46+
"mpa",
47+
"multi-precision",
48+
"multiplication",
49+
"number",
50+
"precision",
51+
"subtraction"
52+
],
53+
"sideEffects": false,
54+
"main": "lib/index.js",
55+
"files": [
56+
"lib"
57+
],
58+
"scripts": {
59+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
60+
"cover": "nyc --reporter=lcov npm test",
61+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
62+
"esdoc": "esdoc",
63+
"lint": "true",
64+
"lint-config": "fixpack --dryRun",
65+
"lint-config-and-fix": "fixpack || fixpack",
66+
"prepare": "npm run build",
67+
"release": "np",
68+
"test": "ava",
69+
"travis": "npm run lint && npm run cover"
70+
},
71+
"dependencies": {
72+
"@aureooms/js-error": "^5.0.2",
73+
"@aureooms/js-integer-big-endian": "^11.0.1"
74+
},
75+
"devDependencies": {
76+
"@aureooms/js-algorithms": "3.0.7",
77+
"@aureooms/js-array": "4.0.0",
78+
"@aureooms/js-itertools": "5.0.2",
79+
"@aureooms/js-operator": "1.0.2",
80+
"@aureooms/js-random": "2.0.0",
81+
"@aureooms/js-string": "1.0.0",
82+
"@babel/cli": "7.13.10",
83+
"@babel/core": "7.13.10",
84+
"@babel/preset-env": "7.13.12",
85+
"@babel/register": "7.13.8",
86+
"ava": "3.15.0",
87+
"babel-plugin-transform-remove-console": "6.9.4",
88+
"babel-plugin-unassert": "3.0.1",
89+
"babel-preset-power-assert": "3.0.0",
90+
"coveralls": "3.1.0",
91+
"esdoc": "1.1.0",
92+
"esdoc-inject-script-plugin": "1.0.0",
93+
"esdoc-inject-style-plugin": "1.0.0",
94+
"esdoc-standard-plugin": "1.0.0",
95+
"fixpack": "4.0.0",
96+
"np": "7.4.0",
97+
"nyc": "15.1.0",
98+
"power-assert": "1.6.1",
99+
"regenerator-runtime": "0.13.7"
100+
},
6101
"ava": {
7102
"require": [
8103
"regenerator-runtime/runtime",
@@ -72,100 +167,5 @@
72167
"sourceMaps": "inline"
73168
}
74169
}
75-
},
76-
"bugs": {
77-
"url": "https://github.com/aureooms/js-integer/issues"
78-
},
79-
"dependencies": {
80-
"@aureooms/js-error": "^5.0.2",
81-
"@aureooms/js-integer-big-endian": "^11.0.1"
82-
},
83-
"devDependencies": {
84-
"@aureooms/js-algorithms": "3.0.7",
85-
"@aureooms/js-array": "4.0.0",
86-
"@aureooms/js-itertools": "5.0.2",
87-
"@aureooms/js-operator": "1.0.2",
88-
"@aureooms/js-random": "2.0.0",
89-
"@aureooms/js-string": "1.0.0",
90-
"@babel/cli": "7.13.10",
91-
"@babel/core": "7.13.10",
92-
"@babel/preset-env": "7.13.12",
93-
"@babel/register": "7.13.8",
94-
"ava": "3.15.0",
95-
"babel-plugin-transform-remove-console": "6.9.4",
96-
"babel-plugin-unassert": "3.0.1",
97-
"babel-preset-power-assert": "3.0.0",
98-
"coveralls": "3.1.0",
99-
"esdoc": "1.1.0",
100-
"esdoc-inject-script-plugin": "1.0.0",
101-
"esdoc-inject-style-plugin": "1.0.0",
102-
"esdoc-standard-plugin": "1.0.0",
103-
"np": "7.4.0",
104-
"nyc": "15.1.0",
105-
"power-assert": "1.6.1",
106-
"regenerator-runtime": "0.13.7",
107-
"fixpack": "4.0.0"
108-
},
109-
"files": [
110-
"lib"
111-
],
112-
"homepage": "https://aureooms.github.io/js-integer",
113-
"keywords": [
114-
"abitrary",
115-
"addition",
116-
"algorithm",
117-
"arithmetic",
118-
"big",
119-
"big-int",
120-
"big-integer",
121-
"big-integers",
122-
"big-num",
123-
"big-number",
124-
"big-numbers",
125-
"bigint",
126-
"biginteger",
127-
"bigintegers",
128-
"bignum",
129-
"bignumber",
130-
"bignumbers",
131-
"bn",
132-
"bn.js",
133-
"complexity",
134-
"division",
135-
"exact",
136-
"exponentiation",
137-
"gcd",
138-
"integer",
139-
"javascript",
140-
"js",
141-
"jsbn",
142-
"library",
143-
"logic",
144-
"mpa",
145-
"multi-precision",
146-
"multiplication",
147-
"number",
148-
"precision",
149-
"subtraction"
150-
],
151-
"license": "AGPL-3.0",
152-
"main": "lib/index.js",
153-
"repository": {
154-
"type": "git",
155-
"url": "https://github.com/aureooms/js-integer"
156-
},
157-
"scripts": {
158-
"build": "babel --delete-dir-on-start --env-name production src -d lib",
159-
"cover": "nyc --reporter=lcov npm test",
160-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
161-
"esdoc": "esdoc",
162-
"lint": "true",
163-
"prepare": "npm run build",
164-
"release": "np",
165-
"test": "ava",
166-
"travis": "npm run lint && npm run cover",
167-
"lint-config": "fixpack --dryRun",
168-
"lint-config-and-fix": "fixpack || fixpack"
169-
},
170-
"sideEffects": false
170+
}
171171
}

0 commit comments

Comments
 (0)