@cspell/dict-npm 5.0.8 → 5.0.10
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 +5 -1
- package/dict/npm.txt +11 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CSpell NPM Dictionary
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This dictionary contains a list of popular JavaScript packages found on [npmjs.com](https://www.npmjs.com/).
|
|
4
4
|
|
|
5
5
|
This is a pre-built dictionary for use with CSpell.
|
|
6
6
|
|
|
@@ -47,3 +47,7 @@ See: [How to Create a New Dictionary](https://github.com/streetsidesoftware/cspe
|
|
|
47
47
|
MIT
|
|
48
48
|
|
|
49
49
|
> Some packages may have other licenses included.
|
|
50
|
+
|
|
51
|
+
<!---
|
|
52
|
+
cspell:ignore npmjs
|
|
53
|
+
--->
|
package/dict/npm.txt
CHANGED
|
@@ -57,6 +57,7 @@ browserslist
|
|
|
57
57
|
bunyan
|
|
58
58
|
busboy
|
|
59
59
|
cache-manager
|
|
60
|
+
caniuse
|
|
60
61
|
canvas
|
|
61
62
|
casperjs
|
|
62
63
|
chai
|
|
@@ -76,6 +77,7 @@ coffee-script
|
|
|
76
77
|
colors
|
|
77
78
|
commander
|
|
78
79
|
commitizen
|
|
80
|
+
commitlint
|
|
79
81
|
compression
|
|
80
82
|
concat-stream
|
|
81
83
|
concurrently
|
|
@@ -102,6 +104,7 @@ crypto-js
|
|
|
102
104
|
cson-parser
|
|
103
105
|
css
|
|
104
106
|
css-loader
|
|
107
|
+
cssnano
|
|
105
108
|
csurf
|
|
106
109
|
csv
|
|
107
110
|
csvtojson
|
|
@@ -323,6 +326,7 @@ hapi
|
|
|
323
326
|
hbs
|
|
324
327
|
heapdump
|
|
325
328
|
helmet
|
|
329
|
+
heroicons
|
|
326
330
|
hexo
|
|
327
331
|
highlight
|
|
328
332
|
history
|
|
@@ -474,6 +478,8 @@ nedb
|
|
|
474
478
|
needle
|
|
475
479
|
newman
|
|
476
480
|
newrelic
|
|
481
|
+
nextauth
|
|
482
|
+
nextjs
|
|
477
483
|
ngrok
|
|
478
484
|
nib
|
|
479
485
|
nightmare
|
|
@@ -633,8 +639,10 @@ string
|
|
|
633
639
|
stripe
|
|
634
640
|
strongloop
|
|
635
641
|
style-loader
|
|
642
|
+
stylelint
|
|
636
643
|
stylus
|
|
637
644
|
superagent
|
|
645
|
+
superjson
|
|
638
646
|
supertest
|
|
639
647
|
supertest-as-promised
|
|
640
648
|
supervisor
|
|
@@ -643,6 +651,8 @@ sveltejs
|
|
|
643
651
|
sveltekit
|
|
644
652
|
svgo
|
|
645
653
|
swig
|
|
654
|
+
tailwind
|
|
655
|
+
tailwindcss
|
|
646
656
|
tap
|
|
647
657
|
tape
|
|
648
658
|
tar
|
|
@@ -654,6 +664,7 @@ through2
|
|
|
654
664
|
thunkify
|
|
655
665
|
time-grunt
|
|
656
666
|
tmp
|
|
667
|
+
trpc
|
|
657
668
|
trumpet
|
|
658
669
|
tsd
|
|
659
670
|
tslint
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.10",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"build": "cspell-tools-cli compile --split \"src/npm.txt\" --no-compress -o ./dict -m npm",
|
|
15
15
|
"test": "shx head -n 100 \"src/npm.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin",
|
|
16
16
|
"prepublishOnly": "echo pre-publish",
|
|
17
|
-
"prepare": "pnpm run build"
|
|
17
|
+
"prepare:dictionary": "pnpm run build"
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"dict/npm.txt",
|
|
38
38
|
"cspell-ext.json"
|
|
39
39
|
],
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "265091095375b4abfba24aab09ca36efe1bc2e22"
|
|
41
41
|
}
|