Skip to content

Commit a275b2a

Browse files
😒 chore(deps-dev): Upgrade tool set.
1 parent 3b0d543 commit a275b2a

File tree

1 file changed

+55
-42
lines changed

1 file changed

+55
-42
lines changed

package.json

Lines changed: 55 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,56 @@
11
{
2-
"name": "@aureooms/js-dll",
3-
"description": "Doubly linked list code bricks for JavaScript",
4-
"homepage": "http://aureooms.github.io/js-dll/",
5-
"main": "js/dist/dll.js",
6-
"version": "6.0.10",
7-
"repository": {
8-
"url": "https://github.com/aureooms/js-dll.git",
9-
"type": "git"
10-
},
11-
"keywords": [
12-
"bricks",
13-
"data",
14-
"dll",
15-
"doubly linked list",
16-
"doubly",
17-
"linked",
18-
"javascript",
19-
"js",
20-
"list",
21-
"structure",
22-
"structures",
23-
"ender"
24-
],
25-
"scripts": {
26-
"build": "./node_modules/.bin/aureooms-node-package-build",
27-
"test": "./node_modules/.bin/aureooms-node-package-test",
28-
"doc": "./node_modules/.bin/groc"
29-
},
30-
"author": "aureooms",
31-
"devDependencies": {
32-
"aureooms-node-package": "^6.0.1",
33-
"@aureooms/js-list-spec": "^8.0.3"
34-
},
35-
"bugs": {
36-
"url": "https://github.com/aureooms/js-dll/issues"
37-
},
38-
"dependencies": {},
39-
"license": "AGPL-3.0",
40-
"spm": {
41-
"main": "js/dist/dll.js"
42-
}
43-
}
2+
"name": "@aureooms/js-dll",
3+
"description": "Doubly linked list code bricks for JavaScript",
4+
"homepage": "http://aureooms.github.io/js-dll/",
5+
"main": "js/dist/dll.js",
6+
"version": "6.0.10",
7+
"repository": {
8+
"url": "https://github.com/aureooms/js-dll.git",
9+
"type": "git"
10+
},
11+
"keywords": [
12+
"bricks",
13+
"data",
14+
"dll",
15+
"doubly linked list",
16+
"doubly",
17+
"linked",
18+
"javascript",
19+
"js",
20+
"list",
21+
"structure",
22+
"structures",
23+
"ender"
24+
],
25+
"scripts": {
26+
"build": "./node_modules/.bin/aureooms-node-package-build",
27+
"test": "./node_modules/.bin/aureooms-node-package-test",
28+
"doc": "./node_modules/.bin/groc"
29+
},
30+
"author": "aureooms",
31+
"devDependencies": {
32+
"aureooms-node-package": "^6.0.1",
33+
"@aureooms/js-list-spec": "^8.0.3",
34+
"@babel/cli": "7.8.4",
35+
"@babel/core": "7.9.0",
36+
"@babel/polyfill": "7.8.7",
37+
"@babel/preset-env": "7.9.5",
38+
"@babel/register": "7.9.0",
39+
"ava": "3.7.0",
40+
"coveralls": "3.0.11",
41+
"esdoc": "1.1.0",
42+
"esdoc-inject-script-plugin": "1.0.0",
43+
"esdoc-inject-style-plugin": "1.0.0",
44+
"esdoc-standard-plugin": "1.0.0",
45+
"np": "6.2.1",
46+
"nyc": "15.0.1"
47+
},
48+
"bugs": {
49+
"url": "https://github.com/aureooms/js-dll/issues"
50+
},
51+
"dependencies": {},
52+
"license": "AGPL-3.0",
53+
"spm": {
54+
"main": "js/dist/dll.js"
55+
}
56+
}

0 commit comments

Comments
 (0)