@nlabs/lex 1.58.0 → 1.58.1
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/package.json +11 -6
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nlabs/lex",
|
|
3
|
-
"version": "1.58.
|
|
3
|
+
"version": "1.58.1",
|
|
4
4
|
"description": "Lex",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"bin":
|
|
7
|
+
"bin": {
|
|
8
|
+
"lex": "lib/lex.js"
|
|
9
|
+
},
|
|
8
10
|
"main": "./lib/index.js",
|
|
9
11
|
"exports": {
|
|
10
12
|
".": {
|
|
@@ -37,7 +39,7 @@
|
|
|
37
39
|
},
|
|
38
40
|
"repository": {
|
|
39
41
|
"type": "git",
|
|
40
|
-
"url": "nitrogenlabs/lex"
|
|
42
|
+
"url": "git+https://github.com/nitrogenlabs/lex.git"
|
|
41
43
|
},
|
|
42
44
|
"homepage": "https://github.com/nitrogenlabs/lex",
|
|
43
45
|
"bugs": {
|
|
@@ -145,7 +147,7 @@
|
|
|
145
147
|
"ora": "9.3.0",
|
|
146
148
|
"os-browserify": "^0.3.0",
|
|
147
149
|
"path-browserify": "^1.0.1",
|
|
148
|
-
"postcss": "^8.5.
|
|
150
|
+
"postcss": "^8.5.14",
|
|
149
151
|
"postcss-browser-reporter": "^0.7.0",
|
|
150
152
|
"postcss-cli": "^11.0.1",
|
|
151
153
|
"postcss-custom-properties": "^15.0.1",
|
|
@@ -198,11 +200,14 @@
|
|
|
198
200
|
},
|
|
199
201
|
"overrides": {
|
|
200
202
|
"cross-spawn": "^7.0.6",
|
|
201
|
-
"fast-
|
|
203
|
+
"fast-uri": "^3.1.2",
|
|
204
|
+
"fast-xml-builder": "^1.2.0",
|
|
205
|
+
"fast-xml-parser": "^5.8.0",
|
|
202
206
|
"got": "^14.6.6",
|
|
207
|
+
"follow-redirects": "^1.16.0",
|
|
203
208
|
"http-proxy-middleware": "^3.0.5",
|
|
204
209
|
"minimatch": ">=10.2.4",
|
|
205
|
-
"postcss": "^8.5.
|
|
210
|
+
"postcss": "^8.5.14",
|
|
206
211
|
"semver-regex": "^4.0.5",
|
|
207
212
|
"tmp": "^0.2.5",
|
|
208
213
|
"file-type": "^21.3.1"
|