@yamato-daiwa/automation 0.3.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/EntryPoint.js +2094 -11522
- package/Executable +3 -3
- package/LICENSE +1 -1
- package/package.json +31 -28
package/Executable
CHANGED
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2023-present, Yamato Daiwa Co., Ltd
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamato-daiwa/automation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "The project building tool with declarative YAML configuration specializing on Pug, Stylus and TypeScript as source code languages.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"build",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"typescript"
|
|
11
11
|
],
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": ">=
|
|
13
|
+
"node": ">=18.18.0"
|
|
14
14
|
},
|
|
15
15
|
"bin": {
|
|
16
16
|
"yda": "Executable"
|
|
@@ -19,49 +19,51 @@
|
|
|
19
19
|
"EntryPoint.js"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@stylistic/eslint-plugin": "1.
|
|
23
|
-
"@typescript-eslint/eslint-plugin": "
|
|
24
|
-
"@typescript-eslint/parser": "
|
|
25
|
-
"@vue/compiler-sfc": "3.4.
|
|
26
|
-
"@webdiscus/pug-loader": "2.
|
|
27
|
-
"@yamato-daiwa/es-extensions": "
|
|
28
|
-
"@yamato-daiwa/es-extensions-nodejs": "
|
|
29
|
-
"@yamato-daiwa/style_guides": "0.
|
|
30
|
-
"autoprefixer": "10.4.
|
|
31
|
-
"browser-sync": "
|
|
32
|
-
"css-loader": "6.
|
|
33
|
-
"cssnano": "
|
|
34
|
-
"eslint": "8.
|
|
22
|
+
"@stylistic/eslint-plugin": "1.7.0",
|
|
23
|
+
"@typescript-eslint/eslint-plugin": "7.4.0",
|
|
24
|
+
"@typescript-eslint/parser": "7.4.0",
|
|
25
|
+
"@vue/compiler-sfc": "3.4.21",
|
|
26
|
+
"@webdiscus/pug-loader": "2.11.0",
|
|
27
|
+
"@yamato-daiwa/es-extensions": "1.7.0-alpha.10",
|
|
28
|
+
"@yamato-daiwa/es-extensions-nodejs": "1.7.0-alpha.6",
|
|
29
|
+
"@yamato-daiwa/style_guides": "0.2.0",
|
|
30
|
+
"autoprefixer": "10.4.19",
|
|
31
|
+
"browser-sync": "3.0.2",
|
|
32
|
+
"css-loader": "6.11.0",
|
|
33
|
+
"cssnano": "6.1.2",
|
|
34
|
+
"eslint": "8.57.0",
|
|
35
35
|
"eslint-plugin-import": "2.29.1",
|
|
36
36
|
"eslint-plugin-node": "11.1.0",
|
|
37
|
-
"eslint-plugin-react": "7.
|
|
38
|
-
"eslint-plugin-vue": "9.
|
|
39
|
-
"eslint-plugin-vue-pug": "0.6.
|
|
37
|
+
"eslint-plugin-react": "7.34.1",
|
|
38
|
+
"eslint-plugin-vue": "9.24.0",
|
|
39
|
+
"eslint-plugin-vue-pug": "0.6.2",
|
|
40
40
|
"fork-ts-checker-webpack-plugin": "7.3.0",
|
|
41
41
|
"gulp": "4.0.2",
|
|
42
42
|
"gulp-data": "1.3.1",
|
|
43
43
|
"gulp-html-prettify": "0.0.1",
|
|
44
44
|
"gulp-if": "3.0.0",
|
|
45
45
|
"gulp-imagemin": "7.1.0",
|
|
46
|
+
"gulp-nodemon": "2.5.0",
|
|
46
47
|
"gulp-plumber": "1.2.1",
|
|
47
48
|
"gulp-postcss": "9.0.1",
|
|
48
49
|
"gulp-pug": "5.0.0",
|
|
49
50
|
"gulp-sourcemaps": "3.0.0",
|
|
50
|
-
"gulp-stylus": "
|
|
51
|
+
"gulp-stylus": "3.0.1",
|
|
51
52
|
"imagemin-pngquant": "9.0.2",
|
|
52
53
|
"json5-loader": "4.0.1",
|
|
53
|
-
"node-html-parser": "6.1.
|
|
54
|
+
"node-html-parser": "6.1.13",
|
|
54
55
|
"node-notifier": "10.0.1",
|
|
55
56
|
"pa11y": "6.2.3",
|
|
56
57
|
"probe-image-size": "7.2.3",
|
|
57
58
|
"pug-lint": "2.7.0",
|
|
58
59
|
"pug-plain-loader": "1.1.0",
|
|
59
60
|
"puppeteer": "21.0.0",
|
|
60
|
-
"rev-hash": "4.
|
|
61
|
+
"rev-hash": "4.1.0",
|
|
61
62
|
"stlint": "1.0.65",
|
|
62
63
|
"stream-combiner2": "1.1.1",
|
|
63
|
-
"style-loader": "3.3.
|
|
64
|
-
"stylus
|
|
64
|
+
"style-loader": "3.3.4",
|
|
65
|
+
"stylus": "0.63.0",
|
|
66
|
+
"stylus-loader": "8.0.0",
|
|
65
67
|
"ts-loader": "9.4.4",
|
|
66
68
|
"vinyl": "2.2.1",
|
|
67
69
|
"vue-loader": "17.3.1",
|
|
@@ -80,10 +82,11 @@
|
|
|
80
82
|
"@types/gulp-html-prettify": "0.0.2",
|
|
81
83
|
"@types/gulp-if": "0.0.34",
|
|
82
84
|
"@types/gulp-imagemin": "8.0.1",
|
|
85
|
+
"@types/gulp-nodemon": "0.0.37",
|
|
83
86
|
"@types/gulp-plumber": "0.0.33",
|
|
84
|
-
"@types/gulp-postcss": "8.0.
|
|
87
|
+
"@types/gulp-postcss": "8.0.6",
|
|
85
88
|
"@types/gulp-sourcemaps": "0.0.36",
|
|
86
|
-
"@types/gulp-stylus": "2.7.
|
|
89
|
+
"@types/gulp-stylus": "2.7.8",
|
|
87
90
|
"@types/node": "18.13.0",
|
|
88
91
|
"@types/node-notifier": "8.0.5",
|
|
89
92
|
"@types/pa11y": "5.3.7",
|
|
@@ -91,9 +94,9 @@
|
|
|
91
94
|
"@types/pug": "2.0.9",
|
|
92
95
|
"@types/webpack-node-externals": "2.5.3",
|
|
93
96
|
"@types/webpack-stream": "3.2.15",
|
|
94
|
-
"eslint-webpack-plugin": "4.0
|
|
95
|
-
"ts-node": "10.9.
|
|
96
|
-
"typescript": "5.
|
|
97
|
+
"eslint-webpack-plugin": "4.1.0",
|
|
98
|
+
"ts-node": "10.9.2",
|
|
99
|
+
"typescript": "5.4.3",
|
|
97
100
|
"webpack-cli": "5.1.4"
|
|
98
101
|
},
|
|
99
102
|
"scripts": {
|