@cspell/dict-npm 5.0.7 → 5.0.9
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 +6 -0
- package/package.json +4 -4
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
|
|
@@ -417,6 +420,7 @@ loopback
|
|
|
417
420
|
lowdb
|
|
418
421
|
lru-cache
|
|
419
422
|
lwip
|
|
423
|
+
lyricssearchermusixmatch
|
|
420
424
|
main-bower-files
|
|
421
425
|
mapboxgl
|
|
422
426
|
markdown
|
|
@@ -632,6 +636,7 @@ string
|
|
|
632
636
|
stripe
|
|
633
637
|
strongloop
|
|
634
638
|
style-loader
|
|
639
|
+
stylelint
|
|
635
640
|
stylus
|
|
636
641
|
superagent
|
|
637
642
|
supertest
|
|
@@ -653,6 +658,7 @@ through2
|
|
|
653
658
|
thunkify
|
|
654
659
|
time-grunt
|
|
655
660
|
tmp
|
|
661
|
+
trpc
|
|
656
662
|
trumpet
|
|
657
663
|
tsd
|
|
658
664
|
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.9",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "cspell-tools-cli compile --split \"src/npm.txt\" --no-compress -o ./dict -m npm",
|
|
15
|
-
"test": "head -n 100 \"src/npm.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin",
|
|
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": "
|
|
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": "a73b558ae5fcbb88bfce955a8628a56ab5e7cbe7"
|
|
41
41
|
}
|