@cspell/dict-npm 5.0.8 → 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 +5 -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
|
|
@@ -633,6 +636,7 @@ string
|
|
|
633
636
|
stripe
|
|
634
637
|
strongloop
|
|
635
638
|
style-loader
|
|
639
|
+
stylelint
|
|
636
640
|
stylus
|
|
637
641
|
superagent
|
|
638
642
|
supertest
|
|
@@ -654,6 +658,7 @@ through2
|
|
|
654
658
|
thunkify
|
|
655
659
|
time-grunt
|
|
656
660
|
tmp
|
|
661
|
+
trpc
|
|
657
662
|
trumpet
|
|
658
663
|
tsd
|
|
659
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"
|
|
@@ -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": "a73b558ae5fcbb88bfce955a8628a56ab5e7cbe7"
|
|
41
41
|
}
|