react-native-umui 1.5.45 → 1.7.17
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/LICENSE +1 -1
- package/README.md +18 -1
- package/lib/module/Accordion.js +36 -30
- package/lib/module/Accordion.js.map +1 -1
- package/lib/module/Badge.js +9 -6
- package/lib/module/Badge.js.map +1 -1
- package/lib/module/Button.js +26 -22
- package/lib/module/Button.js.map +1 -1
- package/lib/module/Carousel.js +31 -28
- package/lib/module/Carousel.js.map +1 -1
- package/lib/module/Checkbox.js +45 -40
- package/lib/module/Checkbox.js.map +1 -1
- package/lib/module/Divider.js +35 -28
- package/lib/module/Divider.js.map +1 -1
- package/lib/module/EasyIn.js +34 -23
- package/lib/module/EasyIn.js.map +1 -1
- package/lib/module/FlatList.js +7 -5
- package/lib/module/FlatList.js.map +1 -1
- package/lib/module/FlatPanel.js +7 -4
- package/lib/module/FlatPanel.js.map +1 -1
- package/lib/module/Grid.js +15 -12
- package/lib/module/Grid.js.map +1 -1
- package/lib/module/InputField.js +44 -34
- package/lib/module/InputField.js.map +1 -1
- package/lib/module/Line.js +4 -2
- package/lib/module/Line.js.map +1 -1
- package/lib/module/Load.js +17 -14
- package/lib/module/Load.js.map +1 -1
- package/lib/module/Numeral.js +10 -5
- package/lib/module/Numeral.js.map +1 -1
- package/lib/module/PanelRK.js +8 -4
- package/lib/module/PanelRK.js.map +1 -1
- package/lib/module/Phone.js +82 -79
- package/lib/module/Phone.js.map +1 -1
- package/lib/module/Press.js +7 -1
- package/lib/module/Press.js.map +1 -1
- package/lib/module/Radio.js +46 -40
- package/lib/module/Radio.js.map +1 -1
- package/lib/module/Scroll.js +10 -7
- package/lib/module/Scroll.js.map +1 -1
- package/lib/module/SkeletonView.js +33 -28
- package/lib/module/SkeletonView.js.map +1 -1
- package/lib/module/Tab.js +123 -110
- package/lib/module/Tab.js.map +1 -1
- package/lib/module/Text.js +50 -7
- package/lib/module/Text.js.map +1 -1
- package/lib/module/TextInput.js +46 -45
- package/lib/module/TextInput.js.map +1 -1
- package/lib/module/Touchable.js +8 -5
- package/lib/module/Touchable.js.map +1 -1
- package/lib/module/common.js +2 -0
- package/lib/module/common.js.map +1 -1
- package/lib/module/index.js +27 -25
- package/lib/module/index.js.map +1 -1
- package/lib/module/package.json +1 -0
- package/lib/module/regions.js +2 -0
- package/lib/module/regions.js.map +1 -1
- package/lib/module/shadows.js +5 -0
- package/lib/module/shadows.js.map +1 -1
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/src/Accordion.d.ts.map +1 -1
- package/lib/typescript/src/Badge.d.ts +2 -2
- package/lib/typescript/src/Badge.d.ts.map +1 -1
- package/lib/typescript/src/Button.d.ts +2 -2
- package/lib/typescript/src/Button.d.ts.map +1 -1
- package/lib/typescript/src/Checkbox.d.ts +1 -2
- package/lib/typescript/src/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/Divider.d.ts +2 -2
- package/lib/typescript/src/Divider.d.ts.map +1 -1
- package/lib/typescript/src/EasyIn.d.ts +5 -5
- package/lib/typescript/src/EasyIn.d.ts.map +1 -1
- package/lib/typescript/src/FlatList.d.ts +1 -1
- package/lib/typescript/src/FlatList.d.ts.map +1 -1
- package/lib/typescript/src/FlatPanel.d.ts +2 -2
- package/lib/typescript/src/FlatPanel.d.ts.map +1 -1
- package/lib/typescript/src/Grid.d.ts +2 -2
- package/lib/typescript/src/Grid.d.ts.map +1 -1
- package/lib/typescript/src/InputField.d.ts +3 -3
- package/lib/typescript/src/InputField.d.ts.map +1 -1
- package/lib/typescript/src/Line.d.ts +1 -2
- package/lib/typescript/src/Line.d.ts.map +1 -1
- package/lib/typescript/src/Load.d.ts +3 -3
- package/lib/typescript/src/Load.d.ts.map +1 -1
- package/lib/typescript/src/Numeral.d.ts +2 -43
- package/lib/typescript/src/Numeral.d.ts.map +1 -1
- package/lib/typescript/src/PanelRK.d.ts +1 -1
- package/lib/typescript/src/PanelRK.d.ts.map +1 -1
- package/lib/typescript/src/Phone.d.ts +1 -16
- package/lib/typescript/src/Phone.d.ts.map +1 -1
- package/lib/typescript/src/Press.d.ts +3 -3
- package/lib/typescript/src/Press.d.ts.map +1 -1
- package/lib/typescript/src/Radio.d.ts +3 -3
- package/lib/typescript/src/Radio.d.ts.map +1 -1
- package/lib/typescript/src/Scroll.d.ts +2 -2
- package/lib/typescript/src/Scroll.d.ts.map +1 -1
- package/lib/typescript/src/Tab.d.ts +9 -9
- package/lib/typescript/src/Tab.d.ts.map +1 -1
- package/lib/typescript/src/Text.d.ts +3 -2
- package/lib/typescript/src/Text.d.ts.map +1 -1
- package/lib/typescript/src/TextInput.d.ts +3 -4
- package/lib/typescript/src/TextInput.d.ts.map +1 -1
- package/lib/typescript/src/Touchable.d.ts +2 -2
- package/lib/typescript/src/Touchable.d.ts.map +1 -1
- package/lib/typescript/src/shadows.d.ts +3 -0
- package/lib/typescript/src/shadows.d.ts.map +1 -1
- package/package.json +822 -73
- package/lib/commonjs/Accordion.js +0 -45
- package/lib/commonjs/Accordion.js.map +0 -1
- package/lib/commonjs/Badge.js +0 -55
- package/lib/commonjs/Badge.js.map +0 -1
- package/lib/commonjs/Button.js +0 -125
- package/lib/commonjs/Button.js.map +0 -1
- package/lib/commonjs/Carousel.js +0 -71
- package/lib/commonjs/Carousel.js.map +0 -1
- package/lib/commonjs/Checkbox.js +0 -71
- package/lib/commonjs/Checkbox.js.map +0 -1
- package/lib/commonjs/Divider.js +0 -45
- package/lib/commonjs/Divider.js.map +0 -1
- package/lib/commonjs/EasyIn.js +0 -114
- package/lib/commonjs/EasyIn.js.map +0 -1
- package/lib/commonjs/FlatList.js +0 -26
- package/lib/commonjs/FlatList.js.map +0 -1
- package/lib/commonjs/FlatPanel.js +0 -62
- package/lib/commonjs/FlatPanel.js.map +0 -1
- package/lib/commonjs/Grid.js +0 -43
- package/lib/commonjs/Grid.js.map +0 -1
- package/lib/commonjs/InputField.js +0 -59
- package/lib/commonjs/InputField.js.map +0 -1
- package/lib/commonjs/Line.js +0 -31
- package/lib/commonjs/Line.js.map +0 -1
- package/lib/commonjs/Load.js +0 -69
- package/lib/commonjs/Load.js.map +0 -1
- package/lib/commonjs/Numeral.js +0 -219
- package/lib/commonjs/Numeral.js.map +0 -1
- package/lib/commonjs/PanelRK.js +0 -32
- package/lib/commonjs/PanelRK.js.map +0 -1
- package/lib/commonjs/Phone.js +0 -460
- package/lib/commonjs/Phone.js.map +0 -1
- package/lib/commonjs/Press.js +0 -16
- package/lib/commonjs/Press.js.map +0 -1
- package/lib/commonjs/Radio.js +0 -72
- package/lib/commonjs/Radio.js.map +0 -1
- package/lib/commonjs/Scroll.js +0 -38
- package/lib/commonjs/Scroll.js.map +0 -1
- package/lib/commonjs/SkeletonView.js +0 -55
- package/lib/commonjs/SkeletonView.js.map +0 -1
- package/lib/commonjs/Tab.js +0 -260
- package/lib/commonjs/Tab.js.map +0 -1
- package/lib/commonjs/Text.js +0 -26
- package/lib/commonjs/Text.js.map +0 -1
- package/lib/commonjs/TextInput.js +0 -139
- package/lib/commonjs/TextInput.js.map +0 -1
- package/lib/commonjs/Touchable.js +0 -22
- package/lib/commonjs/Touchable.js.map +0 -1
- package/lib/commonjs/common.js +0 -1914
- package/lib/commonjs/common.js.map +0 -1
- package/lib/commonjs/index.js +0 -281
- package/lib/commonjs/index.js.map +0 -1
- package/lib/commonjs/regions.js +0 -493
- package/lib/commonjs/regions.js.map +0 -1
- package/lib/commonjs/shadows.js +0 -230
- package/lib/commonjs/shadows.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,37 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-umui",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "
|
|
5
|
-
"main": "lib/
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
3
|
+
"version": "1.7.17",
|
|
4
|
+
"description": "react-native-umui",
|
|
5
|
+
"main": "./lib/module/index.js",
|
|
6
|
+
"types": "./lib/typescript/src/index.d.ts",
|
|
7
|
+
"react-native": "./lib/commonjs/index.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"source": "./src/index.tsx",
|
|
11
|
+
"types": "./lib/typescript/src/index.d.ts",
|
|
12
|
+
"default": "./lib/module/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./package.json": "./package.json"
|
|
15
|
+
},
|
|
9
16
|
"files": [
|
|
10
17
|
"lib",
|
|
11
|
-
"!**/__tests__",
|
|
12
|
-
"!**/__fixtures__",
|
|
13
|
-
"!**/__mocks__",
|
|
14
18
|
"android",
|
|
15
19
|
"ios",
|
|
16
20
|
"cpp",
|
|
17
21
|
"*.podspec",
|
|
18
|
-
"
|
|
22
|
+
"react-native.config.js",
|
|
19
23
|
"!ios/build",
|
|
20
24
|
"!android/build",
|
|
21
25
|
"!android/gradle",
|
|
22
26
|
"!android/gradlew",
|
|
23
27
|
"!android/gradlew.bat",
|
|
24
28
|
"!android/local.properties",
|
|
29
|
+
"!**/__tests__",
|
|
30
|
+
"!**/__fixtures__",
|
|
31
|
+
"!**/__mocks__",
|
|
25
32
|
"!**/.*"
|
|
26
33
|
],
|
|
27
34
|
"scripts": {
|
|
35
|
+
"example": "yarn workspace react-native-umui-example",
|
|
28
36
|
"test": "jest",
|
|
29
|
-
"typecheck": "tsc
|
|
37
|
+
"typecheck": "tsc",
|
|
30
38
|
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"bootstrap": "yarn example && yarn install"
|
|
39
|
+
"clean": "del-cli lib",
|
|
40
|
+
"prepare": "bob build",
|
|
41
|
+
"release": "release-it --only-version"
|
|
35
42
|
},
|
|
36
43
|
"keywords": [
|
|
37
44
|
"react-native",
|
|
@@ -42,48 +49,47 @@
|
|
|
42
49
|
"type": "git",
|
|
43
50
|
"url": "git+https://github.com/ademirtemur/react-native-umui.git"
|
|
44
51
|
},
|
|
45
|
-
"author": "
|
|
52
|
+
"author": "ademir <adem@cloudnesil.com> (https://github.com/ademirtemur)",
|
|
46
53
|
"license": "MIT",
|
|
47
54
|
"bugs": {
|
|
48
|
-
"url": "https://github.com/ademirtemur/
|
|
55
|
+
"url": "https://github.com/ademirtemur/react-native-umui/issues"
|
|
49
56
|
},
|
|
50
57
|
"homepage": "https://github.com/ademirtemur/react-native-umui#readme",
|
|
51
58
|
"publishConfig": {
|
|
52
59
|
"registry": "https://registry.npmjs.org/"
|
|
53
60
|
},
|
|
54
61
|
"devDependencies": {
|
|
55
|
-
"@commitlint/config-conventional": "^
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"prettier": "^
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"react
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
"@types/react": "17.0.21"
|
|
62
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
63
|
+
"@eslint/compat": "^1.3.2",
|
|
64
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
65
|
+
"@eslint/js": "^9.35.0",
|
|
66
|
+
"@evilmartians/lefthook": "^1.12.3",
|
|
67
|
+
"@react-native/babel-preset": "0.81.1",
|
|
68
|
+
"@react-native/eslint-config": "^0.81.1",
|
|
69
|
+
"@release-it/conventional-changelog": "^10.0.1",
|
|
70
|
+
"@types/jest": "^29.5.14",
|
|
71
|
+
"@types/react": "^19.1.12",
|
|
72
|
+
"commitlint": "^19.8.1",
|
|
73
|
+
"del-cli": "^6.0.0",
|
|
74
|
+
"eslint": "^9.35.0",
|
|
75
|
+
"eslint-config-prettier": "^10.1.8",
|
|
76
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
77
|
+
"jest": "^29.7.0",
|
|
78
|
+
"prettier": "^3.6.2",
|
|
79
|
+
"react": "19.1.0",
|
|
80
|
+
"react-native": "0.81.5",
|
|
81
|
+
"react-native-builder-bob": "^0.40.14",
|
|
82
|
+
"release-it": "^19.0.4",
|
|
83
|
+
"typescript": "^5.9.2"
|
|
78
84
|
},
|
|
79
85
|
"peerDependencies": {
|
|
80
86
|
"react": "*",
|
|
81
87
|
"react-native": "*"
|
|
82
88
|
},
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
"packageManager": "
|
|
89
|
+
"workspaces": [
|
|
90
|
+
"example"
|
|
91
|
+
],
|
|
92
|
+
"packageManager": "yarn@3.6.1",
|
|
87
93
|
"jest": {
|
|
88
94
|
"preset": "react-native",
|
|
89
95
|
"modulePathIgnorePatterns": [
|
|
@@ -109,33 +115,12 @@
|
|
|
109
115
|
},
|
|
110
116
|
"plugins": {
|
|
111
117
|
"@release-it/conventional-changelog": {
|
|
112
|
-
"preset":
|
|
113
|
-
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"eslintConfig": {
|
|
117
|
-
"root": true,
|
|
118
|
-
"extends": [
|
|
119
|
-
"@react-native-community",
|
|
120
|
-
"prettier"
|
|
121
|
-
],
|
|
122
|
-
"rules": {
|
|
123
|
-
"prettier/prettier": [
|
|
124
|
-
"error",
|
|
125
|
-
{
|
|
126
|
-
"quoteProps": "consistent",
|
|
127
|
-
"singleQuote": true,
|
|
128
|
-
"tabWidth": 2,
|
|
129
|
-
"trailingComma": "es5",
|
|
130
|
-
"useTabs": false
|
|
118
|
+
"preset": {
|
|
119
|
+
"name": "angular"
|
|
131
120
|
}
|
|
132
|
-
|
|
121
|
+
}
|
|
133
122
|
}
|
|
134
123
|
},
|
|
135
|
-
"eslintIgnore": [
|
|
136
|
-
"node_modules/",
|
|
137
|
-
"lib/"
|
|
138
|
-
],
|
|
139
124
|
"prettier": {
|
|
140
125
|
"quoteProps": "consistent",
|
|
141
126
|
"singleQuote": true,
|
|
@@ -147,15 +132,779 @@
|
|
|
147
132
|
"source": "src",
|
|
148
133
|
"output": "lib",
|
|
149
134
|
"targets": [
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
135
|
+
[
|
|
136
|
+
"module",
|
|
137
|
+
{
|
|
138
|
+
"esm": true
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
[
|
|
142
|
+
"typescript",
|
|
143
|
+
{
|
|
144
|
+
"project": "tsconfig.build.json"
|
|
145
|
+
}
|
|
146
|
+
]
|
|
153
147
|
]
|
|
154
148
|
},
|
|
149
|
+
"eslintIgnore": [
|
|
150
|
+
"node_modules/",
|
|
151
|
+
"lib/"
|
|
152
|
+
],
|
|
153
|
+
"create-react-native-library": {
|
|
154
|
+
"languages": "js",
|
|
155
|
+
"type": "library",
|
|
156
|
+
"version": "0.54.8"
|
|
157
|
+
},
|
|
155
158
|
"directories": {
|
|
156
|
-
"example": "example"
|
|
159
|
+
"example": "example",
|
|
160
|
+
"lib": "lib"
|
|
157
161
|
},
|
|
158
162
|
"dependencies": {
|
|
159
|
-
"
|
|
163
|
+
"JSONStream": "^1.3.5",
|
|
164
|
+
"abort-controller": "^3.0.0",
|
|
165
|
+
"accepts": "^1.3.8",
|
|
166
|
+
"acorn": "^8.15.0",
|
|
167
|
+
"acorn-jsx": "^5.3.2",
|
|
168
|
+
"add-stream": "^1.0.0",
|
|
169
|
+
"agent-base": "^7.1.4",
|
|
170
|
+
"aggregate-error": "^3.1.0",
|
|
171
|
+
"ajv": "^6.12.6",
|
|
172
|
+
"anser": "^1.4.10",
|
|
173
|
+
"ansi-escapes": "^4.3.2",
|
|
174
|
+
"ansi-regex": "^5.0.1",
|
|
175
|
+
"ansi-styles": "^5.2.0",
|
|
176
|
+
"any-promise": "^1.3.0",
|
|
177
|
+
"anymatch": "^3.1.3",
|
|
178
|
+
"arg": "^5.0.2",
|
|
179
|
+
"argparse": "^2.0.1",
|
|
180
|
+
"arkregex": "^0.0.2",
|
|
181
|
+
"arktype": "^2.1.25",
|
|
182
|
+
"array-buffer-byte-length": "^1.0.2",
|
|
183
|
+
"array-ify": "^1.0.0",
|
|
184
|
+
"array-includes": "^3.1.9",
|
|
185
|
+
"array-union": "^2.1.0",
|
|
186
|
+
"array.prototype.findlast": "^1.2.5",
|
|
187
|
+
"array.prototype.flat": "^1.3.3",
|
|
188
|
+
"array.prototype.flatmap": "^1.3.3",
|
|
189
|
+
"array.prototype.tosorted": "^1.1.4",
|
|
190
|
+
"arraybuffer.prototype.slice": "^1.0.4",
|
|
191
|
+
"asap": "^2.0.6",
|
|
192
|
+
"ast-types": "^0.13.4",
|
|
193
|
+
"async-function": "^1.0.0",
|
|
194
|
+
"async-limiter": "^1.0.1",
|
|
195
|
+
"async-retry": "^1.3.3",
|
|
196
|
+
"available-typed-arrays": "^1.0.7",
|
|
197
|
+
"babel-jest": "^29.7.0",
|
|
198
|
+
"babel-plugin-istanbul": "^6.1.1",
|
|
199
|
+
"babel-plugin-jest-hoist": "^29.6.3",
|
|
200
|
+
"babel-plugin-polyfill-corejs2": "^0.4.14",
|
|
201
|
+
"babel-plugin-polyfill-corejs3": "^0.13.0",
|
|
202
|
+
"babel-plugin-polyfill-regenerator": "^0.6.5",
|
|
203
|
+
"babel-plugin-react-compiler": "^1.0.0",
|
|
204
|
+
"babel-plugin-react-native-web": "^0.21.2",
|
|
205
|
+
"babel-plugin-syntax-hermes-parser": "^0.29.1",
|
|
206
|
+
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
207
|
+
"babel-preset-current-node-syntax": "^1.2.0",
|
|
208
|
+
"babel-preset-expo": "^54.0.7",
|
|
209
|
+
"babel-preset-jest": "^29.6.3",
|
|
210
|
+
"balanced-match": "^1.0.2",
|
|
211
|
+
"base64-js": "^1.5.1",
|
|
212
|
+
"baseline-browser-mapping": "^2.8.25",
|
|
213
|
+
"basic-ftp": "^5.0.5",
|
|
214
|
+
"before-after-hook": "^4.0.0",
|
|
215
|
+
"better-opn": "^3.0.2",
|
|
216
|
+
"big-integer": "^1.6.52",
|
|
217
|
+
"bplist-creator": "^0.1.0",
|
|
218
|
+
"bplist-parser": "^0.3.1",
|
|
219
|
+
"brace-expansion": "^1.1.12",
|
|
220
|
+
"braces": "^3.0.3",
|
|
221
|
+
"browserslist": "^4.27.0",
|
|
222
|
+
"bser": "^2.1.1",
|
|
223
|
+
"buffer": "^5.7.1",
|
|
224
|
+
"buffer-from": "^1.1.2",
|
|
225
|
+
"bundle-name": "^4.1.0",
|
|
226
|
+
"bytes": "^3.1.2",
|
|
227
|
+
"c12": "^3.3.1",
|
|
228
|
+
"call-bind": "^1.0.8",
|
|
229
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
230
|
+
"call-bound": "^1.0.4",
|
|
231
|
+
"callsites": "^3.1.0",
|
|
232
|
+
"camelcase": "^5.3.1",
|
|
233
|
+
"caniuse-lite": "^1.0.30001754",
|
|
234
|
+
"chalk": "^5.6.2",
|
|
235
|
+
"char-regex": "^1.0.2",
|
|
236
|
+
"chardet": "^2.1.1",
|
|
237
|
+
"chokidar": "^4.0.3",
|
|
238
|
+
"chownr": "^3.0.0",
|
|
239
|
+
"chrome-launcher": "^0.15.2",
|
|
240
|
+
"chromium-edge-launcher": "^0.2.0",
|
|
241
|
+
"ci-info": "^3.9.0",
|
|
242
|
+
"citty": "^0.1.6",
|
|
243
|
+
"cjs-module-lexer": "^1.4.3",
|
|
244
|
+
"clean-stack": "^2.2.0",
|
|
245
|
+
"cli-cursor": "^5.0.0",
|
|
246
|
+
"cli-spinners": "^3.3.0",
|
|
247
|
+
"cli-width": "^4.1.0",
|
|
248
|
+
"cliui": "^8.0.1",
|
|
249
|
+
"clone": "^1.0.4",
|
|
250
|
+
"co": "^4.6.0",
|
|
251
|
+
"collect-v8-coverage": "^1.0.3",
|
|
252
|
+
"color-convert": "^2.0.1",
|
|
253
|
+
"color-name": "^1.1.4",
|
|
254
|
+
"commander": "^12.1.0",
|
|
255
|
+
"compare-func": "^2.0.0",
|
|
256
|
+
"compressible": "^2.0.18",
|
|
257
|
+
"compression": "^1.8.1",
|
|
258
|
+
"concat-map": "^0.0.1",
|
|
259
|
+
"concat-stream": "^2.0.0",
|
|
260
|
+
"confbox": "^0.2.2",
|
|
261
|
+
"connect": "^3.7.0",
|
|
262
|
+
"consola": "^3.4.2",
|
|
263
|
+
"conventional-changelog": "^6.0.0",
|
|
264
|
+
"conventional-changelog-angular": "^7.0.0",
|
|
265
|
+
"conventional-changelog-atom": "^5.0.0",
|
|
266
|
+
"conventional-changelog-codemirror": "^5.0.0",
|
|
267
|
+
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
268
|
+
"conventional-changelog-core": "^8.0.0",
|
|
269
|
+
"conventional-changelog-ember": "^5.0.0",
|
|
270
|
+
"conventional-changelog-eslint": "^6.0.0",
|
|
271
|
+
"conventional-changelog-express": "^5.0.0",
|
|
272
|
+
"conventional-changelog-jquery": "^6.0.0",
|
|
273
|
+
"conventional-changelog-jshint": "^5.0.0",
|
|
274
|
+
"conventional-changelog-preset-loader": "^5.0.0",
|
|
275
|
+
"conventional-changelog-writer": "^8.2.0",
|
|
276
|
+
"conventional-commits-filter": "^5.0.0",
|
|
277
|
+
"conventional-commits-parser": "^5.0.0",
|
|
278
|
+
"conventional-recommended-bump": "^10.0.0",
|
|
279
|
+
"convert-source-map": "^2.0.0",
|
|
280
|
+
"core-js-compat": "^3.46.0",
|
|
281
|
+
"cosmiconfig": "^9.0.0",
|
|
282
|
+
"cosmiconfig-typescript-loader": "^6.2.0",
|
|
283
|
+
"create-jest": "^29.7.0",
|
|
284
|
+
"cross-fetch": "^3.2.0",
|
|
285
|
+
"cross-spawn": "^7.0.6",
|
|
286
|
+
"crypto-random-string": "^2.0.0",
|
|
287
|
+
"css-in-js-utils": "^3.1.0",
|
|
288
|
+
"csstype": "^3.1.3",
|
|
289
|
+
"dargs": "^8.1.0",
|
|
290
|
+
"data-uri-to-buffer": "^6.0.2",
|
|
291
|
+
"data-view-buffer": "^1.0.2",
|
|
292
|
+
"data-view-byte-length": "^1.0.2",
|
|
293
|
+
"data-view-byte-offset": "^1.0.1",
|
|
294
|
+
"debug": "^4.4.3",
|
|
295
|
+
"dedent": "^1.7.0",
|
|
296
|
+
"deep-extend": "^0.6.0",
|
|
297
|
+
"deep-is": "^0.1.4",
|
|
298
|
+
"deepmerge": "^4.3.1",
|
|
299
|
+
"default-browser": "^5.2.1",
|
|
300
|
+
"default-browser-id": "^5.0.0",
|
|
301
|
+
"defaults": "^1.0.4",
|
|
302
|
+
"define-data-property": "^1.1.4",
|
|
303
|
+
"define-lazy-prop": "^3.0.0",
|
|
304
|
+
"define-properties": "^1.2.1",
|
|
305
|
+
"defu": "^6.1.4",
|
|
306
|
+
"degenerator": "^5.0.1",
|
|
307
|
+
"del": "^8.0.1",
|
|
308
|
+
"depd": "^2.0.0",
|
|
309
|
+
"destr": "^2.0.5",
|
|
310
|
+
"destroy": "^1.2.0",
|
|
311
|
+
"detect-libc": "^2.1.2",
|
|
312
|
+
"detect-newline": "^3.1.0",
|
|
313
|
+
"diff-sequences": "^29.6.3",
|
|
314
|
+
"dir-glob": "^3.0.1",
|
|
315
|
+
"doctrine": "^2.1.0",
|
|
316
|
+
"dot-prop": "^5.3.0",
|
|
317
|
+
"dotenv": "^17.2.3",
|
|
318
|
+
"dotenv-expand": "^11.0.7",
|
|
319
|
+
"dunder-proto": "^1.0.1",
|
|
320
|
+
"eastasianwidth": "^0.2.0",
|
|
321
|
+
"ee-first": "^1.1.1",
|
|
322
|
+
"electron-to-chromium": "^1.5.249",
|
|
323
|
+
"emittery": "^0.13.1",
|
|
324
|
+
"emoji-regex": "^8.0.0",
|
|
325
|
+
"encodeurl": "^1.0.2",
|
|
326
|
+
"end-of-stream": "^1.4.5",
|
|
327
|
+
"env-editor": "^0.4.2",
|
|
328
|
+
"env-paths": "^2.2.1",
|
|
329
|
+
"error-ex": "^1.3.4",
|
|
330
|
+
"error-stack-parser": "^2.1.4",
|
|
331
|
+
"es-abstract": "^1.24.0",
|
|
332
|
+
"es-define-property": "^1.0.1",
|
|
333
|
+
"es-errors": "^1.3.0",
|
|
334
|
+
"es-iterator-helpers": "^1.2.1",
|
|
335
|
+
"es-object-atoms": "^1.1.1",
|
|
336
|
+
"es-set-tostringtag": "^2.1.0",
|
|
337
|
+
"es-shim-unscopables": "^1.1.0",
|
|
338
|
+
"es-to-primitive": "^1.3.0",
|
|
339
|
+
"escalade": "^3.2.0",
|
|
340
|
+
"escape-html": "^1.0.3",
|
|
341
|
+
"escape-string-regexp": "^4.0.0",
|
|
342
|
+
"escodegen": "^2.1.0",
|
|
343
|
+
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
344
|
+
"eslint-plugin-react": "^7.37.5",
|
|
345
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
346
|
+
"eslint-plugin-react-native-globals": "^0.1.2",
|
|
347
|
+
"eslint-scope": "^5.1.1",
|
|
348
|
+
"eslint-visitor-keys": "^2.1.0",
|
|
349
|
+
"espree": "^10.4.0",
|
|
350
|
+
"esprima": "^4.0.1",
|
|
351
|
+
"esquery": "^1.6.0",
|
|
352
|
+
"esrecurse": "^4.3.0",
|
|
353
|
+
"estraverse": "^5.3.0",
|
|
354
|
+
"esutils": "^2.0.3",
|
|
355
|
+
"eta": "^4.0.1",
|
|
356
|
+
"etag": "^1.8.1",
|
|
357
|
+
"event-target-shim": "^5.0.1",
|
|
358
|
+
"exec-async": "^2.2.0",
|
|
359
|
+
"execa": "^5.1.1",
|
|
360
|
+
"exit": "^0.1.2",
|
|
361
|
+
"expect": "^29.7.0",
|
|
362
|
+
"expo": "^54.0.23",
|
|
363
|
+
"expo-asset": "^12.0.9",
|
|
364
|
+
"expo-constants": "^18.0.10",
|
|
365
|
+
"expo-file-system": "^19.0.17",
|
|
366
|
+
"expo-font": "^14.0.9",
|
|
367
|
+
"expo-keep-awake": "^15.0.7",
|
|
368
|
+
"expo-modules-autolinking": "^3.0.21",
|
|
369
|
+
"expo-modules-core": "^3.0.25",
|
|
370
|
+
"expo-server": "^1.0.4",
|
|
371
|
+
"expo-status-bar": "^3.0.8",
|
|
372
|
+
"exponential-backoff": "^3.1.3",
|
|
373
|
+
"exsolve": "^1.0.7",
|
|
374
|
+
"fast-content-type-parse": "^3.0.0",
|
|
375
|
+
"fast-deep-equal": "^3.1.3",
|
|
376
|
+
"fast-diff": "^1.3.0",
|
|
377
|
+
"fast-glob": "^3.3.3",
|
|
378
|
+
"fast-json-stable-stringify": "^2.1.0",
|
|
379
|
+
"fast-levenshtein": "^2.0.6",
|
|
380
|
+
"fast-uri": "^3.1.0",
|
|
381
|
+
"fastq": "^1.19.1",
|
|
382
|
+
"fb-watchman": "^2.0.2",
|
|
383
|
+
"fbjs": "^3.0.5",
|
|
384
|
+
"fbjs-css-vars": "^1.0.2",
|
|
385
|
+
"file-entry-cache": "^8.0.0",
|
|
386
|
+
"fill-range": "^7.1.1",
|
|
387
|
+
"finalhandler": "^1.1.2",
|
|
388
|
+
"find-up": "^7.0.0",
|
|
389
|
+
"find-up-simple": "^1.0.1",
|
|
390
|
+
"flat-cache": "^4.0.1",
|
|
391
|
+
"flatted": "^3.3.3",
|
|
392
|
+
"flow-enums-runtime": "^0.0.6",
|
|
393
|
+
"fontfaceobserver": "^2.3.0",
|
|
394
|
+
"for-each": "^0.3.5",
|
|
395
|
+
"foreground-child": "^3.3.1",
|
|
396
|
+
"freeport-async": "^2.0.0",
|
|
397
|
+
"fresh": "^0.5.2",
|
|
398
|
+
"fs-extra": "^10.1.0",
|
|
399
|
+
"fs.realpath": "^1.0.0",
|
|
400
|
+
"fsevents": "^2.3.3",
|
|
401
|
+
"function-bind": "^1.1.2",
|
|
402
|
+
"function.prototype.name": "^1.1.8",
|
|
403
|
+
"functions-have-names": "^1.2.3",
|
|
404
|
+
"generator-function": "^2.0.1",
|
|
405
|
+
"gensync": "^1.0.0-beta.2",
|
|
406
|
+
"get-caller-file": "^2.0.5",
|
|
407
|
+
"get-east-asian-width": "^1.4.0",
|
|
408
|
+
"get-intrinsic": "^1.3.0",
|
|
409
|
+
"get-package-type": "^0.1.0",
|
|
410
|
+
"get-proto": "^1.0.1",
|
|
411
|
+
"get-stream": "^6.0.1",
|
|
412
|
+
"get-symbol-description": "^1.1.0",
|
|
413
|
+
"get-uri": "^6.0.5",
|
|
414
|
+
"getenv": "^2.0.0",
|
|
415
|
+
"giget": "^2.0.0",
|
|
416
|
+
"git-raw-commits": "^4.0.0",
|
|
417
|
+
"git-semver-tags": "^8.0.0",
|
|
418
|
+
"git-up": "^8.1.1",
|
|
419
|
+
"git-url-parse": "^16.1.0",
|
|
420
|
+
"glob": "^7.2.3",
|
|
421
|
+
"glob-parent": "^6.0.2",
|
|
422
|
+
"global-directory": "^4.0.1",
|
|
423
|
+
"global-dirs": "^0.1.1",
|
|
424
|
+
"globals": "^14.0.0",
|
|
425
|
+
"globalthis": "^1.0.4",
|
|
426
|
+
"globby": "^14.1.0",
|
|
427
|
+
"gopd": "^1.2.0",
|
|
428
|
+
"graceful-fs": "^4.2.11",
|
|
429
|
+
"graphemer": "^1.4.0",
|
|
430
|
+
"handlebars": "^4.7.8",
|
|
431
|
+
"has-bigints": "^1.1.0",
|
|
432
|
+
"has-flag": "^4.0.0",
|
|
433
|
+
"has-property-descriptors": "^1.0.2",
|
|
434
|
+
"has-proto": "^1.2.0",
|
|
435
|
+
"has-symbols": "^1.1.0",
|
|
436
|
+
"has-tostringtag": "^1.0.2",
|
|
437
|
+
"hasown": "^2.0.2",
|
|
438
|
+
"hermes-estree": "^0.29.1",
|
|
439
|
+
"hermes-parser": "^0.29.1",
|
|
440
|
+
"hosted-git-info": "^7.0.2",
|
|
441
|
+
"html-escaper": "^2.0.2",
|
|
442
|
+
"http-errors": "^2.0.0",
|
|
443
|
+
"http-proxy-agent": "^7.0.2",
|
|
444
|
+
"https-proxy-agent": "^7.0.6",
|
|
445
|
+
"human-signals": "^2.1.0",
|
|
446
|
+
"hyphenate-style-name": "^1.1.0",
|
|
447
|
+
"iconv-lite": "^0.7.0",
|
|
448
|
+
"ieee754": "^1.2.1",
|
|
449
|
+
"ignore": "^5.3.2",
|
|
450
|
+
"image-size": "^1.2.1",
|
|
451
|
+
"import-fresh": "^3.3.1",
|
|
452
|
+
"import-local": "^3.2.0",
|
|
453
|
+
"import-meta-resolve": "^4.2.0",
|
|
454
|
+
"imurmurhash": "^0.1.4",
|
|
455
|
+
"indent-string": "^4.0.0",
|
|
456
|
+
"index-to-position": "^1.2.0",
|
|
457
|
+
"inflight": "^1.0.6",
|
|
458
|
+
"inherits": "^2.0.4",
|
|
459
|
+
"ini": "^4.1.1",
|
|
460
|
+
"inline-style-prefixer": "^7.0.1",
|
|
461
|
+
"inquirer": "^12.9.6",
|
|
462
|
+
"internal-slot": "^1.1.0",
|
|
463
|
+
"invariant": "^2.2.4",
|
|
464
|
+
"ip-address": "^10.0.1",
|
|
465
|
+
"is-absolute": "^1.0.0",
|
|
466
|
+
"is-array-buffer": "^3.0.5",
|
|
467
|
+
"is-arrayish": "^0.2.1",
|
|
468
|
+
"is-async-function": "^2.1.1",
|
|
469
|
+
"is-bigint": "^1.1.0",
|
|
470
|
+
"is-boolean-object": "^1.2.2",
|
|
471
|
+
"is-callable": "^1.2.7",
|
|
472
|
+
"is-core-module": "^2.16.1",
|
|
473
|
+
"is-data-view": "^1.0.2",
|
|
474
|
+
"is-date-object": "^1.1.0",
|
|
475
|
+
"is-docker": "^2.2.1",
|
|
476
|
+
"is-extglob": "^2.1.1",
|
|
477
|
+
"is-finalizationregistry": "^1.1.1",
|
|
478
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
479
|
+
"is-generator-fn": "^2.1.0",
|
|
480
|
+
"is-generator-function": "^1.1.2",
|
|
481
|
+
"is-git-dirty": "^2.0.2",
|
|
482
|
+
"is-git-repository": "^2.0.0",
|
|
483
|
+
"is-glob": "^4.0.3",
|
|
484
|
+
"is-inside-container": "^1.0.0",
|
|
485
|
+
"is-interactive": "^2.0.0",
|
|
486
|
+
"is-map": "^2.0.3",
|
|
487
|
+
"is-negative-zero": "^2.0.3",
|
|
488
|
+
"is-number": "^7.0.0",
|
|
489
|
+
"is-number-object": "^1.1.1",
|
|
490
|
+
"is-obj": "^2.0.0",
|
|
491
|
+
"is-path-cwd": "^3.0.0",
|
|
492
|
+
"is-path-inside": "^4.0.0",
|
|
493
|
+
"is-regex": "^1.2.1",
|
|
494
|
+
"is-relative": "^1.0.0",
|
|
495
|
+
"is-set": "^2.0.3",
|
|
496
|
+
"is-shared-array-buffer": "^1.0.4",
|
|
497
|
+
"is-ssh": "^1.4.1",
|
|
498
|
+
"is-stream": "^2.0.1",
|
|
499
|
+
"is-string": "^1.1.1",
|
|
500
|
+
"is-symbol": "^1.1.1",
|
|
501
|
+
"is-text-path": "^2.0.0",
|
|
502
|
+
"is-typed-array": "^1.1.15",
|
|
503
|
+
"is-unc-path": "^1.0.0",
|
|
504
|
+
"is-unicode-supported": "^2.1.0",
|
|
505
|
+
"is-weakmap": "^2.0.2",
|
|
506
|
+
"is-weakref": "^1.1.1",
|
|
507
|
+
"is-weakset": "^2.0.4",
|
|
508
|
+
"is-windows": "^1.0.2",
|
|
509
|
+
"is-wsl": "^2.2.0",
|
|
510
|
+
"isarray": "^2.0.5",
|
|
511
|
+
"isexe": "^2.0.0",
|
|
512
|
+
"issue-parser": "^7.0.1",
|
|
513
|
+
"istanbul-lib-coverage": "^3.2.2",
|
|
514
|
+
"istanbul-lib-instrument": "^6.0.3",
|
|
515
|
+
"istanbul-lib-report": "^3.0.1",
|
|
516
|
+
"istanbul-lib-source-maps": "^4.0.1",
|
|
517
|
+
"istanbul-reports": "^3.2.0",
|
|
518
|
+
"iterator.prototype": "^1.1.5",
|
|
519
|
+
"jackspeak": "^3.4.3",
|
|
520
|
+
"jest-changed-files": "^29.7.0",
|
|
521
|
+
"jest-circus": "^29.7.0",
|
|
522
|
+
"jest-cli": "^29.7.0",
|
|
523
|
+
"jest-config": "^29.7.0",
|
|
524
|
+
"jest-diff": "^29.7.0",
|
|
525
|
+
"jest-docblock": "^29.7.0",
|
|
526
|
+
"jest-each": "^29.7.0",
|
|
527
|
+
"jest-environment-node": "^29.7.0",
|
|
528
|
+
"jest-get-type": "^29.6.3",
|
|
529
|
+
"jest-haste-map": "^29.7.0",
|
|
530
|
+
"jest-leak-detector": "^29.7.0",
|
|
531
|
+
"jest-matcher-utils": "^29.7.0",
|
|
532
|
+
"jest-message-util": "^29.7.0",
|
|
533
|
+
"jest-mock": "^29.7.0",
|
|
534
|
+
"jest-pnp-resolver": "^1.2.3",
|
|
535
|
+
"jest-regex-util": "^29.6.3",
|
|
536
|
+
"jest-resolve": "^29.7.0",
|
|
537
|
+
"jest-resolve-dependencies": "^29.7.0",
|
|
538
|
+
"jest-runner": "^29.7.0",
|
|
539
|
+
"jest-runtime": "^29.7.0",
|
|
540
|
+
"jest-snapshot": "^29.7.0",
|
|
541
|
+
"jest-util": "^29.7.0",
|
|
542
|
+
"jest-validate": "^29.7.0",
|
|
543
|
+
"jest-watcher": "^29.7.0",
|
|
544
|
+
"jest-worker": "^29.7.0",
|
|
545
|
+
"jimp-compact": "^0.16.1",
|
|
546
|
+
"jiti": "^2.6.1",
|
|
547
|
+
"js-tokens": "^4.0.0",
|
|
548
|
+
"js-yaml": "^4.1.0",
|
|
549
|
+
"jsc-safe-url": "^0.2.4",
|
|
550
|
+
"jsesc": "^3.1.0",
|
|
551
|
+
"json-buffer": "^3.0.1",
|
|
552
|
+
"json-parse-even-better-errors": "^2.3.1",
|
|
553
|
+
"json-schema-traverse": "^0.4.1",
|
|
554
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
555
|
+
"json5": "^2.2.3",
|
|
556
|
+
"jsonfile": "^6.2.0",
|
|
557
|
+
"jsonparse": "^1.3.1",
|
|
558
|
+
"jsx-ast-utils": "^3.3.5",
|
|
559
|
+
"keyv": "^4.5.4",
|
|
560
|
+
"kleur": "^3.0.3",
|
|
561
|
+
"lan-network": "^0.1.7",
|
|
562
|
+
"leven": "^3.1.0",
|
|
563
|
+
"levn": "^0.4.1",
|
|
564
|
+
"lighthouse-logger": "^1.4.2",
|
|
565
|
+
"lightningcss": "^1.30.2",
|
|
566
|
+
"lightningcss-darwin-arm64": "^1.30.2",
|
|
567
|
+
"lines-and-columns": "^1.2.4",
|
|
568
|
+
"locate-path": "^7.2.0",
|
|
569
|
+
"lodash": "^4.17.21",
|
|
570
|
+
"lodash.camelcase": "^4.3.0",
|
|
571
|
+
"lodash.capitalize": "^4.2.1",
|
|
572
|
+
"lodash.debounce": "^4.0.8",
|
|
573
|
+
"lodash.escaperegexp": "^4.1.2",
|
|
574
|
+
"lodash.isplainobject": "^4.0.6",
|
|
575
|
+
"lodash.isstring": "^4.0.1",
|
|
576
|
+
"lodash.kebabcase": "^4.1.1",
|
|
577
|
+
"lodash.merge": "^4.6.2",
|
|
578
|
+
"lodash.mergewith": "^4.6.2",
|
|
579
|
+
"lodash.snakecase": "^4.1.1",
|
|
580
|
+
"lodash.startcase": "^4.4.0",
|
|
581
|
+
"lodash.throttle": "^4.1.1",
|
|
582
|
+
"lodash.uniq": "^4.5.0",
|
|
583
|
+
"lodash.uniqby": "^4.7.0",
|
|
584
|
+
"lodash.upperfirst": "^4.3.1",
|
|
585
|
+
"log-symbols": "^7.0.1",
|
|
586
|
+
"loose-envify": "^1.4.0",
|
|
587
|
+
"lru-cache": "^5.1.1",
|
|
588
|
+
"macos-release": "^3.4.0",
|
|
589
|
+
"make-dir": "^4.0.0",
|
|
590
|
+
"makeerror": "^1.0.12",
|
|
591
|
+
"marky": "^1.3.0",
|
|
592
|
+
"math-intrinsics": "^1.1.0",
|
|
593
|
+
"memoize-one": "^5.2.1",
|
|
594
|
+
"meow": "^13.2.0",
|
|
595
|
+
"merge-stream": "^2.0.0",
|
|
596
|
+
"merge2": "^1.4.1",
|
|
597
|
+
"metro": "^0.83.3",
|
|
598
|
+
"metro-babel-transformer": "^0.83.3",
|
|
599
|
+
"metro-cache": "^0.83.3",
|
|
600
|
+
"metro-cache-key": "^0.83.3",
|
|
601
|
+
"metro-config": "^0.83.3",
|
|
602
|
+
"metro-core": "^0.83.3",
|
|
603
|
+
"metro-file-map": "^0.83.3",
|
|
604
|
+
"metro-minify-terser": "^0.83.3",
|
|
605
|
+
"metro-resolver": "^0.83.3",
|
|
606
|
+
"metro-runtime": "^0.83.3",
|
|
607
|
+
"metro-source-map": "^0.83.3",
|
|
608
|
+
"metro-symbolicate": "^0.83.3",
|
|
609
|
+
"metro-transform-plugins": "^0.83.3",
|
|
610
|
+
"metro-transform-worker": "^0.83.3",
|
|
611
|
+
"micromatch": "^4.0.8",
|
|
612
|
+
"mime": "^1.6.0",
|
|
613
|
+
"mime-db": "^1.52.0",
|
|
614
|
+
"mime-types": "^2.1.35",
|
|
615
|
+
"mimic-fn": "^2.1.0",
|
|
616
|
+
"mimic-function": "^5.0.1",
|
|
617
|
+
"minimatch": "^3.1.2",
|
|
618
|
+
"minimist": "^1.2.8",
|
|
619
|
+
"minipass": "^7.1.2",
|
|
620
|
+
"minizlib": "^3.1.0",
|
|
621
|
+
"mkdirp": "^1.0.4",
|
|
622
|
+
"ms": "^2.1.3",
|
|
623
|
+
"mute-stream": "^2.0.0",
|
|
624
|
+
"mz": "^2.7.0",
|
|
625
|
+
"nanoid": "^3.3.11",
|
|
626
|
+
"natural-compare": "^1.4.0",
|
|
627
|
+
"negotiator": "^0.6.3",
|
|
628
|
+
"neo-async": "^2.6.2",
|
|
629
|
+
"nested-error-stacks": "^2.0.1",
|
|
630
|
+
"netmask": "^2.0.2",
|
|
631
|
+
"new-github-release-url": "^2.0.0",
|
|
632
|
+
"node-fetch": "^2.7.0",
|
|
633
|
+
"node-fetch-native": "^1.6.7",
|
|
634
|
+
"node-forge": "^1.3.1",
|
|
635
|
+
"node-int64": "^0.4.0",
|
|
636
|
+
"node-releases": "^2.0.27",
|
|
637
|
+
"normalize-package-data": "^6.0.2",
|
|
638
|
+
"normalize-path": "^3.0.0",
|
|
639
|
+
"npm-package-arg": "^11.0.3",
|
|
640
|
+
"npm-run-path": "^4.0.1",
|
|
641
|
+
"nullthrows": "^1.1.1",
|
|
642
|
+
"nypm": "^0.6.2",
|
|
643
|
+
"ob1": "^0.83.3",
|
|
644
|
+
"object-assign": "^4.1.1",
|
|
645
|
+
"object-inspect": "^1.13.4",
|
|
646
|
+
"object-keys": "^1.1.1",
|
|
647
|
+
"object.assign": "^4.1.7",
|
|
648
|
+
"object.entries": "^1.1.9",
|
|
649
|
+
"object.fromentries": "^2.0.8",
|
|
650
|
+
"object.values": "^1.2.1",
|
|
651
|
+
"ohash": "^2.0.11",
|
|
652
|
+
"on-finished": "^2.3.0",
|
|
653
|
+
"on-headers": "^1.1.0",
|
|
654
|
+
"once": "^1.4.0",
|
|
655
|
+
"onetime": "^5.1.2",
|
|
656
|
+
"open": "^7.4.2",
|
|
657
|
+
"optionator": "^0.9.4",
|
|
658
|
+
"ora": "^9.0.0",
|
|
659
|
+
"os-name": "^6.1.0",
|
|
660
|
+
"own-keys": "^1.0.1",
|
|
661
|
+
"p-limit": "^3.1.0",
|
|
662
|
+
"p-locate": "^6.0.0",
|
|
663
|
+
"p-map": "^7.0.3",
|
|
664
|
+
"p-try": "^2.2.0",
|
|
665
|
+
"pac-proxy-agent": "^7.2.0",
|
|
666
|
+
"pac-resolver": "^7.0.1",
|
|
667
|
+
"package-json-from-dist": "^1.0.1",
|
|
668
|
+
"parent-module": "^1.0.1",
|
|
669
|
+
"parse-json": "^5.2.0",
|
|
670
|
+
"parse-path": "^7.1.0",
|
|
671
|
+
"parse-png": "^2.1.0",
|
|
672
|
+
"parse-url": "^9.2.0",
|
|
673
|
+
"parseurl": "^1.3.3",
|
|
674
|
+
"path-exists": "^5.0.0",
|
|
675
|
+
"path-is-absolute": "^1.0.1",
|
|
676
|
+
"path-key": "^3.1.1",
|
|
677
|
+
"path-parse": "^1.0.7",
|
|
678
|
+
"path-scurry": "^1.11.1",
|
|
679
|
+
"path-type": "^6.0.0",
|
|
680
|
+
"pathe": "^2.0.3",
|
|
681
|
+
"perfect-debounce": "^2.0.0",
|
|
682
|
+
"picocolors": "^1.1.1",
|
|
683
|
+
"picomatch": "^2.3.1",
|
|
684
|
+
"pirates": "^4.0.7",
|
|
685
|
+
"pkg-dir": "^4.2.0",
|
|
686
|
+
"pkg-types": "^2.3.0",
|
|
687
|
+
"plist": "^3.1.0",
|
|
688
|
+
"pngjs": "^3.4.0",
|
|
689
|
+
"possible-typed-array-names": "^1.1.0",
|
|
690
|
+
"postcss": "^8.4.49",
|
|
691
|
+
"postcss-value-parser": "^4.2.0",
|
|
692
|
+
"prelude-ls": "^1.2.1",
|
|
693
|
+
"presentable-error": "^0.0.1",
|
|
694
|
+
"prettier-linter-helpers": "^1.0.0",
|
|
695
|
+
"pretty-bytes": "^5.6.0",
|
|
696
|
+
"pretty-format": "^29.7.0",
|
|
697
|
+
"proc-log": "^4.2.0",
|
|
698
|
+
"progress": "^2.0.3",
|
|
699
|
+
"promise": "^8.3.0",
|
|
700
|
+
"prompts": "^2.4.2",
|
|
701
|
+
"prop-types": "^15.8.1",
|
|
702
|
+
"protocols": "^2.0.2",
|
|
703
|
+
"proxy-agent": "^6.5.0",
|
|
704
|
+
"proxy-from-env": "^1.1.0",
|
|
705
|
+
"pump": "^3.0.3",
|
|
706
|
+
"punycode": "^2.3.1",
|
|
707
|
+
"pure-rand": "^6.1.0",
|
|
708
|
+
"qrcode-terminal": "^0.11.0",
|
|
709
|
+
"queue": "^6.0.2",
|
|
710
|
+
"queue-microtask": "^1.2.3",
|
|
711
|
+
"range-parser": "^1.2.1",
|
|
712
|
+
"rc": "^1.2.8",
|
|
713
|
+
"rc9": "^2.1.2",
|
|
714
|
+
"react-devtools-core": "^6.1.5",
|
|
715
|
+
"react-dom": "^19.1.0",
|
|
716
|
+
"react-is": "^18.3.1",
|
|
717
|
+
"react-native-is-edge-to-edge": "^1.2.1",
|
|
718
|
+
"react-native-monorepo-config": "^0.1.10",
|
|
719
|
+
"react-native-umui-example": "^1.0.0",
|
|
720
|
+
"react-native-web": "^0.21.2",
|
|
721
|
+
"react-refresh": "^0.14.2",
|
|
722
|
+
"read-package-up": "^11.0.0",
|
|
723
|
+
"read-pkg": "^9.0.1",
|
|
724
|
+
"readable-stream": "^3.6.2",
|
|
725
|
+
"readdirp": "^4.1.2",
|
|
726
|
+
"reflect.getprototypeof": "^1.0.10",
|
|
727
|
+
"regenerate": "^1.4.2",
|
|
728
|
+
"regenerate-unicode-properties": "^10.2.2",
|
|
729
|
+
"regenerator-runtime": "^0.13.11",
|
|
730
|
+
"regexp.prototype.flags": "^1.5.4",
|
|
731
|
+
"regexpu-core": "^6.4.0",
|
|
732
|
+
"regjsgen": "^0.8.0",
|
|
733
|
+
"regjsparser": "^0.13.0",
|
|
734
|
+
"require-directory": "^2.1.1",
|
|
735
|
+
"require-from-string": "^2.0.2",
|
|
736
|
+
"requireg": "^0.2.2",
|
|
737
|
+
"resolve": "^1.22.11",
|
|
738
|
+
"resolve-cwd": "^3.0.0",
|
|
739
|
+
"resolve-from": "^5.0.0",
|
|
740
|
+
"resolve-global": "^1.0.0",
|
|
741
|
+
"resolve-workspace-root": "^2.0.0",
|
|
742
|
+
"resolve.exports": "^2.0.3",
|
|
743
|
+
"restore-cursor": "^5.1.0",
|
|
744
|
+
"retry": "^0.13.1",
|
|
745
|
+
"reusify": "^1.1.0",
|
|
746
|
+
"rimraf": "^3.0.2",
|
|
747
|
+
"run-applescript": "^7.1.0",
|
|
748
|
+
"run-async": "^4.0.6",
|
|
749
|
+
"run-parallel": "^1.2.0",
|
|
750
|
+
"rxjs": "^7.8.2",
|
|
751
|
+
"safe-array-concat": "^1.1.3",
|
|
752
|
+
"safe-buffer": "^5.2.1",
|
|
753
|
+
"safe-push-apply": "^1.0.0",
|
|
754
|
+
"safe-regex-test": "^1.1.0",
|
|
755
|
+
"safer-buffer": "^2.1.2",
|
|
756
|
+
"sax": "^1.4.3",
|
|
757
|
+
"scheduler": "^0.26.0",
|
|
758
|
+
"semver": "^6.3.1",
|
|
759
|
+
"send": "^0.19.0",
|
|
760
|
+
"serialize-error": "^2.1.0",
|
|
761
|
+
"serve-static": "^1.16.2",
|
|
762
|
+
"set-function-length": "^1.2.2",
|
|
763
|
+
"set-function-name": "^2.0.2",
|
|
764
|
+
"set-proto": "^1.0.0",
|
|
765
|
+
"setimmediate": "^1.0.5",
|
|
766
|
+
"setprototypeof": "^1.2.0",
|
|
767
|
+
"shebang-command": "^2.0.0",
|
|
768
|
+
"shebang-regex": "^3.0.0",
|
|
769
|
+
"shell-quote": "^1.8.3",
|
|
770
|
+
"side-channel": "^1.1.0",
|
|
771
|
+
"side-channel-list": "^1.0.0",
|
|
772
|
+
"side-channel-map": "^1.0.1",
|
|
773
|
+
"side-channel-weakmap": "^1.0.2",
|
|
774
|
+
"signal-exit": "^3.0.7",
|
|
775
|
+
"simple-plist": "^1.3.1",
|
|
776
|
+
"sisteransi": "^1.0.5",
|
|
777
|
+
"slash": "^5.1.0",
|
|
778
|
+
"slugify": "^1.6.6",
|
|
779
|
+
"smart-buffer": "^4.2.0",
|
|
780
|
+
"socks": "^2.8.7",
|
|
781
|
+
"socks-proxy-agent": "^8.0.5",
|
|
782
|
+
"source-map": "^0.6.1",
|
|
783
|
+
"source-map-js": "^1.2.1",
|
|
784
|
+
"source-map-support": "^0.5.13",
|
|
785
|
+
"spdx-correct": "^3.2.0",
|
|
786
|
+
"spdx-exceptions": "^2.5.0",
|
|
787
|
+
"spdx-expression-parse": "^3.0.1",
|
|
788
|
+
"spdx-license-ids": "^3.0.22",
|
|
789
|
+
"split2": "^4.2.0",
|
|
790
|
+
"sprintf-js": "^1.0.3",
|
|
791
|
+
"stack-utils": "^2.0.6",
|
|
792
|
+
"stackframe": "^1.3.4",
|
|
793
|
+
"stacktrace-parser": "^0.1.11",
|
|
794
|
+
"statuses": "^1.5.0",
|
|
795
|
+
"stdin-discarder": "^0.2.2",
|
|
796
|
+
"stop-iteration-iterator": "^1.1.0",
|
|
797
|
+
"stream-buffers": "^2.2.0",
|
|
798
|
+
"string-length": "^4.0.2",
|
|
799
|
+
"string-natural-compare": "^3.0.1",
|
|
800
|
+
"string-width": "^8.1.0",
|
|
801
|
+
"string-width-cjs": "^4.2.3",
|
|
802
|
+
"string.prototype.matchall": "^4.0.12",
|
|
803
|
+
"string.prototype.repeat": "^1.0.0",
|
|
804
|
+
"string.prototype.trim": "^1.2.10",
|
|
805
|
+
"string.prototype.trimend": "^1.0.9",
|
|
806
|
+
"string.prototype.trimstart": "^1.0.8",
|
|
807
|
+
"string_decoder": "^1.3.0",
|
|
808
|
+
"strip-ansi": "^6.0.1",
|
|
809
|
+
"strip-ansi-cjs": "^6.0.1",
|
|
810
|
+
"strip-bom": "^4.0.0",
|
|
811
|
+
"strip-final-newline": "^2.0.0",
|
|
812
|
+
"strip-json-comments": "^3.1.1",
|
|
813
|
+
"structured-headers": "^0.4.1",
|
|
814
|
+
"styleq": "^0.1.3",
|
|
815
|
+
"sucrase": "^3.35.0",
|
|
816
|
+
"supports-color": "^7.2.0",
|
|
817
|
+
"supports-hyperlinks": "^2.3.0",
|
|
818
|
+
"supports-preserve-symlinks-flag": "^1.0.0",
|
|
819
|
+
"synckit": "^0.11.11",
|
|
820
|
+
"tar": "^7.5.2",
|
|
821
|
+
"temp-dir": "^2.0.0",
|
|
822
|
+
"terminal-link": "^2.1.1",
|
|
823
|
+
"terser": "^5.44.1",
|
|
824
|
+
"test-exclude": "^6.0.0",
|
|
825
|
+
"text-extensions": "^2.4.0",
|
|
826
|
+
"thenify": "^3.3.1",
|
|
827
|
+
"thenify-all": "^1.6.0",
|
|
828
|
+
"throat": "^5.0.0",
|
|
829
|
+
"through": "^2.3.8",
|
|
830
|
+
"tinyexec": "^1.0.2",
|
|
831
|
+
"tinyglobby": "^0.2.15",
|
|
832
|
+
"tmpl": "^1.0.5",
|
|
833
|
+
"to-regex-range": "^5.0.1",
|
|
834
|
+
"toidentifier": "^1.0.1",
|
|
835
|
+
"tr46": "^0.0.3",
|
|
836
|
+
"ts-api-utils": "^1.4.3",
|
|
837
|
+
"ts-interface-checker": "^0.1.13",
|
|
838
|
+
"tslib": "^2.8.1",
|
|
839
|
+
"tsutils": "^3.21.0",
|
|
840
|
+
"type-check": "^0.4.0",
|
|
841
|
+
"type-detect": "^4.0.8",
|
|
842
|
+
"type-fest": "^0.21.3",
|
|
843
|
+
"typed-array-buffer": "^1.0.3",
|
|
844
|
+
"typed-array-byte-length": "^1.0.3",
|
|
845
|
+
"typed-array-byte-offset": "^1.0.4",
|
|
846
|
+
"typed-array-length": "^1.0.7",
|
|
847
|
+
"typedarray": "^0.0.6",
|
|
848
|
+
"ua-parser-js": "^1.0.41",
|
|
849
|
+
"uglify-js": "^3.19.3",
|
|
850
|
+
"unbox-primitive": "^1.1.0",
|
|
851
|
+
"unc-path-regex": "^0.1.2",
|
|
852
|
+
"undici": "^6.21.3",
|
|
853
|
+
"undici-types": "^7.16.0",
|
|
854
|
+
"unicode-canonical-property-names-ecmascript": "^2.0.1",
|
|
855
|
+
"unicode-match-property-ecmascript": "^2.0.0",
|
|
856
|
+
"unicode-match-property-value-ecmascript": "^2.2.1",
|
|
857
|
+
"unicode-property-aliases-ecmascript": "^2.2.0",
|
|
858
|
+
"unicorn-magic": "^0.1.0",
|
|
859
|
+
"unique-string": "^2.0.0",
|
|
860
|
+
"universal-user-agent": "^7.0.3",
|
|
861
|
+
"universalify": "^2.0.1",
|
|
862
|
+
"unpipe": "^1.0.0",
|
|
863
|
+
"update-browserslist-db": "^1.1.4",
|
|
864
|
+
"uri-js": "^4.4.1",
|
|
865
|
+
"url-join": "^5.0.0",
|
|
866
|
+
"util-deprecate": "^1.0.2",
|
|
867
|
+
"utils-merge": "^1.0.1",
|
|
868
|
+
"uuid": "^7.0.3",
|
|
869
|
+
"v8-to-istanbul": "^9.3.0",
|
|
870
|
+
"validate-npm-package-license": "^3.0.4",
|
|
871
|
+
"validate-npm-package-name": "^5.0.1",
|
|
872
|
+
"vary": "^1.1.2",
|
|
873
|
+
"vlq": "^1.0.1",
|
|
874
|
+
"walker": "^1.0.8",
|
|
875
|
+
"wcwidth": "^1.0.1",
|
|
876
|
+
"webidl-conversions": "^3.0.1",
|
|
877
|
+
"whatwg-fetch": "^3.6.20",
|
|
878
|
+
"whatwg-url": "^5.0.0",
|
|
879
|
+
"whatwg-url-without-unicode": "^8.0.0-3",
|
|
880
|
+
"which": "^2.0.2",
|
|
881
|
+
"which-boxed-primitive": "^1.1.1",
|
|
882
|
+
"which-builtin-type": "^1.2.1",
|
|
883
|
+
"which-collection": "^1.0.2",
|
|
884
|
+
"which-typed-array": "^1.1.19",
|
|
885
|
+
"wildcard-match": "^5.1.4",
|
|
886
|
+
"windows-release": "^6.1.0",
|
|
887
|
+
"wonka": "^6.3.5",
|
|
888
|
+
"word-wrap": "^1.2.5",
|
|
889
|
+
"wordwrap": "^1.0.0",
|
|
890
|
+
"wrap-ansi": "^6.2.0",
|
|
891
|
+
"wrap-ansi-cjs": "^7.0.0",
|
|
892
|
+
"wrappy": "^1.0.2",
|
|
893
|
+
"write-file-atomic": "^4.0.2",
|
|
894
|
+
"ws": "^6.2.3",
|
|
895
|
+
"wsl-utils": "^0.1.0",
|
|
896
|
+
"xcode": "^3.0.1",
|
|
897
|
+
"xml2js": "^0.6.0",
|
|
898
|
+
"xmlbuilder": "^15.1.1",
|
|
899
|
+
"y18n": "^5.0.8",
|
|
900
|
+
"yallist": "^3.1.1",
|
|
901
|
+
"yaml": "^2.8.1",
|
|
902
|
+
"yargs": "^17.7.2",
|
|
903
|
+
"yargs-parser": "^21.1.1",
|
|
904
|
+
"yocto-queue": "^0.1.0",
|
|
905
|
+
"yoctocolors": "^2.1.2",
|
|
906
|
+
"yoctocolors-cjs": "^2.1.3",
|
|
907
|
+
"zod": "^3.25.76",
|
|
908
|
+
"zod-to-json-schema": "^3.24.6"
|
|
160
909
|
}
|
|
161
910
|
}
|