Skip to content

Commit 033771c

Browse files
😒 chore(deps-dev): Upgrade tool set.
1 parent e5d7a7f commit 033771c

File tree

1 file changed

+54
-37
lines changed

1 file changed

+54
-37
lines changed

package.json

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

0 commit comments

Comments
 (0)