@gjsify/node-polyfills 0.4.35 → 0.4.37

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.
Files changed (1) hide show
  1. package/package.json +56 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/node-polyfills",
3
- "version": "0.4.35",
3
+ "version": "0.4.37",
4
4
  "description": "Meta package: all @gjsify Node.js polyfill packages as dependencies",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -11,58 +11,70 @@
11
11
  "meta"
12
12
  ],
13
13
  "dependencies": {
14
- "@gjsify/assert": "^0.4.35",
15
- "@gjsify/async_hooks": "^0.4.35",
16
- "@gjsify/buffer": "^0.4.35",
17
- "@gjsify/child_process": "^0.4.35",
18
- "@gjsify/cluster": "^0.4.35",
19
- "@gjsify/console": "^0.4.35",
20
- "@gjsify/constants": "^0.4.35",
21
- "@gjsify/crypto": "^0.4.35",
22
- "@gjsify/dgram": "^0.4.35",
23
- "@gjsify/diagnostics_channel": "^0.4.35",
24
- "@gjsify/dns": "^0.4.35",
25
- "@gjsify/domain": "^0.4.35",
26
- "@gjsify/events": "^0.4.35",
27
- "@gjsify/fs": "^0.4.35",
28
- "@gjsify/http": "^0.4.35",
29
- "@gjsify/http2": "^0.4.35",
30
- "@gjsify/https": "^0.4.35",
31
- "@gjsify/inspector": "^0.4.35",
32
- "@gjsify/module": "^0.4.35",
33
- "@gjsify/net": "^0.4.35",
34
- "@gjsify/node-globals": "^0.4.35",
35
- "@gjsify/os": "^0.4.35",
36
- "@gjsify/path": "^0.4.35",
37
- "@gjsify/perf_hooks": "^0.4.35",
38
- "@gjsify/process": "^0.4.35",
39
- "@gjsify/querystring": "^0.4.35",
40
- "@gjsify/readline": "^0.4.35",
41
- "@gjsify/sqlite": "^0.4.35",
42
- "@gjsify/stream": "^0.4.35",
43
- "@gjsify/string_decoder": "^0.4.35",
44
- "@gjsify/sys": "^0.4.35",
45
- "@gjsify/timers": "^0.4.35",
46
- "@gjsify/tls": "^0.4.35",
47
- "@gjsify/tty": "^0.4.35",
48
- "@gjsify/url": "^0.4.35",
49
- "@gjsify/util": "^0.4.35",
50
- "@gjsify/v8": "^0.4.35",
51
- "@gjsify/vm": "^0.4.35",
52
- "@gjsify/worker_threads": "^0.4.35",
53
- "@gjsify/zlib": "^0.4.35"
14
+ "@gjsify/assert": "^0.4.37",
15
+ "@gjsify/async_hooks": "^0.4.37",
16
+ "@gjsify/buffer": "^0.4.37",
17
+ "@gjsify/child_process": "^0.4.37",
18
+ "@gjsify/cluster": "^0.4.37",
19
+ "@gjsify/console": "^0.4.37",
20
+ "@gjsify/constants": "^0.4.37",
21
+ "@gjsify/crypto": "^0.4.37",
22
+ "@gjsify/dgram": "^0.4.37",
23
+ "@gjsify/diagnostics_channel": "^0.4.37",
24
+ "@gjsify/dns": "^0.4.37",
25
+ "@gjsify/domain": "^0.4.37",
26
+ "@gjsify/events": "^0.4.37",
27
+ "@gjsify/fs": "^0.4.37",
28
+ "@gjsify/http": "^0.4.37",
29
+ "@gjsify/http2": "^0.4.37",
30
+ "@gjsify/https": "^0.4.37",
31
+ "@gjsify/inspector": "^0.4.37",
32
+ "@gjsify/module": "^0.4.37",
33
+ "@gjsify/net": "^0.4.37",
34
+ "@gjsify/node-globals": "^0.4.37",
35
+ "@gjsify/os": "^0.4.37",
36
+ "@gjsify/path": "^0.4.37",
37
+ "@gjsify/perf_hooks": "^0.4.37",
38
+ "@gjsify/process": "^0.4.37",
39
+ "@gjsify/querystring": "^0.4.37",
40
+ "@gjsify/readline": "^0.4.37",
41
+ "@gjsify/sqlite": "^0.4.37",
42
+ "@gjsify/stream": "^0.4.37",
43
+ "@gjsify/string_decoder": "^0.4.37",
44
+ "@gjsify/sys": "^0.4.37",
45
+ "@gjsify/timers": "^0.4.37",
46
+ "@gjsify/tls": "^0.4.37",
47
+ "@gjsify/tty": "^0.4.37",
48
+ "@gjsify/url": "^0.4.37",
49
+ "@gjsify/util": "^0.4.37",
50
+ "@gjsify/v8": "^0.4.37",
51
+ "@gjsify/vm": "^0.4.37",
52
+ "@gjsify/worker_threads": "^0.4.37",
53
+ "@gjsify/zlib": "^0.4.37"
54
54
  },
55
55
  "gjsify": {
56
56
  "runtimes": {
57
57
  "gjs": "polyfill",
58
58
  "node": "native",
59
- "browser": "polyfill"
59
+ "browser": "polyfill",
60
+ "nativescript": "polyfill"
60
61
  }
61
62
  },
62
63
  "exports": {
63
- "./globals": "./globals.mjs"
64
+ "./globals": "./globals.mjs",
65
+ "./package.json": "./package.json"
64
66
  },
65
67
  "files": [
66
68
  "globals.mjs"
67
- ]
69
+ ],
70
+ "license": "MIT",
71
+ "repository": {
72
+ "type": "git",
73
+ "url": "git+https://github.com/gjsify/gjsify.git",
74
+ "directory": "packages/node/polyfills"
75
+ },
76
+ "bugs": {
77
+ "url": "https://github.com/gjsify/gjsify/issues"
78
+ },
79
+ "homepage": "https://github.com/gjsify/gjsify/tree/main/packages/node/polyfills#readme"
68
80
  }