@cspell/dict-npm 5.0.15 → 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/dict/npm.txt +8 -0
- package/package.json +6 -5
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
|
|
@@ -407,6 +408,7 @@ kucherenko
|
|
|
407
408
|
kue
|
|
408
409
|
lab
|
|
409
410
|
lazy
|
|
411
|
+
leftpad
|
|
410
412
|
lerna
|
|
411
413
|
less
|
|
412
414
|
level
|
|
@@ -444,6 +446,7 @@ memory-cache
|
|
|
444
446
|
memwatch
|
|
445
447
|
meow
|
|
446
448
|
merge-stream
|
|
449
|
+
messageids
|
|
447
450
|
meteor
|
|
448
451
|
method-override
|
|
449
452
|
mime
|
|
@@ -537,9 +540,11 @@ opencv
|
|
|
537
540
|
openweather
|
|
538
541
|
opn
|
|
539
542
|
optimist
|
|
543
|
+
optionator
|
|
540
544
|
ora
|
|
541
545
|
orchestrator
|
|
542
546
|
orm
|
|
547
|
+
ovsx
|
|
543
548
|
pageres
|
|
544
549
|
pagy
|
|
545
550
|
parallelshell
|
|
@@ -607,6 +612,7 @@ restify
|
|
|
607
612
|
rethinkdb
|
|
608
613
|
retry
|
|
609
614
|
rewire
|
|
615
|
+
rfdc
|
|
610
616
|
rimraf
|
|
611
617
|
robotjs
|
|
612
618
|
rollup
|
|
@@ -634,6 +640,7 @@ shortid
|
|
|
634
640
|
should
|
|
635
641
|
sinon
|
|
636
642
|
sinopia
|
|
643
|
+
sirv
|
|
637
644
|
slow-deps
|
|
638
645
|
slug
|
|
639
646
|
soap
|
|
@@ -662,6 +669,7 @@ supervisor
|
|
|
662
669
|
svelte
|
|
663
670
|
sveltejs
|
|
664
671
|
sveltekit
|
|
672
|
+
sveltestack
|
|
665
673
|
svgo
|
|
666
674
|
swig
|
|
667
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
|
}
|