@cspell/dict-cspell-bundle 2.0.54 → 2.0.56
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/package.json +39 -39
package/package.json
CHANGED
|
@@ -1,28 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-cspell-bundle",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "Dictionaries included with the CSpell Command Line tool.",
|
|
3
|
+
"version": "2.0.56",
|
|
5
4
|
"private": false,
|
|
5
|
+
"description": "Dictionaries included with the CSpell Command Line tool.",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
8
8
|
"provenance": true
|
|
9
9
|
},
|
|
10
|
-
"exports": {
|
|
11
|
-
".": "./cspell-ext.json",
|
|
12
|
-
"./cspell": "./cspell-ext.json",
|
|
13
|
-
"./cspell-ext.json": "./cspell-ext.json"
|
|
14
|
-
},
|
|
15
|
-
"scripts": {
|
|
16
|
-
"build": "node ./scripts/build.mjs && prettier cspell-ext.json --write ",
|
|
17
|
-
"test": "cspell --no-default-configuration .",
|
|
18
|
-
"prepublishOnly": "echo OK",
|
|
19
|
-
"prepare:dictionary": "pnpm run build"
|
|
20
|
-
},
|
|
21
|
-
"repository": {
|
|
22
|
-
"type": "git",
|
|
23
|
-
"url": "https://github.com/streetsidesoftware/cspell-dicts",
|
|
24
|
-
"directory": "dictionaries/cspell"
|
|
25
|
-
},
|
|
26
10
|
"keywords": [
|
|
27
11
|
"cspell",
|
|
28
12
|
"cspell-ext",
|
|
@@ -30,34 +14,55 @@
|
|
|
30
14
|
"dictionary",
|
|
31
15
|
"spelling"
|
|
32
16
|
],
|
|
33
|
-
"
|
|
34
|
-
"contributors": [],
|
|
35
|
-
"license": "MIT",
|
|
17
|
+
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/cspell#readme",
|
|
36
18
|
"bugs": {
|
|
37
19
|
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
|
|
38
20
|
},
|
|
39
|
-
"
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "https://github.com/streetsidesoftware/cspell-dicts",
|
|
24
|
+
"directory": "dictionaries/cspell"
|
|
25
|
+
},
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"author": "Street Side Software <support@streetsidesoftware.nl>",
|
|
28
|
+
"contributors": [],
|
|
29
|
+
"exports": {
|
|
30
|
+
".": "./cspell-ext.json",
|
|
31
|
+
"./cspell": "./cspell-ext.json",
|
|
32
|
+
"./cspell-ext.json": "./cspell-ext.json"
|
|
33
|
+
},
|
|
34
|
+
"files": [
|
|
35
|
+
"cspell-ext.json",
|
|
36
|
+
"*.js",
|
|
37
|
+
"*.d.ts"
|
|
38
|
+
],
|
|
39
|
+
"scripts": {
|
|
40
|
+
"build": "node ./scripts/build.mjs && prettier cspell-ext.json --write ",
|
|
41
|
+
"prepare:dictionary": "pnpm run build",
|
|
42
|
+
"prepublishOnly": "echo OK",
|
|
43
|
+
"test": "cspell --no-default-configuration ."
|
|
44
|
+
},
|
|
40
45
|
"dependencies": {
|
|
41
46
|
"@cspell/dict-ada": "^4.1.1",
|
|
42
47
|
"@cspell/dict-al": "^1.1.1",
|
|
43
48
|
"@cspell/dict-aws": "^4.0.17",
|
|
44
49
|
"@cspell/dict-bash": "^4.2.2",
|
|
45
|
-
"@cspell/dict-companies": "^3.2.
|
|
50
|
+
"@cspell/dict-companies": "^3.2.11",
|
|
46
51
|
"@cspell/dict-cpp": "^7.0.2",
|
|
47
52
|
"@cspell/dict-cryptocurrencies": "^5.0.5",
|
|
48
53
|
"@cspell/dict-csharp": "^4.0.8",
|
|
49
|
-
"@cspell/dict-css": "^4.
|
|
54
|
+
"@cspell/dict-css": "^4.1.1",
|
|
50
55
|
"@cspell/dict-dart": "^2.3.2",
|
|
51
56
|
"@cspell/dict-django": "^4.1.6",
|
|
52
57
|
"@cspell/dict-docker": "^1.1.17",
|
|
53
58
|
"@cspell/dict-dotnet": "^5.0.12",
|
|
54
59
|
"@cspell/dict-elixir": "^4.0.8",
|
|
55
60
|
"@cspell/dict-en-common-misspellings": "^2.1.12",
|
|
56
|
-
"@cspell/dict-en-gb-mit": "^3.1.
|
|
57
|
-
"@cspell/dict-en_us": "^4.4.
|
|
58
|
-
"@cspell/dict-filetypes": "^3.0.
|
|
61
|
+
"@cspell/dict-en-gb-mit": "^3.1.20",
|
|
62
|
+
"@cspell/dict-en_us": "^4.4.31",
|
|
63
|
+
"@cspell/dict-filetypes": "^3.0.17",
|
|
59
64
|
"@cspell/dict-flutter": "^1.1.1",
|
|
60
|
-
"@cspell/dict-fonts": "^4.0.
|
|
65
|
+
"@cspell/dict-fonts": "^4.0.6",
|
|
61
66
|
"@cspell/dict-fsharp": "^1.1.1",
|
|
62
67
|
"@cspell/dict-fullstack": "^3.2.8",
|
|
63
68
|
"@cspell/dict-gaming-terms": "^1.1.2",
|
|
@@ -65,7 +70,7 @@
|
|
|
65
70
|
"@cspell/dict-golang": "^6.0.26",
|
|
66
71
|
"@cspell/dict-google": "^1.0.9",
|
|
67
72
|
"@cspell/dict-haskell": "^4.0.6",
|
|
68
|
-
"@cspell/dict-html": "^4.0.
|
|
73
|
+
"@cspell/dict-html": "^4.0.15",
|
|
69
74
|
"@cspell/dict-html-symbol-entities": "^4.0.5",
|
|
70
75
|
"@cspell/dict-java": "^5.0.12",
|
|
71
76
|
"@cspell/dict-julia": "^1.1.1",
|
|
@@ -74,19 +79,19 @@
|
|
|
74
79
|
"@cspell/dict-lorem-ipsum": "^4.0.5",
|
|
75
80
|
"@cspell/dict-lua": "^4.0.8",
|
|
76
81
|
"@cspell/dict-makefile": "^1.0.5",
|
|
77
|
-
"@cspell/dict-markdown": "^2.0.
|
|
82
|
+
"@cspell/dict-markdown": "^2.0.16",
|
|
78
83
|
"@cspell/dict-monkeyc": "^1.0.12",
|
|
79
84
|
"@cspell/dict-node": "^5.0.9",
|
|
80
|
-
"@cspell/dict-npm": "^5.2.
|
|
85
|
+
"@cspell/dict-npm": "^5.2.37",
|
|
81
86
|
"@cspell/dict-php": "^4.1.1",
|
|
82
87
|
"@cspell/dict-powershell": "^5.0.15",
|
|
83
88
|
"@cspell/dict-public-licenses": "^2.0.16",
|
|
84
89
|
"@cspell/dict-python": "^4.2.25",
|
|
85
90
|
"@cspell/dict-r": "^2.1.1",
|
|
86
|
-
"@cspell/dict-ruby": "^5.1.
|
|
91
|
+
"@cspell/dict-ruby": "^5.1.1",
|
|
87
92
|
"@cspell/dict-rust": "^4.1.2",
|
|
88
93
|
"@cspell/dict-scala": "^5.0.9",
|
|
89
|
-
"@cspell/dict-software-terms": "^5.
|
|
94
|
+
"@cspell/dict-software-terms": "^5.2.0",
|
|
90
95
|
"@cspell/dict-sql": "^2.2.1",
|
|
91
96
|
"@cspell/dict-svelte": "^1.0.7",
|
|
92
97
|
"@cspell/dict-swift": "^2.0.6",
|
|
@@ -94,10 +99,5 @@
|
|
|
94
99
|
"@cspell/dict-typescript": "^3.2.3",
|
|
95
100
|
"@cspell/dict-vue": "^3.0.5"
|
|
96
101
|
},
|
|
97
|
-
"
|
|
98
|
-
"cspell-ext.json",
|
|
99
|
-
"*.js",
|
|
100
|
-
"*.d.ts"
|
|
101
|
-
],
|
|
102
|
-
"gitHead": "412457adf17fcc24ba81307eafdf9003dc042fe9"
|
|
102
|
+
"gitHead": "86d6d1fc5212a9b9ec281cc238176989e3980f65"
|
|
103
103
|
}
|