Skip to content

Commit 001b66e

Browse files
🎨 style(package.json): Run fixpack.
1 parent c0088cf commit 001b66e

File tree

1 file changed

+72
-72
lines changed

1 file changed

+72
-72
lines changed

package.json

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,18 @@
11
{
2-
"homepage": "http://aureooms.github.io/js-predicate/",
3-
"keywords": [
4-
"bricks",
5-
"javascript",
6-
"js",
7-
"boolean",
8-
"logic",
9-
"predicate",
10-
"truth",
11-
"untruth",
12-
"negation",
13-
"conjunction",
14-
"disjunction",
15-
"implication",
16-
"equivalence",
17-
"ender"
18-
],
19-
"dependencies": {},
20-
"repository": {
21-
"type": "git",
22-
"url": "https://github.com/aureooms/js-predicate.git"
23-
},
242
"name": "@aureooms/js-predicate",
25-
"scripts": {
26-
"build": "NODE_ENV=production microbundle",
27-
"test": "ava",
28-
"esdoc": null,
29-
"lint": "true",
30-
"prepare": "npm run build",
31-
"cover": "c8 --all --src src --reporter=lcov npm test",
32-
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
33-
"travis": "npm run lint-config && npm run lint && npm run cover",
34-
"release": "np --message ':hatching_chick: release: Bumping to v%s.'"
35-
},
36-
"license": "AGPL-3.0",
37-
"author": "aureooms",
38-
"main": "dist/index.js",
39-
"devDependencies": {
40-
"@babel/core": "7.13.10",
41-
"@babel/preset-env": "7.13.12",
42-
"@babel/register": "7.13.8",
43-
"@commitlint/cli": "12.0.1",
44-
"@js-library/commitlint-config": "0.0.4",
45-
"ava": "3.15.0",
46-
"babel-plugin-transform-remove-console": "6.9.4",
47-
"babel-plugin-unassert": "3.0.1",
48-
"babel-preset-power-assert": "3.0.0",
49-
"c8": "7.6.0",
50-
"coveralls": "3.1.0",
51-
"esdoc": "1.1.0",
52-
"esdoc-inject-script-plugin": "1.0.0",
53-
"esdoc-inject-style-plugin": "1.0.0",
54-
"esdoc-standard-plugin": "1.0.0",
55-
"fixpack": "4.0.0",
56-
"husky": "5.2.0",
57-
"lint-staged": "10.5.4",
58-
"microbundle": "0.13.0",
59-
"np": "7.4.0",
60-
"pinst": "2.1.6",
61-
"power-assert": "1.6.1"
62-
},
63-
"bugs": {
64-
"url": "https://github.com/aureooms/js-predicate/issues"
65-
},
663
"description": "predicate code bricks for JavaScript",
674
"version": "2.0.2",
5+
"author": "aureooms",
6+
"ava": {
7+
"files": [
8+
"test/src/**/*"
9+
],
10+
"require": [
11+
"regenerator-runtime/runtime",
12+
"@babel/register"
13+
],
14+
"timeout": "1m"
15+
},
6816
"babel": {
6917
"sourceMaps": true,
7018
"presets": [
@@ -147,18 +95,70 @@
14795
}
14896
}
14997
},
150-
"ava": {
151-
"files": [
152-
"test/src/**/*"
153-
],
154-
"require": [
155-
"regenerator-runtime/runtime",
156-
"@babel/register"
157-
],
158-
"timeout": "1m"
98+
"bugs": {
99+
"url": "https://github.com/aureooms/js-predicate/issues"
100+
},
101+
"dependencies": {},
102+
"devDependencies": {
103+
"@babel/core": "7.13.10",
104+
"@babel/preset-env": "7.13.12",
105+
"@babel/register": "7.13.8",
106+
"@commitlint/cli": "12.0.1",
107+
"@js-library/commitlint-config": "0.0.4",
108+
"ava": "3.15.0",
109+
"babel-plugin-transform-remove-console": "6.9.4",
110+
"babel-plugin-unassert": "3.0.1",
111+
"babel-preset-power-assert": "3.0.0",
112+
"c8": "7.6.0",
113+
"coveralls": "3.1.0",
114+
"esdoc": "1.1.0",
115+
"esdoc-inject-script-plugin": "1.0.0",
116+
"esdoc-inject-style-plugin": "1.0.0",
117+
"esdoc-standard-plugin": "1.0.0",
118+
"fixpack": "4.0.0",
119+
"husky": "5.2.0",
120+
"lint-staged": "10.5.4",
121+
"microbundle": "0.13.0",
122+
"np": "7.4.0",
123+
"pinst": "2.1.6",
124+
"power-assert": "1.6.1"
159125
},
160126
"files": [
161127
"dist"
162128
],
129+
"homepage": "http://aureooms.github.io/js-predicate/",
130+
"keywords": [
131+
"boolean",
132+
"bricks",
133+
"conjunction",
134+
"disjunction",
135+
"ender",
136+
"equivalence",
137+
"implication",
138+
"javascript",
139+
"js",
140+
"logic",
141+
"negation",
142+
"predicate",
143+
"truth",
144+
"untruth"
145+
],
146+
"license": "AGPL-3.0",
147+
"main": "dist/index.js",
148+
"repository": {
149+
"type": "git",
150+
"url": "https://github.com/aureooms/js-predicate.git"
151+
},
152+
"scripts": {
153+
"build": "NODE_ENV=production microbundle",
154+
"cover": "c8 --all --src src --reporter=lcov npm test",
155+
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
156+
"esdoc": null,
157+
"lint": "true",
158+
"prepare": "npm run build",
159+
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
160+
"test": "ava",
161+
"travis": "npm run lint-config && npm run lint && npm run cover"
162+
},
163163
"sideEffects": false
164164
}

0 commit comments

Comments
 (0)