respec 37.3.4 → 37.3.6
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/README.md +2 -0
- package/builds/respec-aom.js +90 -90
- package/builds/respec-aom.js.map +1 -1
- package/builds/respec-dini.js +92 -92
- package/builds/respec-dini.js.map +1 -1
- package/builds/respec-geonovum.js +16 -16
- package/builds/respec-geonovum.js.map +1 -1
- package/builds/respec-w3c.js +130 -130
- package/builds/respec-w3c.js.map +1 -1
- package/package.json +8 -42
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "respec",
|
|
3
|
-
"version": "37.3.
|
|
3
|
+
"version": "37.3.6",
|
|
4
4
|
"license": "W3C",
|
|
5
5
|
"description": "A technical specification pre-processor.",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=24"
|
|
8
8
|
},
|
|
9
|
-
"packageManager": "pnpm@
|
|
9
|
+
"packageManager": "pnpm@11.24.0",
|
|
10
10
|
"bin": {
|
|
11
11
|
"respec": "tools/respec2html.js",
|
|
12
12
|
"respec2html": "tools/respec2html.js"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"cddlparser": "^0.6.0",
|
|
34
34
|
"chokidar": "^5.0.0",
|
|
35
35
|
"epipebomb": "^1.0.0",
|
|
36
|
-
"eslint": "^10.9.
|
|
36
|
+
"eslint": "^10.9.1",
|
|
37
37
|
"eslint-config-prettier": "^10.1.8",
|
|
38
38
|
"eslint-plugin-import-x": "^4.17.1",
|
|
39
39
|
"eslint-plugin-jasmine": "^4.2.2",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"karma-jasmine": "^5.1.0",
|
|
51
51
|
"karma-mocha-reporter": "^2.2.5",
|
|
52
52
|
"karma-safari-launcher": "^1.0.0",
|
|
53
|
-
"lint-staged": "^17.
|
|
53
|
+
"lint-staged": "^17.4.1",
|
|
54
54
|
"loading-indicator": "^2.0.0",
|
|
55
55
|
"pluralize": "^8.0.0",
|
|
56
56
|
"prettier": "^3.9.6",
|
|
57
57
|
"prompt": "^1.3.0",
|
|
58
|
-
"rollup": "^4.
|
|
58
|
+
"rollup": "^4.63.1",
|
|
59
59
|
"rollup-plugin-minify-html-literals": "^1.2.6",
|
|
60
60
|
"serve": "^14.2.6",
|
|
61
61
|
"serve-handler": "^6.1.7",
|
|
@@ -68,13 +68,12 @@
|
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build:aom-debug": "pnpm build:aom -- --debug",
|
|
70
70
|
"build:aom": "pnpm builder aom",
|
|
71
|
-
"build:geonovum-debug": "pnpm build:geonovum -- --debug",
|
|
72
|
-
"build:geonovum": "pnpm builder geonovum",
|
|
73
71
|
"build:w3c-debug": "pnpm build:w3c -- --debug",
|
|
74
72
|
"build:w3c": "pnpm builder w3c",
|
|
75
73
|
"build:dini-debug": "pnpm build:dini -- --debug",
|
|
76
74
|
"build:dini": "pnpm builder dini",
|
|
77
75
|
"builddeps": "rollup -c js/deps/rollup.config.js --bundleConfigAsCjs && rollup -c worker/rollup.config.js --bundleConfigAsCjs",
|
|
76
|
+
"format": "prettier",
|
|
78
77
|
"lint": "tsc -p src/jsconfig.json && eslint .",
|
|
79
78
|
"prepare": "pnpm builddeps && simple-git-hooks",
|
|
80
79
|
"builder": "node ./tools/builder.cjs",
|
|
@@ -89,8 +88,8 @@
|
|
|
89
88
|
},
|
|
90
89
|
"dependencies": {
|
|
91
90
|
"finalhandler": "^2.1.1",
|
|
92
|
-
"marked": "^18.0.
|
|
93
|
-
"puppeteer": "^25.
|
|
91
|
+
"marked": "^18.0.11",
|
|
92
|
+
"puppeteer": "^25.9.0",
|
|
94
93
|
"sade": "^1.8.1",
|
|
95
94
|
"serve-static": "^2.2.1"
|
|
96
95
|
},
|
|
@@ -110,39 +109,6 @@
|
|
|
110
109
|
"trailingComma": "es5",
|
|
111
110
|
"arrowParens": "avoid"
|
|
112
111
|
},
|
|
113
|
-
"pnpm": {
|
|
114
|
-
"onlyBuiltDependencies": [
|
|
115
|
-
"puppeteer",
|
|
116
|
-
"simple-git-hooks"
|
|
117
|
-
],
|
|
118
|
-
"ignoredBuiltDependencies": [
|
|
119
|
-
"vnu-jar"
|
|
120
|
-
],
|
|
121
|
-
"overrides": {
|
|
122
|
-
"fast-uri": "^3.1.5",
|
|
123
|
-
"flatted": ">=3.4.2",
|
|
124
|
-
"follow-redirects": ">=1.16.0",
|
|
125
|
-
"jasmine>glob": ">=10.5.0",
|
|
126
|
-
"lodash": ">=4.18.0",
|
|
127
|
-
"qs": ">=6.14.2",
|
|
128
|
-
"socket.io-parser": ">=4.2.7",
|
|
129
|
-
"tmp": ">=0.2.4",
|
|
130
|
-
"ws": ">=8.17.1",
|
|
131
|
-
"@rollup/pluginutils>picomatch": "^2.3.2",
|
|
132
|
-
"@rollup/plugin-commonjs>picomatch": "^4.0.4",
|
|
133
|
-
"anymatch>picomatch": "^2.3.2",
|
|
134
|
-
"ws@>=8.0.0 <8.21.0": ">=8.21.0",
|
|
135
|
-
"tmp@<0.2.6": ">=0.2.6",
|
|
136
|
-
"qs@>=6.11.1 <=6.15.1": ">=6.15.2",
|
|
137
|
-
"js-yaml@>=4.0.0 <=4.1.1": ">=4.2.0",
|
|
138
|
-
"cookie@<0.7.0": ">=0.7.0",
|
|
139
|
-
"engine.io": "^6.6.7",
|
|
140
|
-
"body-parser": "^1.20.6",
|
|
141
|
-
"brace-expansion@<1.1.16": "^1.1.16",
|
|
142
|
-
"brace-expansion@>=2.0.0 <2.1.2": "^2.1.2",
|
|
143
|
-
"brace-expansion@>=5.0.0 <5.0.8": "^5.0.8"
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
112
|
"funding": {
|
|
147
113
|
"type": "opencollective",
|
|
148
114
|
"url": "https://opencollective.com/respec"
|