|
242 | 242 | "crypto": "react-native-crypto", |
243 | 243 | "http": "@tradle/react-native-http", |
244 | 244 | "https": "https-browserify", |
| 245 | + "os": "react-native-os", |
245 | 246 | "path": "path-browserify", |
246 | 247 | "fs": "react-native-level-fs", |
247 | 248 | "_stream_transform": "readable-stream/transform", |
|
250 | 251 | "_stream_duplex": "readable-stream/duplex", |
251 | 252 | "_stream_passthrough": "readable-stream/passthrough", |
252 | 253 | "stream": "stream-browserify", |
253 | | - "vm": "vm-browserify", |
254 | | - "os": "react-native-os" |
| 254 | + "vm": "vm-browserify" |
255 | 255 | }, |
256 | 256 | "browser": { |
257 | 257 | "crypto": "react-native-crypto", |
258 | 258 | "http": "@tradle/react-native-http", |
259 | 259 | "https": "https-browserify", |
| 260 | + "os": "react-native-os", |
260 | 261 | "path": "path-browserify", |
261 | 262 | "fs": "react-native-level-fs", |
262 | 263 | "_stream_transform": "readable-stream/transform", |
|
265 | 266 | "_stream_duplex": "readable-stream/duplex", |
266 | 267 | "_stream_passthrough": "readable-stream/passthrough", |
267 | 268 | "stream": "stream-browserify", |
268 | | - "vm": "vm-browserify", |
269 | | - "os": "react-native-os" |
270 | | - }, |
271 | | - "engines": { |
272 | | - "node": ">=16" |
| 269 | + "vm": "vm-browserify" |
273 | 270 | } |
274 | 271 | } |
0 commit comments