@cspell/dict-cspell-bundle 2.0.54 → 2.0.55
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 +34 -34
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.55",
|
|
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,13 +14,34 @@
|
|
|
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",
|
|
@@ -46,15 +51,15 @@
|
|
|
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.0
|
|
54
|
+
"@cspell/dict-css": "^4.1.0",
|
|
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.
|
|
61
|
+
"@cspell/dict-en-gb-mit": "^3.1.19",
|
|
62
|
+
"@cspell/dict-en_us": "^4.4.30",
|
|
58
63
|
"@cspell/dict-filetypes": "^3.0.16",
|
|
59
64
|
"@cspell/dict-flutter": "^1.1.1",
|
|
60
65
|
"@cspell/dict-fonts": "^4.0.5",
|
|
@@ -74,10 +79,10 @@
|
|
|
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.15",
|
|
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.36",
|
|
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",
|
|
@@ -86,7 +91,7 @@
|
|
|
86
91
|
"@cspell/dict-ruby": "^5.1.0",
|
|
87
92
|
"@cspell/dict-rust": "^4.1.2",
|
|
88
93
|
"@cspell/dict-scala": "^5.0.9",
|
|
89
|
-
"@cspell/dict-software-terms": "^5.1.
|
|
94
|
+
"@cspell/dict-software-terms": "^5.1.24",
|
|
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": "eee9113795b19024199db1f2cd91a622321b3eb0"
|
|
103
103
|
}
|