website-utilities 1.0.344 → 1.0.345
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/index.js +0 -0
- package/package.json +47 -46
- package/type.d.ts +1 -0
package/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "website-utilities",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.345",
|
|
4
4
|
"description": "extend your web app",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jquery",
|
|
@@ -32,9 +32,7 @@
|
|
|
32
32
|
"type.d.ts",
|
|
33
33
|
"_variables.scss"
|
|
34
34
|
],
|
|
35
|
-
"bin":
|
|
36
|
-
"website-utilities": "deploy.js"
|
|
37
|
-
},
|
|
35
|
+
"bin": "deploy.js",
|
|
38
36
|
"repository": {
|
|
39
37
|
"type": "git",
|
|
40
38
|
"url": "https://github.com/thaibault/website-utilities"
|
|
@@ -60,48 +58,49 @@
|
|
|
60
58
|
"test:browser": "weboptimizer test:browser",
|
|
61
59
|
"test:coverage": "weboptimizer test:coverage",
|
|
62
60
|
"test:coverage:report": "weboptimizer test:coverage:report",
|
|
63
|
-
"update": "yarn version
|
|
61
|
+
"update": "yarn version patch && yarn npm publish",
|
|
64
62
|
"update:documentation": "documentation-website",
|
|
65
63
|
"watch": "weboptimizer build --watch"
|
|
66
64
|
},
|
|
67
65
|
"devDependencies": {
|
|
68
|
-
"@babel/eslint-parser": "
|
|
69
|
-
"@babel/plugin-transform-proto-to-assign": "
|
|
70
|
-
"@
|
|
71
|
-
"@types/
|
|
72
|
-
"@types/
|
|
73
|
-
"@types/
|
|
74
|
-
"@types/
|
|
75
|
-
"@
|
|
76
|
-
"@typescript-eslint/
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"eslint
|
|
83
|
-
"eslint-
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"postcss
|
|
91
|
-
"postcss-
|
|
92
|
-
"postcss-
|
|
93
|
-
"postcss-
|
|
94
|
-
"postcss-
|
|
95
|
-
"postcss-
|
|
96
|
-
"postcss-
|
|
97
|
-
"
|
|
98
|
-
"sass
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"stylelint
|
|
103
|
-
"
|
|
104
|
-
"
|
|
66
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
67
|
+
"@babel/plugin-transform-proto-to-assign": "^7.23.3",
|
|
68
|
+
"@babel/runtime": "^7.24.0",
|
|
69
|
+
"@types/ejs": "^3.1.5",
|
|
70
|
+
"@types/html-minifier": "^4.0.5",
|
|
71
|
+
"@types/jquery": "^3.5.29",
|
|
72
|
+
"@types/jsdom": "^21.1.6",
|
|
73
|
+
"@types/node": "^20.11.24",
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
75
|
+
"@typescript-eslint/parser": "^7.1.0",
|
|
76
|
+
"clientnode": "^3.0.1136",
|
|
77
|
+
"css-loader": "^6.10.0",
|
|
78
|
+
"cssnano": "^6.0.5",
|
|
79
|
+
"documentation-website": "^1.0.325",
|
|
80
|
+
"eslint": "^8.57.0",
|
|
81
|
+
"eslint-config-google": "^0.14.0",
|
|
82
|
+
"eslint-plugin-jsdoc": "^48.2.0",
|
|
83
|
+
"internationalisation": "^1.0.315",
|
|
84
|
+
"jest": "^29.7.0",
|
|
85
|
+
"jquery": "^3.7.1",
|
|
86
|
+
"jsdoc": "^4.0.2",
|
|
87
|
+
"mini-css-extract-plugin": "^2.8.1",
|
|
88
|
+
"postcss": "^8.4.35",
|
|
89
|
+
"postcss-fontpath": "^1.0.0",
|
|
90
|
+
"postcss-import": "^16.0.1",
|
|
91
|
+
"postcss-loader": "^8.1.1",
|
|
92
|
+
"postcss-preset-env": "^9.4.0",
|
|
93
|
+
"postcss-scss": "^4.0.9",
|
|
94
|
+
"postcss-sprites": "^4.2.1",
|
|
95
|
+
"postcss-url": "^10.1.3",
|
|
96
|
+
"sass": "^1.71.1",
|
|
97
|
+
"sass-loader": "^14.1.1",
|
|
98
|
+
"spin.js": "^4.1.1",
|
|
99
|
+
"style-loader": "^3.3.4",
|
|
100
|
+
"stylelint": "^16.2.1",
|
|
101
|
+
"stylelint-config-standard-scss": "^13.0.0",
|
|
102
|
+
"weboptimizer": "^2.0.1452",
|
|
103
|
+
"webpack-dev-server": "^5.0.2"
|
|
105
104
|
},
|
|
106
105
|
"peerDependencies": {
|
|
107
106
|
"@babel/runtime": "*",
|
|
@@ -122,8 +121,9 @@
|
|
|
122
121
|
}
|
|
123
122
|
},
|
|
124
123
|
"engines": {
|
|
125
|
-
"node": ">=
|
|
126
|
-
"npm": ">=
|
|
124
|
+
"node": ">=20",
|
|
125
|
+
"npm": ">=10",
|
|
126
|
+
"yarn": ">=4"
|
|
127
127
|
},
|
|
128
128
|
"resolutions": {
|
|
129
129
|
"colors": "1.4.0"
|
|
@@ -277,5 +277,6 @@
|
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
}
|
|
280
|
-
}
|
|
281
|
-
|
|
280
|
+
},
|
|
281
|
+
"packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
|
|
282
|
+
}
|
package/type.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="jquery" />
|
|
1
2
|
import { DomNodes as BaseDomNodes, FirstParameter, Mapping, Options as BaseOptions, ProcedureFunction, $T } from 'clientnode/type';
|
|
2
3
|
import { Options as InternationalisationOptions } from 'internationalisation/type';
|
|
3
4
|
import { SpinnerOptions } from 'spin.js';
|