Skip to content

Commit b693526

Browse files
😒 chore(deps-dev): Upgrade tool set.
1 parent 14fbaa4 commit b693526

File tree

1 file changed

+65
-43
lines changed

1 file changed

+65
-43
lines changed

package.json

Lines changed: 65 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,66 @@
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-
},
24-
"name": "@aureooms/js-predicate",
25-
"scripts": {
26-
"doc": "./node_modules/.bin/groc",
27-
"build": "./node_modules/.bin/aureooms-node-package-build",
28-
"test": "./node_modules/.bin/aureooms-node-package-test"
29-
},
30-
"license": "AGPL-3.0",
31-
"author": "aureooms",
32-
"main": "js/dist/predicate.js",
33-
"devDependencies": {
34-
"aureooms-node-package": "^6.0.1"
35-
},
36-
"bugs": {
37-
"url": "https://github.com/aureooms/js-predicate/issues"
38-
},
39-
"description": "predicate code bricks for JavaScript",
40-
"version": "2.0.2",
41-
"spm": {
42-
"main": "js/dist/predicate.js"
43-
}
44-
}
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+
},
24+
"name": "@aureooms/js-predicate",
25+
"scripts": {
26+
"doc": "./node_modules/.bin/groc",
27+
"build": "./node_modules/.bin/aureooms-node-package-build",
28+
"test": "./node_modules/.bin/aureooms-node-package-test"
29+
},
30+
"license": "AGPL-3.0",
31+
"author": "aureooms",
32+
"main": "js/dist/predicate.js",
33+
"devDependencies": {
34+
"aureooms-node-package": "^6.0.1",
35+
"@babel/core": "7.13.10",
36+
"@babel/preset-env": "7.13.10",
37+
"@babel/register": "7.13.8",
38+
"@commitlint/cli": "12.0.1",
39+
"@js-library/commitlint-config": "0.0.4",
40+
"ava": "3.15.0",
41+
"babel-plugin-transform-remove-console": "6.9.4",
42+
"babel-plugin-unassert": "3.0.1",
43+
"babel-preset-power-assert": "3.0.0",
44+
"c8": "7.6.0",
45+
"coveralls": "3.1.0",
46+
"esdoc": "1.1.0",
47+
"esdoc-inject-script-plugin": "1.0.0",
48+
"esdoc-inject-style-plugin": "1.0.0",
49+
"esdoc-standard-plugin": "1.0.0",
50+
"fixpack": "4.0.0",
51+
"husky": "5.1.3",
52+
"lint-staged": "10.5.4",
53+
"microbundle": "0.13.0",
54+
"np": "7.4.0",
55+
"pinst": "2.1.6",
56+
"power-assert": "1.6.1"
57+
},
58+
"bugs": {
59+
"url": "https://github.com/aureooms/js-predicate/issues"
60+
},
61+
"description": "predicate code bricks for JavaScript",
62+
"version": "2.0.2",
63+
"spm": {
64+
"main": "js/dist/predicate.js"
65+
}
66+
}

0 commit comments

Comments
 (0)