0.6.3 • Published 7 months ago

@guardian/package-linter v0.6.3

Weekly downloads
-
License
Apache-2
Repository
github
Last release
7 months ago

actions-npm-dependencies

Validate your NPM dependencies without installing Node (WIP)

Publint

How to get a health report for your package.json?

With Deno

deno run -A https://deno.land/x/guardian_package_linter@latest/src/cli.ts ./package.json

With Node

npm install @guardian/package-linter;
npx package-linter ./package.json;

Todo

  • Make it functional and composable
  • Handle peer dependencies
  • Handle lock files? (probably not)
  • Great error messaging
  • Investigate direct dependencies of dependencies, which may have peers themselves
  • Give insight into possible resolution steps, including intersects

Shapes

All sourced from Geometric Shapes and Box-drawing characters on Wikipedia.

┌─┬┐  ╔═╦╗  ╓─╥╖  ╒═╤╕
│ ││  ║ ║║  ║ ║║  │ ││
├─┼┤  ╠═╬╣  ╟─╫╢  ╞═╪╡
└─┴┘  ╚═╩╝  ╙─╨╜  ╘═╧╛
╭─────────╮
│ ○ △ □ × │
╰─────────╯
0.6.3

7 months ago

0.6.2

7 months ago

0.5.3

10 months ago

0.6.1

8 months ago

0.6.0

8 months ago

0.5.1

10 months ago

0.1.2-0

1 year ago