@rsbuild/plugin-node-polyfill 1.0.3 → 1.0.4
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 +82 -84
package/package.json
CHANGED
|
@@ -1,85 +1,83 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
}
|
|
85
|
-
}
|
|
2
|
+
"name": "@rsbuild/plugin-node-polyfill",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"repository": "https://github.com/rspack-contrib/rsbuild-plugin-node-polyfill",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"import": "./dist/index.js",
|
|
11
|
+
"require": "./dist/index.cjs"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"main": "./dist/index.js",
|
|
15
|
+
"module": "./dist/index.mjs",
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"files": [
|
|
18
|
+
"dist"
|
|
19
|
+
],
|
|
20
|
+
"simple-git-hooks": {
|
|
21
|
+
"pre-commit": "npx nano-staged"
|
|
22
|
+
},
|
|
23
|
+
"nano-staged": {
|
|
24
|
+
"*.{js,jsx,ts,tsx,mjs,cjs}": [
|
|
25
|
+
"biome check --write --no-errors-on-unmatched"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"assert": "^2.1.0",
|
|
30
|
+
"browserify-zlib": "^0.2.0",
|
|
31
|
+
"buffer": "^5.7.1",
|
|
32
|
+
"console-browserify": "^1.2.0",
|
|
33
|
+
"constants-browserify": "^1.0.0",
|
|
34
|
+
"crypto-browserify": "^3.12.0",
|
|
35
|
+
"domain-browser": "^5.7.0",
|
|
36
|
+
"events": "^3.3.0",
|
|
37
|
+
"https-browserify": "^1.0.0",
|
|
38
|
+
"os-browserify": "^0.3.0",
|
|
39
|
+
"path-browserify": "^1.0.1",
|
|
40
|
+
"process": "^0.11.10",
|
|
41
|
+
"punycode": "^2.3.1",
|
|
42
|
+
"querystring-es3": "^0.2.1",
|
|
43
|
+
"readable-stream": "^4.5.2",
|
|
44
|
+
"stream-browserify": "^3.0.0",
|
|
45
|
+
"stream-http": "^3.2.0",
|
|
46
|
+
"string_decoder": "^1.3.0",
|
|
47
|
+
"timers-browserify": "^2.0.12",
|
|
48
|
+
"tty-browserify": "^0.0.1",
|
|
49
|
+
"url": "^0.11.3",
|
|
50
|
+
"util": "^0.12.5",
|
|
51
|
+
"vm-browserify": "^1.1.2"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@biomejs/biome": "^1.8.3",
|
|
55
|
+
"@playwright/test": "^1.44.1",
|
|
56
|
+
"@rsbuild/core": "^1.0.1-beta.10",
|
|
57
|
+
"@types/node": "^20.14.1",
|
|
58
|
+
"nano-staged": "^0.8.0",
|
|
59
|
+
"playwright": "^1.44.1",
|
|
60
|
+
"simple-git-hooks": "^2.11.1",
|
|
61
|
+
"tsup": "^8.0.2",
|
|
62
|
+
"typescript": "^5.5.2"
|
|
63
|
+
},
|
|
64
|
+
"peerDependencies": {
|
|
65
|
+
"@rsbuild/core": "1.x || ^1.0.1-beta.0"
|
|
66
|
+
},
|
|
67
|
+
"peerDependenciesMeta": {
|
|
68
|
+
"@rsbuild/core": {
|
|
69
|
+
"optional": true
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"publishConfig": {
|
|
73
|
+
"access": "public",
|
|
74
|
+
"registry": "https://registry.npmjs.org/"
|
|
75
|
+
},
|
|
76
|
+
"scripts": {
|
|
77
|
+
"build": "tsup",
|
|
78
|
+
"dev": "tsup --watch",
|
|
79
|
+
"lint": "biome check .",
|
|
80
|
+
"lint:write": "biome check . --write",
|
|
81
|
+
"test": "playwright test"
|
|
82
|
+
}
|
|
83
|
+
}
|