@cspell/dict-npm 5.0.13 → 5.0.15
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 +7 -0
- package/package.json +3 -3
- package/dict/README.md +0 -3
package/dict/npm.txt
CHANGED
|
@@ -167,6 +167,7 @@ extract-text-webpack-plugin
|
|
|
167
167
|
fast-csv
|
|
168
168
|
fast-glob
|
|
169
169
|
fast-plist
|
|
170
|
+
fastify
|
|
170
171
|
fibers
|
|
171
172
|
figlet
|
|
172
173
|
firebase
|
|
@@ -513,8 +514,13 @@ normalize
|
|
|
513
514
|
npm
|
|
514
515
|
npm-check
|
|
515
516
|
npm-check-updates
|
|
517
|
+
npm-package-json-lint
|
|
516
518
|
npm-run-all
|
|
517
519
|
npm-windows-upgrade
|
|
520
|
+
npmcli
|
|
521
|
+
npmpackagejsonlint
|
|
522
|
+
npmpackagejsonlintignore
|
|
523
|
+
npmpackagejsonlintrc
|
|
518
524
|
nsp
|
|
519
525
|
numeral
|
|
520
526
|
nunjucks
|
|
@@ -550,6 +556,7 @@ phantomjs
|
|
|
550
556
|
phantomjs-prebuilt
|
|
551
557
|
phonegap
|
|
552
558
|
pi-gpio
|
|
559
|
+
pino
|
|
553
560
|
pm2
|
|
554
561
|
pnpify
|
|
555
562
|
pnpm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.15",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -12,7 +12,7 @@
|
|
|
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 -v -c ./cspell-ext.json \"--
|
|
15
|
+
"test": "shx head -n 100 \"src/npm.txt\" | cspell -v -c ./cspell-ext.json \"--locale=*\" \"--languageId=javascript\" stdin",
|
|
16
16
|
"prepublishOnly": "echo pre-publish",
|
|
17
17
|
"prepare:dictionary": "pnpm run build"
|
|
18
18
|
},
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"dict/npm.txt",
|
|
38
38
|
"cspell-ext.json"
|
|
39
39
|
],
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "dc56f6f63e68134c012456f796ef5f67d745ff06"
|
|
41
41
|
}
|
package/dict/README.md
DELETED