Skip to content

Commit 1edc433

Browse files
committed
updated dependencies
1 parent 34a6a28 commit 1edc433

File tree

1 file changed

+49
-48
lines changed

1 file changed

+49
-48
lines changed

package.json

Lines changed: 49 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,51 @@
11
{
2-
"name": "@tokilabs/pug3-cli",
3-
"version": "3.0.1",
4-
"publishConfig": {
5-
"access": "public",
6-
"registry": "https://registry.npmjs.org/"
7-
},
8-
"description": "A cli for Pug 3.0.3 with many fixes and improvements",
9-
"repository": {
10-
"type": "git",
11-
"url": "https://github.com/tokilabs/pug3-cli.git"
12-
},
13-
"directories": {
14-
"man": "man"
15-
},
16-
"bin": {
17-
"pug3": "./index.js"
18-
},
19-
"preferGlobal": true,
20-
"keywords": [
21-
"pug",
22-
"pug3",
23-
"pug-cli",
24-
"pug3-cli",
25-
"html",
26-
"cli"
27-
],
28-
"dependencies": {
29-
"chalk": "^4.1.1",
30-
"commander": "^7.2.0",
31-
"debug": "^4.3.4",
32-
"gray-matter": "^4.0.2",
33-
"js-yaml": "^4.1.0",
34-
"mkdirp": "^1.0.4",
35-
"pug": "^3.0.3"
36-
},
37-
"devDependencies": {
38-
"istanbul": "*",
39-
"mocha": "*",
40-
"rimraf": "*"
41-
},
42-
"scripts": {
43-
"test": "mocha -R spec --bail",
44-
"precoverage": "rimraf coverage && rimraf cov-pt*",
45-
"coverage": "istanbul cover --report none --dir cov-pt0 node_modules/mocha/bin/_mocha -- -R dot",
46-
"postcoverage": "istanbul report --include cov-pt\\*/coverage.json && rimraf cov-pt*",
47-
"man": "man ./man/pug3.0.3"
48-
},
49-
"license": "MIT"
2+
"name": "@tokilabs/pug3-cli",
3+
"version": "3.0.1",
4+
"publishConfig": {
5+
"access": "public",
6+
"registry": "https://registry.npmjs.org/"
7+
},
8+
"description": "A cli for Pug 3.0.3 with many fixes and improvements",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/tokilabs/pug3-cli.git"
12+
},
13+
"directories": {
14+
"man": "man"
15+
},
16+
"bin": {
17+
"pug3": "./index.js"
18+
},
19+
"preferGlobal": true,
20+
"keywords": [
21+
"pug",
22+
"pug3",
23+
"pug-cli",
24+
"pug3-cli",
25+
"html",
26+
"cli"
27+
],
28+
"dependencies": {
29+
"chalk": "^4.1.2",
30+
"commander": "^12.1.0",
31+
"debug": "^4.3.7",
32+
"gray-matter": "^4.0.3",
33+
"js-yaml": "^4.1.0",
34+
"mkdirp": "^3.0.1",
35+
"pkg.json": "^2.0.8",
36+
"pug": "^3.0.3"
37+
},
38+
"devDependencies": {
39+
"mocha": "^11.0.1",
40+
"nyc": "^17.1.0",
41+
"rimraf": "^6.0.1"
42+
},
43+
"scripts": {
44+
"test": "mocha -R spec --bail",
45+
"precoverage": "rimraf --no-glob coverage && rimraf --no-glob cov-pt*",
46+
"coverage": "nyc --reporter=none --report-dir=cov-pt0 mocha -- -R dot",
47+
"postcoverage": "nyc report --include=cov-pt*/coverage.json && rimraf --no-glob cov-pt*",
48+
"man": "man ./man/pug3.0.3"
49+
},
50+
"license": "MIT"
5051
}

0 commit comments

Comments
 (0)