dev-dict 0.8.0 → 0.9.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 +14 -25
- package/dist/data/sources/community.d.ts +2 -2
- package/dist/data/sources/index.d.ts +4 -4
- package/dist/data/terms/aes.d.ts +13 -6
- package/dist/data/terms/aes.d.ts.map +1 -1
- package/dist/data/terms/index.d.ts +50 -64
- package/dist/data/terms/index.d.ts.map +1 -1
- package/dist/data/terms/react.d.ts +6 -6
- package/dist/data/terms/typescript.d.ts +6 -6
- package/dist/dev-dict.min.js +1 -1
- package/dist/dev-dict.min.js.map +1 -1
- package/dist/helpers-D13_Q8CF.js +80 -0
- package/dist/helpers-D13_Q8CF.js.map +1 -0
- package/dist/index.js +14 -15
- package/dist/index.js.map +1 -1
- package/dist/{terms-entry-CupmUbNe.js → terms-entry-BsDjmqhr.js} +317 -331
- package/dist/terms-entry-BsDjmqhr.js.map +1 -0
- package/dist/terms-entry.d.ts +0 -1
- package/dist/terms-entry.d.ts.map +1 -1
- package/dist/terms-entry.js +90 -91
- package/dist/types/index.d.ts +5 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/umd.d.ts.map +1 -1
- package/dist/utils/helpers.d.ts +6 -1
- package/dist/utils/helpers.d.ts.map +1 -1
- package/dist/utils/utils.d.ts +11 -1
- package/dist/utils/utils.d.ts.map +1 -1
- package/dist/utils-entry.d.ts +1 -1
- package/dist/utils-entry.d.ts.map +1 -1
- package/dist/utils-entry.js +82 -58
- package/dist/utils-entry.js.map +1 -1
- package/package.json +1 -1
- package/dist/data/terms/node.d.ts +0 -16
- package/dist/data/terms/node.d.ts.map +0 -1
- package/dist/helpers-CGZRMw3X.js +0 -72
- package/dist/helpers-CGZRMw3X.js.map +0 -1
- package/dist/terms-entry-CupmUbNe.js.map +0 -1
package/README.md
CHANGED
|
@@ -104,7 +104,16 @@ import { terms, types, tags, locales } from 'dev-dict'
|
|
|
104
104
|
Import from `dev-dict/utils`:
|
|
105
105
|
|
|
106
106
|
```typescript
|
|
107
|
-
import {
|
|
107
|
+
import {
|
|
108
|
+
getTerms,
|
|
109
|
+
getTermsDict,
|
|
110
|
+
getTypes,
|
|
111
|
+
getTypesDict,
|
|
112
|
+
getTags,
|
|
113
|
+
getTagsDict,
|
|
114
|
+
getSources,
|
|
115
|
+
getSourcesDict
|
|
116
|
+
} from 'dev-dict/utils'
|
|
108
117
|
```
|
|
109
118
|
|
|
110
119
|
**Example usage:**
|
|
@@ -141,32 +150,12 @@ const termsDict = getTermsDict({ terms, locale: 'en-US' })
|
|
|
141
150
|
| `getTypes(options)` | Array | Get all term types as an array |
|
|
142
151
|
| `getTagsDict(options)` | Dictionary | Get all term tags as a dictionary object |
|
|
143
152
|
| `getTags(options)` | Array | Get all term tags as an array |
|
|
153
|
+
| `getSourcesDict(options)` | Dictionary | Get all sources as a dictionary object |
|
|
154
|
+
| `getSources(options)` | Array | Get all sources as an array |
|
|
144
155
|
|
|
145
|
-
###
|
|
156
|
+
### Types
|
|
146
157
|
|
|
147
|
-
|
|
148
|
-
{
|
|
149
|
-
id: string // Unique identifier
|
|
150
|
-
name: string // Display name
|
|
151
|
-
altName?: string // Optional abbreviation/short name
|
|
152
|
-
label: string // Descriptive type (e.g., "UI Library")
|
|
153
|
-
definition: string // Full explanation
|
|
154
|
-
type: Array<{ // Categories
|
|
155
|
-
id: string
|
|
156
|
-
name: string
|
|
157
|
-
}>
|
|
158
|
-
tags: Array<{ // Additional classifications
|
|
159
|
-
id: string
|
|
160
|
-
name: string
|
|
161
|
-
}>
|
|
162
|
-
links?: { // Optional external links
|
|
163
|
-
website: string
|
|
164
|
-
github?: string
|
|
165
|
-
npm?: string
|
|
166
|
-
wikipedia?: string
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
```
|
|
158
|
+
See [src/types/index.ts](https://github.com/kyco/dev-dict/blob/main/src/types/index.ts) for all type definitions.
|
|
170
159
|
|
|
171
160
|
## Supported Languages
|
|
172
161
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
readonly id: "community";
|
|
3
3
|
readonly name: {
|
|
4
|
-
readonly "en-US": "Community
|
|
4
|
+
readonly "en-US": "Community";
|
|
5
5
|
readonly "en-GB": "en-US";
|
|
6
|
-
readonly "de-DE": "
|
|
6
|
+
readonly "de-DE": "Gemeinschaft";
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
@@ -10,9 +10,9 @@ export declare const RAW_SOURCES: {
|
|
|
10
10
|
readonly community: {
|
|
11
11
|
readonly id: "community";
|
|
12
12
|
readonly name: {
|
|
13
|
-
readonly "en-US": "Community
|
|
13
|
+
readonly "en-US": "Community";
|
|
14
14
|
readonly "en-GB": "en-US";
|
|
15
|
-
readonly "de-DE": "
|
|
15
|
+
readonly "de-DE": "Gemeinschaft";
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
readonly official_website: {
|
|
@@ -44,9 +44,9 @@ export declare const SOURCES: {
|
|
|
44
44
|
readonly community: {
|
|
45
45
|
readonly id: "community";
|
|
46
46
|
readonly name: {
|
|
47
|
-
readonly "en-US": "Community
|
|
47
|
+
readonly "en-US": "Community";
|
|
48
48
|
readonly "en-GB": "en-US";
|
|
49
|
-
readonly "de-DE": "
|
|
49
|
+
readonly "de-DE": "Gemeinschaft";
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
52
|
readonly official_website: {
|
package/dist/data/terms/aes.d.ts
CHANGED
|
@@ -48,22 +48,29 @@ declare const _default: {
|
|
|
48
48
|
readonly wikipedia: "https://en.wikipedia.org/wiki/Advanced_Encryption_Standard";
|
|
49
49
|
};
|
|
50
50
|
readonly sources: {
|
|
51
|
-
readonly label: {
|
|
51
|
+
readonly label: [{
|
|
52
52
|
readonly id: "community";
|
|
53
53
|
readonly name: {
|
|
54
|
-
readonly "en-US": "Community
|
|
54
|
+
readonly "en-US": "Community";
|
|
55
55
|
readonly "en-GB": "en-US";
|
|
56
|
-
readonly "de-DE": "
|
|
56
|
+
readonly "de-DE": "Gemeinschaft";
|
|
57
57
|
};
|
|
58
|
-
};
|
|
59
|
-
readonly definition: {
|
|
58
|
+
}];
|
|
59
|
+
readonly definition: [{
|
|
60
60
|
readonly id: "ai_generated";
|
|
61
61
|
readonly name: {
|
|
62
62
|
readonly "en-US": "AI Generated";
|
|
63
63
|
readonly "en-GB": "en-US";
|
|
64
64
|
readonly "de-DE": "KI-generiert";
|
|
65
65
|
};
|
|
66
|
-
}
|
|
66
|
+
}, {
|
|
67
|
+
readonly id: "wikipedia";
|
|
68
|
+
readonly name: {
|
|
69
|
+
readonly "en-US": "Wikipedia";
|
|
70
|
+
readonly "en-GB": "en-US";
|
|
71
|
+
readonly "de-DE": "Wikipedia";
|
|
72
|
+
};
|
|
73
|
+
}];
|
|
67
74
|
};
|
|
68
75
|
};
|
|
69
76
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aes.d.ts","sourceRoot":"","sources":["../../../src/data/terms/aes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"aes.d.ts","sourceRoot":"","sources":["../../../src/data/terms/aes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,wBAwC0B"}
|
|
@@ -49,22 +49,29 @@ export declare const RAW_TERMS: {
|
|
|
49
49
|
readonly wikipedia: "https://en.wikipedia.org/wiki/Advanced_Encryption_Standard";
|
|
50
50
|
};
|
|
51
51
|
readonly sources: {
|
|
52
|
-
readonly label: {
|
|
52
|
+
readonly label: [{
|
|
53
53
|
readonly id: "community";
|
|
54
54
|
readonly name: {
|
|
55
|
-
readonly "en-US": "Community
|
|
55
|
+
readonly "en-US": "Community";
|
|
56
56
|
readonly "en-GB": "en-US";
|
|
57
|
-
readonly "de-DE": "
|
|
57
|
+
readonly "de-DE": "Gemeinschaft";
|
|
58
58
|
};
|
|
59
|
-
};
|
|
60
|
-
readonly definition: {
|
|
59
|
+
}];
|
|
60
|
+
readonly definition: [{
|
|
61
61
|
readonly id: "ai_generated";
|
|
62
62
|
readonly name: {
|
|
63
63
|
readonly "en-US": "AI Generated";
|
|
64
64
|
readonly "en-GB": "en-US";
|
|
65
65
|
readonly "de-DE": "KI-generiert";
|
|
66
66
|
};
|
|
67
|
-
}
|
|
67
|
+
}, {
|
|
68
|
+
readonly id: "wikipedia";
|
|
69
|
+
readonly name: {
|
|
70
|
+
readonly "en-US": "Wikipedia";
|
|
71
|
+
readonly "en-GB": "en-US";
|
|
72
|
+
readonly "de-DE": "Wikipedia";
|
|
73
|
+
};
|
|
74
|
+
}];
|
|
68
75
|
};
|
|
69
76
|
};
|
|
70
77
|
readonly agile: {
|
|
@@ -2268,20 +2275,6 @@ export declare const RAW_TERMS: {
|
|
|
2268
2275
|
readonly type: [];
|
|
2269
2276
|
readonly tags: [];
|
|
2270
2277
|
};
|
|
2271
|
-
readonly node: {
|
|
2272
|
-
readonly id: "node";
|
|
2273
|
-
readonly name: {
|
|
2274
|
-
readonly "en-US": "Node.js";
|
|
2275
|
-
};
|
|
2276
|
-
readonly label: {
|
|
2277
|
-
readonly "en-US": "";
|
|
2278
|
-
};
|
|
2279
|
-
readonly definition: {
|
|
2280
|
-
readonly "en-US": "";
|
|
2281
|
-
};
|
|
2282
|
-
readonly type: [];
|
|
2283
|
-
readonly tags: [];
|
|
2284
|
-
};
|
|
2285
2278
|
readonly node_js: {
|
|
2286
2279
|
readonly id: "node_js";
|
|
2287
2280
|
readonly name: {
|
|
@@ -2733,22 +2726,22 @@ export declare const RAW_TERMS: {
|
|
|
2733
2726
|
readonly wikipedia: "https://en.wikipedia.org/wiki/React_(software)";
|
|
2734
2727
|
};
|
|
2735
2728
|
readonly sources: {
|
|
2736
|
-
readonly label: {
|
|
2729
|
+
readonly label: [{
|
|
2737
2730
|
readonly id: "community";
|
|
2738
2731
|
readonly name: {
|
|
2739
|
-
readonly "en-US": "Community
|
|
2732
|
+
readonly "en-US": "Community";
|
|
2740
2733
|
readonly "en-GB": "en-US";
|
|
2741
|
-
readonly "de-DE": "
|
|
2734
|
+
readonly "de-DE": "Gemeinschaft";
|
|
2742
2735
|
};
|
|
2743
|
-
};
|
|
2744
|
-
readonly definition: {
|
|
2736
|
+
}];
|
|
2737
|
+
readonly definition: [{
|
|
2745
2738
|
readonly id: "official_website";
|
|
2746
2739
|
readonly name: {
|
|
2747
2740
|
readonly "en-US": "Official Website";
|
|
2748
2741
|
readonly "en-GB": "en-US";
|
|
2749
2742
|
readonly "de-DE": "Offizielle Website";
|
|
2750
2743
|
};
|
|
2751
|
-
};
|
|
2744
|
+
}];
|
|
2752
2745
|
};
|
|
2753
2746
|
};
|
|
2754
2747
|
readonly react_hook_form: {
|
|
@@ -3399,22 +3392,22 @@ export declare const RAW_TERMS: {
|
|
|
3399
3392
|
readonly website: "https://www.typescriptlang.org";
|
|
3400
3393
|
};
|
|
3401
3394
|
readonly sources: {
|
|
3402
|
-
readonly label: {
|
|
3395
|
+
readonly label: [{
|
|
3403
3396
|
readonly id: "community";
|
|
3404
3397
|
readonly name: {
|
|
3405
|
-
readonly "en-US": "Community
|
|
3398
|
+
readonly "en-US": "Community";
|
|
3406
3399
|
readonly "en-GB": "en-US";
|
|
3407
|
-
readonly "de-DE": "
|
|
3400
|
+
readonly "de-DE": "Gemeinschaft";
|
|
3408
3401
|
};
|
|
3409
|
-
};
|
|
3410
|
-
readonly definition: {
|
|
3402
|
+
}];
|
|
3403
|
+
readonly definition: [{
|
|
3411
3404
|
readonly id: "official_website";
|
|
3412
3405
|
readonly name: {
|
|
3413
3406
|
readonly "en-US": "Official Website";
|
|
3414
3407
|
readonly "en-GB": "en-US";
|
|
3415
3408
|
readonly "de-DE": "Offizielle Website";
|
|
3416
3409
|
};
|
|
3417
|
-
};
|
|
3410
|
+
}];
|
|
3418
3411
|
};
|
|
3419
3412
|
};
|
|
3420
3413
|
readonly typesense: {
|
|
@@ -3772,22 +3765,29 @@ export declare const TERMS: {
|
|
|
3772
3765
|
readonly wikipedia: "https://en.wikipedia.org/wiki/Advanced_Encryption_Standard";
|
|
3773
3766
|
};
|
|
3774
3767
|
readonly sources: {
|
|
3775
|
-
readonly label: {
|
|
3768
|
+
readonly label: [{
|
|
3776
3769
|
readonly id: "community";
|
|
3777
3770
|
readonly name: {
|
|
3778
|
-
readonly "en-US": "Community
|
|
3771
|
+
readonly "en-US": "Community";
|
|
3779
3772
|
readonly "en-GB": "en-US";
|
|
3780
|
-
readonly "de-DE": "
|
|
3773
|
+
readonly "de-DE": "Gemeinschaft";
|
|
3781
3774
|
};
|
|
3782
|
-
};
|
|
3783
|
-
readonly definition: {
|
|
3775
|
+
}];
|
|
3776
|
+
readonly definition: [{
|
|
3784
3777
|
readonly id: "ai_generated";
|
|
3785
3778
|
readonly name: {
|
|
3786
3779
|
readonly "en-US": "AI Generated";
|
|
3787
3780
|
readonly "en-GB": "en-US";
|
|
3788
3781
|
readonly "de-DE": "KI-generiert";
|
|
3789
3782
|
};
|
|
3790
|
-
}
|
|
3783
|
+
}, {
|
|
3784
|
+
readonly id: "wikipedia";
|
|
3785
|
+
readonly name: {
|
|
3786
|
+
readonly "en-US": "Wikipedia";
|
|
3787
|
+
readonly "en-GB": "en-US";
|
|
3788
|
+
readonly "de-DE": "Wikipedia";
|
|
3789
|
+
};
|
|
3790
|
+
}];
|
|
3791
3791
|
};
|
|
3792
3792
|
};
|
|
3793
3793
|
readonly agile: {
|
|
@@ -5991,20 +5991,6 @@ export declare const TERMS: {
|
|
|
5991
5991
|
readonly type: [];
|
|
5992
5992
|
readonly tags: [];
|
|
5993
5993
|
};
|
|
5994
|
-
readonly node: {
|
|
5995
|
-
readonly id: "node";
|
|
5996
|
-
readonly name: {
|
|
5997
|
-
readonly "en-US": "Node.js";
|
|
5998
|
-
};
|
|
5999
|
-
readonly label: {
|
|
6000
|
-
readonly "en-US": "";
|
|
6001
|
-
};
|
|
6002
|
-
readonly definition: {
|
|
6003
|
-
readonly "en-US": "";
|
|
6004
|
-
};
|
|
6005
|
-
readonly type: [];
|
|
6006
|
-
readonly tags: [];
|
|
6007
|
-
};
|
|
6008
5994
|
readonly node_js: {
|
|
6009
5995
|
readonly id: "node_js";
|
|
6010
5996
|
readonly name: {
|
|
@@ -6456,22 +6442,22 @@ export declare const TERMS: {
|
|
|
6456
6442
|
readonly wikipedia: "https://en.wikipedia.org/wiki/React_(software)";
|
|
6457
6443
|
};
|
|
6458
6444
|
readonly sources: {
|
|
6459
|
-
readonly label: {
|
|
6445
|
+
readonly label: [{
|
|
6460
6446
|
readonly id: "community";
|
|
6461
6447
|
readonly name: {
|
|
6462
|
-
readonly "en-US": "Community
|
|
6448
|
+
readonly "en-US": "Community";
|
|
6463
6449
|
readonly "en-GB": "en-US";
|
|
6464
|
-
readonly "de-DE": "
|
|
6450
|
+
readonly "de-DE": "Gemeinschaft";
|
|
6465
6451
|
};
|
|
6466
|
-
};
|
|
6467
|
-
readonly definition: {
|
|
6452
|
+
}];
|
|
6453
|
+
readonly definition: [{
|
|
6468
6454
|
readonly id: "official_website";
|
|
6469
6455
|
readonly name: {
|
|
6470
6456
|
readonly "en-US": "Official Website";
|
|
6471
6457
|
readonly "en-GB": "en-US";
|
|
6472
6458
|
readonly "de-DE": "Offizielle Website";
|
|
6473
6459
|
};
|
|
6474
|
-
};
|
|
6460
|
+
}];
|
|
6475
6461
|
};
|
|
6476
6462
|
};
|
|
6477
6463
|
readonly react_hook_form: {
|
|
@@ -7122,22 +7108,22 @@ export declare const TERMS: {
|
|
|
7122
7108
|
readonly website: "https://www.typescriptlang.org";
|
|
7123
7109
|
};
|
|
7124
7110
|
readonly sources: {
|
|
7125
|
-
readonly label: {
|
|
7111
|
+
readonly label: [{
|
|
7126
7112
|
readonly id: "community";
|
|
7127
7113
|
readonly name: {
|
|
7128
|
-
readonly "en-US": "Community
|
|
7114
|
+
readonly "en-US": "Community";
|
|
7129
7115
|
readonly "en-GB": "en-US";
|
|
7130
|
-
readonly "de-DE": "
|
|
7116
|
+
readonly "de-DE": "Gemeinschaft";
|
|
7131
7117
|
};
|
|
7132
|
-
};
|
|
7133
|
-
readonly definition: {
|
|
7118
|
+
}];
|
|
7119
|
+
readonly definition: [{
|
|
7134
7120
|
readonly id: "official_website";
|
|
7135
7121
|
readonly name: {
|
|
7136
7122
|
readonly "en-US": "Official Website";
|
|
7137
7123
|
readonly "en-GB": "en-US";
|
|
7138
7124
|
readonly "de-DE": "Offizielle Website";
|
|
7139
7125
|
};
|
|
7140
|
-
};
|
|
7126
|
+
}];
|
|
7141
7127
|
};
|
|
7142
7128
|
};
|
|
7143
7129
|
readonly typesense: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data/terms/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data/terms/index.ts"],"names":[],"mappings":"AAkOA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+NZ,CAAA;AAEV,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkG,CAAA"}
|
|
@@ -66,22 +66,22 @@ declare const _default: {
|
|
|
66
66
|
readonly wikipedia: "https://en.wikipedia.org/wiki/React_(software)";
|
|
67
67
|
};
|
|
68
68
|
readonly sources: {
|
|
69
|
-
readonly label: {
|
|
69
|
+
readonly label: [{
|
|
70
70
|
readonly id: "community";
|
|
71
71
|
readonly name: {
|
|
72
|
-
readonly "en-US": "Community
|
|
72
|
+
readonly "en-US": "Community";
|
|
73
73
|
readonly "en-GB": "en-US";
|
|
74
|
-
readonly "de-DE": "
|
|
74
|
+
readonly "de-DE": "Gemeinschaft";
|
|
75
75
|
};
|
|
76
|
-
};
|
|
77
|
-
readonly definition: {
|
|
76
|
+
}];
|
|
77
|
+
readonly definition: [{
|
|
78
78
|
readonly id: "official_website";
|
|
79
79
|
readonly name: {
|
|
80
80
|
readonly "en-US": "Official Website";
|
|
81
81
|
readonly "en-GB": "en-US";
|
|
82
82
|
readonly "de-DE": "Offizielle Website";
|
|
83
83
|
};
|
|
84
|
-
};
|
|
84
|
+
}];
|
|
85
85
|
};
|
|
86
86
|
};
|
|
87
87
|
export default _default;
|
|
@@ -56,22 +56,22 @@ declare const _default: {
|
|
|
56
56
|
readonly website: "https://www.typescriptlang.org";
|
|
57
57
|
};
|
|
58
58
|
readonly sources: {
|
|
59
|
-
readonly label: {
|
|
59
|
+
readonly label: [{
|
|
60
60
|
readonly id: "community";
|
|
61
61
|
readonly name: {
|
|
62
|
-
readonly "en-US": "Community
|
|
62
|
+
readonly "en-US": "Community";
|
|
63
63
|
readonly "en-GB": "en-US";
|
|
64
|
-
readonly "de-DE": "
|
|
64
|
+
readonly "de-DE": "Gemeinschaft";
|
|
65
65
|
};
|
|
66
|
-
};
|
|
67
|
-
readonly definition: {
|
|
66
|
+
}];
|
|
67
|
+
readonly definition: [{
|
|
68
68
|
readonly id: "official_website";
|
|
69
69
|
readonly name: {
|
|
70
70
|
readonly "en-US": "Official Website";
|
|
71
71
|
readonly "en-GB": "en-US";
|
|
72
72
|
readonly "de-DE": "Offizielle Website";
|
|
73
73
|
};
|
|
74
|
-
};
|
|
74
|
+
}];
|
|
75
75
|
};
|
|
76
76
|
};
|
|
77
77
|
export default _default;
|