@cspell/dict-npm 5.0.14 → 5.0.16
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 +53 -0
- package/dict/npm.txt +10 -0
- package/package.json +6 -5
package/README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# CSpell NPM Dictionary
|
|
2
|
+
|
|
3
|
+
This dictionary contains a list of popular JavaScript packages found on [npmjs.com](https://www.npmjs.com/).
|
|
4
|
+
|
|
5
|
+
This is a pre-built dictionary for use with CSpell.
|
|
6
|
+
|
|
7
|
+
## Requirements
|
|
8
|
+
|
|
9
|
+
| Tool | Version |
|
|
10
|
+
| ------------------------------------------------------------------------------------------------------------------------------------ | ------- |
|
|
11
|
+
| [cspell](https://github.com/streetsidesoftware/cspell) | `>= 6` |
|
|
12
|
+
| [Code Spell Checker - Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) | `>= 2` |
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
Global Install and add to CSpell global settings.
|
|
17
|
+
|
|
18
|
+
```sh
|
|
19
|
+
npm install -g @cspell/dict-npm
|
|
20
|
+
cspell link add @cspell/dict-npm
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Uninstall from CSpell
|
|
24
|
+
|
|
25
|
+
```sh
|
|
26
|
+
cspell link remove @cspell/dict-npm
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Manual Installation
|
|
30
|
+
|
|
31
|
+
The `cspell-ext.json` file in this package should be added to the import section in your cspell.json file.
|
|
32
|
+
|
|
33
|
+
```javascript
|
|
34
|
+
{
|
|
35
|
+
// …
|
|
36
|
+
"import": ["@cspell/dict-npm/cspell-ext.json"],
|
|
37
|
+
// …
|
|
38
|
+
}
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
# Dictionary Development
|
|
42
|
+
|
|
43
|
+
See: [How to Create a New Dictionary](https://github.com/streetsidesoftware/cspell-dicts#how-to-create-a-new-dictionary)
|
|
44
|
+
|
|
45
|
+
## License
|
|
46
|
+
|
|
47
|
+
MIT
|
|
48
|
+
|
|
49
|
+
> Some packages may have other licenses included.
|
|
50
|
+
|
|
51
|
+
<!---
|
|
52
|
+
cspell:ignore npmjs
|
|
53
|
+
--->
|
package/dict/npm.txt
CHANGED
|
@@ -150,6 +150,7 @@ eslint-config-airbnb
|
|
|
150
150
|
eslintcache
|
|
151
151
|
eslintignore
|
|
152
152
|
eslintrc
|
|
153
|
+
espree
|
|
153
154
|
esprima
|
|
154
155
|
estree
|
|
155
156
|
event-stream
|
|
@@ -167,6 +168,7 @@ extract-text-webpack-plugin
|
|
|
167
168
|
fast-csv
|
|
168
169
|
fast-glob
|
|
169
170
|
fast-plist
|
|
171
|
+
fastify
|
|
170
172
|
fibers
|
|
171
173
|
figlet
|
|
172
174
|
firebase
|
|
@@ -406,6 +408,7 @@ kucherenko
|
|
|
406
408
|
kue
|
|
407
409
|
lab
|
|
408
410
|
lazy
|
|
411
|
+
leftpad
|
|
409
412
|
lerna
|
|
410
413
|
less
|
|
411
414
|
level
|
|
@@ -443,6 +446,7 @@ memory-cache
|
|
|
443
446
|
memwatch
|
|
444
447
|
meow
|
|
445
448
|
merge-stream
|
|
449
|
+
messageids
|
|
446
450
|
meteor
|
|
447
451
|
method-override
|
|
448
452
|
mime
|
|
@@ -536,9 +540,11 @@ opencv
|
|
|
536
540
|
openweather
|
|
537
541
|
opn
|
|
538
542
|
optimist
|
|
543
|
+
optionator
|
|
539
544
|
ora
|
|
540
545
|
orchestrator
|
|
541
546
|
orm
|
|
547
|
+
ovsx
|
|
542
548
|
pageres
|
|
543
549
|
pagy
|
|
544
550
|
parallelshell
|
|
@@ -555,6 +561,7 @@ phantomjs
|
|
|
555
561
|
phantomjs-prebuilt
|
|
556
562
|
phonegap
|
|
557
563
|
pi-gpio
|
|
564
|
+
pino
|
|
558
565
|
pm2
|
|
559
566
|
pnpify
|
|
560
567
|
pnpm
|
|
@@ -605,6 +612,7 @@ restify
|
|
|
605
612
|
rethinkdb
|
|
606
613
|
retry
|
|
607
614
|
rewire
|
|
615
|
+
rfdc
|
|
608
616
|
rimraf
|
|
609
617
|
robotjs
|
|
610
618
|
rollup
|
|
@@ -632,6 +640,7 @@ shortid
|
|
|
632
640
|
should
|
|
633
641
|
sinon
|
|
634
642
|
sinopia
|
|
643
|
+
sirv
|
|
635
644
|
slow-deps
|
|
636
645
|
slug
|
|
637
646
|
soap
|
|
@@ -660,6 +669,7 @@ supervisor
|
|
|
660
669
|
svelte
|
|
661
670
|
sveltejs
|
|
662
671
|
sveltekit
|
|
672
|
+
sveltestack
|
|
663
673
|
svgo
|
|
664
674
|
swig
|
|
665
675
|
tailwind
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.16",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -12,13 +12,14 @@
|
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "cspell-tools-cli compile --split \"src/npm.txt\" --no-compress -o ./dict -m npm",
|
|
15
|
-
"test": "shx head -n 100 \"src/npm.txt\" | cspell -
|
|
15
|
+
"test": "shx head -n 100 \"src/npm.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=javascript\" stdin",
|
|
16
16
|
"prepublishOnly": "echo pre-publish",
|
|
17
17
|
"prepare:dictionary": "pnpm run build"
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "
|
|
21
|
+
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
|
|
22
|
+
"directory": "dictionaries/npm"
|
|
22
23
|
},
|
|
23
24
|
"keywords": [
|
|
24
25
|
"cspell",
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
"dictionary",
|
|
28
29
|
"spelling"
|
|
29
30
|
],
|
|
30
|
-
"author": "
|
|
31
|
+
"author": "Street Side Software <support@streetsidesoftware.nl>",
|
|
31
32
|
"license": "MIT",
|
|
32
33
|
"bugs": {
|
|
33
34
|
"url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
|
|
@@ -37,5 +38,5 @@
|
|
|
37
38
|
"dict/npm.txt",
|
|
38
39
|
"cspell-ext.json"
|
|
39
40
|
],
|
|
40
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "a506a9a830bd15d4d2757c30a1d370920d764ec3"
|
|
41
42
|
}
|