Skip to content

Commit 9492fc4

Browse files
😒 chore(deps-dev): Upgrade tool set.
1 parent 969bf86 commit 9492fc4

File tree

1 file changed

+52
-35
lines changed

1 file changed

+52
-35
lines changed

package.json

Lines changed: 52 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,53 @@
11
{
2-
"spm": {
3-
"main": "js/dist/radixsort.js"
4-
},
5-
"description": "radixsort code bricks for JavaScript",
6-
"homepage": "http://aureooms.github.io/js-radixsort/",
7-
"license": "AGPL-3.0",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/aureooms/js-radixsort.git"
11-
},
12-
"name": "@aureooms/js-radixsort",
13-
"author": "aureooms",
14-
"devDependencies": {
15-
"aureooms-node-package": "^4.2.3"
16-
},
17-
"bugs": {
18-
"url": "https://github.com/aureooms/js-radixsort/issues"
19-
},
20-
"keywords": [
21-
"bricks",
22-
"ender",
23-
"javascript",
24-
"js",
25-
"radixsort",
26-
"sorting"
27-
],
28-
"version": "0.0.1",
29-
"scripts": {
30-
"build": "./node_modules/.bin/aureooms-node-package-build",
31-
"doc": "./node_modules/.bin/groc",
32-
"test": "./node_modules/.bin/aureooms-node-package-test"
33-
},
34-
"dependencies": {},
35-
"main": "js/dist/radixsort.js"
36-
}
2+
"spm": {
3+
"main": "js/dist/radixsort.js"
4+
},
5+
"description": "radixsort code bricks for JavaScript",
6+
"homepage": "http://aureooms.github.io/js-radixsort/",
7+
"license": "AGPL-3.0",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/aureooms/js-radixsort.git"
11+
},
12+
"name": "@aureooms/js-radixsort",
13+
"author": "aureooms",
14+
"devDependencies": {
15+
"aureooms-node-package": "^4.2.3",
16+
"@babel/cli": "7.11.6",
17+
"@babel/core": "7.11.6",
18+
"@babel/preset-env": "7.11.5",
19+
"@babel/register": "7.11.5",
20+
"ava": "3.12.1",
21+
"babel-plugin-transform-remove-console": "6.9.4",
22+
"babel-plugin-unassert": "3.0.1",
23+
"babel-preset-power-assert": "3.0.0",
24+
"coveralls": "3.1.0",
25+
"esdoc": "1.1.0",
26+
"esdoc-inject-script-plugin": "1.0.0",
27+
"esdoc-inject-style-plugin": "1.0.0",
28+
"esdoc-standard-plugin": "1.0.0",
29+
"np": "6.5.0",
30+
"nyc": "15.1.0",
31+
"power-assert": "1.6.1",
32+
"regenerator-runtime": "0.13.7"
33+
},
34+
"bugs": {
35+
"url": "https://github.com/aureooms/js-radixsort/issues"
36+
},
37+
"keywords": [
38+
"bricks",
39+
"ender",
40+
"javascript",
41+
"js",
42+
"radixsort",
43+
"sorting"
44+
],
45+
"version": "0.0.1",
46+
"scripts": {
47+
"build": "./node_modules/.bin/aureooms-node-package-build",
48+
"doc": "./node_modules/.bin/groc",
49+
"test": "./node_modules/.bin/aureooms-node-package-test"
50+
},
51+
"dependencies": {},
52+
"main": "js/dist/radixsort.js"
53+
}

0 commit comments

Comments
 (0)