@screeb/react-native 0.5.0 → 0.7.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/README.md +18 -0
- package/android/.gradle/{6.8 → 7.2}/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/7.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.2/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/7.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/{6.8/fileHashes/fileHashes.bin → 7.2/fileHashes/resourceHashesCache.bin} +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/checksums/checksums.lock +0 -0
- package/android/.gradle/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/checksums/sha1-checksums.bin +0 -0
- package/android/build.gradle +3 -3
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/package.json +318 -318
- package/screeb-module.podspec +1 -1
- package/android/.gradle/6.8/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/6.8/fileChanges/last-build.bin +0 -0
- package/android/.gradle/6.8/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/6.8/gc.properties +0 -0
package/README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://www.npmjs.com/package/@screeb/react-native"><img alt="npm screeb/react-native" src="https://img.shields.io/npm/v/@screeb/react-native"></a>
|
|
3
|
+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-purple.svg" alt="License: MIT"></a>
|
|
4
|
+
<a href="https://cocoapods.org/pods/Screeb"><img src="https://img.shields.io/cocoapods/v/Screeb.svg?style=flat" alt="Cocoapods"></a>
|
|
5
|
+
<a href="https://search.maven.org/search?q=g:%22app.screeb.sdk%22%20AND%20a:%22survey%22"><img src="https://img.shields.io/maven-central/v/app.screeb.sdk/survey.svg?label=Maven%20Central" alt="Maven Central"></a>
|
|
6
|
+
</p>
|
|
7
|
+
|
|
1
8
|
# @screeb/react-native
|
|
2
9
|
|
|
3
10
|
A react-native module to integrate Screeb mobile sdk for Android and/or iOS.
|
|
@@ -24,6 +31,11 @@ post_install do |installer|
|
|
|
24
31
|
end
|
|
25
32
|
```
|
|
26
33
|
|
|
34
|
+
When upgrading a Screeb sdk-reactnative version, it can be useful to run in /ios directory :
|
|
35
|
+
```sh
|
|
36
|
+
pod update Screeb
|
|
37
|
+
```
|
|
38
|
+
|
|
27
39
|
## Android specific configuration
|
|
28
40
|
|
|
29
41
|
First, you should use MultidexApplication if not yet to avoid compilation issues.
|
|
@@ -52,6 +64,12 @@ override fun onCreate() {
|
|
|
52
64
|
}
|
|
53
65
|
```
|
|
54
66
|
|
|
67
|
+
NB : Your android app needs to use AGP minimum 7.1.3
|
|
68
|
+
|
|
69
|
+
```groovy
|
|
70
|
+
classpath("com.android.tools.build:gradle:7.1.3")
|
|
71
|
+
```
|
|
72
|
+
|
|
55
73
|
## Usage
|
|
56
74
|
|
|
57
75
|
```js
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/android/.gradle/{6.8/fileHashes/fileHashes.bin → 7.2/fileHashes/resourceHashesCache.bin}
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/android/build.gradle
CHANGED
|
@@ -28,7 +28,7 @@ def getExtOrIntegerDefault(name) {
|
|
|
28
28
|
android {
|
|
29
29
|
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
|
|
30
30
|
defaultConfig {
|
|
31
|
-
minSdkVersion
|
|
31
|
+
minSdkVersion 21
|
|
32
32
|
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
|
|
33
33
|
versionCode 1
|
|
34
34
|
versionName "0.2.0"
|
|
@@ -124,6 +124,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
|
|
|
124
124
|
dependencies {
|
|
125
125
|
// noinspection GradleDynamicVersion
|
|
126
126
|
api 'com.facebook.react:react-native:+'
|
|
127
|
-
implementation "app.screeb.sdk:survey:1.
|
|
128
|
-
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6.
|
|
127
|
+
implementation "app.screeb.sdk:survey:1.8.1"
|
|
128
|
+
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6.21"
|
|
129
129
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"names":["LINKING_ERROR","Platform","select","ios","default","ScreebModule","NativeModules","Proxy","get","Error","initSdk","androidChannelId","iosChannelId","userId","properties","OS","setIdentity","trackEvent","name","trackScreen","setProperties"],"sources":["index.tsx"],"sourcesContent":["import { NativeModules, Platform } from 'react-native';\n\nconst LINKING_ERROR =\n `The package '@screeb/react-native' doesn't seem to be linked. Make sure: \\n\\n` +\n Platform.select({ ios: \"- You have run 'pod install'\\n\", default: '' }) +\n '- You rebuilt the app after installing the package\\n' +\n '- You are not using Expo managed workflow\\n';\n\nconst ScreebModule = NativeModules.ScreebModule\n ? NativeModules.ScreebModule\n : new Proxy(\n {},\n {\n get() {\n throw new Error(LINKING_ERROR);\n },\n }\n );\n\nexport function initSdk(\n androidChannelId: string,\n iosChannelId: string,\n userId?: string,\n properties?: Map<string, any>) {\n if (Platform.OS === 'ios') {\n return ScreebModule.initSdk(iosChannelId, userId, properties);\n } else {\n return ScreebModule.initSdk(androidChannelId, userId, properties);\n }\n}\nexport function setIdentity(userId: string, properties?: Map<string, any>) {\n return ScreebModule.setIdentity(userId, properties);\n}\nexport function trackEvent(name: string, properties?: Map<string, any>) {\n return ScreebModule.trackEvent(name, properties);\n}\nexport function trackScreen(name: string, properties?: Map<string, any>) {\n return ScreebModule.trackScreen(name, properties);\n}\nexport function setProperties(properties?: Map<string, any>) {\n return ScreebModule.setProperties(properties);\n}\n"],"mappings":";;;;;;;;;;;AAAA;;AAEA,MAAMA,aAAa,GAChB,+EAAD,GACAC,qBAAA,CAASC,MAAT,CAAgB;EAAEC,GAAG,EAAE,gCAAP;EAAyCC,OAAO,EAAE;AAAlD,CAAhB,CADA,GAEA,sDAFA,GAGA,6CAJF;AAMA,MAAMC,YAAY,GAAGC,0BAAA,CAAcD,YAAd,GACjBC,0BAAA,CAAcD,YADG,GAEjB,IAAIE,KAAJ,CACE,EADF,EAEE;EACEC,GAAG,GAAG;IACJ,MAAM,IAAIC,KAAJ,CAAUT,aAAV,CAAN;EACD;;AAHH,CAFF,CAFJ;;AAWO,SAASU,OAAT,CACHC,gBADG,EAEHC,YAFG,EAGHC,MAHG,EAIHC,UAJG,EAI4B;EACjC,IAAIb,qBAAA,CAASc,EAAT,KAAgB,KAApB,EAA2B;IACzB,OAAOV,YAAY,CAACK,OAAb,CAAqBE,YAArB,EAAmCC,MAAnC,EAA2CC,UAA3C,CAAP;EACD,CAFD,MAEO;IACL,OAAOT,YAAY,CAACK,OAAb,CAAqBC,gBAArB,EAAuCE,MAAvC,EAA+CC,UAA/C,CAAP;EACD;AACF;;AACM,SAASE,WAAT,CAAqBH,MAArB,EAAqCC,UAArC,EAAoE;EACzE,OAAOT,YAAY,CAACW,WAAb,CAAyBH,MAAzB,EAAiCC,UAAjC,CAAP;AACD;;AACM,SAASG,UAAT,CAAoBC,IAApB,EAAkCJ,UAAlC,EAAiE;EACtE,OAAOT,YAAY,CAACY,UAAb,CAAwBC,IAAxB,EAA8BJ,UAA9B,CAAP;AACD;;AACM,SAASK,WAAT,CAAqBD,IAArB,EAAmCJ,UAAnC,EAAkE;EACvE,OAAOT,YAAY,CAACc,WAAb,CAAyBD,IAAzB,EAA+BJ,UAA/B,CAAP;AACD;;AACM,SAASM,aAAT,CAAuBN,UAAvB,EAAsD;EAC3D,OAAOT,YAAY,CAACe,aAAb,CAA2BN,UAA3B,CAAP;AACD"}
|
package/lib/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"names":["NativeModules","Platform","LINKING_ERROR","select","ios","default","ScreebModule","Proxy","get","Error","initSdk","androidChannelId","iosChannelId","userId","properties","OS","setIdentity","trackEvent","name","trackScreen","setProperties"],"sources":["index.tsx"],"sourcesContent":["import { NativeModules, Platform } from 'react-native';\n\nconst LINKING_ERROR =\n `The package '@screeb/react-native' doesn't seem to be linked. Make sure: \\n\\n` +\n Platform.select({ ios: \"- You have run 'pod install'\\n\", default: '' }) +\n '- You rebuilt the app after installing the package\\n' +\n '- You are not using Expo managed workflow\\n';\n\nconst ScreebModule = NativeModules.ScreebModule\n ? NativeModules.ScreebModule\n : new Proxy(\n {},\n {\n get() {\n throw new Error(LINKING_ERROR);\n },\n }\n );\n\nexport function initSdk(\n androidChannelId: string,\n iosChannelId: string,\n userId?: string,\n properties?: Map<string, any>) {\n if (Platform.OS === 'ios') {\n return ScreebModule.initSdk(iosChannelId, userId, properties);\n } else {\n return ScreebModule.initSdk(androidChannelId, userId, properties);\n }\n}\nexport function setIdentity(userId: string, properties?: Map<string, any>) {\n return ScreebModule.setIdentity(userId, properties);\n}\nexport function trackEvent(name: string, properties?: Map<string, any>) {\n return ScreebModule.trackEvent(name, properties);\n}\nexport function trackScreen(name: string, properties?: Map<string, any>) {\n return ScreebModule.trackScreen(name, properties);\n}\nexport function setProperties(properties?: Map<string, any>) {\n return ScreebModule.setProperties(properties);\n}\n"],"mappings":"AAAA,SAASA,aAAT,EAAwBC,QAAxB,QAAwC,cAAxC;AAEA,MAAMC,aAAa,GAChB,+EAAD,GACAD,QAAQ,CAACE,MAAT,CAAgB;EAAEC,GAAG,EAAE,gCAAP;EAAyCC,OAAO,EAAE;AAAlD,CAAhB,CADA,GAEA,sDAFA,GAGA,6CAJF;AAMA,MAAMC,YAAY,GAAGN,aAAa,CAACM,YAAd,GACjBN,aAAa,CAACM,YADG,GAEjB,IAAIC,KAAJ,CACE,EADF,EAEE;EACEC,GAAG,GAAG;IACJ,MAAM,IAAIC,KAAJ,CAAUP,aAAV,CAAN;EACD;;AAHH,CAFF,CAFJ;AAWA,OAAO,SAASQ,OAAT,CACHC,gBADG,EAEHC,YAFG,EAGHC,MAHG,EAIHC,UAJG,EAI4B;EACjC,IAAIb,QAAQ,CAACc,EAAT,KAAgB,KAApB,EAA2B;IACzB,OAAOT,YAAY,CAACI,OAAb,CAAqBE,YAArB,EAAmCC,MAAnC,EAA2CC,UAA3C,CAAP;EACD,CAFD,MAEO;IACL,OAAOR,YAAY,CAACI,OAAb,CAAqBC,gBAArB,EAAuCE,MAAvC,EAA+CC,UAA/C,CAAP;EACD;AACF;AACD,OAAO,SAASE,WAAT,CAAqBH,MAArB,EAAqCC,UAArC,EAAoE;EACzE,OAAOR,YAAY,CAACU,WAAb,CAAyBH,MAAzB,EAAiCC,UAAjC,CAAP;AACD;AACD,OAAO,SAASG,UAAT,CAAoBC,IAApB,EAAkCJ,UAAlC,EAAiE;EACtE,OAAOR,YAAY,CAACW,UAAb,CAAwBC,IAAxB,EAA8BJ,UAA9B,CAAP;AACD;AACD,OAAO,SAASK,WAAT,CAAqBD,IAArB,EAAmCJ,UAAnC,EAAkE;EACvE,OAAOR,YAAY,CAACa,WAAb,CAAyBD,IAAzB,EAA+BJ,UAA/B,CAAP;AACD;AACD,OAAO,SAASM,aAAT,CAAuBN,UAAvB,EAAsD;EAC3D,OAAOR,YAAY,CAACc,aAAb,CAA2BN,UAA3B,CAAP;AACD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@screeb/react-native",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "A react-native module to integrate Screeb mobile sdk for Android and/or iOS.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"jest": "^27.5.1",
|
|
71
71
|
"pod-install": "^0.1.0",
|
|
72
72
|
"prettier": "^2.0.5",
|
|
73
|
-
"react": "
|
|
74
|
-
"react-native": "
|
|
73
|
+
"react": "17.0.2",
|
|
74
|
+
"react-native": "0.68.2",
|
|
75
75
|
"react-native-builder-bob": "^0.18.0",
|
|
76
76
|
"release-it": "^14.2.2",
|
|
77
77
|
"typescript": "^4.1.3"
|
|
@@ -158,775 +158,775 @@
|
|
|
158
158
|
"lib": "lib"
|
|
159
159
|
},
|
|
160
160
|
"dependencies": {
|
|
161
|
-
"
|
|
161
|
+
"JSONStream": "^1.3.5",
|
|
162
162
|
"abab": "^2.0.5",
|
|
163
|
+
"abort-controller": "^3.0.0",
|
|
163
164
|
"absolute-path": "^0.0.0",
|
|
165
|
+
"accepts": "^1.3.8",
|
|
166
|
+
"acorn": "^8.7.0",
|
|
164
167
|
"acorn-globals": "^6.0.0",
|
|
165
|
-
"JSONStream": "^1.3.5",
|
|
166
|
-
"abort-controller": "^3.0.0",
|
|
167
|
-
"add-stream": "^1.0.0",
|
|
168
168
|
"acorn-jsx": "^5.3.2",
|
|
169
|
-
"acorn": "^8.7.0",
|
|
170
169
|
"acorn-walk": "^7.2.0",
|
|
170
|
+
"add-stream": "^1.0.0",
|
|
171
171
|
"agent-base": "^6.0.2",
|
|
172
|
-
"ajv": "^6.12.6",
|
|
173
|
-
"ansi-align": "^3.0.1",
|
|
174
172
|
"aggregate-error": "^3.1.0",
|
|
173
|
+
"ajv": "^6.12.6",
|
|
175
174
|
"anser": "^1.4.10",
|
|
176
|
-
"ansi-
|
|
175
|
+
"ansi-align": "^3.0.1",
|
|
177
176
|
"ansi-escapes": "^4.3.2",
|
|
178
|
-
"
|
|
179
|
-
"arr-flatten": "^1.1.0",
|
|
180
|
-
"arg": "^4.1.3",
|
|
177
|
+
"ansi-fragments": "^0.2.1",
|
|
181
178
|
"ansi-regex": "^5.0.1",
|
|
182
179
|
"ansi-styles": "^3.2.1",
|
|
183
|
-
"array-filter": "^0.0.1",
|
|
184
180
|
"anymatch": "^3.1.2",
|
|
185
|
-
"
|
|
181
|
+
"appdirsjs": "^1.2.6",
|
|
182
|
+
"arg": "^4.1.3",
|
|
183
|
+
"argparse": "^2.0.1",
|
|
186
184
|
"arr-diff": "^4.0.0",
|
|
187
|
-
"
|
|
185
|
+
"arr-flatten": "^1.1.0",
|
|
188
186
|
"arr-union": "^3.1.0",
|
|
189
|
-
"
|
|
190
|
-
"array-
|
|
187
|
+
"array-filter": "^0.0.1",
|
|
188
|
+
"array-ify": "^1.0.0",
|
|
189
|
+
"array-includes": "^3.1.4",
|
|
190
|
+
"array-map": "^0.0.0",
|
|
191
191
|
"array-reduce": "^0.0.0",
|
|
192
|
-
"array.prototype.flatmap": "^1.2.5",
|
|
193
|
-
"astral-regex": "^1.0.0",
|
|
194
192
|
"array-union": "^2.1.0",
|
|
195
|
-
"
|
|
193
|
+
"array-unique": "^0.3.2",
|
|
194
|
+
"array.prototype.flatmap": "^1.2.5",
|
|
196
195
|
"arrify": "^1.0.1",
|
|
197
|
-
"
|
|
196
|
+
"asap": "^2.0.6",
|
|
197
|
+
"assign-symbols": "^1.0.0",
|
|
198
|
+
"ast-types": "^0.14.2",
|
|
199
|
+
"astral-regex": "^1.0.0",
|
|
198
200
|
"async": "^2.6.3",
|
|
199
201
|
"async-limiter": "^1.0.1",
|
|
200
|
-
"array-includes": "^3.1.4",
|
|
201
202
|
"async-retry": "^1.3.3",
|
|
202
|
-
"
|
|
203
|
+
"asynckit": "^0.4.0",
|
|
204
|
+
"at-least-node": "^1.0.0",
|
|
203
205
|
"atob": "^2.1.2",
|
|
204
206
|
"babel-core": "^7.0.0-bridge.0",
|
|
205
207
|
"babel-eslint": "^10.1.0",
|
|
206
|
-
"
|
|
208
|
+
"babel-jest": "^27.5.1",
|
|
207
209
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
208
|
-
"asynckit": "^0.4.0",
|
|
209
210
|
"babel-plugin-istanbul": "^6.1.1",
|
|
210
|
-
"babel-jest": "^27.5.1",
|
|
211
211
|
"babel-plugin-jest-hoist": "^27.5.1",
|
|
212
212
|
"babel-plugin-polyfill-corejs2": "^0.3.1",
|
|
213
213
|
"babel-plugin-polyfill-corejs3": "^0.5.2",
|
|
214
214
|
"babel-plugin-polyfill-regenerator": "^0.3.1",
|
|
215
215
|
"babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0",
|
|
216
|
+
"babel-preset-current-node-syntax": "^1.0.1",
|
|
216
217
|
"babel-preset-fbjs": "^3.4.0",
|
|
218
|
+
"babel-preset-jest": "^27.5.1",
|
|
217
219
|
"balanced-match": "^1.0.2",
|
|
218
|
-
"babel-preset-current-node-syntax": "^1.0.1",
|
|
219
|
-
"before-after-hook": "^2.2.2",
|
|
220
220
|
"base": "^0.11.2",
|
|
221
|
-
"
|
|
221
|
+
"base64-js": "^1.5.1",
|
|
222
|
+
"before-after-hook": "^2.2.2",
|
|
222
223
|
"big-integer": "^1.6.51",
|
|
223
224
|
"bl": "^4.1.0",
|
|
224
|
-
"base64-js": "^1.5.1",
|
|
225
|
-
"bplist-parser": "^0.3.0",
|
|
226
|
-
"bplist-creator": "^0.1.0",
|
|
227
225
|
"boxen": "^5.1.2",
|
|
228
|
-
"
|
|
226
|
+
"bplist-creator": "^0.1.0",
|
|
227
|
+
"bplist-parser": "^0.3.0",
|
|
229
228
|
"brace-expansion": "^1.1.11",
|
|
229
|
+
"braces": "^3.0.2",
|
|
230
|
+
"browser-process-hrtime": "^1.0.0",
|
|
231
|
+
"browserslist": "^4.20.2",
|
|
230
232
|
"bser": "^2.1.1",
|
|
231
233
|
"buffer": "^5.7.1",
|
|
232
|
-
"cache-base": "^1.0.1",
|
|
233
234
|
"buffer-from": "^1.1.2",
|
|
234
|
-
"browser-process-hrtime": "^1.0.0",
|
|
235
|
-
"cacheable-request": "^7.0.2",
|
|
236
235
|
"bytes": "^3.0.0",
|
|
236
|
+
"cache-base": "^1.0.1",
|
|
237
|
+
"cacheable-lookup": "^5.0.4",
|
|
238
|
+
"cacheable-request": "^7.0.2",
|
|
237
239
|
"call-bind": "^1.0.2",
|
|
238
|
-
"browserslist": "^4.20.2",
|
|
239
240
|
"caller-callsite": "^2.0.0",
|
|
240
241
|
"caller-path": "^2.0.0",
|
|
241
242
|
"callsites": "^3.1.0",
|
|
242
243
|
"camelcase": "^5.3.1",
|
|
243
244
|
"camelcase-keys": "^6.2.2",
|
|
244
|
-
"
|
|
245
|
-
"
|
|
245
|
+
"caniuse-lite": "^1.0.30001319",
|
|
246
|
+
"capture-exit": "^2.0.0",
|
|
246
247
|
"chalk": "^2.4.2",
|
|
247
248
|
"char-regex": "^1.0.2",
|
|
248
249
|
"chardet": "^0.7.0",
|
|
249
250
|
"ci-info": "^3.3.0",
|
|
250
|
-
"capture-exit": "^2.0.0",
|
|
251
|
-
"caniuse-lite": "^1.0.30001319",
|
|
252
251
|
"cjs-module-lexer": "^1.2.2",
|
|
252
|
+
"class-utils": "^0.3.6",
|
|
253
253
|
"clean-stack": "^2.2.0",
|
|
254
254
|
"cli-boxes": "^2.2.1",
|
|
255
255
|
"cli-cursor": "^2.1.0",
|
|
256
|
-
"cli-width": "^3.0.0",
|
|
257
256
|
"cli-spinners": "^2.6.1",
|
|
257
|
+
"cli-width": "^3.0.0",
|
|
258
258
|
"cliui": "^7.0.4",
|
|
259
|
-
"clone-response": "^1.0.2",
|
|
260
259
|
"clone": "^1.0.4",
|
|
261
260
|
"clone-deep": "^4.0.1",
|
|
262
|
-
"
|
|
261
|
+
"clone-response": "^1.0.2",
|
|
263
262
|
"co": "^4.6.0",
|
|
264
263
|
"collect-v8-coverage": "^1.0.1",
|
|
265
264
|
"collection-visit": "^1.0.0",
|
|
266
|
-
"colorette": "^1.4.0",
|
|
267
|
-
"commander": "^2.20.3",
|
|
268
265
|
"color-convert": "^1.9.3",
|
|
269
|
-
"
|
|
270
|
-
"
|
|
266
|
+
"color-name": "^1.1.3",
|
|
267
|
+
"colorette": "^1.4.0",
|
|
271
268
|
"colors": "^1.4.0",
|
|
269
|
+
"combined-stream": "^1.0.8",
|
|
270
|
+
"command-exists": "^1.2.9",
|
|
271
|
+
"commander": "^2.20.3",
|
|
272
272
|
"commondir": "^1.0.1",
|
|
273
|
+
"compare-func": "^2.0.0",
|
|
274
|
+
"component-emitter": "^1.3.0",
|
|
275
|
+
"compressible": "^2.0.18",
|
|
273
276
|
"compression": "^1.7.4",
|
|
274
|
-
"combined-stream": "^1.0.8",
|
|
275
277
|
"concat-map": "^0.0.1",
|
|
276
|
-
"
|
|
277
|
-
"compare-func": "^2.0.0",
|
|
278
|
-
"connect": "^3.7.0",
|
|
279
|
-
"conventional-changelog-atom": "^2.0.8",
|
|
278
|
+
"concat-stream": "^2.0.0",
|
|
280
279
|
"configstore": "^5.0.1",
|
|
281
|
-
"
|
|
280
|
+
"connect": "^3.7.0",
|
|
282
281
|
"conventional-changelog": "^3.1.25",
|
|
283
|
-
"conventional-changelog-
|
|
284
|
-
"
|
|
282
|
+
"conventional-changelog-angular": "^5.0.13",
|
|
283
|
+
"conventional-changelog-atom": "^2.0.8",
|
|
285
284
|
"conventional-changelog-codemirror": "^2.0.8",
|
|
286
285
|
"conventional-changelog-conventionalcommits": "^4.6.3",
|
|
287
|
-
"conventional-changelog-
|
|
288
|
-
"conventional-changelog-eslint": "^3.0.9",
|
|
286
|
+
"conventional-changelog-core": "^4.2.4",
|
|
289
287
|
"conventional-changelog-ember": "^2.0.9",
|
|
288
|
+
"conventional-changelog-eslint": "^3.0.9",
|
|
289
|
+
"conventional-changelog-express": "^2.0.6",
|
|
290
|
+
"conventional-changelog-jquery": "^3.0.11",
|
|
290
291
|
"conventional-changelog-jshint": "^2.0.9",
|
|
292
|
+
"conventional-changelog-preset-loader": "^2.3.4",
|
|
291
293
|
"conventional-changelog-writer": "^5.0.1",
|
|
294
|
+
"conventional-commits-filter": "^2.0.7",
|
|
292
295
|
"conventional-commits-parser": "^3.2.4",
|
|
293
|
-
"conventional-changelog-preset-loader": "^2.3.4",
|
|
294
|
-
"conventional-changelog-jquery": "^3.0.11",
|
|
295
296
|
"conventional-recommended-bump": "^6.1.0",
|
|
297
|
+
"convert-source-map": "^1.8.0",
|
|
296
298
|
"copy-descriptor": "^0.1.1",
|
|
297
|
-
"
|
|
299
|
+
"core-js-compat": "^3.21.1",
|
|
298
300
|
"core-util-is": "^1.0.3",
|
|
299
|
-
"convert-source-map": "^1.8.0",
|
|
300
|
-
"create-require": "^1.1.1",
|
|
301
|
-
"cosmiconfig-typescript-loader": "^1.0.6",
|
|
302
301
|
"cosmiconfig": "^7.0.1",
|
|
303
|
-
"
|
|
302
|
+
"cosmiconfig-typescript-loader": "^1.0.6",
|
|
303
|
+
"create-require": "^1.1.1",
|
|
304
304
|
"cross-spawn": "^7.0.3",
|
|
305
|
+
"crypto-random-string": "^2.0.0",
|
|
305
306
|
"cssom": "^0.4.4",
|
|
306
307
|
"cssstyle": "^2.3.0",
|
|
307
|
-
"dargs": "^7.0.0",
|
|
308
308
|
"csstype": "^3.0.11",
|
|
309
|
+
"dargs": "^7.0.0",
|
|
309
310
|
"data-urls": "^2.0.0",
|
|
310
|
-
"
|
|
311
|
-
"decode-uri-component": "^0.2.0",
|
|
312
|
-
"crypto-random-string": "^2.0.0",
|
|
311
|
+
"dateformat": "^3.0.3",
|
|
313
312
|
"dayjs": "^1.11.0",
|
|
313
|
+
"debug": "^4.3.4",
|
|
314
|
+
"decamelize": "^1.2.0",
|
|
314
315
|
"decamelize-keys": "^1.1.0",
|
|
315
|
-
"
|
|
316
|
+
"decimal.js": "^10.3.1",
|
|
317
|
+
"decode-uri-component": "^0.2.0",
|
|
316
318
|
"decompress-response": "^6.0.0",
|
|
317
319
|
"dedent": "^0.7.0",
|
|
318
|
-
"
|
|
319
|
-
"debug": "^4.3.4",
|
|
320
|
+
"deep-extend": "^0.6.0",
|
|
320
321
|
"deep-is": "^0.1.4",
|
|
321
|
-
"
|
|
322
|
+
"deepmerge": "^4.2.2",
|
|
322
323
|
"defaults": "^1.0.3",
|
|
324
|
+
"defer-to-connect": "^2.0.1",
|
|
325
|
+
"define-properties": "^1.1.3",
|
|
323
326
|
"define-property": "^2.0.2",
|
|
324
|
-
"deep-extend": "^0.6.0",
|
|
325
|
-
"delayed-stream": "^1.0.0",
|
|
326
|
-
"deepmerge": "^4.2.2",
|
|
327
327
|
"del": "^6.0.0",
|
|
328
|
-
"
|
|
329
|
-
"deprecation": "^2.3.1",
|
|
328
|
+
"delayed-stream": "^1.0.0",
|
|
330
329
|
"denodeify": "^1.2.1",
|
|
331
330
|
"depd": "^1.1.2",
|
|
332
|
-
"
|
|
331
|
+
"deprecation": "^2.3.1",
|
|
333
332
|
"destroy": "^1.0.4",
|
|
334
|
-
"
|
|
333
|
+
"detect-newline": "^3.1.0",
|
|
334
|
+
"diff": "^4.0.2",
|
|
335
|
+
"diff-sequences": "^27.5.1",
|
|
335
336
|
"dir-glob": "^3.0.1",
|
|
337
|
+
"doctrine": "^3.0.0",
|
|
336
338
|
"domexception": "^2.0.1",
|
|
337
339
|
"dot-prop": "^5.3.0",
|
|
338
|
-
"diff-sequences": "^27.5.1",
|
|
339
340
|
"duplexer3": "^0.1.4",
|
|
340
341
|
"ee-first": "^1.1.1",
|
|
341
|
-
"
|
|
342
|
-
"diff": "^4.0.2",
|
|
342
|
+
"electron-to-chromium": "^1.4.89",
|
|
343
343
|
"emittery": "^0.8.1",
|
|
344
|
-
"end-of-stream": "^1.4.4",
|
|
345
344
|
"emoji-regex": "^8.0.0",
|
|
345
|
+
"encodeurl": "^1.0.2",
|
|
346
|
+
"end-of-stream": "^1.4.4",
|
|
346
347
|
"envinfo": "^7.8.1",
|
|
347
|
-
"es-abstract": "^1.19.1",
|
|
348
|
-
"electron-to-chromium": "^1.4.89",
|
|
349
348
|
"error-ex": "^1.3.2",
|
|
350
|
-
"errorhandler": "^1.5.1",
|
|
351
349
|
"error-stack-parser": "^2.0.7",
|
|
350
|
+
"errorhandler": "^1.5.1",
|
|
351
|
+
"es-abstract": "^1.19.1",
|
|
352
352
|
"es-to-primitive": "^1.2.1",
|
|
353
|
-
"escape-string-regexp": "^1.0.5",
|
|
354
353
|
"escalade": "^3.1.1",
|
|
355
354
|
"escape-goat": "^2.1.1",
|
|
356
|
-
"escodegen": "^2.0.0",
|
|
357
355
|
"escape-html": "^1.0.3",
|
|
358
|
-
"
|
|
356
|
+
"escape-string-regexp": "^1.0.5",
|
|
357
|
+
"escodegen": "^2.0.0",
|
|
359
358
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
359
|
+
"eslint-plugin-flowtype": "^2.50.3",
|
|
360
|
+
"eslint-plugin-jest": "^22.4.1",
|
|
361
|
+
"eslint-plugin-react": "^7.29.4",
|
|
360
362
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
363
|
+
"eslint-plugin-react-native-globals": "^0.1.2",
|
|
361
364
|
"eslint-scope": "^7.1.1",
|
|
362
365
|
"eslint-utils": "^3.0.0",
|
|
363
|
-
"eslint-plugin-flowtype": "^2.50.3",
|
|
364
|
-
"espree": "^9.3.1",
|
|
365
|
-
"eslint-plugin-react-native-globals": "^0.1.2",
|
|
366
366
|
"eslint-visitor-keys": "^1.3.0",
|
|
367
|
-
"
|
|
367
|
+
"espree": "^9.3.1",
|
|
368
368
|
"esprima": "^4.0.1",
|
|
369
|
-
"estraverse": "^5.3.0",
|
|
370
369
|
"esquery": "^1.4.0",
|
|
371
370
|
"esrecurse": "^4.3.0",
|
|
372
|
-
"
|
|
371
|
+
"estraverse": "^5.3.0",
|
|
372
|
+
"esutils": "^2.0.3",
|
|
373
373
|
"etag": "^1.8.1",
|
|
374
374
|
"event-target-shim": "^5.0.1",
|
|
375
|
-
"
|
|
375
|
+
"exec-sh": "^0.3.6",
|
|
376
|
+
"execa": "^5.1.1",
|
|
377
|
+
"exit": "^0.1.2",
|
|
376
378
|
"expand-brackets": "^2.1.4",
|
|
377
379
|
"expect": "^27.5.1",
|
|
380
|
+
"extend-shallow": "^3.0.2",
|
|
378
381
|
"external-editor": "^3.1.0",
|
|
379
|
-
"execa": "^5.1.1",
|
|
380
|
-
"exit": "^0.1.2",
|
|
381
382
|
"extglob": "^2.0.4",
|
|
382
383
|
"fast-deep-equal": "^3.1.3",
|
|
383
384
|
"fast-diff": "^1.2.0",
|
|
384
385
|
"fast-glob": "^3.2.11",
|
|
385
|
-
"
|
|
386
|
+
"fast-json-stable-stringify": "^2.1.0",
|
|
386
387
|
"fast-levenshtein": "^2.0.6",
|
|
387
388
|
"fastq": "^1.13.0",
|
|
388
389
|
"fb-watchman": "^2.0.1",
|
|
389
|
-
"fast-json-stable-stringify": "^2.1.0",
|
|
390
390
|
"figures": "^3.2.0",
|
|
391
391
|
"file-entry-cache": "^6.0.1",
|
|
392
|
-
"find-cache-dir": "^2.1.0",
|
|
393
|
-
"filter-obj": "^1.1.0",
|
|
394
392
|
"fill-range": "^7.0.1",
|
|
395
|
-
"
|
|
393
|
+
"filter-obj": "^1.1.0",
|
|
396
394
|
"finalhandler": "^1.1.2",
|
|
395
|
+
"find-cache-dir": "^2.1.0",
|
|
397
396
|
"find-up": "^5.0.0",
|
|
398
397
|
"flat-cache": "^3.0.4",
|
|
398
|
+
"flatted": "^3.2.5",
|
|
399
|
+
"flow-parser": "^0.121.0",
|
|
399
400
|
"for-in": "^1.0.2",
|
|
400
401
|
"form-data": "^3.0.1",
|
|
401
402
|
"fragment-cache": "^0.2.1",
|
|
402
403
|
"fresh": "^0.5.2",
|
|
403
|
-
"
|
|
404
|
+
"fs-extra": "^10.0.1",
|
|
405
|
+
"fs.realpath": "^1.0.0",
|
|
404
406
|
"fsevents": "^2.3.2",
|
|
405
407
|
"function-bind": "^1.1.1",
|
|
406
408
|
"functional-red-black-tree": "^1.0.1",
|
|
407
409
|
"gensync": "^1.0.0-beta.2",
|
|
408
|
-
"fs.realpath": "^1.0.0",
|
|
409
|
-
"fs-extra": "^10.0.1",
|
|
410
410
|
"get-caller-file": "^2.0.5",
|
|
411
|
-
"get-package-type": "^0.1.0",
|
|
412
411
|
"get-intrinsic": "^1.1.1",
|
|
412
|
+
"get-package-type": "^0.1.0",
|
|
413
|
+
"get-pkg-repo": "^4.2.1",
|
|
413
414
|
"get-stdin": "^6.0.0",
|
|
414
|
-
"get-symbol-description": "^1.0.0",
|
|
415
415
|
"get-stream": "^6.0.1",
|
|
416
|
+
"get-symbol-description": "^1.0.0",
|
|
416
417
|
"get-value": "^2.0.6",
|
|
417
|
-
"git-
|
|
418
|
+
"git-raw-commits": "^2.0.11",
|
|
418
419
|
"git-remote-origin-url": "^2.0.0",
|
|
419
|
-
"git-up": "^4.0.5",
|
|
420
|
-
"get-pkg-repo": "^4.2.1",
|
|
421
420
|
"git-semver-tags": "^4.1.1",
|
|
421
|
+
"git-up": "^4.0.5",
|
|
422
|
+
"git-url-parse": "^11.6.0",
|
|
423
|
+
"gitconfiglocal": "^1.0.0",
|
|
422
424
|
"glob": "^7.2.0",
|
|
423
|
-
"global-dirs": "^0.1.1",
|
|
424
|
-
"git-raw-commits": "^2.0.11",
|
|
425
425
|
"glob-parent": "^6.0.2",
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"got": "^11.8.3",
|
|
426
|
+
"global-dirs": "^0.1.1",
|
|
427
|
+
"globals": "^11.12.0",
|
|
429
428
|
"globby": "^11.1.0",
|
|
429
|
+
"got": "^11.8.3",
|
|
430
|
+
"graceful-fs": "^4.2.9",
|
|
430
431
|
"handlebars": "^4.7.7",
|
|
431
|
-
"globals": "^11.12.0",
|
|
432
432
|
"hard-rejection": "^2.1.0",
|
|
433
|
-
"has-symbols": "^1.0.3",
|
|
434
433
|
"has": "^1.0.3",
|
|
435
|
-
"has-tostringtag": "^1.0.0",
|
|
436
|
-
"has-flag": "^3.0.0",
|
|
437
434
|
"has-bigints": "^1.0.1",
|
|
438
|
-
"has-
|
|
435
|
+
"has-flag": "^3.0.0",
|
|
436
|
+
"has-symbols": "^1.0.3",
|
|
437
|
+
"has-tostringtag": "^1.0.0",
|
|
439
438
|
"has-value": "^1.0.0",
|
|
439
|
+
"has-values": "^1.0.0",
|
|
440
440
|
"has-yarn": "^2.1.0",
|
|
441
|
+
"hermes-engine": "^0.9.0",
|
|
442
|
+
"hermes-parser": "^0.4.7",
|
|
441
443
|
"hermes-profile-transformer": "^0.0.6",
|
|
442
444
|
"hosted-git-info": "^4.1.0",
|
|
443
|
-
"hermes-parser": "^0.4.7",
|
|
444
|
-
"hermes-engine": "^0.9.0",
|
|
445
445
|
"html-encoding-sniffer": "^2.0.1",
|
|
446
446
|
"html-escaper": "^2.0.2",
|
|
447
|
+
"http-cache-semantics": "^4.1.0",
|
|
447
448
|
"http-errors": "^1.8.1",
|
|
448
449
|
"http-proxy-agent": "^4.0.1",
|
|
449
|
-
"http-cache-semantics": "^4.1.0",
|
|
450
|
-
"iconv-lite": "^0.4.24",
|
|
451
|
-
"https-proxy-agent": "^5.0.0",
|
|
452
450
|
"http2-wrapper": "^1.0.3",
|
|
453
|
-
"
|
|
451
|
+
"https-proxy-agent": "^5.0.0",
|
|
452
|
+
"human-signals": "^2.1.0",
|
|
453
|
+
"iconv-lite": "^0.4.24",
|
|
454
454
|
"ieee754": "^1.2.1",
|
|
455
|
-
"import-fresh": "^3.3.0",
|
|
456
455
|
"ignore": "^5.2.0",
|
|
456
|
+
"image-size": "^0.6.3",
|
|
457
457
|
"import-cwd": "^3.0.0",
|
|
458
|
-
"import-
|
|
458
|
+
"import-fresh": "^3.3.0",
|
|
459
459
|
"import-from": "^3.0.0",
|
|
460
|
+
"import-lazy": "^2.1.0",
|
|
461
|
+
"import-local": "^3.1.0",
|
|
460
462
|
"imurmurhash": "^0.1.4",
|
|
461
|
-
"human-signals": "^2.1.0",
|
|
462
463
|
"indent-string": "^4.0.0",
|
|
463
|
-
"import-local": "^3.1.0",
|
|
464
464
|
"inflight": "^1.0.6",
|
|
465
465
|
"inherits": "^2.0.4",
|
|
466
466
|
"ini": "^1.3.8",
|
|
467
467
|
"inquirer": "^8.2.0",
|
|
468
468
|
"internal-slot": "^1.0.3",
|
|
469
|
+
"interpret": "^1.4.0",
|
|
469
470
|
"invariant": "^2.2.4",
|
|
470
471
|
"ip": "^1.1.5",
|
|
471
|
-
"
|
|
472
|
+
"is-absolute": "^1.0.0",
|
|
472
473
|
"is-accessor-descriptor": "^1.0.0",
|
|
473
|
-
"is-
|
|
474
|
+
"is-arrayish": "^0.2.1",
|
|
474
475
|
"is-bigint": "^1.0.4",
|
|
475
|
-
"is-
|
|
476
|
+
"is-boolean-object": "^1.1.2",
|
|
476
477
|
"is-buffer": "^1.1.6",
|
|
477
|
-
"is-core-module": "^2.8.1",
|
|
478
478
|
"is-callable": "^1.2.4",
|
|
479
|
-
"is-arrayish": "^0.2.1",
|
|
480
|
-
"is-data-descriptor": "^1.0.0",
|
|
481
|
-
"is-descriptor": "^1.0.2",
|
|
482
479
|
"is-ci": "^3.0.1",
|
|
480
|
+
"is-core-module": "^2.8.1",
|
|
481
|
+
"is-data-descriptor": "^1.0.0",
|
|
483
482
|
"is-date-object": "^1.0.5",
|
|
483
|
+
"is-descriptor": "^1.0.2",
|
|
484
484
|
"is-directory": "^0.3.1",
|
|
485
485
|
"is-docker": "^2.2.1",
|
|
486
|
+
"is-extendable": "^1.0.1",
|
|
486
487
|
"is-extglob": "^2.1.1",
|
|
488
|
+
"is-fullwidth-code-point": "^2.0.0",
|
|
487
489
|
"is-generator-fn": "^2.1.0",
|
|
488
|
-
"is-extendable": "^1.0.1",
|
|
489
|
-
"is-git-repository": "^2.0.0",
|
|
490
490
|
"is-git-dirty": "^2.0.1",
|
|
491
|
-
"is-
|
|
492
|
-
"is-fullwidth-code-point": "^2.0.0",
|
|
493
|
-
"is-number": "^7.0.0",
|
|
494
|
-
"is-npm": "^5.0.0",
|
|
491
|
+
"is-git-repository": "^2.0.0",
|
|
495
492
|
"is-glob": "^4.0.3",
|
|
493
|
+
"is-installed-globally": "^0.4.0",
|
|
496
494
|
"is-interactive": "^1.0.0",
|
|
497
495
|
"is-negative-zero": "^2.0.2",
|
|
498
|
-
"is-
|
|
496
|
+
"is-npm": "^5.0.0",
|
|
497
|
+
"is-number": "^7.0.0",
|
|
499
498
|
"is-number-object": "^1.0.6",
|
|
499
|
+
"is-obj": "^2.0.0",
|
|
500
|
+
"is-path-cwd": "^2.2.0",
|
|
500
501
|
"is-path-inside": "^3.0.3",
|
|
501
502
|
"is-plain-obj": "^1.1.0",
|
|
502
503
|
"is-plain-object": "^2.0.4",
|
|
503
|
-
"is-path-cwd": "^2.2.0",
|
|
504
504
|
"is-potential-custom-element-name": "^1.0.1",
|
|
505
505
|
"is-regex": "^1.1.4",
|
|
506
506
|
"is-relative": "^1.0.0",
|
|
507
|
-
"is-
|
|
507
|
+
"is-shared-array-buffer": "^1.0.1",
|
|
508
508
|
"is-ssh": "^1.3.3",
|
|
509
|
-
"is-text-path": "^1.0.1",
|
|
510
509
|
"is-stream": "^2.0.1",
|
|
511
|
-
"is-
|
|
512
|
-
"is-unicode-supported": "^0.1.0",
|
|
510
|
+
"is-string": "^1.0.7",
|
|
513
511
|
"is-symbol": "^1.0.4",
|
|
512
|
+
"is-text-path": "^1.0.1",
|
|
513
|
+
"is-typedarray": "^1.0.0",
|
|
514
514
|
"is-unc-path": "^1.0.0",
|
|
515
|
+
"is-unicode-supported": "^0.1.0",
|
|
515
516
|
"is-weakref": "^1.0.2",
|
|
516
|
-
"is-typedarray": "^1.0.0",
|
|
517
|
-
"is-yarn-global": "^0.3.0",
|
|
518
517
|
"is-windows": "^1.0.2",
|
|
519
|
-
"isarray": "^1.0.0",
|
|
520
|
-
"isobject": "^3.0.1",
|
|
521
518
|
"is-wsl": "^1.1.0",
|
|
519
|
+
"is-yarn-global": "^0.3.0",
|
|
520
|
+
"isarray": "^1.0.0",
|
|
522
521
|
"isexe": "^2.0.0",
|
|
523
|
-
"
|
|
522
|
+
"isobject": "^3.0.1",
|
|
523
|
+
"istanbul-lib-coverage": "^3.2.0",
|
|
524
524
|
"istanbul-lib-instrument": "^5.1.0",
|
|
525
|
+
"istanbul-lib-report": "^3.0.0",
|
|
525
526
|
"istanbul-lib-source-maps": "^4.0.1",
|
|
526
527
|
"istanbul-reports": "^3.1.4",
|
|
527
|
-
"istanbul-lib-coverage": "^3.2.0",
|
|
528
528
|
"jest-changed-files": "^27.5.1",
|
|
529
529
|
"jest-circus": "^27.5.1",
|
|
530
|
-
"jest-config": "^27.5.1",
|
|
531
530
|
"jest-cli": "^27.5.1",
|
|
531
|
+
"jest-config": "^27.5.1",
|
|
532
|
+
"jest-diff": "^27.5.1",
|
|
532
533
|
"jest-docblock": "^27.5.1",
|
|
533
534
|
"jest-each": "^27.5.1",
|
|
534
|
-
"jest-diff": "^27.5.1",
|
|
535
535
|
"jest-environment-jsdom": "^27.5.1",
|
|
536
536
|
"jest-environment-node": "^27.5.1",
|
|
537
537
|
"jest-get-type": "^27.5.1",
|
|
538
|
-
"jest-leak-detector": "^27.5.1",
|
|
539
|
-
"jest-message-util": "^27.5.1",
|
|
540
538
|
"jest-haste-map": "^27.5.1",
|
|
539
|
+
"jest-jasmine2": "^27.5.1",
|
|
540
|
+
"jest-leak-detector": "^27.5.1",
|
|
541
541
|
"jest-matcher-utils": "^27.5.1",
|
|
542
|
+
"jest-message-util": "^27.5.1",
|
|
542
543
|
"jest-mock": "^27.5.1",
|
|
543
|
-
"jest-regex-util": "^27.5.1",
|
|
544
544
|
"jest-pnp-resolver": "^1.2.2",
|
|
545
|
-
"jest-
|
|
546
|
-
"jest-resolve-dependencies": "^27.5.1",
|
|
545
|
+
"jest-regex-util": "^27.5.1",
|
|
547
546
|
"jest-resolve": "^27.5.1",
|
|
548
|
-
"jest-
|
|
547
|
+
"jest-resolve-dependencies": "^27.5.1",
|
|
548
|
+
"jest-runner": "^27.5.1",
|
|
549
549
|
"jest-runtime": "^27.5.1",
|
|
550
|
-
"jest-
|
|
550
|
+
"jest-serializer": "^27.5.1",
|
|
551
551
|
"jest-snapshot": "^27.5.1",
|
|
552
|
-
"jest-watcher": "^27.5.1",
|
|
553
|
-
"jest-validate": "^27.5.1",
|
|
554
552
|
"jest-util": "^27.5.1",
|
|
555
|
-
"
|
|
556
|
-
"
|
|
557
|
-
"jetifier": "^1.6.8",
|
|
553
|
+
"jest-validate": "^27.5.1",
|
|
554
|
+
"jest-watcher": "^27.5.1",
|
|
558
555
|
"jest-worker": "^27.5.1",
|
|
556
|
+
"jetifier": "^1.6.8",
|
|
557
|
+
"joi": "^17.6.0",
|
|
558
|
+
"js-tokens": "^4.0.0",
|
|
559
|
+
"js-yaml": "^4.1.0",
|
|
559
560
|
"jsc-android": "^250230.2.1",
|
|
560
|
-
"
|
|
561
|
+
"jscodeshift": "^0.11.0",
|
|
561
562
|
"jsdom": "^16.7.0",
|
|
563
|
+
"jsesc": "^2.5.2",
|
|
562
564
|
"json-buffer": "^3.0.1",
|
|
563
|
-
"js-tokens": "^4.0.0",
|
|
564
|
-
"json-stringify-safe": "^5.0.1",
|
|
565
565
|
"json-parse-better-errors": "^1.0.2",
|
|
566
|
-
"jscodeshift": "^0.11.0",
|
|
567
|
-
"json-schema-traverse": "^0.4.1",
|
|
568
566
|
"json-parse-even-better-errors": "^2.3.1",
|
|
567
|
+
"json-schema-traverse": "^0.4.1",
|
|
568
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
569
|
+
"json-stringify-safe": "^5.0.1",
|
|
569
570
|
"json5": "^2.2.1",
|
|
571
|
+
"jsonfile": "^6.1.0",
|
|
570
572
|
"jsonify": "^0.0.0",
|
|
571
|
-
"jsx-ast-utils": "^3.2.1",
|
|
572
573
|
"jsonparse": "^1.3.1",
|
|
574
|
+
"jsx-ast-utils": "^3.2.1",
|
|
573
575
|
"keyv": "^4.1.1",
|
|
574
|
-
"jsonfile": "^6.1.0",
|
|
575
576
|
"kind-of": "^6.0.3",
|
|
576
577
|
"klaw": "^1.3.1",
|
|
578
|
+
"kleur": "^3.0.3",
|
|
577
579
|
"latest-version": "^5.1.0",
|
|
578
|
-
"levn": "^0.4.1",
|
|
579
580
|
"leven": "^3.1.0",
|
|
580
|
-
"
|
|
581
|
-
"kleur": "^3.0.3",
|
|
582
|
-
"locate-path": "^6.0.0",
|
|
583
|
-
"load-json-file": "^4.0.0",
|
|
581
|
+
"levn": "^0.4.1",
|
|
584
582
|
"lines-and-columns": "^1.2.4",
|
|
585
|
-
"
|
|
583
|
+
"load-json-file": "^4.0.0",
|
|
584
|
+
"locate-path": "^6.0.0",
|
|
585
|
+
"lodash": "^4.17.21",
|
|
586
586
|
"lodash.debounce": "^4.0.8",
|
|
587
587
|
"lodash.ismatch": "^4.4.0",
|
|
588
|
-
"lodash": "^4.
|
|
588
|
+
"lodash.merge": "^4.6.2",
|
|
589
|
+
"lodash.throttle": "^4.1.1",
|
|
590
|
+
"log-symbols": "^2.2.0",
|
|
589
591
|
"logkitty": "^0.7.1",
|
|
590
592
|
"loose-envify": "^1.4.0",
|
|
591
|
-
"lodash.throttle": "^4.1.1",
|
|
592
593
|
"lowercase-keys": "^2.0.0",
|
|
593
|
-
"log-symbols": "^2.2.0",
|
|
594
|
-
"make-dir": "^3.1.0",
|
|
595
|
-
"macos-release": "^2.5.0",
|
|
596
594
|
"lru-cache": "^6.0.0",
|
|
595
|
+
"macos-release": "^2.5.0",
|
|
596
|
+
"make-dir": "^3.1.0",
|
|
597
|
+
"make-error": "^1.3.6",
|
|
597
598
|
"makeerror": "^1.0.12",
|
|
599
|
+
"map-cache": "^0.2.2",
|
|
598
600
|
"map-obj": "^4.3.0",
|
|
599
601
|
"map-visit": "^1.0.0",
|
|
600
|
-
"map-cache": "^0.2.2",
|
|
601
|
-
"make-error": "^1.3.6",
|
|
602
602
|
"meow": "^8.1.2",
|
|
603
603
|
"merge-stream": "^2.0.0",
|
|
604
|
-
"metro": "^0.66.2",
|
|
605
604
|
"merge2": "^1.4.1",
|
|
606
|
-
"metro
|
|
605
|
+
"metro": "^0.66.2",
|
|
607
606
|
"metro-babel-register": "^0.66.2",
|
|
608
607
|
"metro-babel-transformer": "^0.66.2",
|
|
609
|
-
"metro-
|
|
608
|
+
"metro-cache": "^0.66.2",
|
|
610
609
|
"metro-cache-key": "^0.66.2",
|
|
611
|
-
"metro-hermes-compiler": "^0.66.2",
|
|
612
|
-
"metro-react-native-babel-preset": "^0.66.2",
|
|
613
610
|
"metro-config": "^0.66.2",
|
|
614
|
-
"metro-
|
|
611
|
+
"metro-core": "^0.66.2",
|
|
612
|
+
"metro-hermes-compiler": "^0.66.2",
|
|
615
613
|
"metro-inspector-proxy": "^0.66.2",
|
|
616
614
|
"metro-minify-uglify": "^0.66.2",
|
|
615
|
+
"metro-react-native-babel-preset": "^0.66.2",
|
|
616
|
+
"metro-react-native-babel-transformer": "^0.66.2",
|
|
617
617
|
"metro-resolver": "^0.66.2",
|
|
618
618
|
"metro-runtime": "^0.66.2",
|
|
619
|
+
"metro-source-map": "^0.66.2",
|
|
619
620
|
"metro-symbolicate": "^0.66.2",
|
|
620
621
|
"metro-transform-plugins": "^0.66.2",
|
|
621
622
|
"metro-transform-worker": "^0.66.2",
|
|
622
|
-
"
|
|
623
|
-
"mime-types": "^2.1.35",
|
|
623
|
+
"micromatch": "^4.0.4",
|
|
624
624
|
"mime": "^2.6.0",
|
|
625
625
|
"mime-db": "^1.52.0",
|
|
626
|
-
"
|
|
627
|
-
"micromatch": "^4.0.4",
|
|
626
|
+
"mime-types": "^2.1.35",
|
|
628
627
|
"mimic-fn": "^2.1.0",
|
|
629
628
|
"mimic-response": "^1.0.1",
|
|
630
|
-
"mixin-deep": "^1.3.2",
|
|
631
|
-
"minimist": "^1.2.6",
|
|
632
629
|
"min-indent": "^1.0.1",
|
|
630
|
+
"minimatch": "^3.1.2",
|
|
631
|
+
"minimist": "^1.2.6",
|
|
633
632
|
"minimist-options": "^4.1.0",
|
|
634
|
-
"
|
|
633
|
+
"mixin-deep": "^1.3.2",
|
|
635
634
|
"mkdirp": "^0.5.5",
|
|
635
|
+
"modify-values": "^1.0.1",
|
|
636
636
|
"ms": "^2.1.2",
|
|
637
637
|
"mute-stream": "^0.0.8",
|
|
638
|
-
"negotiator": "^0.6.3",
|
|
639
|
-
"natural-compare": "^1.4.0",
|
|
640
638
|
"nanomatch": "^1.2.13",
|
|
639
|
+
"natural-compare": "^1.4.0",
|
|
640
|
+
"negotiator": "^0.6.3",
|
|
641
|
+
"neo-async": "^2.6.2",
|
|
642
|
+
"new-github-release-url": "^1.0.0",
|
|
641
643
|
"nice-try": "^1.0.5",
|
|
642
644
|
"nocache": "^2.1.0",
|
|
643
|
-
"neo-async": "^2.6.2",
|
|
644
645
|
"node-dir": "^0.1.17",
|
|
645
|
-
"
|
|
646
|
+
"node-fetch": "^2.6.7",
|
|
646
647
|
"node-int64": "^0.4.0",
|
|
647
648
|
"node-releases": "^2.0.2",
|
|
648
|
-
"normalize-path": "^3.0.0",
|
|
649
649
|
"node-stream-zip": "^1.15.0",
|
|
650
650
|
"normalize-package-data": "^3.0.3",
|
|
651
|
+
"normalize-path": "^3.0.0",
|
|
651
652
|
"normalize-url": "^6.1.0",
|
|
652
653
|
"npm-run-path": "^4.0.1",
|
|
653
|
-
"node-fetch": "^2.6.7",
|
|
654
|
-
"nwsapi": "^2.2.0",
|
|
655
654
|
"nullthrows": "^1.1.1",
|
|
655
|
+
"nwsapi": "^2.2.0",
|
|
656
|
+
"ob1": "^0.66.2",
|
|
656
657
|
"object-assign": "^4.1.1",
|
|
657
658
|
"object-copy": "^0.1.0",
|
|
658
|
-
"ob1": "^0.66.2",
|
|
659
659
|
"object-inspect": "^1.12.0",
|
|
660
|
-
"object-visit": "^1.0.1",
|
|
661
660
|
"object-keys": "^1.1.1",
|
|
662
|
-
"object
|
|
661
|
+
"object-visit": "^1.0.1",
|
|
663
662
|
"object.assign": "^4.1.2",
|
|
663
|
+
"object.entries": "^1.1.5",
|
|
664
664
|
"object.fromentries": "^2.0.5",
|
|
665
665
|
"object.hasown": "^1.1.0",
|
|
666
|
-
"
|
|
667
|
-
"once": "^1.4.0",
|
|
668
|
-
"open": "^6.4.0",
|
|
666
|
+
"object.pick": "^1.3.0",
|
|
669
667
|
"object.values": "^1.1.5",
|
|
668
|
+
"on-finished": "^2.3.0",
|
|
670
669
|
"on-headers": "^1.0.2",
|
|
670
|
+
"once": "^1.4.0",
|
|
671
671
|
"onetime": "^5.1.2",
|
|
672
|
-
"
|
|
672
|
+
"open": "^6.4.0",
|
|
673
673
|
"optionator": "^0.9.1",
|
|
674
674
|
"options": "^0.0.6",
|
|
675
675
|
"ora": "^3.4.0",
|
|
676
676
|
"os-name": "^4.0.1",
|
|
677
677
|
"os-tmpdir": "^1.0.2",
|
|
678
|
+
"p-cancelable": "^2.1.1",
|
|
679
|
+
"p-finally": "^1.0.0",
|
|
678
680
|
"p-limit": "^3.1.0",
|
|
679
681
|
"p-locate": "^5.0.0",
|
|
680
|
-
"p-
|
|
681
|
-
"p-cancelable": "^2.1.1",
|
|
682
|
+
"p-map": "^4.0.0",
|
|
682
683
|
"p-try": "^2.2.0",
|
|
683
684
|
"package-json": "^6.5.0",
|
|
684
|
-
"p-map": "^4.0.0",
|
|
685
|
-
"parse-url": "^6.0.0",
|
|
686
685
|
"parent-module": "^1.0.1",
|
|
687
|
-
"parse-path": "^4.0.3",
|
|
688
686
|
"parse-json": "^5.2.0",
|
|
687
|
+
"parse-path": "^4.0.3",
|
|
688
|
+
"parse-url": "^6.0.0",
|
|
689
689
|
"parse5": "^6.0.1",
|
|
690
690
|
"parseurl": "^1.3.3",
|
|
691
|
-
"path-exists": "^4.0.0",
|
|
692
691
|
"pascalcase": "^0.1.1",
|
|
692
|
+
"path-exists": "^4.0.0",
|
|
693
693
|
"path-is-absolute": "^1.0.1",
|
|
694
|
-
"picomatch": "^2.3.1",
|
|
695
694
|
"path-key": "^3.1.1",
|
|
696
695
|
"path-parse": "^1.0.7",
|
|
696
|
+
"path-type": "^4.0.0",
|
|
697
697
|
"picocolors": "^1.0.0",
|
|
698
|
-
"
|
|
699
|
-
"posix-character-classes": "^0.1.1",
|
|
698
|
+
"picomatch": "^2.3.1",
|
|
700
699
|
"pify": "^2.3.0",
|
|
701
|
-
"
|
|
700
|
+
"pirates": "^4.0.5",
|
|
701
|
+
"pkg-dir": "^4.2.0",
|
|
702
702
|
"plist": "^3.0.4",
|
|
703
|
+
"posix-character-classes": "^0.1.1",
|
|
703
704
|
"prelude-ls": "^1.2.1",
|
|
705
|
+
"prepend-file": "^2.0.1",
|
|
704
706
|
"prepend-http": "^2.0.0",
|
|
705
707
|
"prettier-linter-helpers": "^1.0.0",
|
|
706
|
-
"path-type": "^4.0.0",
|
|
707
|
-
"process-nextick-args": "^2.0.1",
|
|
708
708
|
"pretty-format": "^27.5.1",
|
|
709
|
-
"
|
|
709
|
+
"process-nextick-args": "^2.0.1",
|
|
710
710
|
"promise": "^8.1.0",
|
|
711
|
-
"
|
|
711
|
+
"prompts": "^2.4.2",
|
|
712
712
|
"prop-types": "^15.8.1",
|
|
713
|
+
"protocols": "^1.4.8",
|
|
714
|
+
"psl": "^1.8.0",
|
|
713
715
|
"pump": "^3.0.0",
|
|
716
|
+
"punycode": "^2.1.1",
|
|
714
717
|
"pupa": "^2.1.1",
|
|
718
|
+
"q": "^1.5.1",
|
|
715
719
|
"qs": "^6.10.3",
|
|
716
|
-
"psl": "^1.8.0",
|
|
717
|
-
"punycode": "^2.1.1",
|
|
718
720
|
"query-string": "^6.14.1",
|
|
719
721
|
"queue-microtask": "^1.2.3",
|
|
720
|
-
"q": "^1.5.1",
|
|
721
722
|
"quick-lru": "^4.0.1",
|
|
722
|
-
"react-is": "^17.0.2",
|
|
723
|
-
"rc": "^1.2.8",
|
|
724
723
|
"range-parser": "^1.2.1",
|
|
724
|
+
"rc": "^1.2.8",
|
|
725
725
|
"react-devtools-core": "^4.19.1",
|
|
726
|
+
"react-is": "^17.0.2",
|
|
726
727
|
"react-native-codegen": "^0.0.8",
|
|
727
728
|
"react-refresh": "^0.4.3",
|
|
728
729
|
"read-pkg": "^3.0.0",
|
|
729
730
|
"read-pkg-up": "^3.0.0",
|
|
730
731
|
"readable-stream": "^3.6.0",
|
|
731
|
-
"redent": "^3.0.0",
|
|
732
|
-
"recast": "^0.20.5",
|
|
733
732
|
"readline": "^1.3.0",
|
|
733
|
+
"recast": "^0.20.5",
|
|
734
734
|
"rechoir": "^0.6.2",
|
|
735
|
+
"redent": "^3.0.0",
|
|
735
736
|
"regenerate": "^1.4.2",
|
|
737
|
+
"regenerate-unicode-properties": "^10.0.1",
|
|
736
738
|
"regenerator-runtime": "^0.13.9",
|
|
737
739
|
"regenerator-transform": "^0.14.5",
|
|
738
|
-
"regenerate-unicode-properties": "^10.0.1",
|
|
739
740
|
"regex-not": "^1.0.2",
|
|
740
741
|
"regexp.prototype.flags": "^1.4.1",
|
|
741
|
-
"regexpu-core": "^5.0.1",
|
|
742
742
|
"regexpp": "^3.2.0",
|
|
743
|
+
"regexpu-core": "^5.0.1",
|
|
743
744
|
"registry-auth-token": "^4.2.1",
|
|
744
745
|
"registry-url": "^5.1.0",
|
|
745
|
-
"
|
|
746
|
+
"regjsgen": "^0.6.0",
|
|
746
747
|
"regjsparser": "^0.8.4",
|
|
747
|
-
"
|
|
748
|
+
"remove-trailing-separator": "^1.1.0",
|
|
748
749
|
"repeat-element": "^1.1.4",
|
|
749
|
-
"
|
|
750
|
+
"repeat-string": "^1.6.1",
|
|
751
|
+
"require-directory": "^2.1.1",
|
|
750
752
|
"require-main-filename": "^2.0.0",
|
|
751
753
|
"resolve": "^1.22.0",
|
|
752
|
-
"require-directory": "^2.1.1",
|
|
753
754
|
"resolve-alpn": "^1.2.1",
|
|
754
|
-
"resolve-global": "^1.0.0",
|
|
755
755
|
"resolve-cwd": "^3.0.0",
|
|
756
|
+
"resolve-from": "^5.0.0",
|
|
757
|
+
"resolve-global": "^1.0.0",
|
|
756
758
|
"resolve-url": "^0.2.1",
|
|
759
|
+
"resolve.exports": "^1.1.0",
|
|
757
760
|
"responselike": "^2.0.0",
|
|
758
761
|
"restore-cursor": "^2.0.0",
|
|
759
762
|
"ret": "^0.1.15",
|
|
760
|
-
"resolve.exports": "^1.1.0",
|
|
761
|
-
"resolve-from": "^5.0.0",
|
|
762
763
|
"retry": "^0.13.1",
|
|
763
764
|
"reusify": "^1.0.4",
|
|
764
765
|
"rimraf": "^3.0.2",
|
|
766
|
+
"rsvp": "^4.8.5",
|
|
765
767
|
"run-async": "^2.4.1",
|
|
766
768
|
"run-parallel": "^1.2.0",
|
|
767
|
-
"safe-regex": "^1.1.0",
|
|
768
769
|
"rxjs": "^7.5.5",
|
|
769
770
|
"safe-buffer": "^5.1.2",
|
|
771
|
+
"safe-regex": "^1.1.0",
|
|
770
772
|
"safer-buffer": "^2.1.2",
|
|
771
|
-
"rsvp": "^4.8.5",
|
|
772
773
|
"sane": "^4.1.0",
|
|
773
|
-
"pkg-dir": "^4.2.0",
|
|
774
774
|
"sax": "^1.2.4",
|
|
775
775
|
"saxes": "^5.0.1",
|
|
776
776
|
"scheduler": "^0.20.2",
|
|
777
|
+
"semver": "^7.3.5",
|
|
777
778
|
"semver-diff": "^3.1.1",
|
|
778
779
|
"send": "^0.17.2",
|
|
779
|
-
"semver": "^7.3.5",
|
|
780
|
-
"set-blocking": "^2.0.0",
|
|
781
|
-
"serve-static": "^1.14.2",
|
|
782
780
|
"serialize-error": "^2.1.0",
|
|
781
|
+
"serve-static": "^1.14.2",
|
|
782
|
+
"set-blocking": "^2.0.0",
|
|
783
783
|
"set-value": "^2.0.1",
|
|
784
784
|
"setprototypeof": "^1.2.0",
|
|
785
|
+
"shallow-clone": "^3.0.1",
|
|
785
786
|
"shebang-command": "^2.0.0",
|
|
786
787
|
"shebang-regex": "^3.0.0",
|
|
787
|
-
"shallow-clone": "^3.0.1",
|
|
788
|
-
"side-channel": "^1.0.4",
|
|
789
|
-
"shelljs": "^0.8.5",
|
|
790
788
|
"shell-quote": "^1.6.1",
|
|
789
|
+
"shelljs": "^0.8.5",
|
|
790
|
+
"side-channel": "^1.0.4",
|
|
791
791
|
"signal-exit": "^3.0.7",
|
|
792
|
+
"simple-plist": "^1.3.0",
|
|
792
793
|
"sisteransi": "^1.0.5",
|
|
793
|
-
"slice-ansi": "^2.1.0",
|
|
794
794
|
"slash": "^3.0.0",
|
|
795
|
-
"
|
|
796
|
-
"snapdragon-node": "^2.1.1",
|
|
797
|
-
"source-map": "^0.5.7",
|
|
795
|
+
"slice-ansi": "^2.1.0",
|
|
798
796
|
"snapdragon": "^0.8.2",
|
|
797
|
+
"snapdragon-node": "^2.1.1",
|
|
799
798
|
"snapdragon-util": "^3.0.1",
|
|
799
|
+
"source-map": "^0.5.7",
|
|
800
800
|
"source-map-resolve": "^0.5.3",
|
|
801
801
|
"source-map-support": "^0.5.21",
|
|
802
|
-
"spdx-expression-parse": "^3.0.1",
|
|
803
802
|
"source-map-url": "^0.4.1",
|
|
804
803
|
"spdx-correct": "^3.1.1",
|
|
805
804
|
"spdx-exceptions": "^2.3.0",
|
|
806
|
-
"
|
|
805
|
+
"spdx-expression-parse": "^3.0.1",
|
|
807
806
|
"spdx-license-ids": "^3.0.11",
|
|
808
807
|
"split": "^1.0.1",
|
|
808
|
+
"split-on-first": "^1.1.0",
|
|
809
809
|
"split-string": "^3.1.0",
|
|
810
810
|
"split2": "^3.2.2",
|
|
811
|
-
"stacktrace-parser": "^0.1.10",
|
|
812
811
|
"sprintf-js": "^1.0.3",
|
|
813
|
-
"static-extend": "^0.1.2",
|
|
814
|
-
"stackframe": "^1.2.1",
|
|
815
812
|
"stack-utils": "^2.0.5",
|
|
816
|
-
"
|
|
813
|
+
"stackframe": "^1.2.1",
|
|
814
|
+
"stacktrace-parser": "^0.1.10",
|
|
815
|
+
"static-extend": "^0.1.2",
|
|
816
|
+
"statuses": "^1.5.0",
|
|
817
817
|
"stream-buffers": "^2.2.0",
|
|
818
|
+
"strict-uri-encode": "^2.0.0",
|
|
818
819
|
"string-length": "^4.0.2",
|
|
819
820
|
"string-width": "^4.2.3",
|
|
820
|
-
"
|
|
821
|
+
"string.prototype.matchall": "^4.0.7",
|
|
821
822
|
"string.prototype.trimend": "^1.0.4",
|
|
823
|
+
"string.prototype.trimstart": "^1.0.4",
|
|
822
824
|
"string_decoder": "^1.3.0",
|
|
823
825
|
"strip-ansi": "^6.0.1",
|
|
824
|
-
"string.prototype.matchall": "^4.0.7",
|
|
825
|
-
"strip-eof": "^1.0.0",
|
|
826
826
|
"strip-bom": "^4.0.0",
|
|
827
|
-
"
|
|
827
|
+
"strip-eof": "^1.0.0",
|
|
828
828
|
"strip-final-newline": "^2.0.0",
|
|
829
829
|
"strip-indent": "^3.0.0",
|
|
830
|
-
"supports-color": "^5.5.0",
|
|
831
830
|
"strip-json-comments": "^3.1.1",
|
|
832
831
|
"sudo-prompt": "^9.2.1",
|
|
833
|
-
"
|
|
834
|
-
"supports-preserve-symlinks-flag": "^1.0.0",
|
|
832
|
+
"supports-color": "^5.5.0",
|
|
835
833
|
"supports-hyperlinks": "^2.2.0",
|
|
834
|
+
"supports-preserve-symlinks-flag": "^1.0.0",
|
|
835
|
+
"symbol-tree": "^3.2.4",
|
|
836
836
|
"temp": "^0.8.3",
|
|
837
837
|
"temp-dir": "^1.0.0",
|
|
838
838
|
"temp-write": "^4.0.0",
|
|
839
|
-
"text-extensions": "^1.9.0",
|
|
840
839
|
"terminal-link": "^2.1.1",
|
|
841
840
|
"test-exclude": "^6.0.0",
|
|
842
|
-
"
|
|
843
|
-
"
|
|
841
|
+
"text-extensions": "^1.9.0",
|
|
842
|
+
"text-table": "^0.2.0",
|
|
844
843
|
"throat": "^6.0.1",
|
|
845
|
-
"
|
|
844
|
+
"through": "^2.3.8",
|
|
845
|
+
"through2": "^4.0.2",
|
|
846
846
|
"tmp": "^0.0.33",
|
|
847
|
-
"
|
|
847
|
+
"tmpl": "^1.0.5",
|
|
848
848
|
"to-fast-properties": "^2.0.0",
|
|
849
|
+
"to-object-path": "^0.3.0",
|
|
850
|
+
"to-readable-stream": "^1.0.0",
|
|
849
851
|
"to-regex": "^3.0.2",
|
|
850
852
|
"to-regex-range": "^5.0.1",
|
|
851
|
-
"to-readable-stream": "^1.0.0",
|
|
852
853
|
"toidentifier": "^1.0.1",
|
|
853
|
-
"to-object-path": "^0.3.0",
|
|
854
|
-
"tr46": "^2.1.0",
|
|
855
854
|
"tough-cookie": "^4.0.0",
|
|
856
|
-
"
|
|
857
|
-
"ts-node": "^10.7.0",
|
|
855
|
+
"tr46": "^2.1.0",
|
|
858
856
|
"trim-newlines": "^3.0.1",
|
|
857
|
+
"ts-node": "^10.7.0",
|
|
859
858
|
"tslib": "^2.3.1",
|
|
859
|
+
"tsutils": "^3.21.0",
|
|
860
860
|
"type-check": "^0.4.0",
|
|
861
861
|
"type-detect": "^4.0.8",
|
|
862
|
-
"typedarray": "^0.0.6",
|
|
863
862
|
"type-fest": "^0.21.3",
|
|
863
|
+
"typedarray": "^0.0.6",
|
|
864
864
|
"typedarray-to-buffer": "^3.1.5",
|
|
865
865
|
"uglify-es": "^3.3.9",
|
|
866
866
|
"uglify-js": "^3.15.3",
|
|
867
|
+
"ultron": "^1.0.2",
|
|
867
868
|
"unbox-primitive": "^1.0.1",
|
|
868
869
|
"unc-path-regex": "^0.1.2",
|
|
869
870
|
"unicode-canonical-property-names-ecmascript": "^2.0.0",
|
|
870
|
-
"unicode-match-property-value-ecmascript": "^2.0.0",
|
|
871
871
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|
872
|
-
"
|
|
873
|
-
"ultron": "^1.0.2",
|
|
872
|
+
"unicode-match-property-value-ecmascript": "^2.0.0",
|
|
874
873
|
"unicode-property-aliases-ecmascript": "^2.0.0",
|
|
875
|
-
"universal-user-agent": "^6.0.0",
|
|
876
874
|
"union-value": "^1.0.1",
|
|
877
|
-
"
|
|
878
|
-
"
|
|
875
|
+
"unique-string": "^2.0.0",
|
|
876
|
+
"universal-user-agent": "^6.0.0",
|
|
879
877
|
"universalify": "^2.0.0",
|
|
880
878
|
"unpipe": "^1.0.0",
|
|
879
|
+
"unset-value": "^1.0.0",
|
|
880
|
+
"update-notifier": "^5.1.0",
|
|
881
|
+
"uri-js": "^4.4.1",
|
|
881
882
|
"urix": "^0.1.0",
|
|
882
883
|
"url-join": "^4.0.1",
|
|
883
884
|
"url-parse-lax": "^3.0.0",
|
|
884
885
|
"use": "^3.1.1",
|
|
886
|
+
"use-subscription": "^1.5.1",
|
|
885
887
|
"util-deprecate": "^1.0.2",
|
|
886
|
-
"v8-compile-cache-lib": "^3.0.0",
|
|
887
|
-
"uri-js": "^4.4.1",
|
|
888
888
|
"utils-merge": "^1.0.1",
|
|
889
|
-
"use-subscription": "^1.5.1",
|
|
890
|
-
"v8-to-istanbul": "^8.1.1",
|
|
891
889
|
"uuid": "^8.3.2",
|
|
892
|
-
"
|
|
890
|
+
"v8-compile-cache": "^2.3.0",
|
|
891
|
+
"v8-compile-cache-lib": "^3.0.0",
|
|
892
|
+
"v8-to-istanbul": "^8.1.1",
|
|
893
|
+
"validate-npm-package-license": "^3.0.4",
|
|
893
894
|
"vary": "^1.1.2",
|
|
895
|
+
"vlq": "^1.0.1",
|
|
894
896
|
"w3c-hr-time": "^1.0.2",
|
|
895
|
-
"
|
|
896
|
-
"v8-compile-cache": "^2.3.0",
|
|
897
|
+
"w3c-xmlserializer": "^2.0.0",
|
|
897
898
|
"walker": "^1.0.8",
|
|
898
899
|
"wcwidth": "^1.0.1",
|
|
899
|
-
"w3c-xmlserializer": "^2.0.0",
|
|
900
|
-
"whatwg-mimetype": "^2.3.0",
|
|
901
|
-
"whatwg-fetch": "^3.6.2",
|
|
902
|
-
"whatwg-url": "^8.7.0",
|
|
903
900
|
"webidl-conversions": "^6.1.0",
|
|
904
901
|
"whatwg-encoding": "^1.0.5",
|
|
902
|
+
"whatwg-fetch": "^3.6.2",
|
|
903
|
+
"whatwg-mimetype": "^2.3.0",
|
|
904
|
+
"whatwg-url": "^8.7.0",
|
|
905
|
+
"which": "^2.0.2",
|
|
906
|
+
"which-boxed-primitive": "^1.0.2",
|
|
905
907
|
"which-module": "^2.0.0",
|
|
906
908
|
"widest-line": "^3.1.0",
|
|
907
|
-
"windows-release": "^4.0.0",
|
|
908
909
|
"wildcard-match": "^5.1.2",
|
|
909
|
-
"
|
|
910
|
-
"which": "^2.0.2",
|
|
911
|
-
"wordwrap": "^1.0.0",
|
|
910
|
+
"windows-release": "^4.0.0",
|
|
912
911
|
"word-wrap": "^1.2.3",
|
|
913
|
-
"
|
|
912
|
+
"wordwrap": "^1.0.0",
|
|
914
913
|
"wrap-ansi": "^7.0.0",
|
|
915
|
-
"
|
|
916
|
-
"ws": "^7.5.7",
|
|
914
|
+
"wrappy": "^1.0.2",
|
|
917
915
|
"write-file-atomic": "^3.0.3",
|
|
918
|
-
"
|
|
919
|
-
"xml-name-validator": "^3.0.0",
|
|
920
|
-
"xtend": "^4.0.2",
|
|
916
|
+
"ws": "^7.5.7",
|
|
921
917
|
"xcode": "^2.1.0",
|
|
918
|
+
"xdg-basedir": "^4.0.0",
|
|
919
|
+
"xml-name-validator": "^3.0.0",
|
|
920
|
+
"xmlbuilder": "^9.0.7",
|
|
922
921
|
"xmlchars": "^2.2.0",
|
|
923
922
|
"xmldoc": "^1.1.2",
|
|
924
|
-
"
|
|
923
|
+
"xtend": "^4.0.2",
|
|
924
|
+
"y18n": "^5.0.8",
|
|
925
925
|
"yallist": "^4.0.0",
|
|
926
|
+
"yaml": "^1.10.2",
|
|
927
|
+
"yargs": "^17.4.0",
|
|
926
928
|
"yargs-parser": "^20.2.9",
|
|
927
929
|
"yn": "^3.1.1",
|
|
928
|
-
"
|
|
929
|
-
"yocto-queue": "^0.1.0",
|
|
930
|
-
"yargs": "^17.4.0"
|
|
930
|
+
"yocto-queue": "^0.1.0"
|
|
931
931
|
}
|
|
932
932
|
}
|
package/screeb-module.podspec
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|