@cspell/dict-npm 5.2.34 → 5.2.36

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.
Files changed (2) hide show
  1. package/dict/npm.txt +18 -1
  2. package/package.json +24 -24
package/dict/npm.txt CHANGED
@@ -1,10 +1,11 @@
1
1
 
2
2
  # cspell-tools: keep-case no-split
3
3
 
4
- --attw
5
4
  --publint
6
5
  --unbundle
7
6
  JSON
7
+ Linsley
8
+ TkDodo
8
9
  ability
9
10
  abort-controller
10
11
  accepts
@@ -108,6 +109,7 @@ async-retry
108
109
  async-validator
109
110
  asyncapi
110
111
  atob
112
+ attw
111
113
  aud
112
114
  augment-vir
113
115
  aut-voluptatum-vero
@@ -171,12 +173,14 @@ babel-types
171
173
  babelify
172
174
  babylon
173
175
  backbone
176
+ backend
174
177
  backendless
175
178
  backstage-plugin-gitlab-backend
176
179
  baqend
177
180
  bark-needs-visit
178
181
  base
179
182
  base-
183
+ base-driver
180
184
  base-individual-comfortable-crop
181
185
  base64-js
182
186
  basic
@@ -432,6 +436,7 @@ consectetur-culpa-non
432
436
  consola
433
437
  consolidate
434
438
  constants
439
+ content-classifier
435
440
  content-disposition
436
441
  content-type
437
442
  context7-mcp
@@ -802,6 +807,7 @@ examples
802
807
  excellent-difficult-good
803
808
  execa
804
809
  exit
810
+ expand
805
811
  expect
806
812
  expect-type
807
813
  exports
@@ -1271,6 +1277,7 @@ interaction-external-push
1271
1277
  interaction-external-remove
1272
1278
  interaction-external-repulse
1273
1279
  interaction-external-slow
1280
+ interaction-particles-attract
1274
1281
  interaction-particles-collisions
1275
1282
  interaction-particles-links
1276
1283
  interceptors
@@ -1726,6 +1733,7 @@ nodemon
1726
1733
  nodeunit
1727
1734
  nodewebkit
1728
1735
  nolangjs
1736
+ nolyfill
1729
1737
  nomicfoundation
1730
1738
  nomnom
1731
1739
  nopt
@@ -1814,7 +1822,9 @@ otterhttp
1814
1822
  outdent
1815
1823
  outline-slowly
1816
1824
  overlayscrollbars
1825
+ overscan
1817
1826
  ovsx
1827
+ oxfmt
1818
1828
  p
1819
1829
  p-event
1820
1830
  p-map
@@ -1876,6 +1886,7 @@ pixelmatch
1876
1886
  pkg-dir
1877
1887
  pkg-up
1878
1888
  pkginfo
1889
+ planck
1879
1890
  plasmo
1880
1891
  plate
1881
1892
  plate-core
@@ -2317,6 +2328,7 @@ sdk-exporters
2317
2328
  seblakhotspicy
2318
2329
  secp256k1
2319
2330
  seedrandom
2331
+ select
2320
2332
  selector-specificity
2321
2333
  selenium-webdriver
2322
2334
  semantic-release
@@ -2418,6 +2430,7 @@ ssh
2418
2430
  ssri
2419
2431
  st
2420
2432
  stack-trace
2433
+ stage-js
2421
2434
  standard
2422
2435
  standard-version
2423
2436
  star-location
@@ -2507,10 +2520,12 @@ symbiote
2507
2520
  symbiotejs
2508
2521
  sync-request
2509
2522
  synckit
2523
+ syncpack
2510
2524
  synion
2511
2525
  system
2512
2526
  systeminformation
2513
2527
  systemjs
2528
+ t
2514
2529
  tail-iron-became
2515
2530
  tailwind
2516
2531
  tailwind-merge
@@ -2609,6 +2624,7 @@ tsdoc
2609
2624
  tsdoc-config
2610
2625
  tsdown
2611
2626
  tseslint
2627
+ tsgo
2612
2628
  tshy
2613
2629
  tslib
2614
2630
  tslint
@@ -2619,6 +2635,7 @@ tstyche
2619
2635
  tsup
2620
2636
  tsx
2621
2637
  tua-body-scroll-lock
2638
+ turborepo
2622
2639
  turndown
2623
2640
  tv
2624
2641
  tweetnacl
package/package.json CHANGED
@@ -1,30 +1,11 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.2.34",
3
+ "version": "5.2.36",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": true
8
8
  },
9
- "exports": {
10
- ".": "./cspell-ext.json",
11
- "./cspell": "./cspell-ext.json",
12
- "./cspell-ext.json": "./cspell-ext.json"
13
- },
14
- "scripts": {
15
- "#update-dictionary": "# Update dictionary will download the latest list of npm packages and build the dictionary.",
16
- "update-dictionary": "pnpm update-npm-package-list --silent && pnpm run build",
17
- "build": "cspell-tools-cli build",
18
- "test": "cspell samples/list.txt -c ./cspell-ext.json \"--locale=*\" --languageId=javascript",
19
- "update-npm-package-list": "./scripts/update-npm-package-list.mjs",
20
- "prepublishOnly": "echo pre-publish",
21
- "prepare:dictionary": "pnpm run build"
22
- },
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/streetsidesoftware/cspell-dicts",
26
- "directory": "dictionaries/npm"
27
- },
28
9
  "keywords": [
29
10
  "cspell",
30
11
  "npm",
@@ -32,15 +13,34 @@
32
13
  "dictionary",
33
14
  "spelling"
34
15
  ],
35
- "author": "Street Side Software <support@streetsidesoftware.nl>",
36
- "license": "MIT",
16
+ "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/npm#readme",
37
17
  "bugs": {
38
18
  "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
39
19
  },
40
- "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/npm#readme",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://github.com/streetsidesoftware/cspell-dicts",
23
+ "directory": "dictionaries/npm"
24
+ },
25
+ "license": "MIT",
26
+ "author": "Street Side Software <support@streetsidesoftware.nl>",
27
+ "exports": {
28
+ ".": "./cspell-ext.json",
29
+ "./cspell": "./cspell-ext.json",
30
+ "./cspell-ext.json": "./cspell-ext.json"
31
+ },
41
32
  "files": [
42
33
  "dict/npm.txt",
43
34
  "cspell-ext.json"
44
35
  ],
45
- "gitHead": "871964d9e6c5d99fd7c901fe868bcf2d501e596c"
36
+ "scripts": {
37
+ "#update-dictionary": "# Update dictionary will download the latest list of npm packages and build the dictionary.",
38
+ "build": "cspell-tools-cli build",
39
+ "prepare:dictionary": "pnpm run build",
40
+ "prepublishOnly": "echo pre-publish",
41
+ "test": "cspell samples/list.txt -c ./cspell-ext.json \"--locale=*\" --languageId=javascript",
42
+ "update-dictionary": "pnpm update-npm-package-list --silent && pnpm run build",
43
+ "update-npm-package-list": "./scripts/update-npm-package-list.mjs"
44
+ },
45
+ "gitHead": "eee9113795b19024199db1f2cd91a622321b3eb0"
46
46
  }