@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 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.13",
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 \"--local=*\" \"--languageId=javascript\" stdin",
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": "a411ccc24d2713bd0ec0b628c4c5a6de57e9f4e4"
40
+ "gitHead": "dc56f6f63e68134c012456f796ef5f67d745ff06"
41
41
  }
package/dict/README.md DELETED
@@ -1,3 +0,0 @@
1
- # Dict Directory
2
-
3
- NOTE: This directory contains generated content. Please edit [src](../src/README.md) files.